/**
 * CSS styles for form and input fields.
 *
 * These styles are used with form and input fields generated via yiic script.
 *
 * @author Qiang Xue <qiang.xue@gmail.com>
 * @link http://www.yiiframework.com/
 * @copyright Copyright &copy; 2008-2009 Yii Software LLC
 * @license http://www.yiiframework.com/license/
 */

div.yiiForm {
	margin: 0;
	padding: 5px;
	min-width: 550px;
}

div.yiiForm label.required
{
}

div.yiiForm span.required {
	color: red;
}

div.errorSummary
{
	border: 2px solid #C00;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #FEE;
	font-size: 0.9em;
}

div.errorSummary p
{
	margin: 0;
	padding: 5px;
}

div.errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

div.errorSummary ul li
{
	list-style: square;
}

div.successSummary
{
	border: 2px solid #0c0;
	padding: 7px 7px 7px 7px;
	margin: 0 0 20px 0;
	background: #efe;
	font-size: 1em;
}

div.successSummary p
{
	margin: 0;
	padding: 5px;
}

div.successSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

div.successSummary ul li
{
	list-style: square;
}

div.yiiForm p.hint
{
	color: gray;
	font-size: 90%;
	margin: 0 0 0 110px;
}

div.yiiForm fieldset
{
	border: #DDD 1px solid;
	margin: 10px 0;
	padding: 10px;
}

div.yiiForm legend
{
	font-weight: bold;
}

div.yiiForm label
{
    color: #fff;
    background-color: #8cc339;
    padding: 3px;
}

div.yiiForm div.action {
	clear: left;
	margin-left: 110px;
	padding: 0.25em 0;
}

div.yiiForm div.action label{
	background-color: transparent;
	padding: 0;
	color: #333333;
}

div.yiiForm div.action input {
	border: 1px solid #225685;
    height: 20px;
    font-size: 12px;
    background-color: #fff;
    margin: 5px;
	
}

div.yiiForm  div.action input[type="checkbox"] {
	margin: 5px !important;
	padding: 0 !important;
	border: none !important;
}

div.yiiForm  textarea, select {
    background: #ffffff;
    border: solid 1px #c3ced0;
    margin: 0px;
    padding: 0px;
    font-size: 10px;
}

div.yiiForm div.simple,
div.yiiForm div.complex {
	clear: left;
	padding: 1px;
	background-color: transparent;
}

div.yiiForm div.simple span.required  {
	color: white;
}

div.yiiForm div.simple label,
div.yiiForm div.complex span
{
	display: block;
	float: left;
	margin-right: 10px;
	position: relative;
	text-align: right;
	width: 120px;
}

div.yiiForm div.simple input {
    background: #ffffff;
    color: #333333;
    border: solid 1px #c3ced0;
    margin: 0px;
    /* padding: 0px; */
    /* height: 15px; */
    font-size: 10px;
}

.hidden {
	display: none;
}

div.yiiForm label.error,
div.yiiForm span.error
{
	color: #C00;
}

div.yiiForm input.error,
div.yiiForm textarea.error,
div.yiiForm select.error
{
	background: #FEE;
	border-color: #C00;
}

div.yiiForm div.simple div,
div.yiiForm div.complex div
{
	margin-left: 110px;
}

div.yiiForm div.itemlist label {
    background: transparent;
    color: #000000;
}

div.loading {
    background-color: #eee;
    background-image: url('http://www.moonjee.com/images/loading.gif');
    background-position:  center center;
    background-repeat: no-repeat;
    opacity: 1;
}
div.loading * {
    opacity: .8;
}

.data_row {
cursor: url(https://mail.google.com/mail/images/2/openhand.cur), default !important;
}

th.sortHeader {    
    cursor: pointer; 
    font-weight: bold; 
}

