@charset "utf-8";

/* это относится к стандартной форме, описанной в forms/form.ext.tpl */
.form_wrapper {padding: 5px;}
.inputText {padding: 3px; font-size: 11px; border: 1px solid #C0CAD5; width:210px;}
div.single-field {padding: 8px; position:relative;}
label {display:block; float:left; width:200px; color: #FFF;}
div.curFocus {background-color: #f7f7f7;}
.error {color:#ff0000;}

/* select'а multiple */
table .ext_multiselect_tbl {border: 1px solid #C0CAD5; border-spacing:0; padding: 0;}
table td .ext_ms_items {background-color: #FFF;}
table td .dropbox {width: 20px;padding:0px; 
					background:url('/images/drop_arrow.gif') no-repeat center;  background-color:#7db6ee; }
.ext_multiselect_div {background-color: #FFF; width: 180px; padding: 3px;min-height:20px;}
.em_item {background-color:#bec3ff; float:left; position:relative; padding: 2px; margin:0px 2px 2px 0;
			 border:1px solid #c2c2c2; font-family: Tahoma; font-size: 11px;}
.x {width: 10px; background-color:#ff0000; padding-left: 15px; 
	background: url('/images/drop_krest.gif') no-repeat center; cursor: pointer;}
.ext_multiselect_dropbtn {width: 20px; height:20px; float:right; background-color:#ff0000;}

.dropbox_container {position:absolute; display:none; z-index: 10; height:auto;}
.dropbox_data {width:210px; background: #FFF none repeat scroll 0 0;position:relative;z-index:10;}
.item_hidden {display: none;}
.dropbox_data ul {padding: 0; margin:0; border-style: solid; border-color: #C0CAD5; border-width: 0 1px 1px;}
.dropbox_data ul li {font-family: Tahoma; 
	font-size: 11px; position:relative; overflow:hidden; list-style-type: none; text-align:left; 
	line-height: 13px; padding: 3px 0 3px 10px; cursor: pointer;}
.dropbox_data .curFocus {background-color: #7db6ee;}
.ajax_news input.field {width:300px;}
.ajax_news textarea {width:300px;height:100px;}

.tblock_settings input, .tblock_settings select
{
	width: 80px;
}

.tblock_settings .sethead
{
	font-size: 14px;
	font-weight: bold;
	color: black;
	font-family: Arial;
}

.tblock_settings td {
	font-size:12px;
	color:black;
	padding-left: 10px;
}

.tblock_settings .col_1 {
	width: 60%;
	text-align: right;
	padding-right: 5px;
}

.tblock_settings .col_2 {
	width: 40%;
}

.tblock_settings td.setcol1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	padding: 8px 0;
}
.colcom1 {
	color:black;
	vertical-align:top;
}

.colcom2 input,.colcom2 textarea, .colcom2 select {
	width: 400px;
}
.colcom1 span {
	font-size:11px;
}

