/*****************************
 * MiniWarGaming Style Sheet *
 * ------------------------- */

body, html {
	margin: 0;
	padding: 0;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
}

div {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

a, a:visited {
	color: blue;
}

a:hover, a:active {
	color: red;
}

/* Header */
#wrapHeader {
	background: #000 url(/_cimgs/Header_Repeat.png) top left repeat-x;
	height: 101px;
	text-align: center;
}

#headerMenu {
	width: 800px;
	height: 101px;
	border-collapse: collapse;
	padding: 0;
	margin: auto;
}

#headerMenu td {
	padding: 0;
	margin: 0;
}

#headerMenu img {
	border: 0;
}

#headerImage {
	width: 197px;
	height: 101px;
	padding: 0;
}

#headerTopRight {
	width: 603px;
	height: 66px;
	text-align: right;
	vertical-align: top;
	color: white;
}

#headerTopRight a, #headerTopRight a:hover {
	color: white;
	text-decoration: none;
}

#headerTabs {
	width: 373px;
	height: 35px;
	vertical-align: bottom;
}

#headerSearch {
	width: 230px;
	height: 35px;
	text-align: right;
	vertical-align: top;
}

/* Footer */
#wrapFooter {
	clear: both;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 4px;
}

/* Content */
#wrapContent {
	width: 800px;
	margin: auto;
}

/* Message Queue */
#messageQueue {
	width: 580px;
	padding: 2px;
	background: #FFC;
	margin: 10px auto;
	border: 1px solid #CCC;
}

/* All Message Types */
div#messageQueue div {
	padding: 6px 6px 6px 27px;
	margin: 3px;
}

/* Info Message */
div.message_0 {
	background: url(/_cimgs/queue_info.gif) 6px 6px no-repeat #FFF;
	border: 1px solid #CCC;
}

/* Caution */
div.message_1 {
	background: url(/_cimgs/queue_caution.gif) 6px 6px no-repeat #FFF;
	border: 1px solid #FC2;
}

/* Error */
div.message_2 {
	background: url(/_cimgs/queue_error.gif) 6px 6px no-repeat #FFCC80;
	border: 1px solid #C66;
}

/* Big Error */
div.message_3 {
	background: url(/_cimgs/queue_bigerror.gif) 6px 6px no-repeat #FFCC80;
	border: 1px solid #C00;
}

/* Success */
div.message_4 {
	background: url(/_cimgs/queue_success.gif) 6px 6px no-repeat #FFFFFF;
	border: 1px solid #6C6;
}

/* Forms */
form.basicForm {
	padding: 0;
	margin: auto;
	width: 600px;
}

form.smallBasicForm {
	padding: 0;
	margin: auto;
	width: 100%;
}

form.basicForm label {
	display: block;
	float: left;
	text-align: right;
	width: 250px;
	padding-top: 3px;
	padding-right: 20px;
}

form.smallBasicForm label {
	display: block;
	float: left;
	text-align: right;
	width: 150px;
	padding-top: 3px;
	padding-right: 20px;
}

form.verySmallBasicForm label {
	display: block;
	float: left;
	text-align: right;
	width: 125px;
	padding-top: 3px;
	padding-right: 10px;
}

form.basicForm input, form.smallBasicForm input {
	display: block;
	float: left;
	margin-bottom: 3px;
}

form.basicForm input.text, form.smallBasicForm input.text {
	width: 235px;
}

form.basicForm textarea.text, form.smallBasicForm textarea.text, form.verySmallBasicForm textarea.text {
	width: 235px;
	height: 80px;
}

form.basicForm br, form.smallBasicForm br, form.verySmallBasicForm br {
	clear: both;
}

form.basicForm img.humanCheck, form.smallBasicForm img.humanCheck {
	margin-left: 50px;
}

form.basicForm p {
	margin-top: 0;
}

h4.formLegend {
	margin-bottom: 6px;
}


/* Registration Form Specific */
#regUsernameDetail {
	margin-left: 270px;
}

/* Generics */
.wide600 {
	width: 600px;
	margin: auto;
}

.wide800 {
	width: 800px;
	margin: auto;
}

.wide100p {
	width: 100%;
}

.wide10p {
	width: 10%;
}

.wide20p {
	width: 20%;
}

.tableHeading {
	font-weight: bold;
}

h3 {
	font-size: 16px;
	border-bottom: 2px solid #9C3;
	color: #369;
}

h4 {
	font-size: 14px;
	border-bottom: 2px solid #9C3;
	color: #369;
}

h5 {
	font-size: 12px;
	border-bottom: 1px solid #9C3;
	color: #369;
}

