p.warning 
 {
 background-color: #ffabab;
 border: 1px solid #ff0000;
 text-align: center;
 margin: 5px;
 }
p.success
 {
 background-color: #bbffbb;
 border: 1px solid #009900;
 text-align: center;
 margin: 5px;
 }
tr.header
 {
 text-align: left;
 font-weight: bold;
 background-color: #85002B;
 COLOR: #FFF;
 border: 0px;
 padding:2px 3px 2px 5px;
 }
.seltr:hover
{
	background: #bbbbbb;
	color: #ffffff;
}
/*
* Comments
*/

#comments{
	margin: 0px 10px 10px 10px;
}
.commentmsg{
	margin: 10px;
	padding: 10px;
	border: 1px solid #D4BC4C;
	background-color: #F9F6E7;
	text-align:left;
}
.commentmsg .message{
	padding-top: 5px;
	padding-right: 5px;
	color:black;
	font:10px Verdana, Arial, Helvetica, sans-serif;
}
.commentmenu{
	display: block;
	padding: 5px;
	font-size: 12px;
}
.commentadd{
	display: none;
}
#guestmsg{
	color: red;
	font:10px Verdana, Arial, Helvetica, sans-serif;
}
.commenttextadd{
	border: 1px solid #454545;
	width: 500px;
	height: 80px;
}
.commentload{
	background:url(images/ajax-loader.gif) no-repeat;
	display: none;
	margin-top: 10px;
	margin-left: 10px;
	width: 220px;
	height: 19px;
}
.comment{
	width: 100%;
	margin-bottom: 10px;
}
.commentphoto{
	width: 80px;
	margin-bottom: 5px;
}

.commentcaption{
	border-top: 1px solid #2C0E45;
	border-bottom: 1px solid #5A2B82;
	background: #a178c4;
	height: 30px;
	color:#512576;
	padding-left: 5px;
	padding-top:2px;
}
.commentcaption a{
	font-weight: bold;
	text-decoration: none;
	color:#000;
}
.commentcaption a:hover{
	text-decoration: none;
	border-bottom: 1px dashed #000;
}
.commenttext{
	min-height: 30px;
	padding: 7px 0 5px 5px;
	color: #000;
}
.commentaction{
	padding: 0 0 5px 5px;
	border-bottom: 1px solid #5A2B82;
}
.commentaction a:hover{
	text-decoration: underline;
}
.commentaction a{
	text-decoration: none;
}
.commentaction span:hover{
	text-decoration: underline;
}
.commentaction span{
	cursor: pointer;
	text-decoration: none;
}
.commentbutton{
	padding-left: 0px;
	padding-top: 10px;
	height: 30px;
	width: 70px;
	cursor: pointer;
}
.commentbutton1{
	margin-left: 5px;
	height: 30px;
	cursor: pointer;
}
.commentbutton2{
	width: 70px;
	cursor: pointer;
}
.commentpage{
	color: #000;
	font-size: 12px;
	font-weight: normal;
}
.commentpageact{
	font-size: 13px;
}
.commentpage:hover{
	border-bottom: 1px dotted #1A0A27;
	color: #330E51;
	cursor: pointer;
	font-weight: bold;
	font-size: 13px;
}
/*Rating*/
dl.star-rating ol {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 75px;
	height: 15px;
	position: relative;
	background: url(images/stars.png);
	margin-right: 15px;
}
dl.star-rating li {
	float: left;
	margin: 0;
	padding: 0;
}
dl.star-rating li span {
	display: block;
	width: 15px;
	height: 15px;
	text-indent: -9999px;
	position: absolute;
	text-decoration: none;
	z-index: 10;
}
dl.star-rating li span.star:hover {
	background: url(images/stars.png) left center;
	left: 0;
	z-index: 2;
}
dl.star-rating span.star1a {
	left: 0;
}
dl.star-rating span.star2a {
	left: 15px;
}
dl.star-rating span.star3a {
	left: 30px;
}
dl.star-rating span.star4a {
	left: 45px;
}
dl.star-rating span.star5a {
	left: 60px;
}
dl.star-rating span.star1 {
	cursor: pointer;
	left: 0;
}
dl.star-rating span.star1:hover {
	width: 15px;
}
dl.star-rating span.star2 {
	cursor: pointer;
	left: 15px;
}
dl.star-rating span.star2:hover {
	width: 30px;
}
dl.star-rating span.star3 {
	cursor: pointer;
	left: 30px;
}
dl.star-rating span.star3:hover {
	width: 45px;
}
dl.star-rating span.star4 {
	cursor: pointer;
	left: 45px;
}
dl.star-rating span.star4:hover {
	width: 60px;
}
dl.star-rating span.star5 {
	cursor: pointer;
	left: 60px;
}
dl.star-rating span.star5:hover {
	width: 75px;
}
dl.star-rating li.current {
	background: url(images/stars.png) left bottom;
	height: 15px;
	z-index: 1;
}
dl.star-rating1 ol>li span:hover{
	text-indent: 85px;
}
dl.star-rating dd{
	position: absolute;
	padding: 2px;
	width: 100px;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin-top: 6px;
}
dl.star-rating dd.success{
	background-color: #FFDD00;
}
dl.star-rating dd.warning{
	background-color: #ffabab;
}
.rating-box{
	border: 1px solid #000;
	background-color: #A178C4;
	padding: 5px;
}
/*End rating*/

/*Wiki text*/
.wikiText{
	font-size: 12px;
}
/*end wiki text*/