/*  
Theme Name: Typebased
Theme URI: http://www.woothemes.com/
Description: Typebased by WooThemes
Version: 2.1.1
Author: WooThemes
Author URI: http://www.woothemes.com/
*/

 * {
	margin: 0px;
	padding: 0px;
	}

p {margin: 0px 0px 1em;}

html {
	/*font-family: arial;*/
	height: 100%;
	border: 0;
	padding-bottom: 30px;
}

body {
height: auto;
color: #404040;
font-size: 12px;
font-family: arial;
	/*font-family: Verdana;
	text-align: center;*/
	background: #334F60;

}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

p {
	line-height: 18px;
}

p, h1, h2, h3, h4, h5, ul, ol, blockquote p {
	padding: 10px 0;
}

ul, ol {
	list-style: none;
}

small {
	font-size: 11px;
}

code {
	background: #FFFFC1;
}

a {
	/*color: #CE1433;*/
	color: #369;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

/* Align (used for images) */

.aligncenter {
	margin: 5px auto 5px auto;
	display: block;
}

.alignleft {
	margin: 14px 15px 10px 0;
	float: left;
}

.alignright {
	margin: 14px 0px 10px 15px;
	float: right;
}

/* Wrap */

.wrap {

	width: 100%;
	/*padding-bottom: 5px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	*/
	

}

.left-col {
	float: left;
}

.right-col {
	/*float: right;*/
}

.foot_right {
	float: right;
}

/* Container */

#container {
	width: 950px;
	margin: 0 auto;
	/*background: url(images/top.gif) no-repeat 0 143px;
	background: url(images/top.gif) no-repeat 0 148px;*/
}

/* Header */

#header {
	width: 100%;
	height: 108px;
}

#header h1 {
	padding: 30px 0 0 20px;
}

/* Main Menu */

#menu {
	width: 100%;
	height: 35px;
	/*margin-bottom: 4px;*/
}

#menu ul {
	/*width: 764px;*/
width: 910px;
	height: 35px;
	/*margin-left: 160px;*/
	margin-left: 20px;
	padding: 0;
	background: url(images/menu_bg.gif) repeat-x 0 bottom;
}

#menu ul li {
	line-height: 30px;
	display: inline;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Lucida Sans";
}

#menu ul li a {
	display: block;
	float: left;
	margin-top: 5px;
	padding: 0 27px 0 0;
	color: #C0CDCF;
	border-left: #2B404D 1px solid;
}

#menu ul li a:hover {
	color: #fff;
	cursor: pointer;
}

#menu ul li a span {
	display: block;
	float: left;
	height: 30px;
	padding: 0 0 0 27px;
}

/* Main Menu - Current Page Item */

#menu ul li.current_page_item {
	line-height: 35px;
}

#menu ul li.current_page_item a {
	background: url(images/menu_button.gif) no-repeat right top;
	margin-top: 0;
	color: #1A272E;
	border: 0;
}

#menu ul li.current_page_item a:hover {
	color: #1A272E;
}

#menu ul li.current_page_item a span {
	background: url(images/menu_button.gif) no-repeat left top;
	height: 35px;
}

/* Main Menu - extra */

#menu ul li.first a {
	border: 0;
}

#menu ul li.current_page_item a {
	margin-right: -1px;
	position: relative;
}

/* Content Area - Content and Sidebar */

.background {
	/*background: #F5F5F5 url(images/content_bg.gif) repeat-y right top;
	background: #FFFFFF url(images/content_bg.gif) repeat-y right top;*/
	background: #FFFFFF url(images/top.gif) no-repeat 0 0;
}

/* Content */

#content {

width: 577px;
height: auto;
line-height: 150%;
overflow: hidden;
padding: 0px 7px 0px 15px;
font-size: 12px;
border-right: #D7D7D7 1px solid;
}

.googlead {
margin: 2px 0 0 0;
/*background: #F7F7F7;*/
background: #EFEFEF;
width: 350px;
	text-align: left;
	float: right;
}


h2.arh {
	width: 540px;
	/*margin-left: 160px;*/
	margin-top: 12px;
	margin-bottom: 10px;
	padding: 10px 15px;
	font-size: 20px;
	background: #FFF0D4;
	border-bottom: #D7D7D7 1px solid;
	border-top: #D7D7D7 1px solid;
	line-height: 25px;
}

/* Post */

