select.myregion  {
	width:120px;
}

.colorred { background:#c31919; }
.colorblue { background:#0251d0; }
.colorgreen { background:#008385; }
.colorpurple { background:#881eb4; }

a.selected {color:#666666;}

.frmButtonImageField {float:right;padding-left:10px}
.frmTextAreaField {width: 100%; height: 150px;}

table.management td {vertical-align: top; width: 25%;}

.frmTextAreaField {
	border:1px solid #696969;
	text-align:left;
	width:100%;
	height:150px;
}

span.checked {
}

#content .chooser .delete_btn {
	color:#FFFFFF;
	background:url(../images/2_add_btn.gif) no-repeat;
	display:block;
	width:68px;
	height:21px;
	font-weight:bold;
	font-size:9px;
	text-align:center;
	line-height:20px;
	text-decoration:none;
}

.price2 {display: none;}

input.CalcTextBox {color: #000000 !important;}

textarea.frmTextAreaField  {color: #000000 !important;}

#form p {
	margin-bottom:0 !important;
	padding-bottom:0 !important;
	}

select.my_calculator {
	width:100%;
}

.message{
	font-size:0.9em;
	text-transform: none;
}

.error{
	font-size:0.9em;
	text-transform: none;
	color:#000000 !important;
}



#content table.list2 {
	width:584px;
	border-collapse:collapse;
	border:0;
}
#content table.list2 thead th {
	background: #e5e5e5;
	border-top:1px solid #cccccc;
	font-size:0.9em;
	color:#666666;
	
	text-align: left;
	font-weight: normal;
}
#content table.list2 .header .filename {
	width:287px;	
}
#content table.list2 .disabled {
	color:#666666;
}
#content table.list2 td, 
#content table.list2 thead th {
	padding:5px 0 5px 3px;
	height:31px;
	border-bottom:1px solid #cccccc;
}

#content table.list2 td.even ,
#content table.list2 tr:nth-child(even),
#content table.list2 tr:nth-child(2n) {
	background:#f2f2f2;
}

#content table.list2 td.odd,
#content table.list2 tr:nth-child(odd),
#content table.list2 tr:nth-child(2n+1) {
	background:#ffffff;
}
#content table.list2#ctl0_Main_ListDogovor td,
#content table.list2#request_form_occurence td,
#content table.list2 thead th {
	padding:10px;
}
#content table.list2#ctl0_Main_ListDogovor td.header,
#content table.list2#request_form_occurence td.header,
#content table.list2 thead th {
	line-height:120%;
}

#content table.list2 tr{
   background: expression(this.rowIndex % 2 == 0 ? "#f2f2f2" : "#ffffff");
}

table.list2 td.action a {
	color:#ffffff;
}

#contracts_chooser {
	width:219px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:5px 0 5px 0;
	margin-bottom:30px;
}
#contracts_chooser p {
	margin:0;
	padding:0;
	font-size:1.06em;
	color:#333;
	padding-bottom:5px;
}

#content img.left_float {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}

.right_float img {
	width: 140px;
	theight: 94px;
}