/* CSS Document */
*{
	font-family:Verdana;
	font-size:14px;
	outline:none;
}
.TabbedPanelsTab{
/*	background-color:#B0E9AF;  */
	background-color:#8CDAFF; 
}

.TabbedPanelsContentGroup{
	background-color:#FFFFFF;
}

.TabbedPanelsTabSelected{
	background-color:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

.item{
	padding:0px;
	margin:0px;
	width: 90%;	
}

.item2{
	padding:0px;
	margin:0px;
	width: 40%;	
}

.wrapper1{
	margin:0px;
	padding:0px;
	border:0px;
	width:49%;
	float:left;
}

.clear_l{
	clear:left;
}

.comment-details-body{
	font-family:Verdana;
	margin:0px;
	padding:0px;
	border:1px dashed #CCCCCC;
/*	background-color:#EEEEEE; */
}

.comment-details-poster, .comment-details-text{
	font-size:12px;
	font-family:Verdana;
	color:#CCCCCC;
	margin:20px 0px 0px 0px;
}

.comment-details-text{
 	font-size:10px; 
	color:#CCCCCC;
}

.comment-list-item{
	text-decoration:none;
	border-bottom: 1px solid #333333;
	color:#0000FF;
	font-size:12px;
}

.comment-short-desc{
	background-image:url(comment_item_head.png);
	background-position:top;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px 0px 0px 0px;
	border:0px;
	width:390px;
}
.comment-short-desc-bg{
	background-image:url(comment_item_bg.png);
	background-repeat:repeat-y;
	background-position:left top;
	background-attachment:scroll;
	margin:0px;
	padding:0px 20px 0px 20px;
	border:0px;
}

.comment-list-desc{
	font-size:11px;
}

.small_text{
	font-family:Verdana;
	font-size:10px;
}

#wsc_working_frame{
	margin:0px;
	padding:0px;
	border:0px;
	width:0px;
	height:0px;
}

.user_desc{
	background-color:#EEEEEE; 
	padding:5px 0px 5px 55px; 
	font-size:12px; 
}

#wsc_transparent_bg{
	background-color:#000000;
	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
 	-moz-opacity: 0.50; 
	opacity:0.5;
	z-index:10000;
}

#wsc_working_frame, #wsc_close_button{
	z-index:10001;
}

.profile-pic{
	margin:0px;  
	padding:0px; 
	border:0px; 
	height:50px; 
/* width:50px; */
	float:left;	
	position:absolute;
}

.clickable{
	cursor:pointer;
}

.floating{
	position:absolute;
}

.rating{
	height:39px; 
	padding:5px 10px 0px 100px; 
	text-align:right; 
	background-image:url(rating_bg.png);
	background-repeat:no-repeat;
	background-position:295px 2px;
}

.ranking_editable{
	height:20px; 
	width:91px;
	padding:0px 10px 3px 10px; 
	text-align:center;
	background-image:url(rating_bg.png);
	background-repeat:no-repeat;
	background-position:center;
}