*{
  margin: 0;
  padding: 0;
}

body{
  background-image: url("bg.jpg");
  background-repeat: repeat-x;
  background-color: #000066;
  font-family: arial;
  font-size: 13px;
  line-height: 20px;
  color: #333333;
  padding-top: 10px;
}

body a{
  color: #0000CC;
  text-decoration: none;
}
body a:hover{
  color: #0000CC;
  text-decoration: underline;
}

p{
  padding-bottom: 10px;
}

h1{
  font-size: 22px;
  padding-bottom: 8px;
  font-weight: normal;
}

h2{
  font-size: 15px;
  padding-bottom: 0px;
  padding-top: 16px;
  font-weight: bold;
}


h3{
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
}


h4{
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  color: #666666;
  padding: 5px 0 10px 0;
}

#container{
  width: 850px;
  margin: 0 auto;
  border: solid #000000;
  border-width: 0 3px 3px 0;
  background-color: #FFFFFF;
}

#header{
  height: 120px;
  width: 850px;
  padding-bottom: 15px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 15px;
}

#sidebar{
  width: 140px;
  float: left;
  padding-left: 22px;
  padding-bottom: 20px;
  font-family: "arial narrow";
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
}

#sidebar a{
  display: block;
  height: 25px;
  padding-left: 12px;
  text-decoration: none;
  color: #333333;
}

#sidebar a:hover{
  color: #0000CC;
}

#sidebar h3{
  color: #333333;
  font-size: 15px;
  padding-top: 15px;
}

#content{
  min-height: 350px;
  margin-left: 160px;
  margin-right: 20px;
}

#footer{
  font-size: 11px;
  text-align: center;
}
#footer a{
  text-decoration: none;
  color: #000000;
}


#copy{
  text-align: center;
  font-size: 10px;
}
#copy a{
  color: #000000;
  text-decoration: none;
}



.row{
  margin-top: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #f1f1f1;
}

.label{
  float: left;
  width: 100px;
  font-size: 15px;
}

.input{
  margin-left: 100px;
}

.input input, textarea, select{
  width: 400px;
  border: 1px solid #cccccc;
  color: #000033;
  font-size: 12px;
  padding: 3px;
  font-family: arial;
  font-size: 12px;
}

.tip{
  padding: 3px;
  margin-left: 100px;
  color: #666666;
  font-size: 10px;
  line-height: 12px;
  width: 400px;
}



#login{
  margin: 0 auto;
  margin-top: 250px;
  padding: 20px;
  width: 520px;
  background-color: #FFFFFF;
  border: 3px solid #000000;
}


ul{
  list-style-position: inside;
  list-style-type: disc;
  padding-bottom: 15px;
}

li{
  margin-left: 15px;
}


.approve_list{
  border: 1px solid #CCCCCC;
  background-color: #f1f1f1;
  padding: 5px;
  margin-bottom: 10px;
}

.data{
  float: left;
  border-collapse: separate;
}

.data td{
  padding: 5px;
  border-bottom: 1px solid #CCCCCC;
}

.heading{
  background-color: #f1f1f1;
  font-weight: bold;
}




/* start lightbox code */
#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; }
/* end lightbox code */
