/* Media: Screen */
body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, Helvetica, Arial, Sans-Serif;
	background: #00457C;
}
img {
	border: none;
}

img.dshot {
	border: 1px solid #000000;
}

tr.platforms th {
	border: 1px solid #C0C0C0;
	background: #F0F0F0;
	color: #000000;
	white-space: normal;
}

tr.platforms td {
	border: 1px solid #C0C0C0;
	background: #FFFFFF;
	width: 36px;
	height: 36px;
	text-align: center;
	font-size: .8em;
}

tr.platforms td.more {
	width: auto;
	white-space: nowrap;
}

a img.screenshot {
	border-width: 2px;
	border-style: solid;
	margin: 2px;
	float: right;
}

a:link, a:visited {
	color: #004C8C;
	text-decoration: none;
}
a:hover, a:active {
	color: #0071D0;
	text-decoration: underline;
}
#menu {
	background: #D0D0D0;
	width: 140px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#menu .subcat a:link, #menu .subcat a:visited {
	padding: 2px;
	font-size: .6em;
	display: block;
	text-indent: 6px;
	color: #FFFFFF;
	text-decoration: none;
}
#menu .subcat a:hover, #menu .subcat a:active {
	padding: 2px;
	font-size: .6em;
	display: block;
	text-indent: 6px;
	color: #FFFFFF;
	text-decoration: none;
	background: #005AA2;
}
#menu .category {
	padding: 2px;
	font-size: .8em;
	background: #005AA2 url('/shared/base.section.gif');
	display: block;
	color: #FFFFFF;
	border-bottom: 2px solid #000000;
	text-indent: 12px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
#main {
	margin-left: 142px;
	padding: 5px;
	background: #FFFFFF;
	font-size: .8em;
}
#logo {
	display: block;
	border: none;
	border-bottom: 2px solid #000000;
}
.subcat {
	margin: 6px;
	margin-top: 0px;
	margin-bottom: 5px;
	background: #00457C;
	border-bottom: 2px solid #000000;
}
.topper {
	float: right;
	padding-right: 4px;
}
h1 {
	font-size: 1.4em;
	padding: 2px;
	padding-left: 6px;
	background: #F0F0F0;
	border: 1px solid #C0C0C0;
	border-bottom: 1px solid #00457C;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 12px;
	clear: both;
}
h2 {
	background: #E0E0E0;
	border: 1px solid #00457C;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 12px;
	font-size: 1.3em;
	text-align: center;
	color: #00457C;
}
th {
	background: #00457C;
	color: #FFFFFF;
	text-align: left;
	padding: 2px;
	white-space: nowrap;
}
td {
	border: 1px solid #C0C0C0;
	background: #F0F0F0;
	padding: 2px;
}
table {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1em;
	margin-bottom: 12px;
}
/* This is for the ad */
#adbox {
	margin-left: 142px;
	border-bottom: 2px solid black;
	background: #00457C;
	padding-top: 11px;
	text-align: center;
}
/* This is for the links at the top */
#toplinks {
	text-align: center;
	height: 18px;
	background: #003763;
	margin-top: 11px;
	overflow: auto;
	font-size: .8em;
	color: #0071D0;
}
#toplinks a:link, #toplinks a:visited, th a:link, th a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#toplinks a:hover, #toplinks a:active, th a:hover, th a:active {
	color: #7DC3FF;
	text-decoration: none;
}
/* This is for the copyright at the bottom */
#copyright {
	padding: 2px;
	color: #FFFFFF;
	font-size: .8em;
	background: #00457C;
	text-align: center;
	border-top: 2px solid #000000;
	margin: -5px;
	margin-top: 10px;
}

input, select, textarea {
	font-size: .85em;
	font-family : Verdana;
	font-weight: bold;
	border: 1px solid #00457C;
	border-color: #003964 #0071D0 #0071D0 #003964;
	background: #BDE1FF;
}

input.button {
	font-size: .85em;
	font-family : Verdana;
	font-weight: bold;
	border: 1px solid;
	border-color: #0071D0 #003964 #003964 #0071D0;
	background: #0062B4;
	color: white;
}

#infobox td, #infobox th, #infobox table {
	background: inherit;
	border: none;
	color: black;
	margin-bottom: 0px;
	font-size: .85em;
	white-space: normal;
}
#infobox table th {
	border-right: 1px solid #C0C0C0;
	vertical-align: top;
}

#infobox div table th {
	border: none;
}
.databox {
	position: relative;
	border: 1px solid #00457C;
	background: #F0F0F0;
	padding: 20px;
	margin: 12px;
}
.databox h2 {
	position: absolute;
	border: 1px solid #00457C;
	background: #F0F0F0;
	padding: 2px;
	top: -8px;
	left: 10px;
	color: #000000;
	font-weight: bold;
	font-size: 1em;
	font-variant: small-caps;	
}	