body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

.centerScreen{
	margin:100px 0px;
}

/*****************************************  TopDiv ********************************************/
#topDiv{
	color:#eee;
	background-color:#888;
	padding-bottom:1px;
	font-weight:bold;
	text-align:center;
}
#topDiv h1{	
	font-size:24px;
	color:#eee;
}
#topDiv h2{	
	font-size:18px;
	color:#ddd;
}
/*****************************************  TopDiv ********************************************/
/*****************************************  MenuDiv ********************************************/
#menuDiv{
	height:20px;
	line-height:20px;
	background-color: #555;
	font-size: 10px;
	font-weight: bold;
	color:#eee;
	border-top:1px solid #aaa;
	border-bottom:1px solid #333;
}

#menuDiv a{
	height:20px;
	line-height:20px;
	background-color: #666;
	color:#eee;
	text-decoration: none;
	margin:0px 1px;	
	padding:4px 20px;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
}
	
#menuDiv a:hover{
	background-color: #333;
}

#menuDiv span{
	margin:0px 5px;
}

/*****************************************  AppealDiv ********************************************/
#appealDiv{
	margin:30px 60px 10px 60px;
}
#appealDiv p
{
	font-size:16px;
	position:relative;
	text-align:left;
	color:#000;
	font-style:italic;	
	margin:10px 0px;
}

#appealImportantDiv{
	margin:10px 60px;
}
#appealImportantDiv p
{
	font-size:16px;
	position:relative;
	text-align:left;
	color:#f00;
	font-style:italic;	
	margin:10px 0px;
}

/*****************************************  AppealDiv ********************************************/

/*****************************************  MiddleDiv ********************************************/
#middleDiv{
	margin:10px;
}
/*****************************************  MiddleDiv ********************************************/

/*****************************************  RightColumn ********************************************/
#rightColumn{
	float:right;
	width:240px;
}
/*****************************************  RightColumn ********************************************/
/*****************************************  LeftColumn ********************************************/
#leftColumn{	
	margin-right:260px;
}
/*****************************************  LeftColumn ********************************************/

/*****************************************  greyBox ********************************************/

.greyBox{
	padding:5px 10px;
/*	border:1px solid #ccc;*/
/*	border:1px solid #ddd;*/
	border:1px solid #e7e7e7;
	background-color:#f3f3f3;
/*	background-color:#f7f7f7;*/
/*	background-color:#eee;*/
	font-size:12px;	
	color:#777;
}
.greyBox .highlight{
	color:#039;
}

.greyBox h3{
	font-size:14px;	
}
.greyBox .large{
	font-size: 14px;	
}
.greyBox .small{
	font-size: 10px;	
}
.greyBox h3, .greyBox a{
	color:#039;
	font-weight:normal;
	text-align:center;	
}
.greyBox a{
	border-bottom:1px dashed #039;
}
.greyBox a:hover{
	border-bottom:1px solid #039;
}

.greyBox .inputField{
	border:1px solid #bbb;
}

.greyBox .inputButton{
	border:1px solid #bbb;
	font-size:12px;
	color:#039;
	padding:1px 10px;
}

.greyBox .important
{
	color:#CC0000;
}
/*****************************************  greyBox ********************************************/

/*****************************************  form Divs - greyBox*******************************/
#formWideDiv .greyBox{
	width:500px;	
}
#formWideDiv .inputField{
	width:140px;
}

#formNarrowDiv .greyBox{
	width:300px;	
}
#formNarrowDiv .inputField{
	width:140px;
}

#loginAlert .inputField{
	width:140px;
}
/*****************************************  form Divs - greyBox*******************************/

/*****************************************  FooterDiv ********************************************/
#footerDiv{
	text-align:center;
	font-size:10px;
	color:#888;
	margin-top:50px;
}
#footerDiv a{
	color:#888;
	text-decoration:underline;
}
/*
#footerDiv #footerLinks{
	amargin-top:50px;
}

#footerDiv #footerLinks, #footerDiv #footerLinks a{
	color:#333;
	text-decoration:none;
}
*/
/*****************************************  FooterDiv ********************************************/
/*****************************************  ForumDiv ********************************************/
#forumDiv{
	color:#555;
	margin-left:10px;
}
#forumDiv .section{
	padding-bottom: 5px;
}

