/* 
================================
Skin styles for DotNetNuke
================================
*/  

body {
	background-image: url(gradient9.gif);
	/*background-color: #CCDDEE;*/
	color: #033379;
} 

.pagemaster {
	width: 100%;
	/*background-color: #CCDDEE;*/
}
.page_content {
	background-image: url(sc_logo_background.gif);
	background-repeat: no-repeat;
	background-position: bottom right;	
	background-color: transparent;
}
.skinmaster {
	height: 100%;
	background-color: #9BB1DB;
}

.skinheader {
}

.skingradient {
	background-color: #033379;
	padding:0px;
	border:white 0px solid;
	color: #9BB1DB;
}
.controlpanel {
	width: 100%;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	/*height:400px;*/
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
	/*height: 90px;*/
}

.submenupane{
background-color: #9BB1DB;
}


.sc_content_top_left {
	background-image: url(sc_white_round_top_left.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
}
.sc_content_top_middle {
	background-image: url(sc_white_round_top_mid.gif);
	background-repeat: repeat-x;
	height: 30px;
}
.sc_content_top_right {
	background-image: url(sc_white_round_top_right.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
}

.sc_content_mid_left {
	background-image: url(sc_white_round_mid_left.gif);
	background-repeat: repeat-y;
	width: 2px;
}

.sc_contentpane {
	background-image: url(sc_logo_background_white.gif);
	background-repeat: no-repeat;
	background-position: bottom right;	
	background-color: white;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	height:400px;
}
.sc_content_mid_right {
	background-image: url(sc_white_round_mid_right.gif);
	background-repeat: repeat-y;
	width: 2px;
}

.sc_content_bottom_left {
	background-image: url(sc_white_round_bottom_left.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
}
.sc_content_bottom_middle {
	background-image: url(sc_white_round_bottom_mid.gif);
	background-repeat: repeat-x;
	height: 30px;
}
.sc_content_bottom_right {
	background-image: url(sc_white_round_bottom_right.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
}

.MainMenu_MenuContainer {
	background-color: #033379; 
	padding:0px;
	height:20px;
	color: #033379;
       
}

.MainMenu_MenuBar {
	background-color: #033379; 
	cursor: hand; 
	color: #9BB1DB; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal; 
	border: #9BB1DB 0px solid;
}

.MainMenu_MenuItem {
	font-family: Tahoma, Arial, Helvetica;  
	font-size: 12px;
	height:20px;
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
	cursor: hand; 
	font-weight: normal; 
	font-style: normal;
	color: #033379;
	border: #033379 1px solid;
	background: #9BB1DB;
}

.MainMenu_MenuBreak {
background-color: white;
}

.MainMenu_MenuItemSel {
	cursor: hand; 
	font-weight: normal; 
	font-style: normal;
	color: white;
	font-family: Tahoma, Arial, Helvetica;  
	font-size: 12px;
	border: #9BB1DB 0px solid;
	background: #9BB1DB;
}
.MainMenu_MenuArrow {
visibility:hidden;
}

.MainMenu_RootMenuArrow {
visibility:hidden;
}

.StandardButton     {
}

.TreeViewMenu {
}

.TreeViewMenu_Header {
}

.Head   {
    font-family: Century Gothic, Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}

p {}

.submenuSel
{
background: #033379;
color: #9BB1DB
font-family: Tahoma, Arial, Helvetica;  
font-size: 12px;
}

.SepCSS
{
background: #033379;
color: #9BB1DB;
font-family: Tahoma, Arial, Helvetica;  
font-size: 12px;
border:#033379 0px solid;
height:20px;
}

.ArrowCSS
{
visibility:hidden;
color:#033379;
height:20px;
}