@charset "utf-8";

/* ====================================  */
/* POST LIST HEADER  */
/* ====================================  */
#postList{
	position: relative;
	margin-top: 50px;
	margin-bottom: 100px;
}
#postHeader{
	height: 55px;
	position: relative;
	background-image: url(../_img/topicIcon.jpg);
	background-repeat: no-repeat;
	margin-right: 15px;
	padding-left: 70px;
	margin-bottom: 10px;
}
#postHeader_flat{
	position: relative;
	margin-right: 15px;
	margin-bottom: 10px;
}
.postHeader_category{
	color: #FCEF25;
	font-size: 11px;
	font-weight: normal;
	clear: both;
	text-transform: uppercase;
}
.postHeader_topicName{
	color: #90C64E;
	font-size: 18px;
	padding-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #90C64E;
	font-weight: bold;
}
#postReply{
	position: absolute;
	left: 475px;
	top: 0px;
	font-size: 11px;
	background-image: url(../_img/replyPostIcon.jpg);
	background-repeat: no-repeat;
	background-position: 75px 0px;
	height: 25px;
	width: 110px;
	padding-top: 5px;
	z-index: 10;
}
#postReply a:link,
#postReply a:visited{
	text-decoration: none;
	color: #FFCC00;
}
#postReply a:focus,
#postReply a:hover{
	border-top: solid 1px #FFCC00;
}

