/*
-----------------------------------------------------
WN CSS file for story comments 
FileName:    wnCommentsBase.css
Version:     2005.04.11
-----------------------------------------------------
*/

#comments {
        padding-top:21px;
}

#comments h2 span.tools {
	float:right;
}
#comments h2 span.tools a {
	text-decoration: none;
}

#comments-container {
	font-family:Verdana;
	font-size: 10pt;
	font-weight: normal;
	list-style:none;

	margin:0px;	
	padding:0px;
}
#comments-container .head img {
	height: 11px;
	width: 11px;
	margin-left:4px;
	margin-right:4px;
}
#comments-container .replies {
	margin-top:12px;	
	margin-left:0px;	
	padding-left:0px;
	padding-top: 0px;
	margin-bottom:8px;

	font-family:Verdana;
}
.replies LI {
	/*padding-bottom:8px;*/
}
#comments-container LI {
	list-style:none;
	margin:0px;	
	padding:0px;
	
	margin-bottom: 0px;
}
#comments-container .head {
	background-color: #fff;
	padding: 4px;
	border: solid 1px #999;
	border-bottom: 0px;
	height: 14px;
	overflow:hidden;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
#comments-container .head .info {
	font-size: 80%;
	font-style: italic;
	font-weight: normal;
	text-align:right;
	margin-left:12px;
	display:inline;
}
#comments-container .head .title {
	font-weight: bold;
	margin-left: 14px;
	width:74%;
}
#comments-container .head .staff {
	font-family: monospace;
	color: red;
	vertical-align:middle;
	text-transform: smallcaps;
}

#comments-container .body {
	background-color: #eee;
	padding-right: 0px;
	padding-left: 24px;
	padding-bottom: 12px;
	padding-top: 8px;		
	border-top: solid 1px #999;
}
#comments-container .replies .body {
	padding-top: 4px;		
	border-top: 0px;	
}
#comments-container .body .actions {
	font-family:Tahoma;
	margin-top:0px;
	text-align:right;
}
#comments-container .body .actions a {
	margin-right: 14px;
	margin-top:0px;	
}
#comments-container .body p {
	background-color: #F6F6F6; 
	padding: 12px;
	border: dashed 1px #fff;	
	font-family: Arial;
	margin-right: 8px;
	margin-bottom:0px;
	white-space: wrap;
}
#comments-container .body .actions a.reply {
	font-weight:bold;
}
#comments-container .replies .head {
	background-color: transparent;
	border: 0px;
	padding-bottom: 0px;
	height: 16px;
	overflow: hidden;
	display: block;
}

.action {
	width: 98%;
}

#comments .container {
	text-align:center;
	padding-top: 16px;
	padding-bottom: 16px;
}

#comments #top_post_actions {
	text-align:right;
	margin-top: 0px;
        padding:10px 4px 0 0; 
        font-weight:bold;
        width:99%; 
}

#comments #comments_intro {
        width:99%;
}

#comments .top_post_section {
        padding:15px 11px 15px 15px; 
        margin:15px 0 13px 0; 
        background-color:#EEEEEE;
        width:99%;
}

#comments TEXTAREA.top_post_small {
	height:12pt;
        width:99%;
}

#comments TEXTAREA.top_post_big {
	height:100px;
        width:99%;
}

#comments .cancel_link {
    font-weight:normal;
}

#comments #faq_link {
    text-align:right;
    padding-top:10px; 
}

#comments .reportbox, #comments .postbox {
	margin-right: 8px;
	margin-top: 4px;
	width:98%;
	overflow: hidden;
}
#comments .reportbox h4, #comments .postbox h4 {
	background-color: red;
	border-bottom: none;
	font-weight: bold;
	color: #fff;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 90%;
	margin-right: 8px;
}
#comments .postbox h4 {
	background-color: #999999;
}
#comments .reportbox textarea, #comments .postbox textarea {
	margin-top:0px
	width:98%;
	height:100px;
	text-align: left;
}
