
.Ratings
{
	width: 300px;
	border-color: #CCCCCC;
}

.Ratings span.Comment
{
}

.Ratings div.Comment
{
	float: left;
}

.Ratings_Star
{
	width: 16px;
	height: 17px;	
	float: left;
}


/**********************************************************
COMMENTS
**********************************************************/
#CommentBox
{
	width: 425px;
	color: #000000;
	font-family:Verdana;
	font-weight:bold;
	font-size: 0.9em;
}

#Comment_Button
{
	text-align: right;
}

#CommentView
{
	width: 100%;
}

#CommentView ul
{
	background-image:url(/images/avusacontrols/commentsul.gif);
	background-position:2px bottom;
	background-repeat:repeat-y;
	list-style-type:none;
	padding: 0pt;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:5px;
}

#CommentView ul.last
{
	background-position:2px bottom;
	background-repeat:repeat-y;
	list-style-type:none;
	padding:0pt;
	padding: 0pt;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:5px;
}

#CommentView li
{
	background-image:url(/images/avusacontrols/commentsbullet.gif);
	background-position:2px top;
	background-repeat:no-repeat;
	margin-left:0pt;
	padding-left:13px;
	position:relative;
	line-height: 16px;
}

#CommentView li.last
{
	background-image:url(/images/avusacontrols/commentsbulletlast.gif);
	background-color:#FFFFFF;
}

#CommentView div.FullPost
{
	background-color: #dcddde;
	position: relative;
	margin-top: 5px;
	color: #000000;
	font-size: 0.9em;
}

#CommentView div.PostDetails
{
	border-top: #2E3192 1px solid;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}

#CommentView div.Author
{
	width: 200px;
}

#CommentView span.Author_Text
{
	font-weight: bold;
	color: #2E3192;
	font-size: 1em;
}

#CommentView div.Date
{
	right: 140px;
	width: 200px;
	position: absolute;
	top: 0px;
	text-align: right;
	padding-right: 10px;
}

#CommentView span.Date_Text
{
	font-weight: bold;
	color: #2E3192;
	font-size: 1em;
}
#CommentView div.PostBody
{
	position: relative;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	font-size: 1.1em;
	color: #000000;
}


#CommentView div.Button a:active,
#CommentView div.Button a:visited,
#CommentView div.Button a:link
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
	color: #000000;
	display:block;
	background-color: #7B96B0;
	text-align: center;
}

#CommentView div.Button a:hover
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
	color: white;
	background-color: #2E3192;
	display:block;
}


#CommentView div.Report a:active,
#CommentView div.Report a:visited,
#CommentView div.Report a:link
{	
	border: #2E3192 1px solid;
	width: 70px;
	float: right;
	right: 70px;
	top: 0px;
	position: absolute;
}

#CommentView div.Reply a:active,
#CommentView div.Reply a:visited,
#CommentView div.Reply a:link
{
	border-top: #2E3192 1px solid;
	border-right: #2E3192 1px solid;
	border-bottom: #2E3192 1px solid;
	width: 70px;
	float: right;
	right: 0px;
	top: 0px;
	position: absolute;
}

#CommentView div.HidePost a:active, 
#CommentView div.HidePost a:visited, 
#CommentView div.HidePost a:link
{
	padding: 2px;
	font-size: 9pt;
	cursor: pointer;
	color: #696969;
	font-weight: bold;
	font-family: Arial;
}

#CommentView div.HidePost a:hover
{
	color: #B52323;
}

#CommentView div.Post
{
	width: 70px;
}

#CommentView span.OneLine
{
	padding-left: 4px;
	cursor: pointer;
}

#CommentView span.OneLineBy
{
	font-weight: bold;
	color: #b52323;
	font-size: 1em;
}

#CommentView div.PostBodyReply
{
	border-top: #4d4d4f 1px solid;
	margin-top: 3px;
	background-color: #f2f2f2;
	padding: 5px;
}

#CommentView div.Post
{
	border: #2E3192 1px solid;
	left: 0px;
	bottom: 0px;
}

#CommentStats
{
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 10pt;
	height: 15px;
}

#CommentStats a
{
	font-weight: bold;
	font-size: 10pt;
}

#CommentStats a:hover
{
	text-decoration: underline;
}

#CommentStats span
{
	float: right;
}

#CommentStats span.Count
{
	float: left;
}



/**********************************************************
POLL

#Poll_Main
{
	
}

.Poll
{
	font-family: Verdana;
	Font-Size: 8pt;
	Color: #000000;
	text-align: left;
	vertical-align: top;
	Background-Color: #FFFFFF;
	width: 253px;
    height: 128px;
	padding: 0px;
	
	padding: 2px 2px 2px 2px;
}

.PollTitle
{
    color: black;
    font-weight: bold;
    background-color: white;
    margin-bottom:5px;
    padding: 1px;
    width: 253px;
}

.PollContent
{
	width: 253px;
	margin: 5px;
}

.PollContent span
{
}

.PollContent div
{
	Line-height: 18px;

}

.PollElementRow
{
	float: left;
	width: 253px;
}

.PollResultQ
{
	width: 145px;
	float: left;
}

.PollResultLine
{
	width: 100px;
	float: left;
}

.PollResultPerc
{
	text-align: right;
	width: 45px;
}
**********************************************************/
/**********************************************************
Ratings
**********************************************************/
#Ratings
{
	
}

#RatingsText
{
	color: #000000;
	font-family:Verdana;
	font-weight:bold;
	font-size: 0.9em;
}

#Ratings div.Ratings_Stars
{
	float: left;
}

#Ratings div.Rating_Options div.Ratings_Stars img
{
	width: 20px;
	height: 20px;
}


#Ratings div.Rating_Options div.Ratings_Text
{
	float: left;
}

/**********************************************************
COMMENT REPORT
**********************************************************/
#CommentReport
{
	text-align: left;
}

#CommentReport .Header
{
	font-weight: bold;
	font-size: 12pt;
	text-transform: uppercase;
	background-color: #3366ff;
}

#CommentReport .Comment
{
	background-color: #ffcc66;
	border: solid 1px #000000;
	font-size: 8pt;
	cursor: hand;
}

#CommentReport .CommentFull
{
	background-color: #ffcc66;
	border: solid 1px #000000;
	font-size: 8pt;
	display: none;
}

#CommentReport tr
{
	border-bottom: silver 1px solid;
}