.post {
	width: 100%;
	clear: both;
	padding: 10px 0;
	/*border-bottom: #CBCBCB 1px solid;
	background: url(images/post_element.gif) no-repeat 159px 21px;*/

}

.error, .page {
	border: 0;
}

/* Post Content */

.post-content {
font-size: 14px;
	width: 577px;
	padding: 0px 0 0 0px;
	
/*float: left;*/
	display: inline;
}

.post-content a {
	font-weight: bold;
}

.post-content a:hover {
	text-decoration: underline;
}

/* Post Content Headings */

.post-content h2 {
    width:500px;
	/*font-size: 28px;
	line-height: 30px;*/
	font-size: 28px;
	line-height: 30px;
}

.post-content h2 a {
	/*color: #404040;*/
}

.post-content h2 a:hover {
	/*text-decoration: underline;*/
}

.post-content h3 {
	font-size: 14px;
	padding: 5px 0;
}

/* Post Content Lists and Blockquote */

.post-content ol, .post-content ul {
	line-height: 20px;
}

.post-content ul {
	padding-left: 30px;
}

.post-content ul li {
	list-style: circle;
	padding: 3px 0;
}

.post-content ol {
	padding-left: 37px;
}

.post-content ol li {
	list-style: decimal;
	padding: 3px 0;
}

/*
.post-content blockquote {
	border-left:2px solid #777777;
	color:#777777;
	font-style:italic;
	margin:5px auto 15px;
	padding:0px 10px;
	width:85%;
}
*/

.post-content blockquote {
color: #000;
margin: 0 0px 16px 0px;
background: #F1F7F7;
border: 1px dashed #CCCCCC;
padding: 10px 10px 0px 10px;
font-size: 12px;
font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}


/* Post Content Images*/

.post-content img {
	/*padding: 20px 10px 0px 0;
	background: #1A272E;*/
}

/* Post Content (read more) */

.post-content span.read_more {
	padding: 5px 0 10px 0;
	display: block;
	float: left;
	font-size: 13px;
}

.post-content a span.read_more {
	color: #1A86DF;
	text-decoration: underline ;
}

.post-content a:hover span.read_more {
	text-decoration: none;
}

/* Post Meta */

.post-meta {
	width: 95px;
	margin-left: 1px;
	margin-right: 10px;
	text-align: right;
	display: inline;
	padding-top: 11px;
}

.post-meta a {
	color: #587384;
}

.post-meta a:hover {
	text-decoration: underline;
}

/* Post Meta Date */

.post-meta h3 {
	padding: 3px 0;
	/*margin-bottom: 23px;*/
}

.post-meta h3 span.day {
	display: block;
	float: right;
	line-height: 28px;
	font-size: 35px;
	border-right: #CBCBCB 1px solid;
	padding-right: 5px;
	color: #8D8D8D;
}

.post-meta h3 span.month, .post-meta h3 span.year {
	color: #666666;
	width: 40px;
}

.post-meta h3 span.month {
	display: block;
	float: right;
	font-size: 16px;
	line-height: 14px;
	padding-left: 4px;
	text-align: center;
	text-transform: uppercase;
}

.post-meta h3 span.year {
	font-size: 14px;
	display: block;
}

/* Post Meta Author and Comments */

.post-meta h4 {
	font-size: 12px;
	padding: 3px 21px 3px 0;
	color: #666666;
}

.post-meta h4.author {
	background: url(images/icon_author.gif) no-repeat right 2px;
	font-style: italic;
}

.post-meta h4.comments {
	background: url(images/icon_comment.gif) no-repeat right 4px;
}

.post-meta h4.comments a {
	color: #666666;
}

/* More Entries */

.more_posts {
	width: 400px;
	clear: both;
	margin-left: 190px;
	padding: 5px 0 6px 0;
}

.more_posts h2 {
	font-size: 20px;
}

.more_posts h2 a {
	color: #404040;
}

.more_posts h2 a:hover {
	color: #1A86DF;
}

/* Comments (single.php and comments.php) */

h3#comments, h3.lc {
	font-size: 18px;
	border-bottom: #D7D7D7 2px solid;
}

h3.lc {
	padding-top: 20px;
}

.comments_wrap {
	margin: 20px 0 0px 0px;
	clear: both;
	padding-bottom: 5px;
	border-bottom: #D7D7D7 1px dotted;
}

.comments_wrap img {
	background: none;
	padding: 1px;
}

.comments_wrap .left {
	width: 46px;
	padding-top: 2px;
	float: left;
}

