
/* Style Sheet of Reviews Plugin for SOBI 2 Component reviews.css             */
/* Version $Id: reviews.css 2287 2007-09-12 17:05:28Z Sigrid Suski $
/* --------------------------------------------------------------------------- */
/* Copyright (C) 2007 Sigsiu.NET (http://www.sigsiu.net). All rights reserved. */
/* SOBI2 and SOBI Reviews and Ratings 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 {
}

/* Style for Pagination bars */
/* ------------------------- */
.revNavTop {
	display: none;
}
.revNavBottom {
}


td.sobi_review_VC {
	padding-left: 8px;
	text-align: left;
}

span.sobiRating {
	display: block;
}
span.sobiRating img {
	float: none;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

/* 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 */
/* --------------------------------- */
div.revTitleHeader {
	padding:3px;
	margin-bottom:5px;
}
div.revTitle {
	float:left;
	width:60%;
	font-weight: bold;
}
div.revVote {
	text-align:left;
}
div.revHeader {
	padding:3px;
}
div.revAuthor {
	float:left;
	width:60%;
}
div.revDate {
	text-align:left;
}
div.revText {
	background-color: #E5E5E5;
	border-color:  #E5E5E5;
	border-width: 4px;
	border-style: solid;
}
div.revCont {
	margin-left:3px;
	margin-bottom: 5px;
	margin-top: 5px;
}
div.revUpdateDate,
div.revUpdate {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:3px;
	color: #CC0000;
}

