﻿/* 
================================
Skin styles for DotNetNuke
================================
*/   

@charset "utf-8";
/* CSS Document */

body{ background:#dddddf; margin:0px; padding:0px;}

body, td, p, div { font-family:verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#666666; text-align:left;}


.clr, .clear { clear:both;}

#header_wrapper{ background: url(images/header_bg.png) top repeat-x; margin:0px; padding:0px;
width:100%; text-align:center;

}

#header_spacer{ width:900px; height:0px; margin:0px auto; padding:0px;}

#content_pad { padding:16px; width:872px;}

#header_shadow{ width:931px;  margin: 0px auto; background:url(images/header_shadow.png) top center no-repeat; padding:0px;}

#header_top{ background: #CCC; width:900px; height:33px; padding:0px; margin:0px auto;}

#menu_bg { background: #ea1215 url(images/menu_bg.png) top repeat-x ; height:81px; width:900px; margin:0px auto; }

#website { float:right;
width:200px; padding:9px 15px 0px 0px;
color:#999; font-size:10px; text-align:right;}
#time { float:left;
width:200px;
padding:9px 0px 0px 15px; color:#999; font-size:10px; text-align:left;}

.main_dnnmenu_submenu  { color:#C00;}

#menu_pad{ padding:34px 0px 0px 10px; text-align:left;}

#banner_bg { width:900px; margin:0px auto; height:300px; background: #222222 url(images/Website-Banner-2.jpg);}

#content_shadow{
background:url(images/body_shadow.png) center repeat-y  ;
margin:0px auto; width:931px; min-height:500px; }

#search_bg input{  }

#content{
width:900px; min-height:500px; background:#FFFFFF; margin:0px auto; padding:0px; }

#footer_wrapper{ width:100%; height:152px; background:url(images/footer_wrap.png) top repeat-x; text-align:center;}

#footer_shadow{ width:931px; height:152px; background:url(images/body_shadow.png) center repeat-y;  margin:0px auto;}

#footer_bg{ width:900px; height:152px; background:url(images/footer_bg.png) top repeat-x;  margin:0px auto;}

#content_wrap { 
width:100%; text-align:center;}



#content_left { float:left; width:585px; text-align:left;}

#content_right{ float:right; width:245px; border-left: dotted 1px #CCC; min-height:300px; text-align:left;}

#content_bottom{ width:100%; border-top: dotted 1px #CCC; margin:20px 0px 0px 0px; text-align:left;}

#breadcrumb {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-decoration:none;
color:#000000;
font-weight:normal;
height:10px;
padding:4px 0px 4px 12px;
width:720px;
text-align:left;}


.toparea{

}

h2{
font-family: Arial, Helvetica, sans-serif;
font-size:18px;
color: #C00;
font-weight:normal;
padding-bottom:12px;
margin:0px;}

img{border:0;}

a{
color: #CC0000;
text-decoration:none;}

a:hover{
color: #CC0000;
text-decoration:underline;}

img{border:0;}

#footer{
padding-top:30px;
width:60%;
margin:0px auto;
color:#adadad;
text-align:center;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fff;
}
.skinmaster {
	height: 100%;
	background-color: #f3f5fa;
	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; 
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {

}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.roduct{
background: url(images/main_paper.png) no-repeat left top;
}
.contentpane {
padding:0px;
margin:0px;
	
}
.rightpane {
	
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000; 

/*	font-weight: bold; */	
	font-style: normal; 
	background-color: Transparent;

        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;
		line-height:2;
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 11px; 
	font-weight: ; 
	font-style: normal; 
	background-color: Transparent;
	font-family: verdana, Arial, Helvetica, sans-serif; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 16px;   /*explicitly set padding for root menu items*/
	text-transform:uppercase;
}

.root, span.root, .root a{ color:#FFF;}


.main_dnnmenu_itemhover {  
color: #CCC;
}

.main_dnnmenu_itemhover td {  
	background-color: #EFEFEF; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #FFFFFF;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	font-size:11px;
	margin:10px 10px 10px 10px;
	color:#C00;
	padding: 1px 5px;
	border-left: solid 4px #C00;
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); */
	
	  /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 10px;
	font-size: 5px;
}

.main_dnnmenu_arrow {
 
}
.main_dnnmenu_rootmenuarrow {

}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}



/*-------------------lightbox-------------------*/


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(./images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(./images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


