/* 
================================
 Container Styles for DotNetNuke
================================
*/   


.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;
	height: 21px;
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}


.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: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}

.containericon img {
	margin-right: 5px;
}


#printLink a
{
    color: #5497a3!important;	
    text-decoration: underline!important;
}

/*boxGrey styling*/
.boxGreyTL
{
	width:10px;
	height:10px;
}

.boxGreyTM
{
	background-image:url(images/boxGreyTM.gif);
	background-repeat:repeat-x;
}

.boxGreyTR
{
	width:12px;
}

.boxGreyML
{
	background-image:url(images/boxGreyML.gif);
	background-repeat:repeat-y;
}

.boxGreyMM
{
	background-color:#f0f0f0;
}


.boxGreyMR
{
	background-image:url(images/boxGreyMR.gif);
	background-repeat:repeat-y;
}

.boxGreyBL
{
	height:11px;
}

.boxGreyBM
{
	background-image:url(images/boxGreyBM.gif);
	background-repeat:repeat-x;
}


/*boxWhite styling*/
.boxWhiteTL
{
	width:10px;
	height:10px;
}

.boxWhiteTM
{
	background-image:url(images/boxWhiteTM.gif);
	background-repeat:repeat-x;
}

.boxWhiteTR
{
	width:12px;
}

.boxWhiteML
{
	background-image:url(images/boxWhiteML.gif);
	background-repeat:repeat-y;
}

.boxWhiteMM
{
	background-color:#ffffff;
}

.boxWhiteMR
{
	background-image:url(images/boxWhiteMR.gif);
	background-repeat:repeat-y;
}

.boxWhiteBL
{
	height:11px;
}

.boxWhiteBM
{
	background-image:url(images/boxWhiteBM.gif);
	background-repeat:repeat-x;
}

.boxGreyBottom
{
	background:url(images/bgGreyBottom.gif) repeat-x bottom;
}

.containerTable, .containerRightPane
{
	margin-bottom:17px;
	background-color: White;
}

.containerTable ul 
{
	padding: 10px 0px 10px 15px;
	margin: 0px;
}

.containerTable li
{
	list-style-image:url(/Portals/0/Assets/bulletpoint.gif);
	padding-left: 10px;
}

.containerTableGreenBg
{
	background-color: #eef4f6;
	border-top: solid 1px #5497a3;
	border-bottom: solid 1px #5497a3;
	padding:20px;
}

.containerRightPane a.Normal, 
.containerRightPane a
{
	font-family:Arial, Helvetica, sans-serif!important;
	text-decoration: none!important;
	color: #595959!important;
	font-size: 1em!important;
}

.containerRightPane a:hover.Normal, 
.containerRightPane a:hover
{
	text-decoration: underline!important;
}

.RightPaneTitle span
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #595959;
	font-size: 1em;
}