.comments_wrap .left img {
	border: #D7D7D7 1px solid;	
	padding: 1px !important;
}

.comments_wrap .right {
	margin-left: 55px;
}

.comments_wrap .right h4 {
	font-size: 11px !important;
	text-transform: none;
	padding: 0;
	font-weight: normal;
}

.comments_wrap .right h4 b {
	font-size: 12px !important;
}

.comments_wrap .right h4 a {
	text-decoration: none;
}

.comments_wrap .right h4 a:hover {
	text-decoration: underline;
}

/* Comments (form) */

#content form {
	margin: 20px 0 30px 10px;
}

#content form label {
	display: block;
	margin: 10px 0;
	font-size: 12px;
}

#content form label input {
	padding: 3px;
	width: 180px;
	font-size: 12px;
}

#content textarea {
	/*margin-bottom: 10px;
	display: block;
	padding: 3px;
	font-size: 12px;*/
}

#content form input {
	margin-top: 5px;
}

.lc_logged {
	padding: 0;
	margin-top: -10px;
}

/* Sidebar */

#sidebar {
	/*width: 289px;*/
	width: 350px;
}

#sidebar h2 {
	font-size: 13px;
	color: #4A8393;
}

/* Sidebar Search */

#search {
margin: -30px 0px 0px 600px;
	/*width: 100%;
	height: 57px;
	/*background: url(images/search_block_bg.gif) no-repeat 0 0;
	height: 50px;*/
}

#search form {
	padding: 14px 0 0 14px;
}

#search form div {
	width: 259px;
	height: 28px;
	background: url(images/search_field.gif) no-repeat 0 0;
	position: relative;
}

#search form input.search_box {
	width: 175px;
	border: 0;
	position: absolute;
	left: 5px;
	top: 5px;
	padding-top: 2px;
	background: transparent;
	font-size: 12px;
	font-weight: bold;
	outline: none;
}

#search form input.submit {
	position: absolute;
	right: 0;
}

/* Sidebar Block */

#sidebar .block {
	padding: 14px 4px 14px 14px;
	background: url(images/sidep-handle.png) repeat-x 0 0;
}

#sidebar .block a {
	color: #3F6069;
}

#sidebar .block a:hover {
	color: #131A1C;
}

#sidebar .block ul {
	width: 100%;
	padding: 1px 0 8px 0;
}

/* Sidebar Inside Block */

#sidebar_in .block ul li {
	font-weight: bold;
	border-bottom: #BDCCD1 1px solid;
	line-height: 20px;
	padding: 4px 0 4px 21px;
	background: url(images/circle.gif) no-repeat 5px 11px;
	margin-right: 10px;
}

#sidebar_in .block ul li ul li {
	border: 0;
}

/* Sidebar Special List */

#sidebar .categories ul, #sidebar .blogroll ul, #sidebar .widget_categories ul, #sidebar .widget_links ul {
	background: url(images/sidebar_ul_lines.gif) no-repeat 0 0;
	margin-top: 3px;
}

#sidebar .categories ul li, #sidebar .blogroll ul li, #sidebar .widget_categories ul li, #sidebar .widget_links ul li {
	width: 104px;
	float: left;
	margin-right: 10px;
	display: inline;
}

#sidebar .categories ul li, #sidebar .widget_categories ul li {
	background: url(images/icon_folder.gif) no-repeat 0 6px;
}

#sidebar .blogroll ul li, #sidebar .widget_links ul li {
	background: url(images/circle.gif) no-repeat 5px 11px;
	font-size: 11px;
}

/* Sidebar Flickr */

#sidebar .flickr h2 span {
	color: #0061D8;
}

#sidebar .flickr h2 span span {
	color: #FF1183;
}

#sidebar .flickr .wrap {
	padding-top: 5px;
	margin-left: -10px;
	position: relative;
}

#sidebar .flickr li {
	float: left;
	margin-left: 10px;
	display: inline;
	margin-bottom: 10px;
}

#sidebar .flickr img {
	float: left;
	margin-left: 5px;
	display: inline;
	margin-bottom: 5px;
	display: block;
	padding: 4px;
	background: #fff;
	border: #BFCACE 1px solid;
}

/* Sidebar Adverts */

#sidebar .adverts {
	width: 285px;
	padding: 15px 0 10px 4px;
	background: url(images/sidebar_block_top.gif) repeat-x 0 0;
}

