/* http://forums.inspiredgaming.com/includes/style.css
   incForum stylesheet, Tim Fountain (tim@tfountain.co.uk)
*/

body {
   font-family: Verdana, Arial, Helevitica, sans-serif;
   font-size: 0.8em;
   background-color: #415053;
   color: #FFFFFF;
   margin: 0px;
   padding: 0px;
   border: 0px;
   }

td {
   font-family: Verdana, Arial, Helevitica, sans-serif;
   font-size: 0.8em;
   }

th {
   background-color: #313C40;
   font-weight: bold;
   font-size: 0.75em;
   color: #FFFFFF;
	border-top: 1px #515c60 solid;
	border-left: 1px #515c60 solid;
	border-bottom: 1px #313c40 solid;
	border-right: 1px #313c40 solid;
   }

a:link {
   color: #FFAA22;//#C78330;
   }

a:visited {
   color: #C78330;//#A76110;
   }

a:hover {
   color: red;
   }

.content {
   padding: 22px 4px 22px 4px;
   background-color: #313C40;
   -moz-border-radius: 15px;
   }

.main {
   background-color: #00AAAA;
   color: #FFFFFF;
   font-weight: bold;
   }

.main a:link {
   font-weight: normal;
   color: #EEFFFF;
   }

.main a:visited {
   font-weight: normal;
   color: #DDEEEE;
   }


.main a:hover {
   font-weight: normal;
   color: #00AAAA;
   background-color: #FFFFFF;
   text-decoration: underline;
   }


/* Main colours */
.mainbg {
   background-color: #414C50;
   }

.secbg {
   background-color: #515C60;
   }

.breadcrumbs {
   font-weight: bold;
   }

blockquote {
   font-style: italic;
   }

.username {
	font-size: small;
	font-weight: bold;
	margin-right: 2em;
}

/* Misc */
.catHeader {
	background-color: #414C50;
	border-top: 1px #515c60 solid;
	border-left: 1px #515c60 solid;
	border-bottom: 1px #313c40 solid;
	border-right: 1px #313c40 solid;
	font-weight: bold;
}

.catHeader small {
	font-weight: normal;
}


/* Form stuff */
form {
   padding: 0px;
   margin: 0px;
   padding-bottom: 5px;
   }

.textbox {
   border: #58676A 1px solid;
   background-color: #38474A;
   font-size: 0.9em;
   font-family: Verdana, Arial, Helevitica, sans-serif;
   color: #FFFFFF;
   padding: 1px 1px 1px 1px;
   }

.button {
   background-color: #515C60;
   color: #FFFFFF;
   font-family: Verdana, Arial, Helevitic, sans-serif;
   border-top: #717C80 2px solid;
   border-left: #717C80 2px solid;
   border-right: #313C40 2px solid;
	border-bottom: #313C40 2px solid;
   }

.tab {
   border-top: #000 1px solid;
   border-left: #000 1px solid;
   -moz-border-radius-topLeft: 8px;
   -moz-border-radius-topRight: 8px;
   }

.tabtablemain {
   border-left: #000 1px solid;
   border-right: #000 1px solid;
   border-bottom: #000 1px solid;
   -moz-border-radius-bottomLeft: 8px;
   -moz-border-radius-bottomRight: 8px;
   }

legend {
   font-weight: bold;
   background-color: #414C50;
   color: #EEEEEE;
   padding-left: 4px;
   padding-right: 4px;
   }

fieldset {
   border: #313C40 1px solid;
   padding: 6px;
   margin: 6px;
   }

.quotedText {
	border-left: 4px #414C50 solid;
	padding-left: 8px;
	margin-left: 8px;
	margin-top: 5px;
	margin-bottom: 1em;
}

.pageLinks {
	font-size: 90%;
	font-weight: bold;
}