@charset "utf-8";
/* CSS Document */
body
{
	background:#000;
	height:100%;
	width:100%;
}
#credits
{
	font-family:Arial, Helvetica, sans-serif; font-size:12px; background: url(images/spacer.png); color:#CCC;
}
#credits a
{
	font-family:Arial, Helvetica, sans-serif; font-size:12px; background: url(images/spacer.png); color:#CCC;
}
center, html, body
{
	vertical-align:middle;
	height:100%;
	width:100%;
}
#bgbox
{
	vertical-align:middle;
	width:1175px;
	height:873px;
	background:#000 url(images/map_bg.jpg) no-repeat;
	padding-top:250px;
}
#mainbox
{
	height:370px;
	width:660px;
	vertical-align:middle;
}
#searchinput 
{
	border: 1px solid #888787;
	background:url(images/inputtext_bg.png) repeat-x;
	font-family:"Trajan Pro";
	height:25px;
	font-size:12px;
	width:580px;
}
#results
{
	background:url(images/spacer.png);
	font-family:"Trajan Pro";
	color:#FFF;
	font-size:13px;
}
#resulttable
{
	font-family:"Trajan Pro";
	color:#FFF;
	font-size:13px;
	
}
.icon
{
	background-position: center;
	width:38px;
	height:38px;
}
.iconimage
{
	width:38px;
	height:38px;
	background:url(images/iconoutline.png) top left no-repeat;
	display:block;
}
.iconimage:hover
{
	background:url(images/iconoutline.png) bottom left no-repeat;
}
#topsearch
{
	font-family:"Trajan Pro";
	color:#FFF;
	font-size:13px;
}
#options
{
	font-family:"Trajan Pro";
	color:#FFF;
	font-size:13px;
	background:url(images/spacer.png);
}
#options2
{
	font-family:"Trajan Pro";
	color:#FFF;
	font-size:13px;
	background:url(images/spacer.png);
}
#ipp
{
	border: 1px solid #888787;
	background:url(images/inputtext_bg.png) repeat-x;
	font-family:"Trajan Pro";
	height:25px;
	font-size:12px;
	width:40px;
}
#gradefrom
{
	border: 1px solid #888787;
	background:url(images/inputtext_bg.png) repeat-x;
	font-family:"Trajan Pro";
	height:25px;
	font-size:12px;
	width:40px;
}
#gradeto
{
	border: 1px solid #888787;
	background:url(images/inputtext_bg.png) repeat-x;
	font-family:"Trajan Pro";
	height:25px;
	font-size:12px;
	width:40px;
}
#searchbutton
{
	font-family:"Trajan Pro";
	height:30px;
	font-size:12px;
	width:70px;
}