/**
 * @package Claims Plugin
 * @copyright Copyright (C) 2006 -2010 Tekdi Web Solutions . All rights reserved.
 * @license GNU GPLv2 <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
 * @link     http://www.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;
}

/*Other styles*/
table#clmFormTable td, table#clmFormTable .inputbox {
	font-size:12px;
	color:#444;
	font-family:Arial;
}

.invalid {color:red;}

#log_res.ajax-loading {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://uscombatsports.com/components/com_sobi2/plugins/claims/components/com_sobi2/plugins/claims/spinner.gif) no-repeat scroll center center;
padding:20px 0;
}