/* Login stuff */

#login {
	margin-top: 1em;
	padding: 1em;
}

/* End Login stuff */


/*
Common colors
#565b92
#203351
*/

body {
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	background-color: #232323;
	font-family: arial, sans-serif;
}

h2 {
	font-weight: bold;
	font-size: 1.5em;
}

img {
	border: 0px;
}

.archive {
	position: relative;
	margin-left: 100px;
	top: -10px;
}

div.sitewrapper {
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	background-color: #565b92;
	position: relative;
}

div.sitenav {
	background-color: #565b92;
	padding-bottom: 5px;
}

div.adsmall {
	width: 234px;
	height: 60px;
	background-color: black;
	margin-top: 10px;
	margin-left: 20px;
}

div.adrect {
	width: 468px;
	background-color: black;
	position: absolute;
	left: 486px;
	top: 16px;
	height: 60px;
}

div.adtower {
	position: absolute;
	background-color: black;
	width: 160px;
	height: 600px;
	left: 820px;
}

div.comic {
	margin: 10px;
}

div.postnav {
	position: relative;
	width: 990px;
	height: 15px;
	background-color: #565b92;
	z-index: -1;
}

div.comictitle {
	background-color: #565b92;
	width: 990px;
	text-align: center;
}

#prenav {
	position: relative;
	width: 990px;
	height: 10px;
	background-color: #565b92;
	
}

#pagetitle {
	background-color: #4f4f4f;
	color: #272c31;
	border-top: 3px solid #333333;
	border-bottom: 3px solid #333333;
	width: 845px;
	margin-left: 35px;
	padding-left: 45px;
	padding-right: 50px;
	color: #ffffff;
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*
div.contentwrapper {
	position: relative;
	width: 990px;
	background-color: #565b92;
	padding-top: 5px;
	padding-bottom: 5px;
}
*/

div.content {
	width: 780px;
	background-color: #203351;
	margin-left: 10px;
	padding: 10px;
	color: #ffffff;
}

div.contentinner {
	float: left; 
	width: 650px; 
	text-align: center;
}

form a {
	color: #ffffff;
}

form a:visited {
	color: #eeeeee;
}

a {
	color: #ffffff;
}

a:visited {
	color: #dddddd;
}

/* Index page specific styles */

#news-byline {
	font-size: 0.8em;
}

#news-headline {
	font-size: 1.4em;
	margin-top: 10px;
	margin-bottom: 0px;
}

#news-content {
	padding-top: 15px;
}

#imgbanner {
	position: relative;
	width: 918px;
	height: 200px;
	background-color: #bacdde;
	margin-left: 35px;
	border: 1px solid #565b92;
}

#footer {
	width: 800px;
	height: 30px;
	color: #ffffff;
	background-color: #203351;
	font-size: 0.8em;
	margin: 10px;
	padding-top: 10px;
	text-align: center;
}

.contentimage {
	margin-right: 7px;
	margin-top: 5px;
	border: 1px solid black;
}

.updateimage {
	margin-bottom: 10px;
	border: 1px solid black;
}
/* End index page specific styles */



/* Comments */
.comment {
	margin-top: 5px;
	margin-bottom: 5px;
}

.comment-byline {
	border-top: 3px solid #8394b2;
	font-size: 0.8em;
	background-color: #3d4751;
	border-left: 1px solid #8394b2;
	border-right: 1px solid #8394b2;
	padding-left: 3px;
}

.comment-action {
	font-size: 0.8em;
	padding-left: 3px;
	border-bottom: 3px solid #8394b2;
	border-left: 1px solid #8394b2;
	border-right: 1px solid #8394b2;
	background-color: #45505b;
}

.comment-message {
	padding-left: 3px;
	border-left: 1px solid #8394b2;
	border-right: 1px solid #8394b2;
}
/* End Comments */



/* Games page styles */

#subsectionnavtitle {
	text-align: center; 
	background-color: white; 
	color: #203351;
	font-weight: bold;
}

#subsectionnavtitle a {
	text-decoration: none;
	color: #203351;
}

#subsectionnav {
	padding: 2px;
	color: white;
	text-align: center;
}

.subsectionnavlink {
	color: white;
	font-size: 0.8em;
}

.subsectionnavlinkcurrent {
	color: white;
	font-weight: bold;
	font-size: 0.8em;
}

.subsectionnavlink:visited {
	color: white;
}

.subsectionnavlink:hover {
	color: #e0e0e0;
}

/* End Games page styles */


/* About Us Styles */

.profile {
	margin-top: 15px;
	width: 200px;
	text-align: center;
}

.aboutname {
	font-size: 1.8em;
	font-weight: bold;
}

.profile a {
	color: #203351;
}

.abouttitle {
}

/* End About Us Styles */


/* New styles */
.borderless {
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-collapse: collapse;
}

.evenrow {
}

.oddrow {
	background-color: #f4f4f4;
}

.instructions {
	text-align: center;
	font-size: 0.8em;
}
/* New styles */



/* Search and results */
div.basicsearch {
}

table.searchresults {
	border: solid 1px;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

tr.searchtitle {
}
/* Search and results */



/* Error Messages */
div.error {
	color: #e00000;
	background-color: #ffffff;
	padding: 5px;
	border: solid 1px;
	border-collapse: collapse;
	border-color: #e00000;
}
/* Error Messages */



/* Pagination  */
a.pagination {
}

span.pagination {
}

span.currentpage {
	font-weight: bold;
}
/* Pagination  */



/* Tables */
table {
	font-size: 0.9em;
}

table.dataentry {
	border: solid 1px;
	border-color: #d0d0d0;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

caption {
	background-color: #f0f0ff;
	border: solid 1px;
	border-color: #d0d0d0;
	border-collapse: collapse;
	padding: 3px;
	color: #203351;
}

th.colheader {
	font-weight: bold;
	text-align: center;
}

td.submit {
	text-align: center;
	}

td.colname {
	font-weight: bold;
	}

td.colnamerequired {
	font-weight: bold;
	}

td.coldata {
	}

td.input {
	}

td.nosearchresults {
	}

span.inputexample {
	font-size: 0.8em;
}
/* Tables */



/* Browse */
ul.browse {
}

li.browseitem {
}
/* Browse */




/* Confirm delete pages */
div.warning {
	text-align: center;
}

table.warning {
	border: solid 2px;
	border-collapse: collapse;
	border-color: black;
	width: 80%;
	margin: 10px;
}

caption.warning {
	background-color: #800000;
	border: solid 2px;
	border-collapse: collapse;
	border-color: black;
	font-weight: bold;
	color: #ffffff;
}

td.warningmessage {
}

td.warningyes {
	text-align: center;
	background-color: #ffefef;
}

td.warningno {
	text-align: center;
	background-color: #efffef;
}

a.warningyes {
	color: #800000;
}

a.warningno {
	color: #008000;
}
/* Confirm delete pages */