/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_myriad {
	width: 100%;
	background-color: #f2f2f2;
	border-right: #8092aa 1px solid; 
	border-top: #8092aa 1px solid; 
	border-left: #8092aa 1px solid; 
	border-bottom: #8092aa 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

.containermaster2_myriad{
	width: 100%;
	background-color: #f2f2f2;
	/*border-right: #8092aa 1px solid; 
	border-top: #8092aa 1px solid; 
	border-left: #8092aa 1px solid; 
	border-bottom: #8092aa 1px solid; */
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

.containerrow1_myriad  {
	background-image: url(gradient_bluegray.jpg);
	background-repeat: repeat-x;
	height: 30px;
}
.containerrow2_myriad  {
	background-color: #ffffff;
}

.containerrow3_myriad  {
	background-color: #eeeeee;
}

.containertitle_myriad {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  9pt;
	font-style: normal;
	font-weight:  700;
	white-space: normal;
}

.containertitle_myriad_blue
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size:18px;
	font-weight:normal;
	color:#001350;
}

table.container td, th { vertical-align: top; font-family:Verdana, Arial, Helvetica, sans-serif; white-space: normal;}

table.container { width:175px; }
table.container tr.head th { height:26px; }
/** html table.container td.head {  }*/
table.container tr.foot th { height:18px;}
table.container td { padding:2px 2px 0 2px;  }
table.container td { }

table.stretch { width:100%; }
table.stretch tr.head th { text-align: left; color: White; vertical-align: middle; }
table.stretch tr.head th { background:#768CA6 url(bg_head.gif) 0 0 repeat-x }
table.stretch tr.foot th { background:#eeeeee; }
table.stretch th.side { width:5px; }

table.stretch th.left { background-position: 0 0; background-repeat: no-repeat; }
table.stretch th.right { background-position: top right; background-repeat: no-repeat; }

table.stretch tr.content { background-color:#eeeeee;  }
table.stretch tr.content_green { background-color:#95b0c1;}
table.stretch tr.content_green A:link{color:#001350;}
table.stretch tr.content_green A:visited{color:#001350;}
table.stretch tr.content_green A:active{color:#001350;}
table.stretch tr.content_green A:hover{color:red}
table.stretch tr.content_blue { background-color:#DDDDDD;}
table.stretch tr.content_blue A:link{color:#001350;}
table.stretch tr.content_blue A:visited{color:#001350;}
table.stretch tr.content_blue A:active{color:#001350;}
table.stretch tr.content_blue A:hover{color:red}

table.stretch tr.head th.left { /*background-image:url(bg_head_left.gif); background-repeat: no-repeat;*/}
table.stretch tr.head th.right { /*background-image:url(bg_head_right.gif); background-repeat: no-repeat;*/}
table.stretch tr.foot th.left { /*background-image:url(bg_foot_left.gif); background-position:  left bottom; background-repeat: no-repeat;*/ }
table.stretch tr.foot th.right { /*background-image: url(bg_foot_right.gif); background-position: right bottom; background-repeat: no-repeat;*/ }

table.stretchWhite { width:100%; }
table.stretchWhite tr.head th { text-align: left; color: White; vertical-align: middle; }
table.stretchWhite tr.head th { background:#768CA6 url(bg_head.gif) 0 0 repeat-x }
table.stretchWhite tr.foot th { background:#ffffff; }
table.stretchWhite th.side { width:10px; }

table.stretchWhite th.left { background-position: 0 0; background-repeat: no-repeat; }
table.stretchWhite th.right { background-position: top right; background-repeat: no-repeat; }

table.stretchWhite tr.content { background-color:#ffffff;  }

table.stretchWhite tr.head th.left { /*background-image:url(bg_head_left.gif); background-repeat: no-repeat;*/}
table.stretchWhite tr.head th.right { /*background-image:url(bg_head_right.gif); background-repeat: no-repeat;*/}