/* ====================================  */
/* STICKY MESSAGE BOX CLASS  */
/* ====================================  */
.msgItem_sticky{
	width: 600px;
	background-image: url(../_img/stickBox_mid.jpg);
	background-repeat: repeat-y;
	position: relative;
}
.msgItem_sticky .msg_Areatop{
	background-image: url(../_img/stickBox_top.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	margin: 0px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}
.msgItem_sticky .msg_Areatop_member{
	background-image: url(../_img/stickBox_top_member.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	margin: 0px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}
.msgItem_sticky .msg_Areatop_executive{
	background-image: url(../_img/stickBox_top_executive.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	margin: 0px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}
.msgItem_sticky .msg_AreaBottom{
	height: 23px;
	background-image: url(../_img/stickBox_bot.jpg);
	background-repeat: no-repeat;
}
.msgItem_sticky .msg{
	margin-left: 120px;
	margin-right: 30px;
}
.msgItem_sticky a:link,
.msgItem_sticky a:visited{
	text-decoration: none;
	color: #FFCC00;
}
.msgItem_sticky a:focus,
.msgItem_sticky a:hover{
	border-bottom: dotted 1px #FFCC00;
}
.msgItem_sticky .msg_title{
	font-size: 12px;
	color: #FFCC00;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;
	margin-bottom: 9px;
}
.msgItem_sticky .msg_newPost{
	background-image: url(../../_img/red_dot_sticky.jpg);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 15px;
	
}
.msgItem_sticky .msg_content{
	font-size: 12px;
	color: #CCCCCC;
}
.msgItem_sticky .msg_footer{
	color: #CCCCCC;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	margin-right: 30px;
}
.msgItem_sticky .msg_userThumb{
	height: 50px;
	width: 50px;
	position: absolute;
	z-index: 5;
	top: 21px;
	left: 44px;
	border: 1px solid #666666;
	overflow: hidden;
}
.msgItem_sticky .msg_userAlias{
	position: absolute;
	z-index: 6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	top: 75px;
	left: 45px;
	text-align: left;
}
.msgItem_sticky .msg_infoButton{
	position: absolute;
	top: 14px;
	right: 17px;
}

.msgItem_sticky .msg_infoBox{
	width: 60px;
	position: absolute;
	left: 580px;
	top: 10px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	text-align: center;
}
.msgItem_sticky .msg_infoBoxItem{
	border: 1px solid #000000;
	background-color: #669933;
}
.msgItem_sticky .msg_infoBoxItemClose{
	border: 1px solid #000000;
	background-color: #666666;
}
.msgItem_sticky .msg_infoBox a:link,
.msgItem_sticky .msg_infoBox a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

.msgItem_sticky .viewPost{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 75px;
	position: absolute;
	left: 493px;
	top: 26px;
}
.msgItem_sticky .viewPost a:link,
.msgItem_sticky .viewPost a:visited{}
.msgItem_sticky .viewPost a:focus,
.msgItem_sticky .viewPost a:hover{
	border-top: solid 1px #FFCC00;
	border-bottom: none;
}

/* ====================================  */
/* MESSAGE BOX CLASS  */
/* ====================================  */
.msgItem_msg{
	width: 600px;
	background-image: url(../_img/msgBox_mid.jpg);
	background-repeat: repeat-y;
	position: relative;
}
.msgItem_msg .msg_Areatop{
	background-image: url(../_img/msgBox_top.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	margin: 0px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}
.msgItem_msg .msg_Areatop_member{
	background-image: url(../_img/msgBox_top_member.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	margin: 0px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}
.msgItem_msg .msg_Areatop_executive{
	background-image: url(../_img/msgBox_top_executive.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	margin: 0px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}
.msgItem_msg .msg_AreaBottom{
	height: 23px;
	background-image: url(../_img/msgBox_bot.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
.msgItem_msg .msg{
	margin-left: 120px;
	margin-right: 30px;
}
.msgItem_msg .msg_title{
	font-size: 12px;
	color: #FFCC00;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;
	margin-bottom: 9px;
}
.msgItem_msg .msg_newPost{
	background-image: url(../../_img/red_dot.jpg);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 15px;
	
}
.msgItem_msg .msg_title a:focus,
.msgItem_msg .msg_title a:hover{
	border-bottom: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFCC00;	
}
.msgItem_msg .msg_content{
	font-size: 12px;
	color: #FFFFFF;
}
.msgItem_msg a:link,
.msgItem_msg a:visited{
	text-decoration: none;
	color: #FFCC00;
}
.msgItem_msg a:focus,
.msgItem_msg a:hover{
	border-bottom: dotted 1px #FFCC00;
}
.msgItem_msg .msg_footer{
	color: #CCCCCC;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	margin-right: 30px;
}
.msgItem_msg .msg_userThumb{
	height: 50px;
	width: 50px;
	position: absolute;
	z-index: 5;
	top: 20px;
	left: 20px;
	border: 1px solid #666666;
	overflow: hidden;
}
.msgItem_msg .msg_userAlias{
	position: absolute;
	z-index: 6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	top: 75px;
	left: 0px;
	text-align: center;
	width: 90px;
}
.msgItem_msg .msg_infoButton{
	position: absolute;
	top: 8px;
	right: 17px;
}
.msgItem_msg .msg_infoBox{
	width: 60px;
	position: absolute;
	left: 580px;
	top: 5px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	text-align: center;
}
.msgItem_msg .msg_infoBoxItem{
	border: 1px solid #000000;
	background-color: #669933;
}
.msgItem_msg .msg_infoBoxItemClose{
	border: 1px solid #000000;
	background-color: #666666;
}
.msgItem_msg .msg_infoBox a:link,
.msgItem_msg .msg_infoBox a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

.msgItem_msg .viewPost{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 75px;
	position: absolute;
	left: 495px;
	top: 26px;
}
.msgItem_msg .viewPost a:link,
.msgItem_msg .viewPost a:visited{}
.msgItem_msg .viewPost a:focus,
.msgItem_msg .viewPost a:hover{
	border-top: solid 1px #FFCC00;
	border-bottom: none;
}

.msg_threadLink{
	font-size: 10px;
	font-style: italic;
	color: #FFFFFF;
}


/* ====================================  */
/* THREAD LIST CLASS  */
/* ====================================  */
#threadList {
	margin-bottom: 100px;
	position: relative;
	}
.threadItem{
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
	position: relative;
}
.thread_info{}
.thread_title{
	color: #FFCC00;
	font-size: 12px;
	margin-top: 3px;
}
.thread_title a:link,.thread_title a:visited{
	text-decoration: none;
	color: #FFCC00;
	}
.thread_title a:hover,.thread_title a:focus{
	text-decoration: none;
	border-bottom: dotted 1px #FFCC00;
	color: #FFCC00;
	}
.thread_description{
	font-size: 10px;
	font-style: italic;
	color: #CCCCCC;
}
.thread_stats{
	display:block;
	font-size: 10px;
	color: #CCCCCC;
	position: relative;
}
.thread_posts{
	display:block;
}
.thread_views{
	display:block;
}
.thread_history{display:none;}
.thread_lastPostBy{display:none;}
.thread_lastPostDate{display:none;}

.threadListHeader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	padding-bottom: 3px;
	border-bottom: dotted 2px #FFCC00;
	margin-bottom: 8px;
}
.threadListNav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	color: #FFFFFF;
	margin-top: 30px;
	margin-bottom: 100px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #90C64E;
	padding-top: 5px;
}
.threadListNav a:link,
.threadListNav a:visited{
	text-decoration: none;
	color: #FFCC00;
}
.threadListNav a:focus,
.threadListNav a:hover{
	border-bottom: dotted 1px #FFCC00;
}
.threadListPageNav{
	float: left;
	margin-left: 10px;
	color: #CCCCCC;
}

/* ====================================  */
/* CATEGORY LIST CLASS  */
/* ====================================  */
#categoryList {
	padding-top: 7px;
	position: relative;
	margin-bottom: 50px;
	}
#categoryList .catItem{
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 5px;
	margin: 0px;
	padding-left: 10px;
}
#categoryList .cat_info{}
#categoryList .cat_title{
	color: #FFCC00;
	font-size: 12px;
}
#categoryList .cat_title a:link,
#categoryList .cat_title a:visited{
	text-decoration: none;
	color: #FFCC00;
	}
#categoryList .cat_title a:hover,
#categoryList .cat_title a:focus{
	text-decoration: none;
	border-bottom: dotted 1px #FFCC00;
	color: #FFCC00;
	}
