/* 
================================
Skin styles for DotNetNuke
================================
*/  

body {
	background-image: url(gradient1.jpg);
	background-repeat: repeat-x;
	background-color: white;
} 

.pagemaster {
	width: 100%;
	background-color: transparent;
	
}
.page_content {
	background: white;
	border: solid 1px darkblue;
}
.page_content_loggedin {
	background-color: transparent;
	
}
.skinmaster {
	height: 100%;
	background-color: transparent;
}

.skinheader {
}

.skingradient {
	padding:0px;
	color: white;
}
.controlpanel {
	width: 100%;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.topleftpane {
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.toprightpane {
	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;*/
}

.menupane{
background-color: #fffff;
}


.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: transparent; 
	padding:0px;
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
	cursor: hand; 
	color: #033379; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal; 
	background-image: url(menutrans.png);
	background-repeat: repeat-x; 
	border: #9BB1DB 0px solid;
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.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 {
}

.MainMenu_RootMenuArrow {
}

.StandardButton     {
}

.TreeViewMenu {
}

.TreeViewMenu_Header {
}

.Head   {
    font-family: Century Gothic, Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}

p {}

.SeparatorCSS {
border-top: white 0px solid;
color: white;
background: #033379;
padding:0px;}

.rootmenuCSS {
color:#9BB1DB;
background: #033379;
border: white 0px solid;
}

.rootmenuactiveCSS {
color: white;
background: #033379;
border: white 0px solid;
}

.submenuitemactiveCSS {
color:purple;
border: white 0px solid;
}

.rootmenuselectedCSS {
color:white;
border: white 0px solid;
}



/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#HouseMenuNav { /* menu wrapper div */
	border: solid 0px #999;
	width: 100%;
	background-color: #fff;
	height: 24px;
}

#HouseMenuNav ul { /* all submenu lists */
	line-height: 14px;
	background-color: #fff;
	white-space:nowrap;
}

#HouseMenuNav li { /* all list items */
	height: 24px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 24px;
	/* end hack */
	display:inline;
}

#HouseMenuNav li li { /* all items under the top level */
	width: 144px;
	height: 24px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 24px;
	/* end hack */
}

#HouseMenuNav a { /* all links within the menu wrapper */
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight : bold;
	text-decoration : none;
	color : #333;
	background-color: transparent;
	padding: 5px;
	width: auto;
	height: 22px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: auto;
	height: 13px;
	_height: 100%;
	/* end hack */
}

#HouseMenuNav li li a { /* all item links under the top level */
	padding: 5px;
	width: 134px;
	height: 22px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 140px;
	height: 13px;
	_height: 100%;
	/* end hack */
}

#HouseMenuNav li a:hover {
	margin: 1px;
	border: solid 1px #999;
	padding: 3px;
	height: 14px;
	color: #000;
	background-color: #ddd; 
}

#HouseMenuNav li li a:hover {
	margin: 1px;
	border: solid 1px #999;
	padding: 3px;
	_width: 140px;
	height: 14px;
	color: #000;
	background-color: #ddd; 
}

#HouseMenuNav li ul { /* second-level lists */
	width: 144px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 1px #999;
	margin: 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 1px 0 0 0;
	_margin: 0;
	/* end hack */
	line-height: 14px;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: -24px 0 0 144px;
	_margin: -24px 0 0 142px;
	border: solid 1px #999;
	line-height: 14px;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#HouseMenuNav #houseMenuParentItem a
{ /* all links under the parent item (li) */
	background-color: transparent; 
	text-decoration: none;
}

#HouseMenuNav a#houseMenuParentLink
{ /* parent link itself */
	background-color: transparent; 
	text-decoration: none;
}

#HouseMenuNav a#houseMenuCurrentLink
{ /* current link itself */
	margin: 1px;
	border: solid 1px #666;
	padding: 3px;
	height: 14px;
	color: #000;
	background-color: #ccc; 
	text-decoration: none;
}
