body 
{
  margin: 0px auto;
  background: #EBEBEB url("images/background.gif");
  font: normal 11px/16px verdana, lucida, sans-serif;
  color: #473C28;
}

#wrapper 
{ /* main wrapper for page */
  width: 800px;
  background-color: #fff;
  margin: 0px auto;
#  margin: 0px 0px 0px 0px;
}

#top_bar 
{ /* holds the logo and tagline images */
  width: 800px;
  margin: 0px;
}

#footer
{
  display:none;
}

#greenbar
  {
  background: #6CA300;
  padding: 0px;
  border: none;
  }

#login 
{ /* controls the look of the login elements */
  font: normal 9px/12px verdana, lucida, sans-serif;
  position: absolute;
  padding: 4px;
  margin: -1px 0px 0px 690px;
  border: 1px solid #46ff2d;
  background: #19ac05;
  color: #000;
}

#login a, a:visited 
{
  color: #fff;
}

#login form
{
  display:inline;
}
#login form input
{
  background:#034484;
  font: normal 9px/12px verdana, lucida, sans-serif;
  color:#fff;
  border:0px;
  cursor:pointer;
}
#login form input:hover
{
  text-decoration:underline;
}

#loginbox 
{ /* controls the look of the login elements */
  font: normal 9px/12px verdana, lucida, sans-serif;
  position: absolute;
  padding: 4px;
  margin: 20px 0px 0px 600px;
  border: 1px solid #46ff2d;
  background: #19ac05;
  color: #fff;
}



#left-side 
{ /* this is the left bar container */
  margin: 30px 0px 20px 0px;
  padding: 0px 0px 0px 40px;
  float: left;
  clear: both;
  width: 180px;
}

#content 
{ /* this is the main body content box */
  margin: 30px 40px 20px 240px;
}

#search-box 
{
  background: #fff url("images/page_find_background.gif") no-repeat;
  width: 500px; 
  height: 64px;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 15px;
}

#spam-box 
{
  background: #fff url("images/page_find_background.gif") no-repeat;
  width: 500px;
  height: 64px;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 15px;
}


#copyright 
{
  height: 80px;
  font: normal 9px/12px verdana, lucida, sans-serif;
  padding: 10px 0px 10px 220px;
  margin: 0px 20px;
  border-top: 1px solid #E0E8B9;
  clear: both;
}

.line 
{ /* generic div line <div class="line">&nbsp;</div> */
  border-top: 1px solid #E0E8B9;
  margin: 20px 0px 0px 0px;
}

/*------- links -----------*/

a:link, a:visited 
{
  color: #6CA300;
  text-decoration: none;
  border:0px;
}

a:hover 
{
  text-decoration: underline;
}

a.cloud5
{ 
  font: normal 8pt/16pt verdana, lucida, sans-serif;
  padding-left: 2em;
}
a.cloud4
{ 
  font: normal 8pt/16pt verdana, lucida, sans-serif;
}
a.cloud3
{ 
  font: normal 10pt/16pt verdana, lucida, sans-serif;
  padding:2px;
}
a.cloud2
{ 
  font: normal 12pt/16pt verdana, lucida, sans-serif;
  padding:2px;
}
a.cloud1
{ 
  font: normal 13pt/16pt verdana, lucida, sans-serif;
  padding:2px;
}
a.cloud0
{ 
  font: normal 14pt/16pt verdana, lucida, sans-serif;
  padding:2px;
}

h1,h2
{
  letter-spacing: -0.018em;
}

h1
{
  font-size:13pt;
}
h2
{
  font-size:11pt;
}

h3
{
  font-size:10pt;
}
h4
{
  font-size:9pt;
}
h5
{
  font-size:8pt;
}

table td
{
  padding:3px;
  font-size:10pt;
}


/* Spam import */

TABLE.mail TH, TABLE.boxtable TH, TABLE.maildetail TH {
 font-weight: bold;
 text-align: center;
 background-color: #19ac05;
 color: #fff;
 font: normal 9px/12px verdana, lucida, sans-serif;
}

TABLE.mail TR, TABLE.sophos TR, TABLE.sa_rules_report TR {
 background-color: #EBEBEB;
 font: normal 9px/12px verdana, lucida, sans-serif;
}

TABLE.mail TD {
 background-color: #EBEBEB;
 font: normal 9px/12px verdana, lucida, sans-serif;
}


TABLE.mail, TABLE.maildetail, TABLE.navigation, TABLE.boxtable {
 border: 1px solid black;
 font: normal 9px/12px verdana, lucida, sans-serif;
}




/* Lightbox import */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	}

#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: transparent url(images/blank.gif) no-repeat; /* 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/prev.gif) left 53% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/next.gif) right 53% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	height: 38px;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left;	}			
#imageData #bottomNavClose{ width: 36px; float: right;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
