/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background-color: #ffa900;
}
.containerrow {
	background-color: #ffa900;
}
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
    white-space: nowrap;  /*Word wrapping menu item now optional*/
}


.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); 
}

.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: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}

.content {
	padding-top:40px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.content a, .content a:hover, .content a:active, .content a:visited
{
	text-decoration:none;
	color:#4A8088;
}

.email, .email a, .email a:hover, .email a:link {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.sheet
{
	margin-left: 10px;
	float:left;
}

.sheet tr
{
	text-align:center;
	background-color:#FFFF00;
}

.sheet td, .sheet img
{
	width:70px;
	height:56px;
}

.sheet a:link img, .sheet a:visited img
{
	-moz-opacity:0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}

.sheet a:hover img, .sheet a:active img
{
	-moz-opacity:1.0;
	opacity:1.0;
	filter: alpha(opacity=100);
}

.active
{
	-moz-opacity:1.0 !important;
	opacity:1.0 !important;
	filter: alpha(opacity=100) !important;
}

.imgHolder
{
	margin-top:50px;
	margin-left:200px;
	margin-right:20px;
	width:auto;
	height:100%;
	text-align:center;
}