/* CSS Document */

.Bullstar {
	line-height:13px;
	color:#FF0000;
	font-size:14px;
}
td {
vertical-align:top;
}
.Formhr {

}

ul {
	border: 0px;
	margin-top: 3px;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-right: 0px;
}
li {
/*	list-style-image: url(); */
	list-style-type: square;
}
.Forumheader1 {
	color:#006666;
	font-size:14px;
	font-weight:bold;
}
.Forumheader2 {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
/* Forum Menu */
#ForumMenuWarp {
	list-style-type:none;
	width:auto;
	height:auto;
	text-align:center;
	}
#ForumMenuWarp a {
	text-transform: capitalize;
	font-size: 11px;
	font-weight: bold;
	color:FFFFFF;
	text-decoration: none;
	
	width:180px;
	border:1px solid #263959;
	margin:0px -2px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:1px;
	font-weight:bold;
	border-left:0px;
	}
#ForumMenuWarp a.FourmMenuStart {
  	border-left:1px solid #263959;
	padding-left:0px;
	}
#ForumMenuWarp a:hover, #ForumMenuWarp a.FourmMenuClear:hover {
	color:#000000;
	text-decoration: none;
	background-color: #efefef;
	border:1px solid #263959;

	padding-left:0px;
	}
#ForumMenuWarp a.FourmMenuClear {
  	border-top:none;
  	border-left:1px solid #263959;
	padding-top:1px;
	padding-left:0px;
	}
#ForumMenuWarp a.FourmMenuClear:hover {
	padding-top:0px;
	}
#ForumMenuWarp li, #ForumMenuWarp li.FourmMenuOn {
	display:inline;
	}
#ForumMenuWarp li.FourmMenuClear, #ForumMenuWarp li.FourmMenuClearOn {
display:list-item;
list-style-type: none;
width:180px;
	}
#ForumMenuWarp li.FourmMenuOn, #ForumMenuWarp li.FourmMenuClearOn {
	background:#263959;
	}
/* Forum Menu End */
/* Forum MSG List */

table#ForumMsgList{
	border-collapse: collapse;
	width:97%;
}

table#ForumMsgList th, table#ForumMsgList td{
	vertical-align:text-top;
	border-width: 1px;
	padding: 2px;
	padding-right: 3px;
	padding-left: 3px;
	border-style: solid;
	border-color: #263959;

}

table#ForumMsgList th{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	background:#263959;
	width:100px;
}
table#ForumMsgList span.HeaderDate {
	font-size:8px;
	}
table#ForumMsgList td.ClearBorderSpace {
	border-right-width: 0px;
	border-right-style: none;

	border-left-width: 0px;
	border-left-style: none;

	border-bottom-width: 0px;
	border-bottom-style: none;
}
span.boxitAdd {
width:300px;
	color:#FFFFFF;
	background:#263959;
	border:1px solid #263959;
	font-weight:bold;
}
td big {
	color:#0083A1;

}
/* Forum MSG List End */
