/**
 * CSS styles for forms generated by yiic.
 *
 * The styles can be applied to the following form structure:
 *
/* customized form */

div.form
{
}

div.form input,
div.form textarea,
div.form select
{
	margin: 0 0 4px 0;
}

div.form fieldset
{
	border: 1px solid #DDD;
	padding: 10px;
	margin: 0 0 10px 0;
    -moz-border-radius:7px;
}

div.form label {
  display: block;
  font-size: 0.9em;
  margin-top: 0.5em;
}

div.form .row
{
	margin: 5px 0;
}

div.form .hint
{
	margin: 0;
	padding: 0;
	color: #999;
}

div.form .note
{
	font-style: italic;
}

div.form span.required
{
	color: #c24e4e;
}

div.form div.error label,
div.form label.error,
div.form span.error
{
	color: red;
}

div.form div.error input,
div.form div.error textarea,
div.form div.error select,
div.form input.error,
div.form textarea.error,
div.form select.error
{
	border: 1px solid #995d5a;
	background: #FEE;
	border-color: #C00;
}

div.form div.success input,
div.form div.success textarea,
div.form div.success select,
div.form input.success,
div.form textarea.success,
div.form select.success
{
	background: #e2ffd3;
	border-color: #9ed184;
}


div.form .errorSummary
{
	border: 1px dashed #C00;
	padding: 7px 7px 12px 7px;
	margin: 10px 0 20px 0;
	background: #FEE;
	font-size: 0.9em;
}

div.form .errorMessage {
	background: none repeat scroll 0 0 #c00;
	border-radius: 4px !important;
	color: #fff;
	font-size: 1em;
	margin-top: 6px;
	padding: 2px 10px;
	position: relative;
	width: -moz-fit-content;
	width: intrinsic;
}

div.form .errorMessage:before {
	border-bottom: 9px solid #c00;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	content: "";
	position: absolute;
	top: -7px;
}

div.form .errorSummary p
{
	margin: 0;
	padding: 5px;
}

div.form .errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

div.wide.form label
{
	float: left;
	margin-right: 10px;
	position: relative;
	text-align: right;
	width: 100px;
}

div.wide.form .row
{
	clear: left;
}

div.wide.form .buttons, div.wide.form .hint, div.wide.form .errorMessage
{
	clear: left;
	padding-left: 110px;
}

.grid-view {
    padding-top: 0px;
}
.table thead th {
	width:auto;
	background:#eeeeee;
    vertical-align: middle;
	padding:0px 10px;
	margin:0px;

}
.grid-view table thead th select {
    width:auto !important;
	margin-top:4px !important;
}
/* Styles for ClinkPager */
ul.yiiPager
{
	border:0;
	margin:0;
	padding:0;
	line-height:100%;
	display:inline;
}

ul.yiiPager li
{
	display:inline;
	color: #555;
}

ul.yiiPager li.previous
{
	display:block;
	margin-right:3px;
}
ul.yiiPager li.previousa:link,
ul.yiiPager li.previous a:visited
{
	border-left:1px solid #DDDDDD;
}
ul.yiiPager li.next
{
	margin-left:3px;
	font-weight:normal;
}

ul.yiiPager a:link,
ul.yiiPager a:visited
{
	 -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
    line-height: 20px;
    padding: 4px 12px;
    text-decoration: none;
	font-weight:normal;
}

ul.yiiPager .page a
{
	font-weight:normal;
}

ul.yiiPager a:hover
{
	background:#f5f5f5;
	color:#999;
	font-weight:normal;
}

ul.yiiPager .selected a
{
	background:#f5f5f5;
	color:#999;
	font-weight:normal;
}

ul.yiiPager .hidden a
{
	border:1px solid #d3d3d3;
	color:inherit;
}

.yiiPager .hidden, .yiiPager .first, .yiiPager .last {
	display: block;
}

/**
 * Hide first and last buttons by default.
 */
ul.yiiPager .first,
ul.yiiPager .last
{
	/*display:none;*/
}

/*-------------Listview css-------------------*/
.list-view-loading
{
	background:url(img/loading.gif) no-repeat;
}

.list-view .summary
{
	margin: 0 0 5px 0;
	text-align: right;
}

.list-view .sorter
{
	margin: 0 0 5px 0;
	text-align: right;
}

.list-view .pager
{
	margin: 5px 0 0 0;
	text-align: right;
}

.list-view .sorter
{
	font-size: 0.9em;
}

.list-view .sorter ul
{
	display: inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

.list-view .sorter li
{
	display: inline;
	margin: 0 0 0 5px;
	padding: 0;
}

.list-view .sorter a.asc
{
	background:url(img/up.gif) right center no-repeat;
	padding-right: 10px;
}

.list-view .sorter a.desc
{
	background:url(img/down.gif) right center no-repeat;
	padding-right: 10px;
}

/*** customized **/
.fileld_small{float:left; clear:right; width:260px; padding:0px;}
.fileld_mid_left{float:left; clear:right; width:346px; padding:0px;}
.fileld_mid_left_button {float: left; width: 100px;}
.btn.blue.btn_up { margin-top: 0.1px;}
.fileld_mid_right{float:left; clear:right; width:400px; padding:0px; margin-left:70px;}
.fileld_right{float:right; clear:right; width:400px; padding-top:15px;}
.fileld_equal{float:left; clear:right; width:300px; padding:0px;}
.fileld_equal_right{float:right; clear:right; width:300px; padding:0px; margin:4px 3px 0px 0px;}

.m-wrap.combo {
    width: 100% !important;
}

/*** notifications ***/

.notification 		{ border-left: 3px solid;margin: 0 0 20px;padding: 15px; }
.notification p		{ font-family:Tahoma, Geneva, sans-serif; color: #000; line-height: 16px; padding: 0!important; margin: 0;}

.note-error			{ background-color: #f9f0f0;border-color: #dca7b0;}
.note-success		{ background-color: #eef7ea;border-color: #bbdba1; }
.note-warning		{ background-color: #eedc94;border-color: #339bb9; }

/**** Customized by Zaber ****/
#AttributesType_isHtml table td, table th {
  padding: 0 10px;
  text-align: left;
}

.button-column .view, .button-column .update, .button-column .delete {cursor: pointer;}
.button-column .view:hover, .button-column .update:hover, .button-column .delete:hover {text-decoration: none;}

/***** Upload btn *****/
.MultiFile-label {
  background: none repeat scroll 0 0 #5dd7fc;
  border: 1px solid #48c3e9;
  color: #fff;
  margin: 5px 1px;
  overflow: hidden;
  padding: 2px 10px 3px;
}
.MultiFile-remove {
  color: #fff;
  margin-right: 5px;
}
.MultiFile-remove:hover {
  color: #d85b6f;
}
.checkBox {margin-top: 34px;}
.checkBox input[type="checkbox"] {

}
.checkBox label {
	display: inline !important;
}
.button-column a,.button-column a i {cursor: pointer !important;}
.button-column a {
    padding-right: 5px;
}