/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #8B0817;
	border-right: #7994cb 1px solid;
	border-top: #7994cb 1px solid;
	border-left: #7994cb 1px solid;
	border-bottom: #7994cb 1px solid;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	background-image: none;
}
.containermaster_Tan {
	width: 100%;
	background-color: #CCCC99;
	border-right: #7994cb 1px solid;
	border-top: #7994cb 1px solid;
	border-left: #7994cb 1px solid;
	border-bottom: #7994cb 1px solid;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	background-image: none;
}
.containerrow1_blue {
	background-image: none;
}
.containerrow2_blue {
	background-color: #ffffff;
}
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	height: 21px;
	white-space: nowrap;  /*Word wrapping menu item now optional*/
	padding: 1px 3px 3px 1px;
	background-color: #999999;
}


.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak  {
	background-color: #EEEEEE; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}
.menu td{
	padding: 0px 8px 0px 8px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #000000;
	height: 37px;
	margin: 0px;
	padding-left: 5px;
}
.menu {
	border-left: 1px solid #000000;
	border-right: 1px solid #FFFFFF;
}
.txtblack {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10pt;
	color: #000000;
}
.menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	color: #CBCC99;
	text-decoration: none;
}
.bg {
	background-image: url(/Portals/_default/Containers/TCB_Container/slices/trapzoid.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.txtwhite {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10pt;
	color: #FFFFFF;
}
.headwhite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	color: #999933;
	text-decoration: underline;
}
a:visited {
	color: #999933;
	text-decoration: underline;
}
a:hover {
	color: #009900;
}

.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 130%;
}
.redhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #8B0817;
}
.nav {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}
.bggoldshadow {
	background-image: url(/Portals/_default/Containers/TCB_Container/slices/house.gif);
	background-repeat: repeat-x;
}
.bgredshadow {
	background-image: url(/Portals/_default/Containers/TCB_Container/slices/bg_redshadow.jpg) !important;
	background-repeat: repeat-x;
}
.bgdoubleline {
	background-image: url(/Portals/_default/Containers/TCB_Container/slices/double_line.gif);
	background-repeat: repeat-y;
}
.bgred {
	background-color: #8B0817;
}
.bgbottomcontent {
	background-image: url(/Portals/_default/Containers/TCB_Container/slices/shadow_gold.gif);
	height: 40px;
}
.bgredbar {
	background-image: url(/Portals/_default/Containers/TCB_Container/slices/redbar.gif) !important;
	background-repeat: repeat-y;
}
.table {
	border: thin dotted #870916;
	text-align: center;
	padding: 9px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: x-small;
	font-style: italic;
	font-weight: bold;
}
