/* CSS Document */

/* General page style. The scroll bar colours only visible in IE5.5+ */
body { 

	background: url('images/ix_skin.gif') 50% 0%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
/* Page Elements */
.red12 {
font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 12px;
}
.red12bold {
	font-family: Arial, Helvetica, sans-serif;
	color: #CF000C;
	font-size: 12px;
	font-weight: bold;
}
.white {
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 12px;
font-weight: bold
}
.nav { font-weight: bold; font-size: 11px; color: #a5a4a4;}
a.nav { text-decoration: none; color: #a5a4a4; }
a.nav:hover { text-decoration: underline; color: #FF0000; }

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color: #ffffff;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	border:1px solid #5C60A5;
	background-color: #F5F5F5;
	color: #FF8C00;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width : 1px; 
	border-right-width : 1px; 
	border-bottom-width : 1px; 
	border-left-width : 1px;  
}

/* The main submit button option */
input.mainoption {
	border:1px solid #4C4E74;
	background-color: #F5F5F5;
	font-weight: bold;
}

/* None-bold submit button */
input.liteoption {
	border:1px solid #DD6900;
	background-color: #F5F5F5;
	font-weight: normal;
}
