table.main
{
	font-family: Tahoma;
}
a.auth
{
	color: #02a75b;
}
p.dates_text
{
	text-color: #0ca1e5;
	font-size: 12px;
}
td.head_left
{
	width: 11px;
}

td.head_right
{
	width: 11px;
}

td.head_center
{
	text-color: #aaaaaa;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	background: #fff url("../../../dev/images/title_bg.jpg") repeat-x;
}
td.down_center
{
	text-align: center;
	background: #fff url("../../../dev/images/down_bg.jpg") repeat-x;
}
a.service
{
	text-decoration: none;
	color: #00a347;
	text-color: #00a347;
}
ul.price
{
	list-style-type: none;
}

div.plus
{
	font-family: Tahoma;
	font-size: 12px;
	background-image: url("nomer.jpg");
	background-repeat: no-repeat;
	color: #000;
	width: 709px;
	height: 28px;
	padding-left: 8px;
	vertical-align: middle;
}
div.notes
{
	font-family: Tahoma;
	font-size: 10px;
	color: #000;
	padding-left: 8px;
	vertical-align: middle;
}

span.info
{
	color: #009e4e;
}
div.minus
{
	font-family: Tahoma;
	font-size: 12px;
	background-color: #d3efe0;
	background-repeat: no-repeat;
	color: #000;
	width: 800px;
	height: 28px;
	padding-left: 11px;
	vertical-align: middle;
	text-align: left;
}

div.room
{
	font-family: Tahoma;
	font-size: 12px;
	color: #000;
	width: 800px;
	height: 28px;
	padding-left: 10px;
	vertical-align: middle;
	background-color: #e8f7f0;
	border: 1px solid #e5e5e5;
}
	
img.bot
{
 vertical-align: bottom;
}

form.form
{
	font-family: Tahoma;
	font-size: 12px;
	background: #fff;
	color: #000;
	text-align: justify;
}

div.form-head
{
	font-family: Tahoma;
	font-size: 20px;
	font-style: bold;
	text-align: center;
	background: #cfcfcf;
	color: #a3a3a3;
}

div.form-comment
{
	font-family: Tahoma;
	font-size: 14px;
	text-align: center;
	background: #fff;
	color: #000;
}

div.form-offer
{
	font-family: Tahoma;
        font-weight: bold;
	font-size: 14px;
	text-align: center;
	background-color: #f3f3f3;
	color: #00a5d4;
}


input.button
{
	font-family: Tahoma;
	font-size: 10px;
	text-align: center;
	background: #cfcfcf;
	color: #000;
}

html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
	min-width:760px;
	margin:0 5px;
	padding:0 5px;
}

/*Font*/
body
{
	font-size: 80%;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #333;
	background-color: #fff;
}

/*Font in table*/
table
{
	font-size:100%;
}

small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0
}


/*Footer*/
#footer
{
	background: #ccc;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height:40px;
	padding:8px;
	color: #CFD6E1;
}

/*Link in footer*/
#footer a
{
	color: #CFD6E1;
	font-size: 100%;
}

/*Data table*/
table.data-table
{
	border:1px solid #CECECE;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #CECECE;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#E1E5ED;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #CECECE;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	
	
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#F1F3F6;
	padding:4px;
	color:#333;
}

/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}

.t_bb td{ font-size: 11.0pt !important;}