/* 
================================
Skin styles for DotNetNuke
================================
*/  

html {
	background: #fff url(body_bg.jpg) repeat-y center;
} 
body{
	background:transparent;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
.pagetile {
	background: transparent url(page_tile.jpg) repeat-x;
	width: 100%;
}
.pagetile_border {
	width:11px;
}
.pagemaster {
}
.skinmaster {
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.ControlPanel {
	width: 898px;
	background-color: #bdd3e8;
	border: 1px solid #fff;
}
.controlpanel table table {
	margin: auto;
}
.headerarea {
	background: #ffffff url(page_bg.jpg) no-repeat bottom;
	height: 240px;
}
.logobox {
	display: block;
	background: transparent;
	width: 382px;
	height: 98px;
	position: absolute;
	top: 0;
	z-index: 99;
}
.loginbox {
	display: block;
	background: transparent;
	color: #fe9c03;
	text-align: right;
	font-size: 9px;
	text-transform: uppercase;
	width: 400px;
	position: relative;
	top: 4px;
	left:490px;
	z-index: 1;
}
.headerbox {
	display: block;
	background: transparent;
	width: 470px;
	height: 220px;
	position: relative;
	top: 9px;
	left:395px;
	z-index: 0;
}
.menucell {
	width: 230px;
	vertical-align: top;
	padding: 10px 18px 0 18px;
}
.contentpad {
	padding: 0 15px 0 5px;
}
.toppane {
}
.leftpane {
}
.contentpane {
}
.rightpane {
}
.bottompane {
}
.footercell {
	color: #fe9c03;
	text-align: center;
	font-size: 9px;
	text-transform: uppercase;
	width: 900px;
	height: 17px;
	position: relative;
	bottom: 0;
	z-index: 0;
	padding: 5px 0 0 0;
}
.contentpane body {
	background: none #fff;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #CAD5EA 0px solid; 
	border-bottom: #CAD5EA 1px solid; 
	border-top: #CAD5EA 1px solid; 
	border-right: #CAD5EA 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #CAD5EA; 
	border-left: #CAD5EA 1px solid; 
	border-bottom: #CAD5EA 1px solid; 
	border-top: #CAD5EA 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #CAD5EA;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: transparent; 
	cursor: pointer; 
	cursor: hand; 
	color: #383c68; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #CAD5EA 1px solid; 
	border-bottom: #CAD5EA 1px solid; 
	border-top: #CAD5EA 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	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: 200px;
	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 {
}
.Head   {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #336699;
}
.SubHead {
	color: #336699;
}
.skinobject {
	color: #336699;
}


/* hyperlink style for text links content */
A:link  {
   text-decoration: underline;
   color: #336699;
	font-weight: bold;
}
A:visited, A:active {
   text-decoration: none;
   color: #336699;
	font-weight: bold;
}
A:hover {
   text-decoration: underline;
	color: #3189e2;
	font-weight: bold;
}


/* hyperlink style for login and register links */
.loginbox A:link {
	text-decoration: none;
   color: #fe9c03 !important; 
	font-weight: normal;
}
.loginbox A:visited .loginbox A:active {
	text-decoration: none;
   color: #fe9c03 !important;
	font-weight: normal;
}
.loginbox A:hover {
	text-decoration: none;
   color: #ffc657 !important;
	font-weight: normal;
}

/* hyperlink style for text links in control panel */
.controlpanel .CommandButton {
    color: #336699;
	 font-weight:bold;
	 text-decoration: underline;
}
.controlpanel A.CommandButton:link {
    color: #336699;
	 font-weight:bold;
	 text-decoration: underline;
}
.controlpanel A.CommandButton:visited .controlpanel A.CommandButton:active {
    color: #336699;
	 font-weight:bold;
	 text-decoration: underline;
}
.controlpanel A.CommandButton:hover {
    color: #fff;
	 font-weight:bold;
	 text-decoration: underline;
}

/* hyperlink style for text links in admin features */
.CommandButton {
    color: #336699;
	 font-weight:bold;
}
A.CommandButton:link {
    color: #336699;
	 font-weight:bold;
}
A.CommandButton:visited  A.CommandButton:active   {
    color: #336699;
	 font-weight:bold;
}
A.CommandButton:hover    {
    color: #143f69;
	 font-weight:bold;
}




/* Menu */
.sidebarsub {
	width:200px;
}
.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	z-index: 998;
	display: block;
}
.sidebar .menu {
	margin-bottom: 0;
	border-bottom: 1px solid #ffd28d;
}
.sidebar li {
	margin-bottom: 0; 
	list-style: none;
	text-align: left;
}
.sidebar .item {
	display: none;
	background: #fff;
}
.sidebar li:Hover {position:relative; z-index: 998;}
.sidebar li:hover > ul.submenu {display: block; z-index: 999;padding: 0px;}
.sidebar .submenu {
	display: none;
	position:absolute;
	top:0;
	left:177px;
	z-index: 997;
	margin: 0;
}
.ifSubMenu {
	background: #fff url(subarrow.png) no-repeat right center !important;
}
.sidebar h3.download a {margin:0;}
.sidebar ul {margin:0;}
.sidebar h3 {margin-top: 0; margin-bottom:0;}



/* Default Menu */
.sidebar .DefaultMenuStyle {
	background:#fff;
}
.sidebar .DefaultMenuStyle h3 {
	width: 100%; 
	display: inline-block; 
	z-index: 999; 
	font-size: 12px; 
	font-weight: bold; 
	letter-spacing: 1px;
}
.sidebar .DefaultMenuStyle h3 span {
	background:#fff; 
	border-top: 0px;
	padding: 11px 10px 11px 15px; 
	display:block; 
	color: #262833; 
	text-align: left;
}
.sidebar .DefaultMenuStyle h3 span a {
	font-size: 12px;
	color: #262833; 
	text-decoration: none;
}
.sidebar .DefaultMenuStyle h3 span a:hover {
	color: #3f80be;
	text-decoration: none;
}

.sidebar .DefaultMenuStyle ul {
	padding: 0; 
	font-size: 10px; 
	font-weight:normal;
	background: #fff; 
}
.sidebar .DefaultMenuStyle li span {
	background: #fff; 
	width: 180px; 
	display: block; 
	color: #224465;
	padding: 5px 7px 5px 20px; 
	font-weight: bold; 
	text-decoration: none;
}
.sidebar .DefaultMenuStyle li a { 
	width: 150px; 
	display: block; 
	color: #224465; 
	padding: 5px 7px 5px 20px; 
	text-decoration: none;
}
.sidebar .DefaultMenuStyle li a:hover {
	background: #fff; 
	padding: 5px 7px 5px 20px;  
	color: #3f80be;
}

.sidebar li a:active, .sidebar .DefaultMenuStyle li a:active {
	padding: 5px 7px 5px 20px; 
}
.sidebar .DefaultMenuStyle li:hover > ul.submenu {
	background: #fff; 
	border: 1px solid #ffd28d; 
}
/* Open/Close Buttons */
.sidebar .DefaultMenuStyle h3 .open {background:transparent url(UpDown_Arrows.gif) top no-repeat; width: 13px; height: 9px;}
.sidebar .DefaultMenuStyle h3 .close {background:transparent url(UpDown_Arrows.gif) bottom no-repeat; width: 13px; height: 9px;}





/*   SLIDESHOW STYLES  */
#slide-images{
	position:relative;
	display:block;
	margin:0px auto;
	padding:0px;
	width:470px;
	height:220px;
	overflow:hidden;
}
#slide-images li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color: transparent;
}
#slide-images li img{
	display:block;
	background-color: transparent;
}


