/* body and page layout styles */
body, html {
	height: 100%;
	background-color: #182734;
	background-image: url(../images/wargamingBackground.gif);
	background-position: 0px 50%;
	background-repeat: repeat-x;
}
.pageContainer {
	width: 800px;
	float: left;
	background-color: #214C7D;
	background-image: url(../images/combat_simulations/fleet_command/pageBackgroundTOP.jpg);
	background-repeat: no-repeat;
}
.pageContainer * {
	font-size: 12px;
	font-family: Arial, sans-serif, Helvetica;
}

/* game specific background */
.dangerousWaters {
	background-image: url(../images/combat_simulations/dangerous_waters/pageBackgroundTOP.jpg);
}
.subCommand {
	background-image: url(../images/combat_simulations/sub_command/pageBackgroundTOP.jpg);

}
.fleetCommand {
	background-image: url(../images/combat_simulations/fleet_command/pageBackgroundTOP.jpg);

}
.sixeightyeight {
	background-image: url(../images/combat_simulations/sixeightyeight/pageBackgroundTOP.jpg);

}

/* banner link */
a.bannerLink {
	clear: both;
	float: right;
	width: 280px;
	height: 70px;
}

/* top nav container styles */
.topNav {
	float: right;
	margin-top: 4px;
	font-weight: bold;
}
.topNav a {
	padding-right: 6px;
}
.topNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.topNav li {
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
	background: url(../images/bullet.gif) 0px 50% no-repeat;
	padding-left: 10px;
}
.topNav a:visited, .topNav a:link, .topNav a:active {
	color: #CCCCCC;
	text-decoration: none;
}
.topNav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/* selected links */
.topNav .selectedArea a:visited, .topNav .selectedArea a:link, .topNav .selectedArea a:active, topNav .selectedArea a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* left nav container styles */
.leftNav {
	float: left;
	padding-top: 230px;
	padding-left: 15px;
	padding-right: 10px;
	width: 190px;
	font-weight: bold;
}
/* left navigation menu link styles */
.leftNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.leftNav li {
	padding-top: 4px;
	padding-bottom: 4px;
	background: url(../images/bullet.gif) 0px 7px no-repeat;
	padding-left: 10px;
}
.leftNav li ul {
	padding-top: 4px;
}
.leftNav ul ul li {
	padding-left: 10px;
	background: none;
}
/* unselected items */
.leftNav a:visited, .leftNav a:link, .leftNav a:active {
	color: #CCCCCC;
	text-decoration: none;
}
.leftNav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/* selected links */
.leftNav .selectedArea a:visited, .leftNav .selectedArea a:link, .leftNav .selectedArea a:active, leftNav .selectedArea a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* footer container styles */
.footer {
	clear: both;
	float: left;
	width: 585px;
	height: 22px;
	padding-left: 215px;
	padding-top: 72px;
	background-image: url(../images/combat_simulations/fleet_command/pageBackgroundBOTTOM.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #CCCCCC;
}
.footer * {
	font-size: 11px;
}
.footer a:visited, .footer a:link, .footer a:active, .footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

/* white border for content area */
.contentBorder {
	float: left;
	margin-top: 20px;
	margin-bottom: 5px;
	border: solid 1px #487994;
	padding: 3px;
}

/* main content area styles */
.contentArea {
	float: left;
	padding: 10px;
	width: 550px;
	height: 500px;
	background-color: #081630;
}
.dangerousWaters .contentArea {
	height: auto;
}
.contentArea * {
	color: #FFFFFF;
}
.contentArea .contentHeader {
	font-weight: bold;
	font-size: 14px;
	color: #FEDE97;
}
