/************************************
* HeartOfTheFyre CSS                *
* Copyright (C)2009, John M. Stokes *
*************************************/

/******** MARKUP OVERRIDES ********/
html, body {background-color: black; color: white; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1em;}
	
a {color: blue; text-decoration: none;}
a:hover {color: blue; text-decoration: underline;}
a:active {color: white; text-decoration: underline;}
a:visited {color: red;}
a:visited:hover {color: red; text-decoration: underline;}
a:visited:active {color: white; text-decoration: underline;}
	
table {margin: 0 auto; table-style: fixed;
	width: 600px;
}
th {text-align: center; text-decoration: underline; vertical-align: bottom;}
td {vertical-align: top;}

/******** REUSABLE CLASSES ********/
.center {margin: 0 auto; text-align: center;}
.error {color: red; font-weight: bold;}
.success {color: green; font-weight: bold;}

.officialSite {
	margin: 0 auto;
	text-align: center;
}

/******** DIV IDs ********/
#ContentBox {
	margin: 0 auto;
	width: 800px;
}
	

/* Reviews Pages */
#BannerBox {
	margin: 1em auto;
	/* width is set per element */
}

#ScreenshotBox {
	float: left;
	margin: 0 10px 10px 0;
}

#FlightSimList {margin-top: 2em;}
#FlightSimList th:first-child {text-align: left;}
#FlightSimList td:last-child {padding-left: 15px;}