html
{
	height: 100%;
    margin:0;
    padding:0;	
}

body
{
	font-size:65.5%;
	font-family: Verdana, Tahoma, Segoe Ui, Verdana, Arial, sans-serif;
	background-color: #f2f9f9;
	height: 100%;
    margin:0;
    padding:0;
}


table
{
border:0px;
}


table td
{
padding:0px;
} 

.tabPad
{
	padding:4px;
}

.label
{
	font-size: 11pt;
}

a
{
	color: #00848d;	
	text-decoration: none;
}

a img 
{
	border: none; /* Убираем рамку */
}

.button
{
	border-right: #1c929a 1px solid;
	border-top: #1c929a 1px solid;
	font-size: 10pt;
	border-left: #1c929a 1px solid;
	color: black;
	border-bottom: #1c929a 1px solid;
	background-color: #a6d4d7;
}

.combo
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-size: 10pt;
	border-left: gray 1px solid;
	color: black;
	border-bottom: gray 1px solid;
}

.edit
{
	border-right: #accacd 1px solid;
	border-top: #accacd 1px solid;
	border-left: #accacd 1px solid;
	border-bottom: #accacd 1px solid;
	padding-left: 0px;
	padding-right: 0px;
}

.edit_center
{
	border-right: #accacd 1px solid;
	border-top: #accacd 1px solid;
	border-left: #accacd 1px solid;
	border-bottom: #accacd 1px solid;
	padding-left: 0px;
	padding-right: 0px;
	text-align:center;
}

.header_main
{
	font-size: 18pt;
	font-weight: bold;
	font-family: 'Times New Roman';
}

.header_second
{
	font-size: 12pt;
	color: #348187;
	font-weight: bold;
}

.header_line1
{
	background-color: #166e76;
}

.header_line2
{
	background-color: #cfe1e3;
}

.header_line3
{
	background-color: #8db9bd;
}

.menu
{
	position: relative;
/*	top: 30px;*/
	white-space: normal;
	left:3px;
}

.menu_first
{
	font-size: 11pt;
	color: #348187;
	font-weight: bold;
	white-space: normal;
/*	border-bottom: white 2px solid;*/
}

.menu_second
{
	font-size: 10pt;
	color: #348187;
	font-weight: bold;
/*	border-bottom: white 2px solid;*/
}

.footer_main
{
	height: 35px;
	width: 100%;
	background-repeat: no-repeat;
	background-color: #c2e6e8;
}

.footer_left
{
	float:left;
	padding-top:5px;
}

.footer_right
{
	float:right;
}

.grid_item_title
{
	color: #396485;
	text-decoration: none;
	font-weight: bold;
}

.grid_item_data
{
	font-size: 11pt;
}

.bg_title
{
	 background-color: #e9f4f5;
}

.item_title
{
	font-size: 12pt;
	font-weight: bold;	
	color: #eb6448;
}

.item_title1
{
	font-size: 10pt;
	font-weight: bold;
	color: #eb6448;
}

.item_title2
{
	font-size: 10pt;
	font-weight: bold;
}

.item_grid_title
{
	background-image: url(../images/grid_header.png);
	font-size: 11pt;
	font-weight: bold;		
}

.item_grid_title th
{
	text-align: left;
}

.ui-datepicker-trigger
{
	position: relative;
	left: 2px;
	top: 2px;
}

.monthpicker-trigger
{
	position: relative;
	left: -2px;
	top: 2px;
}

.monthpicker
{
	cursor:pointer;
}

.tabstop
{
	width:30px;
	min-width:30px;
}

.nowrap
{
	white-space:nowrap;
}