.formNotice {
	width: 235px;
	padding: 2px;
}

.noticeGood { background: #AFA; }
.noticeBad { background: #FAA; }

.printForm {
	font-family: 'Lucida Console', 'Courier New', monospace;
}

a img {
	border: none;
}

.center {
	text-align: center;
}

.center table {
	margin: auto;
}

/* Channel */
#TwoColumn, #ChannelHeader table, #ContentHeader table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 8px;
}

#ChannelHeaderTitle, #ContentHeaderTitle {
	font-size: 16px;
	vertical-align: bottom;
	text-align: left;
	font-weight: bold;
	padding: 0;
}

#ChannelHeaderLinks, #ContentHeaderLinks {
	text-align: right;
	vertical-align: bottom;
	padding-right: 0;
}

#ChannelLeftPane {
	width: 250px;
	text-align: left;
	vertical-align: top;
	padding: 10px 15px 0 0;
}

#ChannelRightPane {
	text-align: left;
	vertical-align: top;
	padding: 10px 0 0 15px;
}

#TwoColumn h4, #TwoColumn h5 {
	margin: 0 0 5px 0;
	padding: 0;
}

#TwoColumn p, #ChannelLeftPane table, #ChannelRightPane table {
	margin: 0 0 12px 0;
	padding: 0;
}

#ChannelRightPane table {
	border-collapse: collapse;
}

.ChanSubTable {
	width: 75px;
	text-align: center;
}

.ChanBigSubTable {
	width: 120px;
	text-align: center;
	padding-bottom: 1em;
}

.ChanLinkRight {
	text-align: right;
}

.ChanConLeft {
	width: 60px;
	vertical-align: top;
}

.ChanConRight {
	vertical-align: top;
}

.ChanConRight h5 {
	margin: 0 0 5px 0;
	padding: 0;
}

.ChanConLink {
	text-align: right;
}

.CommentLeft {
	vertical-align: top;
	width: 50px;
	padding-bottom: 6px;
}

.CommentRight {
	vertical-align: top;
	padding-left: 10px;
	padding-bottom: 6px;
}


/* Content - Some is above in Channel */
#ContentLeftPane {
	text-align: left;
	vertical-align: top;
	padding: 10px 10px 0 0;
}

#ContentLeftPane img {
	max-width: 442px;
}

#ContentRightPane {
	width: 336px;
	text-align: left;
	vertical-align: top;
	padding: 10px 0 0 10px;
	border-left: 2px solid #9C3;
}

#ContentHeader {
	border-bottom: 2px solid #9C3;
}

#ContentHeaderTitle {
	color: #369;
}

#ContentRightPane table {
	border-collapse: collapse;
	margin: 5px 0;
}

#ContentOwnerData {
	vertical-align: top;
	padding-left: 10px;
}

#contentRater img {
	vertical-align: bottom;
}

#ContentRightPane ul {
	margin-top: 0;
	list-style-type: none;
	padding-left: 10px;
}

/* WarMail */

p.mailReader {
	border: 1px solid #CCC;
	padding: 15px;
}

/* Home */

#HomeHeader {
	border-bottom: 2px solid #9C3;
	font-size: 16px;
	vertical-align: bottom;
	text-align: left;
	font-weight: bold;
	padding: 0;
	color: #369;
}

#HomeHeader a {
	color: #369;
}

#HomeLeftPane {
	text-align: left;
	vertical-align: top;
	padding: 10px 15px 0 0;
}

#HomeRightPane {
	width: 175px;
	text-align: left;
	vertical-align: top;
	padding: 10px 0 0 15px;
	border-left: 2px solid #9C3;
}

#HomeRightPane ul {
	padding: 0;
	margin: 0;
}

#HomeRightPane ul ul {
	padding: 6px 0 12px 20px;
	margin: 0;
}

#HomeRightPane li {
	list-style: none;
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#HomeRightPane li li {
	list-style: url(/_cimgs/bullet_orange_arrow.gif);
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

#HomeLeftPane h4 a {
	color: #369;
}

/* BBCode */
div.bb_quote {
    border: 2px solid #9C3;
    background: #EEE url(/_cimgs/bb_cornerquote.gif) top left no-repeat;
    padding: 18px 10px 7px 10px;
    margin: 12px 5px 5px 12px;
}

div.bb_left {
    text-align: left;
}

div.bb_right {
    text-align: right;
}

div.bb_center {
    text-align: center;
}

/* Account */
.inputColor {
	width: 75px;
}

iframe {
	overflow: hidden;
}


/* Random Stuff I came up with later */
.noLowerPadding {
	margin-bottom: 5px;
}