#forumDiv .subsectionTable
{
	border: 1px solid #ddf;
	margin-bottom: 20px;
	background-color:#eef;
}

#forumDiv .subsectionTable .section{
	padding:5px 20px;
}
#forumDiv .subsectionTable .text{
	margin-left:40px;
}
#forumDiv .section .info{
	margin-top:5px;
	line-height: 18px;
	height:18px;
}
/*****************************************  ForumDiv ********************************************/
/*****************************************  SubsectionForum ********************************************/
#subsectionForum .path{
	color:#999;
	font-size: 8px; 
}

#subsectionForum .path a{
	color:#999;
	font-size: 10px;
	text-decoration: underline;
}

#subsectionForum .path span{
	font-size: 10px;
}

#subsectionForum .section{
	margin-top:10px;
}
#subsectionForum .functionLink{
	margin-top:20px;
	margin-left:20px;
}

#subsectionForum .threads
{
	margin:10px 0px 20px 20px;
	border: 1px solid #ccf;
}

#subsectionForum .thread {
	padding:5px 5px 25px 5px;
}

#subsectionForum .odd {
/*	background-color: #f7f7f7;*/
	background-color:#eef;
}
#subsectionForum .even {
/*	background-color: #e7e7e7;*/
	background-color:#ddf;
}
/*****************************************  SubsectionForum ********************************************/
/*****************************************  ThreadForum ********************************************/
#threadForum .thread{
	margin-top: 10px;
}

#threadForum .functionLink{
	margin-top:20px;
	margin-left:20px;
}

#threadForum .answers
{
	margin:10px 0px;
}

#threadForum .answer{
	border: 1px solid #ddf;
	background-color:#eef;
/*	background-color:#f0f0ff;*/
	padding:5px 5px;
	margin-bottom: 5px;
}
#threadForum .answer .text{
	margin-left:10px;
	font-size:12px;
	color:#333;
}

#threadForum .answer .info{
	font-size:10px;
	color:#039;
	margin-bottom:10px;
}

/*****************************************  ThreadForum ********************************************/

/***************************************** BoardInsert *******************************************/
#boardInsert .thread, #boardInsert .section{
	margin-top: 10px;
}

#boardInsert .greyBox{
	margin:60px 40px 0px 40px;
}
#boardInsert .greyBox .inputField{
	width:500px;
}
#boardInsert .greyBox textarea{
	width:500px;
	height:200px;
}
/***************************************** BoardInsert *******************************************/

/***************************************** Board globals *******************************************/
/*TODO:switch to .board .functionLink
 board function link (post new thread, reply, page nums, order type)*/
.functionLink{
	color:#039;
	font-size:10px;
	font-weight: bold;
}
.functionLink a{
	color:#039;
	border-bottom:1px dashed #039;
}
.functionLink a:hover{
	border-bottom:1px solid #039;
}

/* board path line >> >> >>*/
.pathLine{
	color:#999;
	font-size: 8px; 
}
.pathLine span{
	font-size: 10px;
}
.pathLine a{
	color:#999;
	font-size: 10px;
	text-decoration: underline;
}

/* frames */
.lightBlueFrame{
	border: 1px solid #eef;
	background-color:#f7f7ff;
	padding:5px 5px;	
}

/* forum containers */
.thread .title{
	font-size:18px;
	color:#333;
}
.thread a.title{
	color:#039;
	border-bottom: 1px dashed #039;
}
.thread a.title:hover{
	border-bottom: 1px solid #039;		
}
.thread .text{
	margin-left:10px;
	font-size:12px;
	color:#333;
}
.thread .info{
	float:right;
	font-size:10px;
	color:#777;
	text-align: right;
}

.section .title{
	font-size:20px;
	color:#333;
}
.section .text{
	margin-left:20px;
	color:#777;
	font-size:12px;
}
.section a.title{
	font-size:18px;
	border-bottom:1px dashed #039;
	color:#039;
}

.section a.title:hover{
	border-bottom:1px solid #039;
}

.section .info{
	font-size:10px;
	float:right;
	color:#777;
}


/***************************************** Board globals *******************************************/