#sidebar .adverts ul {
	padding: 0;
}

#sidebar .adverts ul li {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	display: inline;
}

#sidebar .adverts img {
	display: block;
}

/* Widget (calendar) */

#wp-calendar {
	width: 95%;
	padding: 0 0 0px 0;
	margin-bottom: 15px;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
	background: #C0DBE2;
}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}

#wp-calendar a {
	text-decoration: underline;
}

#wp-calendar a:hover {
	text-decoration: none;
}

/* Widget (tag cloud) */

#tag_cloud {
	padding-bottom: 20px;
}

#tag_cloud h2 {
	margin-bottom: 5px;
}

/* Footer */

#footer {
	width: 950px;
	margin: 0 auto;
	background: url(images/footer_bg.gif);
	padding-top: 18px;
	margin-top: -1px;
	position: relative;
}

#footer a {
	color: #B2D1E4;
}

#footer a:hover {
	color: #318DE1;
}

#footer h2 {
	color: #6D7E87;
}

/* Footer Popular Articles */

#footer .popular {
	padding-bottom: 30px;
}

#footer .left-col .wrap {
	width: 646px;
}

#footer .left-col h2 {
	width: 115px;
	display: block;
	float: left;
	line-height: 24px;
	text-align: right;
	padding: 10px 35px 10px 10px;
	font-size: 20px;
	background: url(images/footer_element.gif) no-repeat right 18px;
	display: inline;
}

#footer .left-col ul {
	width: 441px;
	display: block;
	float: left;
	padding: 5px 0 15px 30px;
}

#footer .left-col ul li {
	line-height: 20px;
	font-size: 16px;
	padding: 6px 0 9px 0;
	font-weight: bold;
	background: url(images/footer_line.gif) repeat-x left bottom;
}

/* Footer Subscribe */

#footer #subscribe {
	width: 241px;
	padding: 0 30px 0 18px;
	color: #B2D1E4;
}

#footer #subscribe a {
	font-weight: bold;
	text-decoration: underline;
}

#footer #subscribe h2 {
	font-size: 16px;
}

#footer #subscribe p {
	padding: 8px 0 8px 42px;
}

#footer #subscribe p.rss {
	background: url(images/icon_rss.gif) no-repeat 0 11px;
}

/* Copyright */

#copyright {
	width: 100%;
	clear: both;
	background: #1A272E url(images/bottom.gif) no-repeat left bottom;
	border-top: #2B404D 1px solid;
	font-size: 11px;
	color: #677881;
	padding: 5px 0;
}

#copyright .left-col {
	padding-left: 15px;
}

#copyright .right-col {
	padding-right: 15px;
}

#copyright .right-col img {
	vertical-align: middle;
}

/* Fix */

.wrap:after,
.block ul:after {
    content: "."; 
    display: block;
	 height: 0;
    clear: both; 
    visibility: hidden;
}

/* Misc */

.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright{
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}

img.alignleft{
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

/* Threaded comments */

ol.commentlist {
	margin:0;
	padding:0;
}

ol.commentlist li{
	list-style-type:none;
}

ol.commentlist li ul.children {
	padding-left:20px;
}
ol.commentlist li ul.children li{
	border-top:1px dotted #D7D7D7;	
	border-bottom:none;
	padding-top:15px;
}



.user_comments {
	position: absolute;
	/*margin: 3px 0px 0px 400px;*/
	/*right: 152px;
	top: 20;*/
	right: 420px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height:46px;
	width:44px;
	background: url(images/comments.gif) no-repeat;
	line-height: 36px;
	text-align: center;
}
.user_comments2 {
	position: absolute;
	right: 400px;
	top: -2px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height:46px;
	width:44px;
	background: url(images/comments.gif) no-repeat;
	line-height: 36px;
	text-align: center;
}
.user_comments a {
	color: #3a2f27;
	text-decoration: none;
}

.clear {
border-bottom: 1px solid #8C8E8C;
	clear: both;
}




















#post .subTitle {font-size:12px;
	padding-left: 1em;
	border: 0px;
	BORDER: #369 1px solid;
	/*border-bottom: 1px solid #369;*/
	_border-bottom: 0px;
	line-height: 20px;
	font-weight: bold;
	}





div.title {
	background: #369 url(/guide_mid.png) repeat-x;
	height: 24px;
	}

