
/* Base Elements */
body{
	/*color:white;*/
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Tahoma, sans serif;
	font-size: 12px;
	background: #697426 url(../images/bg_body.gif) repeat-x;
	text-align: center;
	line-height:18px;
	SCROLLBAR-HIGHLIGHT-COLOR: buttonface;
	SCROLLBAR-SHADOW-COLOR: buttonface;
	SCROLLBAR-3DLIGHT-COLOR: buttonhighlight;
	SCROLLBAR-TRACK-COLOR: #eeeeee;
	SCROLLBAR-DARKSHADOW-COLOR: buttonshadow;
}
TD{
	font-size: 12px;
}
a{
	color:#496701;	
	text-decoration: none;
}
a:hover{
	color:#96CF11;	
	text-decoration: underline;
}
a img{
	border-width:0px;
}
h1{	
	font-size:22px;
}
h2{
	margin-bottom:6px;
	font-size:14px;
	padding-left:15px;
	background-image:url(../images/li_mark2.gif);
	background-repeat:no-repeat;
}
h3{
	font-size:20px;
}
h4{
	font-size:14px;
}
h4.tight{
	margin:0;
}
th{
	text-align:left;
}
blockquote{
	background-color:#f6f6f6;
	border:solid 1px #ccc;
}
p{margin-top:5px;margin-bottom:5px;}
ul.detail{font-size:10px;color:#ccc;margin:0;margin-left:20px;margin-top:10px;}
/* End Base Elements */
/* Page Components */
#container{
	margin: 0 auto 10px auto;
	text-align: left;
	width:956px;
	border-left:solid 2px #272D00;
	border-right:solid 2px #272D00;
	background-image:url(../images/container_bgd.gif);
}
#content{	
	color:#000;	
	border-top:solid 1px #dedede;
	border-bottom:solid 1px #a9a9a9;
	background:#dedede url(../images/content_bgd.jpg) repeat-x;
	padding:10px;
	width:956px;
}
#footer{
	border-top:solid 1px #dedede;	
	border-bottom:solid 1px #272D00;
	padding:10px;
	bbackground-color:#0e0e0e;
	font-size: 10px;
}
#mainMenu
{
	font-weight:bold;
	color:white;
	height:47px;
	background-image:url(../images/menu_bgd.jpg);
	width:956px;
}
#mainMenu table{
	margin-top:5px;
}
/* End Page Components */

/* Page Styles */
.header, .subheader{
	padding-top:6px;
	padding-left:6px;
	color:white;
	font-weight:bold;
	height:30px;
	background:#6a6a6a url(../images/header_bgd.jpg) repeat-x;
}
.subheader{
	background:#357cb0 url(../images/subheader_bgd.jpg) repeat-x;
	height:30px;
}
.header a{
	color:white;
}
.header a:hover{
	color:#015bcc;
}
.subheader a{
	color:#f3f3f3
}
.subheader a:hover{
	color:#ccc
}
.rightHeader{
	float:right;
	margin-right:5px
}
.description{
	font-size: 10px;
	padding:5px;
	padding-top:0px;
	border-bottom:solid 1px #f0f0f0;
	margin-bottom:10px;
}
.panel, .panelStack{
	border:solid 1px #a9a9a9;
	background:#fff url(../images/forum_bgd.jpg) repeat-x;	
}
.panelStack{
	border-bottom-width:0px;
}

div.panel{
	padding:10px;
}
.column{
	color:#000;
	padding:10px;
	border:solid 1px #a9a9a9;
	background:#f4f4f4 url(../images/column_bgd.jpg) repeat-x;
	text-align:center;
}
.column a{
	color:#135382;	
}
.column a:hover{
	color:#4f95ed;	
}
.columnDetail{
	margin-bottom:10px;
	font-size: 10px;
	text-align:left;
	border-top:solid 1px #cacaca;
}
.panelStackCap{
	border-top:solid 1px #a9a9a9;
}

