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

.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;*/
}



	.formError{ color:#FF0000; padding:4px; font-size:90%;}
	.inputText{ padding:6px 12px 6px 4px; border: solid 1px #999999; color:#666666; background:#FFFFFF}
	.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;}
	.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; font-size:95%}
	#forgotForm, #registerForm, #loginForm { }
	#registerForm{ height:400px;}
	#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;}
	
	.width30{ width:30px;}
	.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;}
	.width220{ width:220px;}
	.width230{ width:230px;}
	.width240{ width:240px;}
	.width250{ width:250px;}
	.width260{ width:260px;}
	.width270{ width:270px;}
	.width450{ width:450px;}
	
	.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;}

#addCommentForm {  margin:0 0 10px 5px; padding:0 0 10px 0; }
#addCommentForm table{background:#efefef; border: solid 1px #cccccc;} 
#addCommentForm th{ font-weight: bold; font-size:105%; color:#333333; background: #CCCCCC; padding:7px 7px;}
#addCommentForm td{ font-weight: bold; font-size:95%; color:#666666;  padding:5px 5px 2px 14px;}



.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)";
}
