/* Style Sheet of Reviews Plugin for SOBI 2 Component sobi_gallery.css         */
/* --------------------------------------------------------------------------- */
/* Copyright (C) 2006 Sigsiu.NET (http://www.sigsiu.net). All rights reserved. */
/* SOBI2 and SOBI Gallery are free software; you can redistribute it and/or    */
/* modify it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation.                                               */
/* Authors: Sigrid & Radek Suski, Sigsiu.NET                                   */

div#revsBox {
}

td.sobi_review_VC {
	padding-left: 8px;
	text-align: left;
}
span.sobiRating {
	vertical-align:top;
}

/* Style for Review/Vote Control */
/* ----------------------------- */
table.revFormTable {
	width: 99%;
	padding-top:30px;
	padding-bottom:30px;
}
table.revFormTable td {
}
table.revFormTable td#revVoteSelect{
	width:155px;
	text-align:right;
	padding-bottom: 10px;
}
table.revFormTable td#revVotePrev {
	padding-bottom: 10px;
}
table.revFormTable td#sendVoteBt{
	text-align:right;
}
table.revFormTable td#reviewFormBox {
}

table#revFormTable {
	padding-left: 5px;
}
.revCol1 {
	width: 80px;
}
.revCol2 {
}

table#revFormTable td {
	padding-right: 5px;
}

/* Style for Reviews in Details View */
/* --------------------------------- */
table#revsTable {
	width: 99%;
	padding: 15px 5px 5px 5px;
}
table#revsTable tr.revHeader {
}
table#revsTable td {
}
table#revsTable td.revTitle {
	font-weight: bold;
	padding-top: 8px;
}
table#revsTable td.revAuthor {
}
table#revsTable td.revText {
	padding-bottom: 2px;
	background-color: #E5E5E5;
	border-color:  #E5E5E5;
	border-width: 4px;
	border-style: solid;
}
table#revsTable td.revVote {
}
table#revsTable td.revDate {
}
table#revsTable td.revUpdateDate, 
table#revsTable td.revUpdate {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #CC0000;
}