﻿body {
	background-color: transparent;
	width : 100%;
	height : 100%;
}

.fixed_width { width:900px; }

.pagemaster {
	height: 100%;	
}

.controlpanel {
	width: 100%;
	background-color: #FFFFFF;
}

#dnn_dnnSEARCH_txtSearch.NormalTextBox { 
    height:18px;
	width: 150px; 
	color: #000000; 
	padding: 2px 0px 0px 2px; 
	border: 1px 1px 1px 1px solid #A3C1EE;
	cursor:text;
}

.bannerpane {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.headerpane {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.toppane {
	padding-top: 3px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
}

.leftpane {
	padding-top: 3px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
}

.contentpane {
	padding-top: 3px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
}

.rightpane {
	padding-top: 3px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
}

.bottompane {
	padding-top: 3px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
}

.MainMenu_MenuContainer {
	background-color: transparent;
    width:100%;
	height:1px;
}

.MainMenu_MenuBar {
}

.MainMenu_MenuArrow {
	display: none
}

.MainMenu_RootMenuArrow {
	display: none
}

.MainMenu_MenuIcon {
	display: none
}

.MainMenu_MenuBreak {
   	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: transparent; 
	height: 1px;
}

.RootMenuItem TD {
    padding:0px 7px 0px 7px;
	height:41px;
    font-size:13px;
    font-weight:bold;
    color:#000000;
    text-align:center;
    background-image: url(images/BlueMenu.jpg);
}

.RootMenuItemSel TD {
    padding:0px 7px 0px 7px;
	height:41px;
    font-size:13px;
    font-weight:bold;
    color: #3A7ADB;  
    text-align:center;
    background-image: url(images/BlueMenu.jpg);	
}

.RootMenuItemHover TD {
    padding:0px 7px 0px 7px;
	height:41px;
    font-size:14px;
    font-weight:bold; 
    color:#FFFFFF; 
    text-align:center;
    background-image: url(images/BlueMenuSel.jpg);
}

.MainMenu_MenuItem {
    padding:5px 22px 5px 10px;
    border:0pt none;
    font-size: 11px; 
    color: #444444;
	font-weight: bold;  
}

.MainMenu_MenuItemSel {
	background-color: transparent; 
	cursor: pointer; 
	cursor: hand; 
}

.Submenu {
    border-left:4px solid #3A7ADB;
    cursor:pointer;
    margin-top: 0px;
    margin-left: -1px; 
    z-index: 1000;
    font-size: 11px; 
    color: #444444;
    font-weight: bold; 
	background: #E3EDFA; 
}

.Submenuitemselected,Submenuitembreadcrumb {
    padding:5px 22px 5px 10px;
    border:0pt none;
    margin-top: 0px;
    margin-left: 0px; 
    font-size: 11px; 
    color: #FFFFFF;
	font-weight: bold; 
	background: #3A7ADB; 
}

.Head{ 
   font-size:13px;
   font-weight:bold;
   color:#000000; 
}

.SubHead{ 
   font-size:12px; 
   color:#000000;
  }
   
.SubSubHead{ 
   font-size:11px; 
   color:#000000;
}

.Normal{
   font-size:11px; 
   color:#000000;
   font-weight : normal;
}

.TH,TD,DIV {	
   font-size: 11px; 
   color: #000000; 
   font-family: Tahoma, Verdana, Arial,  Helvetica, sans-serif;
}

.CommandButton {
	font-size : 11px;
	font-weight : normal;
	color : #0033CC;
	text-decoration : none;
}
    
A.CommandButton:link {
	font-size : 11px;
	font-weight : normal;
	color : #0033CC;
	text-decoration : underline;
}

A.CommandButton:visited  {
	font-size : 11px;
	font-weight : normal;
	color : #0033CC;
	text-decoration : underline;
}

A.CommandButton:active {
	font-size : 11px;
	font-weight : normal;
	color : #0033CC;
	text-decoration : underline;
}

A.CommandButton:hover {
	font-size : 11px;
	font-weight : normal;
	color : #0033CC;
	text-decoration : none;
}

.Login, A.Login:link, A.Login:visited, A.Login:active{
   background:transparent url(images/BlueLogin.jpg) no-repeat scroll left bottom;
   padding:2px 0px 2px 22px;
   font-size : 11px;
   font-weight : bold;
   color:#555555;
   height:15px;
   text-decoration:none;
}

A.Login:hover {
   font-size : 11px;
   font-weight : bold;
   color: #3A7ADB;
   text-decoration : none;
}

.User, A.User:link, A.User:visited, A.User:active{
   background:transparent url(images/BlueUser.jpg) no-repeat scroll left bottom;
   padding:2px 10px 2px 22px;
   font-size : 11px;
   font-weight : bold;
   color:#555555;
   height:15px;
   text-decoration:none;
}

A.User:hover {
   font-size : 11px;
   font-weight : bold;
   color: #3A7ADB;
   text-decoration : none;
}

.Date, A.Date:link, A.Date:visited, A.Date:active, A.Date:hover  {
    color:#444444;
	font-weight: normal; 
    font-size:11px;
    text-decoration:none;
}

.Search, A.Search:link, A.Search:visited, A.Search:active {
    color:#555555;
	font-weight:bold; 
    font-size:11px;
    text-decoration:none;
}

A.Search:hover  {
    color:#555555;
	font-weight:bold; 
    font-size:11px;
    text-decoration:none;
}

.Breadcrumb, A.Breadcrumb:link, A.Breadcrumb:visited, A.Breadcrumb:active {
    color:#555555;
	font-weight:bold; 
    font-size:11px;
    text-decoration:none;
}

A.Breadcrumb:hover  {
    color:#3A7ADB;
	font-weight:bold; 
    font-size:11px;
    text-decoration:none;
}

A:link {
	color :#2861B5;
	text-decoration : none;
}

A:active {
	color :#2861B5;
	text-decoration : underline;
}

A:hover {
	color :#990000;
	text-decoration : underline;
}

A:visited {
	color :#666666;
	text-decoration : none;
}

.Footer{
   font-size:11px;
   font-weight:bold; 
   color:#555555;
   text-decoration:none
}

A.Footer:link {
    font-size:11px;
    font-weight:bold; 
	color : #555555;
	text-decoration : none;
}

A.Footer:visited  {
    font-size:11px;
    font-weight:bold; 
	color : #555555;
	text-decoration : none;
}

A.Footer:active {
    font-size:11px;
    font-weight:bold; 
	color : #555555;
	text-decoration: none;
}

A.Footer:hover {
    font-size:11px;
    font-weight:bold; 
	color :#3A7ADB;
	text-decoration: none;
}

#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(lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/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; }
