/* main settings */


body_ {
	margin:10px;
	padding:0px;
	font-family: Verdana, Arial, sans serif;
	font-size:12px;
	color:#333333;
	text-align:center;
	overflow: auto;
	
}

body {
	overflow: -moz-scrollbars-vertical; 
}
#board {
	text-align:left;
	width:50%;
	margin-left:auto;
	margin-right:auto
}
a {
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

h33 {
	font-size:120%;
	color:#ffffff;
	background:#aaaaaa;
	padding:2px;
	margin-bottom:5px;
	border:1px solid #000000;
}





/* Board display */
.top {
	clear:both;
	font-weight:normal;
	color:#333333;
	//border:1px solid #9e9e9e;
	border-bottom:none;
	background:#ffffff;
}
.title{
	margin-left:5px;
	float:right;
	
	color: #555555; 	
	font-size: 12px; 	
	font-weight:bold;	
	line-height:20px;		
	margin-bottom: 0px;		
	margin-top: 0px;			
	text-decoration: none;			
	font-family: Verdana, Arial
}

.contact {
	text-align:right;
}

.contact a{
	border-left:1px solid #9e9e9e;
	color:#333333;
}

.contact a:hover{
	text-decoration:none;
	background:#666666;
	color:white;
}

.cont {
	clear:both;
	text-align:right;
	//border:1px solid #9e9e9e;
	background:#ffffff;
	//padding:5px;
	
	color: #555555; 	
	font-size: 12px; 	
	font-weight:normal;	
	line-height:20px;		
	margin-bottom: 0px;		
	margin-top: 0px;			
	text-decoration: none;			
	font-family: Verdana, Arial
}

.posted{
	float:right;
	
	color: #555555; 	
	font-size: 12px; 	
	font-weight:normal;	
	line-height:20px;		
	margin-bottom: 0px;		
	margin-top: 0px;			
	text-decoration: none;			
	font-family: Verdana, Arial
}





/* main links */
.main {
	float:left;
	background:#ffffff;
	border:1px solid black;
}
.main a{
	color:#333333;
}
.main a:hover{
	text-decoration:none;
	background:#666666;
	color:#ffffff;
}

.view {
	float:left;
	//background:#ffffff;
	//border:1px solid black;
}


/* main links */
.prevnext {
	float:right;
	padding:2px;
}
.prev{
	color:#333333;
	background:#ffffff;
	border:1px solid black;
	color: #555555; 	
	font-size: 12px; 	
	font-weight:normal;	
	line-height:20px;		
	margin-bottom: 0px;		
	margin-top: 0px;			
	text-decoration: none;			
	font-family: Verdana, Arial
}
.prev:hover{
	text-decoration:none;
	background:#ef8b36;
	color:#ffffff;
	border:1px solid black;
}





/* messages */
.warning {
	color:#ef8b36;
	//background:#ffdddd;
	//border:1px solid #000000;
	//padding:10px;
	//margin-bottom:5px;
}
.thanks {
	background:#ffffff;
	border:1px solid #9e9e9e;
	padding:10px;
	margin-bottom:5px;
	
	color: #555555; 	
	font-size: 12px; 	
	font-weight:normal;	
	line-height:20px;		
	margin-bottom: 0px;		
	margin-top: 0px;			
	text-decoration: none;			
	font-family: Verdana, Arial
}




/* form elements */
.input {
	width:100%;
	font-family:verdana, arial, sans serif;
	color:#666666;
	background:#ffffff;
	border:1px solid #9e9e9e;
	padding:2px;
	
	float:right;
	
	font-size: 12px; 	
}
.button {
	font-size:70%;
	color:#666666;
	background:#ffffff;
	border:1px solid black;
}




/* The table-less form */
form {
	//border:2px solid #9e9e9e;
	//padding:10px;
	background:#ffffff;
}
.label {
	float:left;
	width:120px;
}
.formitem{
	display:inline;
}
.spacer {
	clear:both;
	height:5px;
	line-height:5px;
	font-size:5px;
}
.submit {
	text-align:rigth;
}

