@CHARSET "ISO-8859-1";

/* General settings */
body {
	background-color: #FFFFFF;
	font-size: 12pt;
}

table {
	width: 100%;
}

td {
	vertical-align: top;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

h1 {
	font-size: 120%;
	font-weight: bold;
	margin: 5px;
}

h2 {
	font-weight: normal;
	font-size: 75%;
	margin: 5px;
}

/* Settings for global header/footer */
#mainContainer {
	border: 0;
}

#mainContainer #header {
	display: none;
}

#mainContainer #footer {
	
}

/* master formatting for front page, archive, and article detail pages */
.loggedNotice {
	display: none;
}

.editNotice {
	display: none;
}

.events {
	float: right;
	width: 200;
	background-color: #FCCC1C;
	padding: 4px;
}

#round {
	display: none;
}

#round #latestIssue {
	text-align: center;
	font-weight: bold;
}

#graphics {
	margin: 0;
	border: 0;
	padding: 20px 4px 4px 4px;
	width: 192px;
	background: url(merge.gif) top no-repeat;
	background-color: #a9cbef;
	font-weight: bold;
}

/* For detail pages */
.toptenlist {
	padding: 5px;
	text-align: left;
	max-width: 400px;
	font-weight: bold;
	font-size: small;
}

.article {
	margin: 0;
	border: 0;
	padding: 5px 5px 15px 5px;
}

.article .articlePic {
	margin: 4px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	float: right;
}

.article .title {
	font-size: 200%;
	font-weight: bold;
}

.article .smallTitle {
	font-size: 150%;
	font-weight: bold;
}

.article .subtitle {
	font-size: 150%;
	font-weight: bold;
}

.article .info {
	padding: 4px 0 4px 0;
}

.article .body {
	padding: 4px 0 0 0;
}

.article .readmore {
	font-size: 75%;
	font-weight: bold;
	text-align: right;
}

/* For Issue listings in archive page */
#issueListings {
	padding: 2px;
	border-bottom: 2px solid #000000;
	font-size: 75%;
	font-weight: bold;
	text-align: center;
}

#issueListings .changeview {
	font-size: 75%;
	text-align: right;
}

/* Used to display issue content on the archive page */
.overflow {
	padding: 3px;
	border-top: 2px solid #000000;
}

.overflow th {
	text-align: left;
}

.overflow td {
	margin: 0;
	border: 0;
	padding: 3px;
	width: 50%;
	border-top: 1px dashed #AFAFAF;
}

/* For search page */
.searchresult h1 {
	font-size: 75%;
	font-weight: bold;
}

.searchresult h2 {
	font-size: 66%;
	font-weight: bold;
}

/* This is for the ops area */
.opsResults {
	margin: 0;
	border: 0;
	background-color: #000000;
	text-align: left;
	color: #FFFFFF;
}

.opsResults th a:link {
	color: #FFFFFF;
}

.opsResults th a:visited {
	color: #FFFFFF;
}

.opsResults td {
	padding: 3px;
}

.opsResults .next {
	text-align: right;
	width: 50;
}

.opsResults .previous {
	text-align: left;
	width: 50;
}

.searchform {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.options {
	float: right;
	padding: 4px;
}

.subheading {
	font-size: 75%;
}

.oddResult {
	color: #000000;
	background-color: #CFCFCF;
}

.evenResult {
	color: #000000;
	background-color: #FFFFFF;
}

.paddedArea {
	padding: 6px;
	text-align: left;
}

.opsIntro {
	margin: 0;
	border-width: 0;
	padding: 4px;
	border-top: 1px dashed #CFCFCF;
}