div.subTitle {
	BORDER-top: #4089B2 1px solid;
	BORDER-left: #4089B2 1px solid;
	BORDER-right: #4089B2 1px solid;
	height: 18px;
	/*background: transparent url(images/comm_top.gif) repeat-x;*/
	background: transparent url(/bg_subtitle.png) repeat-x;
	}



/*
*
 * main feedback
 */
/*y2ksatan*/
/*span.nocomment{line-height: 23px;margin: 0px 0px 0px 10px;}*/

#main #feedback {
	width: 350px;
	text-align: left;
	
	float: right;
	}
#feedback #good {
	margin: 0px 1px 1px;
	border: 1px solid #FC0;
	
	background-color: #FFE57F;
	}
#good #g_title {
	background: #FFE57F url(news_fb_title.jpg) repeat-x;
	font-weight: bold;
	height: 23px;
	line-height: 23px;
	color: #C00;
	text-indent: 1em;
	}
#good #g_content {}
#g_content dl, #n_content dl  {
	margin: 1px 0px;
	padding: 10px 10px 0px;
	border: 0px;
	border-bottom: 1px solid #FC0;
	}
#g_content dl dt.re_author span, #n_content dl dt.re_author span {
	padding: 0px 0px 4px;
	border-bottom: 1px solid #FC0;
	color: #369;
	}
#g_content dl dd.re_detail, #n_content dl dd.re_detail {
	padding: 12px 0px 4px;
	line-height: 150%;
	white-space:normal;
	WORD-WRAP: break-word;
	WORD-BREAK: break-all;
	text-align: left;
	}
#g_content dl dd.re_mark {
	margin: 0px -10px;
	padding: 0px 10px 0px;
	background: url(bg_g_remark.png) repeat-x;
	height: 30px;
	line-height: 30px;
	color: #369;
	}
#g_content .re_mark span.mark, #n_content .re_mark span.mark {
	color: #000;
	}
#g_content .re_mark span.re_mark_right, #n_content .re_mark span.re_mark_right {
	margin-left: 8px;
	*margin-left: 10px; /* IE7 & low */
	}
@media all and (min-width:0px) { /* Opera only */
	#g_content .re_mark span.re_mark_right, #n_content .re_mark span.re_mark_right {
	margin-left: 88px;
	}
	}
#g_content .re_mark span.re_mark_right strong, #n_content .re_mark span.re_mark_right strong {
	 color: #C00;
	}
/*
 * feedback normal
 */




/*
 * feedback normal
 */


#feedback #normal {
	margin: 0px 1px 1px;
	border: 1px solid #369;
	border-bottom: 0px;
	}
#normal .subTitle {
   
	padding-left: 1em;
	border: 0px;
	border-bottom: 1px solid #369;
	border-right: 1px solid #369;
	border-left: 1px solid #369;
	_border-bottom: 0px;
	line-height: 20px;
	font-weight: bold;
	}
#normal #n_content {
font-size: 12px;
	margin-bottom: -1px;
	word-break:break-all;
	}
#n_content dl {
	border-bottom: 1px solid #369;
	border-right: 1px solid #369;
	border-left: 1px solid #369;
	text-align: left;
	}
#n_content dl dt.re_author span {
	border-bottom: 1px solid #369;
	text-align: left;
	}
#n_content dl dd.re_mark {
	margin: 0px -10px;
	padding: 0px 10px 0px;
	background: url(bg_n_remark.png) repeat-x;
	height: 30px;
	line-height: 30px;
	color: #369;
	text-align: left;
	}

.feedBack {
    margin: 6px 0px;
	padding: 3px;
	border: 1px solid #CCC;
	min-height: 70px;
	font-size: 12px;
	
	}
.feedBack .fb_title {
    margin: 2px 0px;
	padding: 0px 5px;
	border: 1px solid #CCC;
	background: #FFF url("images/icon_comment.gif") no-repeat left center;
	font-weight: bold;
	text-indent: 1.5em; /* 根据tip图片的大小相应调整*/
	line-height: 20px;
	}
* html .feedBack .fb_title {margin-left: -1em;} *+html .feedBack .fb_title {margin-left: -1em;}

.feedBack .fb_content {
	margin: 5px;
	line-height: 150%;
	text-align: justify;
	white-space:normal;
	WORD-WRAP: break-word;
	WORD-BREAK: break-all;
	}
