@import url(scans.css);

/*** HEADER ***/

table.header {
	width: 100%;
    min-width: 1000px;
	border-style: none;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom: 3em;
}

td.header-left {
	padding: 0px;
	background: transparent url(img/headerbgn.png) repeat-x;
}

td.header-mid {
	padding: 0px;
	background: transparent url(img/headery.png) no-repeat;
	height: 136px;
	width: 750px;
}

td.header-right {
	padding: 0px;
	background: transparent url(img/headerbgn.png) repeat-x;
}


#menu {
	border-style: none;
	border: 0;	
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	position: relative;
	top: -3em;
	float: right;
	margin-bottom: 1em;
	margin-left: 0;
}

#menu a {
	width: 100%;
	font-style: bold;
	color: white;
}

#menu a:hover{
	width: 100%;
	background: #3366CC;
	text-decoration: none;
}

#menu td {
	width: 10em;	
	border: 1px solid white;
	text-align: center;
	color: #FFFFFF;  
	font-size: 10pt;
	font-weight: bold;
}

#menu td.normal {
	background-color: #0033CC;
}

#menu td.active {
	background-color: #102F7C;
}

/*** BODY ***/

body {
	background-color: #000000;
	scrollbar-face-color: #292D3A;
	scrollbar-highlight-color: #404040;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #616161;
	scrollbar-arrow-color:  #A1A1A1;
	scrollbar-track-color: #333333;
	scrollbar-darkshadow-color: #000000;
	font-family: Verdana;
	font-Size: 8pt;
	color: #999999;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#parsebox {
	margin-bottom: 5em;
}

table.parser {
	width: 500px;
	border: 0px;
	border-color: white;
	background-color: #000000;
} 

td.menuheader 
{
	font-family : Verdana, Tahoma, Arial;
	font-size : 8pt;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #102F7C;
	padding-left: 3px;
}

.one {
	background-color : #102F7C;
	color : #DBDBDB;
	font-size : 8pt;
}

.two {
	background-color : #294388;
	color : #DBDBDB;
	font-size : 8pt;
}

.center {
	text-align: center;
}



td.body
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #C0C0C0; 
	background-color: #294388; 
}

.error {
	font-size: 14pt;
	font-style: bold;
	color: red;
	text-align: center;
}


a:link, a:visited {
	font-family: Verdana, Tahoma, Arial;
	color : #4DA8EB;
	text-decoration : none;
	font-size: 8pt;
	background-color : inherit;
}

a:active, a:hover {
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
	text-decoration : none;
	color : #0083CA;
	background-color : inherit;
	text-decoration : underline;
}

input {	
	color: #CACACA; 
	background-color: #161616; 
	border :1px solid #000000;	
	vertical-align: middle; 
	text-align : left; 
	font-size : 8pt; 
	padding-left : 2px; 
	padding-bottom : 2px;
 }

input.button {
	 text-align : center;	
}

input.coord {
	 width: 20px;
}

select {	
	color: #CACACA; 
	background-color: #161616; 
	border :1px solid #464646;	
	vertical-align: middle; 
	text-align : left; 
	font-size : 8pt; 
	padding-left : 2px; 
	padding-bottom : 2px;
 }

textarea {
	color : #CACACA;
	background-color : #000000;
	border :1px solid #B8A57A;
	vertical-align : middle;
	text-align : left;
	font-size : 8pt;
	padding-left : 2px;
}

.qlinput {
	color : #CACACA;
	background-color : #000000;
	border : 1px #161616 solid;
	width : 30px;
	text-align : left;
	font-size : 7pt;
	height : 18px;
}

.qlbutton {
	color : #CACACA;
	background-color : #0C2668;
	border : 1px #161616 solid;
	width : 82px;
	text-align : center;
	font-size : 7pt;
	height : 18px;
}


/*** FOOTER ***/

#footer {
	position: fixed;
	margin-top: 4em;
	bottom: 0px;
	width: 100%;
	min-width: 1000px;
	border-style: none;
	border-collapse: collapse;
	border-spacing: 0px;
}

td.footer-center {
	padding: 0px;
	background: transparent url(img/footer_center.png) no-repeat;
	height: 70px;
	width: 325px;
}

td.footer-bg {
	padding: 0px;
	background: transparent url(img/footer_bg.jpg) repeat-x;
	height: 70px;

}

.cluetip-default a {
	color: black;
}

.cluetip-default a:hover {
	color: red;
}

.cluetip-default {
  background-color: #5C5C5C;  
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #5C5C5C;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #87876a;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #5C5C5C;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding-left: 10px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
  display: none;
}