#categoryList .cat_description{
	font-size: 10px;
	font-style: italic;
	color: #CCCCCC;
}
#categoryList .cat_stats{display:none;}
#categoryList .cat_posts{display:none;}
#categoryList .cat_views{display:none;}
#categoryList .cat_history{display:none;}
#categoryList .cat_lastPostBy{display:none;}
#categoryList .cat_lastPostDate{display:none;}

/* ====================================  */
/* THREAD LIST CLASS  */
/* ====================================  */
#categorySelect{
	width: 250px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #999999;
	position: absolute;
	left: 0px;
	top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #99FE00;
	height: 50px;
	padding-top: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#categorySelect select{
	color: #FFFFFF;
	font-size: 12px;
	background-color: #003366;
}

#categorySelect a:link,
#categorySelect a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #99FE00;
}
#categorySelect a:focus,
#categorySelect a:hover{
	border-bottom: dotted 1px #99FE00;
}



/* ====================================  */
/* CATEGORY SUMMARY  */
/* ====================================  */
#categoryDetail{
	margin-right: 10px;
	margin-left: 5px;
	background-image: url(../_img/categoryIcon.jpg);
	background-repeat: no-repeat;
	padding-left: 70px;
	margin-top: 10px;
}
.catDetail_name{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.catDetail_description{
	font-size: 11px;
	color: #999999;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
.catDetail_postInfo{
	font-size: 11px;
	color: #999999;
}
.postNewTopic{
	background-image: url(../_img/addTopic.jpg);
	background-repeat: no-repeat;
	background-position: 180px 0px;
	text-align: right;
	padding-right: 40px;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.dontPostNewTopic{
	text-align: left;
	color:#999999;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#newPostInfo{
	font-size: 10px;
	text-align: right;
	color: #CCCCCC;
	margin-top: 3px;
}
#newPostInfo img{
	margin-top: 2px;
}
#postsHeaderFooter{}
#emailTrackMsg{
	font-size: 10px;
	color: #CCCCCC;
	margin-top: 3px;
	float: left;
}

