/*html tags*/
/*padding: top right down left;*/

body{
  font-family:arial;
  padding:0px;
  margin:0px; 
  font-size:12px;
  height: 100%;
}


.footer-top-bg{
background:url(../images/footer-top-bg.gif) left top repeat-x;
height:15px;
}

.menu{
  width:200px;
  float:left;
  background:#EEEEEE;
  font-size:14px;
  height:430px;
  margin-right:20px;
}

.menu ul{
  list-style-type:none;
  padding:0px 10px;
}

.menu span{
  color:white;
  padding:5px;
  display:block;
}

.menu .menuhead{background:#DE860E;}
.menu .promotehead{background:#2B769E; margin-top:65px;}

p{
margin:7px;
}

a img{
border:none;
}

/*custom tags*/

.navigation{
	width:150px; float:left; border-right:1px dashed  black;
}

.navigation a{font-size:11px;}

.breadcrumb
{
 font-size:11px;
 padding:6px;
 margin-bottom:20px;
 border-bottom:1px solid #E4E4E4;
}

.breadcrumb2
{
 font-size:11px;
 padding:6px;
 margin-bottom:20px;
 border-bottom:1px solid #E4E4E4;
}

.breadcrumb a
{
 padding-left:5px;
}

.buttonAsLink{
	font-family:       Verdana, Arial, Helvetica, sans-serif;
	font-size:         12px;
	margin:            0px 0px 0px 0px;
	border-width:      0;  
	cursor:            pointer;
	width:             80px;
	height:20px;
  color:             white;
  background-color:  #2590D1;
	
	
	}
	
.content
{
width: 850px;
height:100%;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -155px; /* the bottom margin is the negative value of the footer's height */

}

html>body .header
{
  width:100%;
  height:100px;
  overflow:hidden;
  border-bottom:1px solid black;
  background:url(../images/bg.jpg) top left repeat-x;
  color:white;
} 

.header h2
{
 font-size:20px;
 float:left;
 padding-top:35px;
 padding-left:40px;
}

.login
{
 width:170px;
 float:left;
 font-size:11px;
 padding:5px 10px;
}

.login form{
margin:0px;
padding:0px;
}

.header a
{
 color:white;
}

.introduction
{
 width:600px;
 padding:0px 0px 0px 0px;
 font-size:12px;
 text-align:justify;
 float:left;
}

.introduction a {
text-decoration: none;
}

.introduction a:hover {
text-decoration: none;
color:black;
}

.introduction a:visited {
text-decoration: none;
color:blue;
}

.mainbox
{
 font-size:12px;
 padding:10px;
 height:170px;
 background:#EEE;
 margin:0px 10px;
 width: 220px;
 float:left;
}

.tablemail{
 border: 1px #646464 solid;
 width:80%;
 margin:auto;
}

.unread{
 background:#cbcbcb;
 padding: 5px 10px 5px 10px;
}

.read{
 background:#f5f5f5;
 padding: 5px 10px 5px 10px;
}

.wrap{
 width:450px;
 margin:auto;
}
.wrapper{ width:721px; margin:auto;}
/*--------------------------------------------------------------------------

LIGHT BOX

---------------------------------------------------------------------------*/

#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; }