.iRow td{
	border-bottom:solid 1px #f0f0f0;
}

.hRow td{
	font-weight:bold;
	color:white;
	height:30px;
	background-image:url(../images/header_bgd.jpg);
}

.sep{
	border-bottom:solid 1px #f3f3f3;
}

.info{
	border-top:solid 1px #cacaca;	
	margin-bottom:15px;
	width:180px;
	text-align:left;
}
.info h1{
	font-size:12px;
	margin:8px 0;	
	padding-left:5px;
}
.info ul{
	margin:0px;	
	padding:0px;

}
.info li{
	padding-bottom:12px;
	padding-left:20px;
	list-style-type:none;
	background-image:url(../images/li_mark.gif);
	background-repeat:no-repeat;
}

.post{
	padding-right:30px;
}
.postfoot{
	font-size: 10px;
	text-align:right;
}
p.sig{
	font-size: 10px;color:#ccc;
}

.featuredPane
{
	height:105px;
	padding:2px;
	padding-top:0px;
	padding-left:17px;
}

.viewPane{
	width:216px;
	height:110px;
	border-top:solid 1px #f0f0f0;
	padding:2px;
}
.viewPane .title, .featuredPane .title{
	font-weight:bold;	
	padding:2px;
	margin-bottom:3px;
}
.viewPane .preview, .featuredPane .preview{
	text-align:center;
	width:90px;
	float:left;
}
.viewPane .stats, .featuredPane .stats{
	float:left;
}
.detail{font-size: 10px;}

.displayInfo{
	font-size: 12px;
	text-align:left;
	margin-left:20px;
	margin-top:10px;
}
.displayInfo ul{
	margin:0px;	
	padding:0px;

}
.displayInfo li{
	
	padding-left:15px;
	list-style-type:none;
	background-image:url(../images/li_mark2.gif);
	background-repeat:no-repeat;
}
.title{
	font-weight:bold;
}

/* End Page Styles */

/* Form */
#frmContents{ 
	width:405px;
	text-align:left;
}
#frmButtons{
	background:#fff url(../images/btn_bgd.gif) repeat-x;
	border-top:solid 1px #e8e8e8;	
	text-align:right;
	margin-top:10px;
	padding-top:10px;
	/*width:405px; */
}

#frmStretch #frmContents{ 
	width:100%; 
}
#frmStretch #frmButtons{
	width:100%; 
} 
/* End Form */

/* Messages */
.MessageError{
	margin-top: 10px;
    font-weight: bold;
	background-color:#FDE8E9;
	border:2px solid #9E0B0E;
	padding:2px; 
	color: #9E0B0E;
} 

.MessageSuccess{
	margin-top: 20px;
	margin-bottom: 20px;
    font-weight: bold;
	background-color:#E5F1EB;
	border:2px solid #007236;
	padding:2px; 
	color: #007236;
} 
/* End Messages */

.strong{ font-weight:bold; }
.error{font-weight:bold;color:red;}

#Profile-Left{
	float:left;
	width:190px;
	border:solid 2px #f3f3f3;
	padding:5px;
	background:#dedede url(../images/content_bgd.jpg) repeat-x;
}
#Profile-Right{margin-left:220px;}

