
div#post img {
	border:0px;
}
div#post{
	background-color:#898989;
	background-image:url('/images/forum/forum_reply_08.jpg');
	background-repeat:repeat-x;
	width:970px;
	text-align:left;
}
div#post textarea.body{
	width:800px; 
	height:280px;
	border:1px solid #DADADA;
}
div#post div.generic{
	border:0px solid;
}
div#post-body fieldset{
	width:830px;
}
div#post div.cover{
	background-image:url('/images/forum/forum_reply_04.jpg');
	background-repeat:repeat-x;
	width:100%; height:36px; overflow:hidden;
}
div#post div.cover img{
	display:block;
	float:right;
	margin:1px 1px 0px 0px; cursor:pointer;
}
div#post div.slit{
	background-image:url('/images/forum/forum_reply_09.jpg');
	background-repeat:repeat-x;
	height:1px; overflow:hidden;
	margin:4px 0px 4px 0px;
}

div#post div.left_holder{
	width:100px;
	float:left;
}
div.editor-tools-popup{
	width:100%;
}

















#div_edit_action{
	border:1px solid silver; 
	position:absolute; 
	width:970px; height:630px; display:none; 
	background-color:white; 
	text-align:left;
	left:15px;
}
/*
#edit_area{
	width:970px; height:600px;
}*/

#message_box_holder{
	border:1px solid silver; 
	position:absolute; 
	width:400px; height:300px; display:none; 
	background-color:skyblue; 
	text-align:left;
	left:300px;
}

#message_box_holder div.content{
	margin:30px 5px 5px 5px; 
	background-color:white; 
	height:265px;
}



 
/*nbbc*/
/* Wrap quotes in a big blue box. */ 
div.bbcode_quote, table.idv_message td.message div.bbcode_quote { border: 1px solid #8D9279; margin: 2px 2px 8px 0px; width: 98%; } 
div.bbcode_quote_head { background-color: #00AEDC; color: white; font-weight: bold; padding: 0.25em 0.5em; } 
div.bbcode_quote_head a:link { color: yellow; } 
div.bbcode_quote_head a:visited { color: yellow; } 
div.bbcode_quote_head a:hover { color: white; text-decoration: underline; } 
div.bbcode_quote_head a:active { color: white; text-decoration: underline; } 
div.bbcode_quote_body { background-color: #FCFEF5; color: #8D9279; padding: 0.5em 1em; } 

/* Wrap code in a big blue box. */ 
div.bbcode_code { border: 1px solid blue; margin: 0.5em 0; } 
div.bbcode_code_head { background-color: blue; color: white; font-weight: bold; padding: 0.25em 0.5em; } 
div.bbcode_code_body { background-color: skyblue; color: black; font: 10pt monospace; padding: 0.5em 1em; }




