/**
 * 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
{
	border: 1px solid #d7d7d7;
	background: #f1f1f1;
	margin: 0;
	padding: 5px;
	width: 500px;
}

	div.yiiForm h3
	{
		background:#ced0d0;
		color:#555;
		display:block;
		font-size:16px;
		font-weight:normal;
		height:25px;
		line-height:normal;
		margin-bottom:15px;
		margin-top:0;
		padding:6px 4px 3px 11px;
		text-shadow:none;
		width:305px;
	}
	
	div.yiiForm.logs h3
	{
		width:280px;
	}

div.yiiForm.products
{
	width: 350px;
}

div.yiiForm.login
{
	position: relative;
	border: 0 none;
	width: 417px;
	background: transparent url('../images/loginbg.png') no-repeat;
	padding-bottom: 15px;
}

div.yiiForm.logs
{
	width: 295px;
}

.ui-datepicker-trigger{
	margin-left: 5px;
}

div.yiiForm.usertypes
{
	width: 380px;
}

div.yiiForm.users
{
	width: 365px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
}

div.yiiForm.users div.simple{
	padding-left: 150px;
}

		div.yiiForm.users settings
	{
		width: 405px;
	}
	
#content div.yiiForm.users .simple.submelt input{
	background:url("../images/search-btn.png") no-repeat scroll left bottom transparent;
	color:#FFFFFF;
	cursor:pointer;
	font-family:Helvetica,Arial,Verdana;
	font-size:12px;
	height:auto;
	padding:8px 5px 5px;
	width:139px;
	border: 0 none;
	margin-top: 10px;
}
	
.dataGrid.photobasket img{
	float: right;
}
	

div.yiiForm.contact
{
	width: 378px;
}

div.yiiForm.register
{
	width: 385px;
}

div.yiiForm.userlist
{
	width: 320px;
}

div.yiiForm.userlist div label{
	width: 170px;
}

div.yiiForm.usertypes div.simple{
	padding-left: 170px;
}

div.yiiForm.usertypes div.simple.hook{
	padding-left: 190px;
}

div.yiiForm.usertypes div.simple label{
	width: 170px;
}

div.yiiForm.login div.simple{
	padding-left: 100px;
}

div.yiiForm.userlist div.simple{
	padding-left: 90px;
}

div.yiiForm.userlist div.simple.hook{
	padding-left: 110px;
}

div.yiiForm.register div.simple{
	padding-left: 130px;
}

div.yiiForm.logs div.simple{
	padding-left: 75px;
}

div.yiiForm.contact div.simple{
	padding-left: 120px;
}

#content a.del_input{
	display: block;
	float: left;
	color: black;
	margin-left: 5px;
	margin-top: 2px;
	width: 16px;
	height: 16px;
	background: transparent url('../images/delete16.png');
	
}

td.topka{
	vertical-align:text-top;
	padding-top: 5px;
}

div.yiiForm span.required
{
	color: red;
	display: none;
}

div.errorSummary
{
	border: 1px solid #ce4f5c;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #ce4f5c;
	font-size: 0.9em;
}

.yiiForm.sugest div.errorSummary{
	width: 655px;
}

div.errorSummary p
{
	margin: 0;
	padding: 5px;
}

div.errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

div.errorSummary ul li
{
	list-style: square;
}

p.hint
{
	color: gray;
	font-size: 9px;
	margin-top: 4px;
}

div.yiiForm fieldset
{
	border: #DDD 1px solid;
	margin: 10px 0;
	padding: 10px;
}

div.yiiForm legend
{
	font-weight: bold;
}

div.yiiForm label
{
font-weight: bold;
float: left;
margin-left: 10px;
width: 150px;
}

div.yiiForm.usertype label
{
font-weight: bold;
float: left;
margin-left: 10px;
width: 150px;
}



div.yiiForm div.action
{
	float: right;
	clear: left;
	margin-left: 110px;
	padding: 0.25em 2px;
}

div.yiiForm div.actionHints
{
float: right;
	clear: left;
	padding: 0.25em 2px;
	margin-bottom: 5px;
}

div.yiiForm div.simple,
div.yiiForm div.complex
{
	clear: left;
	padding: 0.25em 0;
}

div.yiiForm div.simple label,
div.yiiForm div.complex span
{
	display: block;
	float: left;
	margin-right: 10px;
	position: relative;
	text-align: right;
	color: #666;
	padding-top: 3px;

}

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.simple{
clear: left;
margin: 0;
padding: 5px 0;
padding-left: 120px;
height: 1%;
}


div.yiiForm.noc div.simple{
	padding-left: 160px;
}

	#content div.yiiForm div.simple.comment input{
	width:250px;
}

div.yiiForm input[type="text"]{
width: 180px;
}

div.yiiForm textarea{
width: 250px;
height: 150px;
}

* html .threepxfix{
margin-left: 3px;
}

div.actionBar{
	margin-bottom: 15px;
	margin-top: 15px;
}

/**
 * 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
{
	border: 1px solid #d7d7d7;
	background: #f1f1f1;
	margin: 0;
	padding: 5px;
	width: 500px;
}
.ui-datepicker-trigger{
	margin-left: 10px;
}

div.yiiForm.usertypes
{
	width: 380px;
}

div.yiiForm.category
{
	width: 305px;
}

div.yiiForm.users h3
{
	font-size: 40px;
}

	div.yiiForm.users textarea{
		width: 175px;
	}

div.yiiForm.contact
{
	width: 378px;
}

div.yiiForm.register
{
	width: 385px;
}

div.yiiForm.userlist
{
	width: 320px;
	overflow: hidden;
}

div.yiiForm.userlist div label{
	width: 170px;
}

div.yiiForm.usertypes div.simple{
	padding-left: 170px;
}

div.yiiForm.usertypes div.simple.hook{
	padding-left: 190px;
}

div.yiiForm.usertypes div.simple label{
	width: 170px;
}

div.yiiForm.login div.simple{
	padding-left: 105px;
}

div.yiiForm.userlist div.simple{
	padding-left: 90px;
}

div.yiiForm.userlist div.simple.hook{
	padding-left: 110px;
}

div.yiiForm.register div.simple{
	padding-left: 130px;
}

div.yiiForm.logs div.simple{
	padding-left: 85px;
}

div.yiiForm.contact div.simple{
	padding-left: 120px;
}

#content a.del_input{
	color: black;
	margin-left: 10px;
}

td.topka{
	vertical-align:text-top;
	padding-top: 5px;
}

div.yiiForm span.required
{
	color: red;
}

div.errorSummary
{
	border: 1px solid #ce4f5c;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #FEE;
	font-size: 12px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

div.errorSummary p
{
	margin: 0;
	padding: 5px;
}

div.errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

div.errorSummary ul li
{
	list-style: square;
}

p.hint
{
	color: gray;
	font-size: 9px;
	margin-top: 4px;
}

div.yiiForm fieldset
{
	border: #DDD 1px solid;
	margin: 10px 0;
	padding: 10px;
}

div.yiiForm legend
{
	font-weight: bold;
}

div.yiiForm label
{
font-weight: bold;
float: left;
margin-left: 10px;
width: 150px;
}

div.yiiForm.usertype label
{
font-weight: bold;
float: left;
margin-left: 10px;
width: 150px;
}

div.yiiForm div.action
{
	float: right;
	clear: left;
	margin-left: 110px;
	padding: 0.25em 2px;
}

div.yiiForm div.actionHints
{
float: right;
	clear: left;
	padding: 0.25em 2px;
	margin-bottom: 5px;
}

div.yiiForm div.simple,
div.yiiForm div.complex
{
	clear: left;
	padding: 0.25em 0;
}

div.yiiForm div.simple label,
div.yiiForm div.complex span
{
	display: block;
	float: left;
	margin-right: 10px;
	position: relative;
	text-align: right;

}

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.simple{
clear: left;
margin: 0;
padding: 5px 0;
padding-left: 120px;
height: 1%;
}

div.yiiForm div.simple.cap img{
	float: left;
}

div.yiiForm div.simple.cap #yt0{
	text-indent: -3000px;
	background:url("../images/capsize.jpg") no-repeat scroll left top transparent;
	display: block;
	height: 30px;
	width: 30px;
	margin-left: 120px;
	margin-top: 14px;
}

div.yiiForm label{
font-weight: bold;
float: left;
margin-left: -160px;

}

	div.yiiForm.comments label{
		margin-left: -150px;
	}

div.yiiForm input[type="text"]{
width: 180px;
}

div.yiiForm textarea{
width: 250px;
height: 150px;
}

* html .threepxfix{
margin-left: 3px;
}

a.insertTag{
display: block;
float: left;
margin-top: 2px;
margin-left:8px;
}

#content input.inputTag, select#categoriesSelectBox{
display: block;
float: left;
width: 220px;
}
	select#categories_main{
		margin-bottom: 4px;
	}

	select#categoriesSelectBox{
		margin-right: 2px;
	}

#user_photos_user_photo_descr{
width: 175px;
height: 100px;
}


#content div.simple .adduserphoto{
width: 220px;
}

div.yiiForm.add_user_photo{
width: 368px;
}

#content input.removable{
float: left;
margin-bottom: 2px;
}


#content li.hidden{
display: none;
}

#content li.page a, #content li.next a, #content li.previous a{
	font-size:12px;
font-weight:bold;
line-height:22px;
text-align:right;
background:url("../images/btn-pager-span.jpg") no-repeat scroll right top transparent;
color:#777777;
display:block;
float:left;
height: 22px;
padding:0 4px 2px 0;
border: 0 none;
}

#content li.page.selected a{
	background:url("../images/btn-pager-active.jpg") no-repeat scroll top right transparent;
}

#content li.page.selected a span{
	background:url("../images/btn-pager-active-span.jpg") no-repeat scroll top left transparent;
}

#content li.page a span, #content li.next a span, #content li.previous a span{
	font-size:12px;
font-weight:bold;
line-height:22px;
text-align:right;
	background:url("../images/btn-pager.jpg") no-repeat scroll left top transparent;
	display:block;
	padding:3px 6px 0 11px;
	}



div.yiiForm.thumbs div.simple {
	padding-left: 150px;
}


div.yiiForm.thumbs{
width: 332px;
}

div.yiiForm.photosets{
width: 375px;
}

#content input.photosets, #content textarea.photosets, #content select.photosets{
width: 220px;
}

a.insertSelected, a.insertTag{
display: block;
float: left;
background: transparent url(../images/btn_add.png);
height: 16px;
width: 16px;
}

#content .actionBar a{
	margin-right: 10px;
}

#content .actionBar a:hover{
	text-decoration: none;
}

#content .actionBar a img{
	margin-right: 2px;
}

div.yiiForm.sugest{
	border: 0 none;
	width: 727px;
	margin-bottom: 20px;
	background: transparent url(../images/sugest-form.jpg) no-repeat;
	
}

#content div.yiiForm.sugest input{
	border: 0 none;
	background: transparent url(../images/sugest-input.jpg) no-repeat;
	width: 553px;
	padding: 5px;
	color: #666;
	font-weight: bold;
	
	}
	
	
	
#content div.yiiForm.sugest .simple.submiat input{
	background:url("../images/search-btn.png") no-repeat scroll left bottom transparent;
	cursor:pointer;
	font-family: Trebuchet MS, Helvetica,Arial,Verdana;
	font-size:12px;
	height:auto;
	padding:12px 5px 8px 5px;
	width:139px;
	float: right;
	color: #fff;
}

#content div.yiiForm.sugest .simple.submiat{
	width: 560px;
	height: 28px;
}


#content div.yiiForm.sugest textarea{
	border: 0 none;
	width: 540px;
	height: 72px;
	background: transparent url(../images/sugest-textarea.jpg) no-repeat;
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	color: #666;
	padding: 8px;
}


#content div.yiiForm.sugest{
	position: relative;
	padding: 15px 0 16px 45px;
}

.footsugest{
	display: block;
	height: 15px;
	width: 737px;
	bottom:0;
height:10px;
left:0;
position:absolute;
	background: transparent url(../images/sugest-form-foot.jpg) no-repeat scroll left bottom;
}

#content div.yiiForm.sugest div.simple input#suggestion_verifyCode{
		background: transparent url(../images/verify-bg.jpg) no-repeat;
		width: 75px;
}

.loginfoot {
	background:url("../images/loginbg.jpg") no-repeat scroll left bottom transparent;
	bottom:0;
	display:block;
	height:10px;
	left:0;
	position:absolute;
	width:427px;
	border: 0 none;
}

.prepeq{
	padding-right: 18px;

}
.prepeq ul.yiiPager {
    float:right;
}























