/* 
================================
Skin styles for DotNetNuke
================================
*/   

body 
{
	padding:0px;
	margin:0px;

}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color:#2368ae;
	background-image:url('body-background.jpg');
	background-repeat:repeat-x;
}

.skinheader 
{
	padding:0px;
	margin:0px;
	padding-bottom:-2px;

}

.banner-links 
{
    background-image:url('links-background.gif');
    background-position:bottom;
    background-repeat:no-repeat;
    padding:0px 0px 5px 0px;
    font-size:11px;
    text-align:left;
    color:#46719e;
    font-weight:bold;
}

.banner-links a 
{
    padding:5px;
    font-weight:normal;
    color:#003366;
}


.skingradient 
{
	background-color:#e4e4e4;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	HEIGHT:30px;
}
.overlay 
{
	padding:0px;
	margin:0px;
	position:absolute;
	z-index:100px;
	width:250px;
	height:13px;
	font-size:8px;
	margin-bottom:-10px;
	background-image:url(nav-bg.gif);
	background-repeat:no-repeat;
	background-position:top left;

	}
.breadcrum-text 
{
	font-family:Verdana, Arial, Sans-Serif;
	font-size:10px;
}
.midsection 
{
	font-family:Verdana, Arial, Sans-Serif;
	border-top:3px solid #00376f;
	height:30px;
	line-height:15px;
}
.controlpanel {
	width: 950px;
	background-color: #DFE5F2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.seperator 
{
	width:25px;
}
.seperator-small 
{
	width:15px;
}
.leftpane {
	width: 180px;
	background-color: transparent;
}
.contentpane {
	width: 500px;
	background-color: transparent;
}
.contentsubpane 
{
	padding-top:15px;
	width:220px;
	background-color: transparent;
}
.rightpane {
	width: 230px;
	background-color: transparent;
}
.bottompane {
	width: 950px;
	background-color: transparent;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	height:30px;
}
/* ITEM AND HOVER */
.MainMenu_MenuItem 
{
	height:30px;
	cursor: pointer; 
	background-color:#e4e4e4;
	color: #00376f; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	line-height:32px;
	background-image:url('navborder.gif');
	background-repeat:repeat-y;
	background-position:right;
}
.MainMenu_MenuItem td 
{
    line-height:32px;
    padding: 0px 15px 0px 13px;
}
.MainMenu_MenuItemSel td
{
    line-height:32px;
    padding: 0px 15px 0px 13px;

}

.MainMenu_MenuItemSel 
{
	height:30px;
	cursor: pointer; 
	font-family: Verdana, Arial, Helvetica; 
	color: #95adc6; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	line-height:32px;
	padding-left:13px;
	padding-right:15px;
	background-image:url('navborder.gif');
	background-repeat:repeat-y;
	background-position:right;
}


.MainMenu_SubMenuItemSelected {
	background-color:#FF0000;
	}
.MainMenu_MenuIcon 
{
	display:none;
	background-color: #e4e4e4; 
	cursor: pointer; 
	text-align: center; 
}
.MainMenu_SubMenu {
	background-color: #e4e4e4;  
	z-index: 1000; 
	cursor: pointer; 
	height: 30px;
}  
.MainMenu_MenuBreak {
	height: 1px;
	border-bottom:1px solid #000000;
}

.MainMenu_MenuArrow 
{
	display:none;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}

.MainMenu_RootMenuArrow 
{
	display:none;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
    background: #7994CB none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #DFE5F2;
	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
}
.TreeViewMenu_Header {
	BACKGROUND-IMAGE: url(gradient_LtBlue.jpg);
}
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}
/*************************************************************
Various Styles for the Drop Down Module Menu (Settings etc)
*************************************************************/

/* Drop Down Arrow */
.ModuleTitle_MenuContainer 
{
	padding:0px;
}

/* Menu Item? */
.ModuleTitle_MenuItem 
{
	cursor: pointer; 
	color: black; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	padding:5px;
	
	}
	
/* Selected Menu Item? */
.ModuleTitle_MenuItemSel 
{
	background-color:#efefef;
	color:#00376f;  
}
	
/* Drop Down Arrow */
.ModuleTitle_SubMenu
{
	width:180px;
	z-index: 1000; 
	cursor: pointer; 
	background-color: #FFFFFF; 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;	}
	
/* Drop Down Menu Icon */
.ModuleTitle_MenuIcon 
{
	width:18px;
	background-color:#E1E1E1;
	border-bottom:1px solid #D1D1D1;
	border-top:1px solid #FFFFFF;
}
.bannerpic span div img
{
	/*margin-bottom:-2px;*/
}

.bannerlinks {
	background-image:url(links-background.gif);
	background-repeat:no-repeat;
	background-position:bottom left;

	}
.bannersearch {
	background-image:url(links-background.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	text-align:left;
	font-size:11px;
	padding-bottom:1px;
	}
.footerbarmain {
	border:1px solid #D1D1D1;
	background-color:#e4e4e4;
	height:30px;
	margin-bottom:35px;
	}

/* Modifications to the alignment of the comboboxes */
.comboDropDown .comboItem {
	text-align: left;
}

.comboDropDown,
.comboDropDown div {
	width: 200px !important;
}

.comboDropDown div div {
	width: 100% !important;
}

.DNNEmptyPane 
{
	height: 0px;
}


.contentpane p a {
	text-decoration: none;
	border-bottom: dashed 1px rgb(0, 51, 102);
}

.contentpane p a:hover {
	text-decoration: none;
	border-bottom: dashed 1px red;
}

.contentpane table 
{
	font-size: 11px;
}