/******************************************************************

	CSS for Alliance Wars Manual (http://manual.alliancewars.com)
	Version 1.21
 	Last update: May 25th 2005
 	Author: NighTi

 *****************************************************************/




body {
	background-color: #000000;
	background-image: url(http://manual.alliancewars.com/images/bg.jpg);
	background-repeat: no-repeat;
	color: #eeeeee;
	margin: 1.25em 0em;
	font-size: 12px;
	font-family: Arial, 'Times New Roman', Helvetica, System, serif; }

A:link { color: #f5f5f5; font-weight: bold; text-decoration: underline; }
A:visited { color: #dadada; font-weight: bold; text-decoration: underline; }
A:hover { color: #ffffff; font-weight: bold; text-decoration: none; }
A:active { color: #ffffff; font-weight: bold; text-decoration: none; }


input {
	background-color: #000000;
	color: gray;
	border: 1px solid gray; }

textarea {
	background-color: #000000;
	color: gray;
	border: 1px solid gray; }



li {
	padding: 0.3em 0; }

li.plain {
	padding: 0 0 }

td {
	padding: 0.1em 0.5em;
	border: none;
	background-color: #4f0000; }

th {
	padding: 0.1em 0.5em;
	border: none;
	background-color: #4f0000; }

table {
	background-color: black;
	border: none;
}

td.center {
	text-align: center; }



#message {
	position: absolute;
	top: 70px;
	left: 200px;
	text-align: center;
	margin: 3em 0;
	font-weight: bold; 
	color: yellow;	}

#menuh {	
	position: absolute;
	right: 2em;
	width: 160px;
	margin-right: 1em;
	background-image: url(http://manual.alliancewars.com/images/menu.jpg);
	background-repeat: repeat-y;
}

#menu {
	position: relative;
	top: 0;
	text-align: center;
}

#menu p {
	margin: 0.5em 0.1em;
	background: none;
}


#menutop {
	position: relative;
	top: 0;
	background-image: url(http://manual.alliancewars.com/images/menutop.jpg);
	background-repeat: no-repeat;
	height: 20px;
}


#menubottom {
	position: relative;
	bottom: 0;
	
	background-image: url(http://manual.alliancewars.com/images/menubottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
}	


#menu A:link { color: #dadada; font-weight: bold; text-decoration: none; }
#menu A:visited { color: #dadada; font-weight: bold; text-decoration: none; }
#menu A:hover { color: #ffffff; font-weight: bold; text-decoration: none; }
#menu A:active { color: #ffffff; font-weight: bold; text-decoration: none; }


#header {
	height: 23em;
	margin-bottom: 0px;
}


#search {
	margin: 0 2.5em 1.5em 2.5em;
	border: none;
	color: gray; }

#contenth {
	background-image: url(http://manual.alliancewars.com/images/content.gif);
	margin: 0 2.5em;
	padding: 1em;
	border-left: 3px solid #4f0902;
	border-top: 3px solid #4f0902; 
	border-right: 3px solid #400701;
	border-bottom: 3px solid #400701; }

#contenth h1 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0.1em;
}

#printer {
	float: right;
}


#content {
	padding: 1em;
}


#admin {
	font-size: 10px;
	margin-top: 2.5em;
	margin-right: 2.5em;
	color: gray;
	text-align: right;
 }

#lastedit {
	text-align: right;
	font-style: italic;
	margin: 1em 2.5em 0 1em;
	color: gray; }

#news p {
	margin-top: 0.1em;
	margin-left: 2em;
}

#news h3 {
	margin-top: 1.5em;
	margin-bottom: 0;
}

#racestats {
	position: relative; 
	left: 0; 
	top: 1em;
	margin-bottom: 5em;
}

#racestats table {
	background: none;
}

#overview {
	float: left;
	padding-left: 5em;
}

#racestats td {
	background: none;
}

#racestats th {
	background: none;
}

#racestats .left {
	padding-right: 2em;
	text-align: right;
}

#racestats .combat {
	padding: 0 2em;
	text-align: right;
}

#racestats ul {
	margin-top: 0;
	padding-top: 0;
}

#racestats li {
	margin-top: 0; 
	padding-top: 0;
}

#racestats .notenabled {
	color: gray;
	font-size: 0.9em;
}

#racestats p {
	margin-top: 0em;
	clear: both;
}


#ship_availibility {
	float: right;
	font-size: 0.9em;
}

#ship_availibility .left {
	text-align: right;
	width: 45%;
	padding-right: 0.8em;
}

#ship_availibility .right {
	text-align: left;
	width: 45%;
	padding-left: 0.8em;
}

#specials {
	padding-top: 0.4em;
	clear: both;
}



.racedescription {
	margin-top: 19em 0;
	clear: both;
}

.racedescription h4 {
	margin-bottom: 0.2em;
	margin-top: 4em;
}

.racedescription p {
	margin-left: 2em;
}

.racedescription img {
	float: left;
	margin: 0 0.5em 0.1em 0;
}

dt { 
	font-weight: bold;
	font-size: 1.1em; }

.breadcrumb {
	font-size: 0.8em;
}