* html .feedBack .fb_content {margin: 10px;} *+html .feedBack .fb_content {margin: 10px;}
* html #news-cb-comment {border-left:none;border-right:none;}
*+html #news-cb-comment {border-left:none;border-right:none;}
.quote{
display:none;BORDER-RIGHT: #aca976 1px solid; PADDING-RIGHT: 12px; BORDER-TOP: #aca976 1px solid; PADDING-LEFT: 12px; PADDING-BOTTOM: 12px; BORDER-LEFT: #aca976 1px solid; PADDING-TOP: 12px; BORDER-BOTTOM: #aca976 1px solid; BACKGROUND-COLOR: #ffffff; position:relative; z-index:10000;
}

.quote textarea{
	border: 1px solid #369;
	height: 100px;
	width: 200px;
}

input.comment {
border-color:#2e5386;
border-style:solid;
border-width:1px;
}

/*replydiv By Y2kSaTaN */

.replydiv{
    margin:0px auto 10px auto;
    width:500px;
	height:auto;
    display:none;
	BACKGROUND-COLOR: #ffffff;
	min-height:0px;
	position:relative; z-index:10000;}

.replydiv .Header {
    padding: 9px 0px 5px 10px;
	BORDER-left: #4089B2 1px solid;
	BORDER-right: #4089B2 1px solid;
	BORDER-BOTTOM: #4089B2 1px solid;
	line-height: 18px;
	background: transparent url(images/header_bg.gif) repeat-x;
	overflow: hidden;
	}

.replydiv .Header .commretle{
	font-weight: bold;
	padding: 3px 0 0 5px;
	line-height: 1.4em;
	color: #F7FBFA;
}

.replydiv .Content{
background: #FFF;
line-height: 90%;
text-align: left;
BORDER: #22A3D4 1px solid;
padding: 10px;
clear: both;
}

#post .Content{BORDER-left: #369 1px solid;BORDER-right: #369 1px solid;
font-size: 12px;
	clear: both;
	padding: 8px;
	line-height: 90%;
}

.replydiv .commtext,#post .commtext{
	margin: 2px;
}

.replydiv label,#post label{
	margin: 0px 20px 0px 10px;
	font-weight: bold;
	line-height: 18px;
	color: #369;
}

.replydiv .tip{
	color : red;
	font-weight: bold;
}

.replydiv .comminput,#post .comminput {
	margin: 0;
	padding: 2px;
	width:210px;
	border:1px solid #338FC9;
}

.replydiv textarea,#post textarea{
	margin: 0;
	/*width:385px;*/
	width:375px;
	height: 120px;
	border:1px solid #338FC9;
}

.replydiv .commbutton,#post .commbutton{
	margin: 2px;
	padding: 3px 5px 5px 5px;
	border:1px solid #000;
	width:auto;
	height: 22px;
	text-align: center;
	background: #C7D8E9 url('images/commbutton.gif');
	color:#FFF;
	font-size:12px;
	font-weight: bold;
}

.comming{
	display:none;
	margin: 0px;
	margin-bottom: 5px;
	border:1px solid red;
	BACKGROUND: #FFE1E1;
	line-height: 22px;
	padding: 0 0 0 5px;
	color:red;
	font-weight: bold;
}

.commingok{
	display:none;
	margin: 0px;
	margin-bottom: 5px;
	border:1px solid Green;
	BACKGROUND: #DDFFDD;
	line-height: 22px;
	padding: 0 0 0 5px;
	color:Green;
	font-weight: bold;
}

.AjaxTipdelay{
	display:none;
	margin: 0px;
	margin-bottom: 5px;
	border:1px solid Blue;
	BACKGROUND: #FFFF00;
	line-height: 22px;
	padding: 0 0 0 5px;
	color:Blue;
	font-weight: bold;
}




















.dbx-group {
	width:350px;
	padding:0 0px 10px;
}

/*
* html .dbx-group {
	width: 350px;
	padding-bottom:0;
}
*/

.dbx-group, .dbx-box, .dbx-handle {
	position:relative;
	display:block;
	}

.dbx-handle {color:#314D63;
    font-size:14px;
	font-weight: bold;
	position:relative;
	margin:0;
	/*padding: 3px 24px 7px 10px;*/
	padding: 2px 24px 3px 10px;
	height:19px;
	background:url(images/sidep-handle.gif) no-repeat 0 0; 
}


/* inner content area */	
.dbx-content {

	margin: 0;
	padding: 0px 10px 9px 13px;
	background: #EFEFEF;
	overflow: hidden;
}
