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

	scrollbar-face-color: #1e0713;
	scrollbar-highlight-color: #6b1c47;
	scrollbar-shadow-color: #1e0713;
	scrollbar-3dlight-color: #9F5CC5;
	scrollbar-arrow-color:  #ffffff;
	scrollbar-track-color: #2c0017;
	scrollbar-darkshadow-color: #2c0017;
	
	background: url('images/xrskin.gif') 50% 0%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}
/* Page Elements */
.bodytxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}


.body {  font-family: Arial, Helvetica, sans-serif; font-size: x-small; color : black; }
A { text-decoration : none; color : black; }
A:Hover { text-decoration : underline; color : black; }


.nav { font-weight: bold; font-size: 11px; color: #FFFFFF;}
a.nav { text-decoration: none; color: #FFFFFF; }
a.nav:hover { text-decoration: underline; color: #FFFFFF; }

/* Copyright and bottom info */
.copyright { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; letter-spacing: -1px; }
a.copyright { color: #FFFFFF; text-decoration: none; }
a.copyright:hover { color: #E7E7E7; text-decoration: underline; }

/* 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 #cccccc;
	background-color: #ffffff;
	color: #000000;
	font-size: 12px; 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 #cccccc;
	background-color: #ffffff;
	font-weight: bold;
}

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