/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana;
	border-color : #000000;
	border-style: dotted;
}

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

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #FFFFFF;
	color : #ADD2FF;
	font-size: 11px; font-family: Verdana;
}

/* The main submit button option */
input.mainoption {
	background-color : #ADD2FF;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #ADD2EE;
	font-weight : normal;
}

body {
	scrollbar-face-color: #ADD2EE;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #ADD2EE;
	scrollbar-3dlight-color: #ADD2EE;
	scrollbar-arrow-color:  #FFFFFF;
	scrollbar-track-color: #ADD2EE;
	scrollbar-darkshadow-color: #5493B4;
}

.bodytable {
	width: 750px;
	background-color: #FFFFFF;
/*
	border-left: 1px dotted #000000;
	border-right: 1px dotted #000000;
	border-style: dotted;
*/
	border: 1px dotted #ADD2EE;
	font-size: 11px;
}
 
A:link {text-decoration: none; color: #000000}
A:visited {text-decoration: none; color: #000000}
A:active {text-decoration: none; color: #0055E5}
A:hover {text-decoration: overline underline; color: #ADD1FF};
