body
{
	font-size: 10px;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color:#000000;
	background-image: url(http://www.alphacrime.com/Guide/images/Starfield.jpg);
}
a:link
{
	color: #5980CB;
	text-decoration: none;
}
a:visited
{
	color: #5980CB;
	text-decoration: none;
}
a:hover, a:active
{
	color: #FFFFFF;
	text-decoration: none;
}
h2
{
	font-size: 14px;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color: white;
}
h1
{
	font-size: 18px;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color: dodgeblue;
}
td
{
	font-size: 11px;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color:dodgerblue;
}
.tborder
{
	border: 0px;
}
.tcat
{
	color: #FFFFFF;
	font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.page
{
	background: #111111;
	color: #FFFFFF;
}
.smallfont
{
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
#ddcolortabs{
margin-left: 4px;
padding: 0;
width: 100%;
background: #111111;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
}

#ddcolortabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

#ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


#ddcolortabs a{
float:left;
color: white;
background: #343097 url(images/menu/color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

#ddcolortabs a span{
float:left;
display:block;
background: transparent url(images/menu/color_tabs_right.gif) no-repeat right top;
padding:4px 9px 2px 6px;
}

#ddcolortabs a span{
float:none;
}


#ddcolortabs a:hover{
background-color: #3067B4;
}

#ddcolortabs a:hover span{
background-color: #3067B4;
}

#ddcolortabs #current a, #ddcolortabs #current span{ /*currently selected tab*/
background-color: #3067B4;
}

#ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #343097;
border-top: 1px solid #111111; /*Remove this to remove border between bar and tabs*/
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}