.fh, .fh4
{
	font-weight:bold;
}
.txt5
{
	font-weight:normal;
}
.inlineLink /* Username in ShowPost, next to online status */
{
  cursor:pointer;
  color: #135382;
}
span.hl{
		background-color:#fffd3f;
		font-weight:bold;
}
#resultTags
{
	background-color:#f3f3f3;
	border:solid 1px #6f6f6f;
	border-left-color:#a9a9a9;
	border-top-width:0px;
	border-bottom-width:2px;
	width:154px;
	margin:0;
	padding:0;
	position:absolute;
	z-index:16;	
	display:none;
}
#resultTags li
{
	/*width:144px;*/
	border-bottom:solid 1px #dfdfdf;
	padding:5px;
	display:block;
}
#resultTags li.a
{	
	background:#f3f3f3 none none;
}
#resultTags li.b
{
	font-weight:bold;
	background:#f5f5f5 url(../images/column_bgd.jpg) repeat-x;
	
}
#resultTags li a.add
{	
	float:right;
}
#favoriteTags
{
	font-size:10px;
	width:150px;
	margin:0px;	
	padding:0px;	
}
#favoriteTags li
{
	list-style-type:none;	
	width:144px;
	border-top:solid 1px #dfdfdf;	
	padding:5px;		
}
#favoriteTags li a.remove
{	
	margin-top:3px;
	float:right;
}
.relatedDiv
{
	position:absolute;
	border:solid 1px #a9a9a9;
	background:#fff url(../images/forum_bgd.jpg) repeat-x;
	padding:5px;
	width:200px;
	margin-left:-52px;
	margin-top:15px;
	display:none;
}
.report h1
{
	font-size:10px;
	font-weight:bold;
	border-bottom:solid 1px #f0f0f0;
	padding-bottom:3px;
	margin-bottom:6px;
}
.report ol
{	
	padding:0px;
	padding-left:4px;
	margin-top:3px;
	margin-left:23px;	
	margin-bottom:3px;
}
.report a.more
{	
	clear:all;
	margin-left:25px;
	margin-top:5px;	
	font-size:10px;
}
.topsep
{
	border-top:solid 1px #f0f0f0;
	margin-top:10px;
	padding-top:10px;
}
.broken
{
	background:#fff url(../images/broken_banner_bgd.gif) repeat-x;
}
.brokenSmall
{
	background:#fff url(../images/broken_small_banner_bgd.gif) repeat-x;
}
.left_topmubg
{
	
	font-size:12px;
	color:#ffffff;
	height:21px;
	background:#fff url(../images/left_mutbg.jpg) repeat-x;
}
.left_mutable{
	border:solid 1px #A8C859;
}
.left_mubut {
	background-image: url(../images/button_bg.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 178px;
	text-align: center;
}
.left_mubuto {
	background-image: url(../images/button_bgo.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 178px;
	text-align: center;
}
.font_white
{	
	color:white;		
}
.font12_red
{
	font-size:12px;
	line-height:20px;
	color:red;		
}
.font12_black
{
	font-size:12px;
	line-height:20px;
	color:Black;		
}
.font12_black_b
{
	font-size:12px;
	line-height:20px;
	color:Black;	
	font-weight:bold;	
}
.listtable
{
	background-color:#A8C859;
}
.tablehead {
	background-image: url(../images/table_tdbg01.jpg);
	background-repeat: repeat-x;
	height: 28px;
	margin: 0px;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	cursor:default;
	vertical-align:middle;
	color:Black
}
.listtabletd
{
	font-size:12px;
	line-height:20px;
	color:Black;
	background-color:White;
	padding:3px;		
}
INPUT
{
	BORDER-TOP-WIDTH: 1px; 
	PADDING-RIGHT: 1px; 
	PADDING-LEFT: 1px; 
	BORDER-LEFT-WIDTH: 1px; 
	FONT-SIZE: 10pt; 
	BORDER-LEFT-COLOR: #cccccc; 
	BORDER-BOTTOM-WIDTH: 1px; 
	BORDER-BOTTOM-COLOR: #cccccc; PADDING-BOTTOM: 1px; B
	ORDER-TOP-COLOR: #cccccc;
	 PADDING-TOP: 1px;  
	 BORDER-RIGHT-WIDTH: 1px; 
	 BORDER-RIGHT-COLOR: #cccccc
}
textarea 
{
	border-width: 1; 
	border-color: #000000; 
	background-color: #efefef; 
	font-family: ËÎÌå; 
	font-size: 9pt; 
	font-style: bold;
}
select 
{
	border-width: 1; 
	border-color: #000000;
	 background-color: #F5F9EB; 
	 font-family: ËÎÌå; 
	 font-size: 9pt; 
	 font-style: bold;
}