
/* Style Sheet of Claims Plugin for SOBI 2 Component claims.css             */
/* Version 1.0 claims.css  2008-03-31 
/* --------------------------------------------------------------------------- */
/* * @copyright Copyright (C) Tekdi Web Services (Division of T.E.S. pvt. ltd.). All rights reserved. */
/* SOBI2 and SOBI Claims 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: Himangi Chhatre, tekdi.net                                  */

div#clmsBox {
}

/* Style for Pagination bars */
/* ------------------------- */
.clmNavTop {
	display: none;
}
.clmNavBottom {
}


td.sobi_claim_VC {
	padding-left: 8px;
	text-align: left;
}

/* Style for Review/Vote Control */
/* ----------------------------- */
table.clmFormTable {
	width: 99%;
	padding-top:30px;
	padding-bottom:30px;
}
table.clmFormTable td {
}

table.clmFormTable td#claimFormBox {
}

table#clmFormTable {
	padding-left: 5px;
}
.clmCol1 {
	width: 80px;
}
.clmCol2 {
}

table#clmFormTable td {
	padding-right: 5px;
}

/* Style for Reviews in Details View */
/* --------------------------------- */
div.clmTitleHeader {
	padding:3px;
	margin-bottom:5px;
}
div.clmTitle {
	float:left;
	width:60%;
	font-weight: bold;
}
div.clmHeader {
	padding:3px;
}
div.clmAuthor {
	float:left;
	width:60%;
}
div.clmDate {
	text-align:left;
}
div.clmText {
	background-color: #E5E5E5;
	border-color:  #E5E5E5;
	border-width: 4px;
	border-style: solid;
}
div.clmCont {
	margin-left:3px;
	margin-bottom: 5px;
	margin-top: 5px;
}
div.clmUpdateDate,
div.clmUpdate {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:3px;
	color: #CC0000;
}

