@charset "utf-8";
/* CSS Document */

.datePicker{ width:60px; background:#fff url(admin/img/_icons/calendar_icon.gif) no-repeat right center; padding-right:16px; cursor:default;}

.butt{border: 0px solid #FFFFFF /*for IE only */; margin:3px 0; padding:0; cursor:pointer}

.b_100{ background-image:url(../layout/_buttons/butt_orange_100_off.gif); width:100px; height:20px; padding-bottom:2px; color:#FFFFFF; font-size:105%; font-family:Verdana, Arial, Helvetica, sans-serif;}
.b_100_hover{ background-image:url(../layout/_buttons/butt_orange_100_on.gif);}

.b_130{ background-image:url(../layout/_buttons/butt_orange_130_off.gif); width:130px; height:20px; padding-bottom:2px; color:#FFFFFF; font-size:105%; font-family:Verdana, Arial, Helvetica, sans-serif;}
.b_130_hover{ background-image:url(../layout/_buttons/butt_orange_130_on.gif);}

.b_130_a{ background-image:url(http://nove.darkoviny.cz/layout/_buttons/butt_orange_130_on.gif); width:130px; height:20px; padding-bottom:2px; color:#FFFFFF; font-size:105%; font-family:Verdana, Arial, Helvetica, sans-serif;}
.b_130_a_hover{ background-image:url(../layout/_buttons/butt_orange_130_off.gif);}

.b_150{ background-image:url(../layout/_buttons/butt_orange_150_off.gif); width:150px; height:20px; padding-bottom:2px; color:#FFFFFF; font-size:105%; font-family:Verdana, Arial, Helvetica, sans-serif;}
.b_150_hover{ background-image:url(../layout/_buttons/butt_orange_150_on.gif);}

/* IE stretched button bug workaround */

.b_100, .b_130, .b_150 {
    /*padding: 0 .25em;*/
    /*width: 0;  for IE only */
	/*color:#333333;  for IE only */
    /*overflow: visible;*/
}


	#check_captcha{ text-align:center; text-transform:uppercase;}
	#fromErrorDiv{ color:#FF0000; padding:15px; background: url(../layout/yellow-black.gif) #FFFFFF; font-size:100%; border: solid 1px #000; display:none; z-index:100}
	.formError{ color:#FF0000; padding:4px; font-size:90%;  margin:auto;}
	.inputText{ padding:6px 12px 6px 4px; border: solid 1px #999999; border-color:#999999; color:#666666; background:#FFFFFF}
	.inputText2{ padding:4px 4px; border: solid 1px #999999; color:#666666; background:#FFFFFF}
	.activeInput{ border-color: #cc0000; color:#000000; background: #E1FFD9}
	.inputSelect{ padding:3px 2px 3px 4px; border: solid 1px #999999; color:#666666; background:#FFFFFF}
	.inputTextReq{ padding:6px 12px 6px 4px; border: solid 1px #999999; color:#666666; background: #FFFFFF url(../layout/_forms/require.gif) no-repeat right center; }
	/*.cancel{ background: #FFFF99 url(../layout/_forms/icon_cancel.gif) no-repeat right center;}*/
	.cancel{ background-color: #FFFF99;}
	.ok{ background: #FFFFFF url(../layout/_forms/icon_ok.gif) no-repeat right center;}
	select{ padding:4px; border: solid 1px #999999; color:#666666;}
	textarea{ padding:4px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#666666; border: solid 1px #999999; font-size:100%}
	#forgotForm, #registerForm, #loginForm { }
	#registerForm{ height:370px;}
	#registerForm table{}
	
	.memberButtony{ float:right; padding:10px; _padding:10px; #padding:0px; width:111px;  _width:111px;  #width:101px; text-align: right;}
	.memberButtony img{ cursor: pointer; margin-bottom:10px;}
	
	.width40{ width:40px;}
	.width60{ width:60px;}
	.width80{ width:80px;}
	.width100{ width:100px;}
	.width110{ width:110px;}
	.width120{ width:120px;}
	.width130{ width:130px;}
	.width140{ width:140px;}
	.width150{ width:150px;}
	.width160{ width:160px;}
	.width170{ width:170px;}
	.width180{ width:180px;}
	.width190{ width:190px;}
	.width200{ width:200px;}
	.width210{ width:210px;}
	.width215{ width:215px;}
	.width220{ width:220px;}
	.width230{ width:230px;}
	.width240{ width:240px;}
	.width250{ width:250px;}
	.width260{ width:260px;}
	.width270{ width:270px;}
	.width300{ width:300px;}
	.width320{ width:320px;}
	.width350{ width:350px;}
	.width435{ width:435px;}
	.width450{ width:450px;}
	.width440{ width:440px;}
	.width460{ width:460px;}
	
	.height30{ height:30px;}
	.height40{ height:40px;}
	.height60{ height:60px;}
	.height80{ height:80px;}
	.height100{ height:100px;}
	.height110{ height:110px;}
	.height120{ height:120px;}
	.height130{ height:130px;}
	.height140{ height:140px;}
	.height150{ height:150px;}
	.height160{ height:160px;}
	.height170{ height:170px;}
	.height180{ height:180px;}
	.height190{ height:190px;}
	.height200{ height:200px;}
	.height210{ height:210px;}
	.height220{ height:220px;}
	.height230{ height:230px;}
	.height240{ height:240px;}
	.height250{ height:250px;}
	.height260{ height:260px;}
	.height270{ height:270px;}
	
	.pad_8{ padding:8px;}
	.pad_w_8{ padding:0 8px;}
	.pad_h_8{ padding:8px 0;}




.opaque1_00 {	/*// for all other browsers*/
	opacity: .5;
}

.opaque2_00 {	/*// for IE5-7*/
	filter: alpha(opacity=50);
}

.opaque3_00 {	/*// for IE8*/
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}


.reg_form{border: solid 1px #cccccc; background:#efefef; padding:10px; margin-top:10px;}
