html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    position: relative;
    height: 100%;
    font: 12px tahoma, sans-serif;
    background: #FFFFFF;
    text-align: center;
}

div, span, td, li, input, select, textarea, label, p {
	color: #000000;
}

div, span, a, td, li, input, select, textarea, label, p {
	font: 12px tahoma, sans-serif;
}

img {
	border: 0;
}

form, input {
	margin: 0;
	padding: 0;
}

label {	margin-left: 12px;
}

a {	color: #0587df;
}

a:hover {
	text-decoration: none;
}

textarea {	color: #BFC0C2;
	width: 100%;
	overflow: auto;
	color: #1174a6;
	padding: 7px;
}

h1 {
	color: #2fa5e0;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	font-family: arial, sans-serif;
	text-transform: uppercase;
	margin: 0;
	line-height: 40px;
}

h2 {	color: #0e6da4;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0;
}

.access {
	width: 29px;
	height: 28px;
    background: url('../img/access.gif') no-repeat;
    display: block;
}

.bases {	color: #7e7e7e;
	padding: 10px 30px;
	zoom: 1;
	overflow: hidden;
	background: #F8F8F8;
	margin: 5px 0 20px 0;
	line-height: 18px;
}

.bases label {
	color: #7e7e7e;
}

.bases p {
	margin: 10px 0;
	color: #7e7e7e;
}

.bases_sub {	text-align: center;
}

.bases_sub label {
	font-size: 11px;
	color: #7e7e7e;
}

.bases_sub .button {
	margin-top: 18px;
}

.bases_sub .textfield {
	width: 192px;
}

.blue_text {
	color: #349bcf;
}

.button {
    display: inline-block;
    height: 22px;
    cursor: pointer;
    padding: 0 4px 0 0;
    text-decoration: none;
    background: url('../img/button_right.png') no-repeat right top;
}

.button span {
	color: #0a5585;
	font-size: 11px;
	height: 22px;
	text-transform: uppercase;
	padding: 0 15px 0 21px;
    display: inline-block;
    line-height: 22px;
    background: url('../img/button_left.png') no-repeat;
}

.calendar {	width: 252px;
	position: absolute;
	left: 30px;
	top: 30px;
	background: #FFFFFF;
}

.calendar_header {
	background: url('../img/table_header_bg.jpg') repeat-x;
	height: 28px;
}

.calendar_header .left {
	color: #1e6295;
	margin-left: 18px;
	line-height: 28px;
	font-weight: bold;
}

.calendar_header .right {
	color: #646464;
	margin-right: 27px;
	line-height: 28px;
}

.calendar_links {
	padding: 0 3px;
	overflow: hidden;
	zoom: 1;
}

.calendar_links_center {	margin: 0 53px;
	overflow: hidden;
	zoom: 1;
}

.calendar_links_center a {
	display: block;
	height: 20px;
	width: 7px;
}

.calendar_links_center .left {
	background: url('../img/calendar_links_center_left.gif') no-repeat;
	margin-left: 25px;
}

.calendar_links_center .right {
	background: url('../img/calendar_links_center_right.gif') no-repeat;
	margin-right: 25px;
}

.calendar_links_container {
	width: 100%;
	background: #C6D8E2;
	height: 20px;
	overflow: hidden;
}

.calendar_links_left {
	width: 53px;
	height: 20px;
	float: left;
	margin-right: -53px;
	background: url('../img/calendar_links_left.jpg') no-repeat;
}

.calendar_links_right {
	width: 53px;
	height: 20px;
	float: right;
	margin-left: -53px;
	background: url('../img/calendar_links_right.jpg') no-repeat;
}

.calendar_main {	border: 1px solid #C5D8DF;
	padding: 3px 0 0 0;
	zoom: 1;
}

.calendar_main table {	width: 100%;
}

.calendar_main table td {
	color: #646464;
	background: #E0E9EE;
	height: 17px;
	text-align: center;
	vertical-align: middle;
	font-weight: 11px;
}

.calendar_main table td a {
	color: #646464;
	background: #E0E9EE;
	text-decoration: none;
	font-weight: 11px;
	display: block;
	height: 20px;
	line-height: 20px;
}

.calendar_main table tr.days td {
	background: #AFD6F3;
	text-transform: uppercase;
}

.calendar_main table td.empty {
	background: none;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.center {	text-align: center;
}

.container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

.container.login_page {
	width: auto;
    background: #F7FBFE url('../img/login_bg.png') repeat-x left bottom;
}

.container.mainpage {
    background: url('../img/top.jpg') no-repeat;
    position: relative;
}

.container.search_intro_page {
	width: auto;
	background: #F7FBFE;
}

.container.login_page .lang {
    position: absolute;
    right: 35px;
    top: 41px;
    overflow: hidden;
}

.excel {	width: 29px;
	height: 28px;
    background: url('../img/excel.gif') no-repeat;
    display: block;
}

.fields_block  {
	text-align: center;
}

.fields_block h1 {
	text-align: center;
	font-weight: normal;
}

.fields_block .table_area {	width: 660px;
	overflow-x: auto;
	scrollbar-face-color: #71C4EE;
	scrollbar-arrow-color: #4D6184;
	margin: 0 auto;
	_padding-bottom: 15px;
}

.file_block {
	width: 335px;
	margin: 75px auto 0;
	text-align: center;
}

.file_block_text {	color: #1e6295;
	font-size: 11px;
	line-height: 21px;
	text-align: justify;
	text-transform: uppercase;
}

.footer {	width: 1000px;
	background: url('../img/footer.jpg') repeat-x;
	height: 63px;
	margin: -63px auto 0;
	color: #696969;
	text-align: center;
	line-height: 63px;
	position: relative;
	z-index: 10;
}

.footer a {
	color: #696969;
	line-height: 63px;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.gray_block {
	background: #FFFFFF;
	margin-top: 40px;
}

.gray_block_bottom {
    background: url('../img/gray_block_bottom.jpg') repeat-x left bottom;
    min-height: 115px;
    height: auto !important;
    height: 115px;
}

.gray_block_inner {
	padding: 28px;
	zoom: 1;
	overflow: hidden;
	color: #454545;
}

.gray_block_inner ul {
	margin: 10px 0 ;
	padding: 0;
	list-style-type: none;
}

.gray_block_inner ul li {
	padding: 3px 0 3px 17px ;
	color: #767676;
    background: url('../img/li_2.gif') no-repeat left 8px;
}

.gray_block_inner ul.text_up li {
	text-transform: uppercase;
}

.gray_block_top {
    background: url('../img/gray_block_top.jpg') repeat-x;
}

.help_block { 	color: #296786;
 	line-height: 18px;
}

.help_block .send_message {	float: left;
	width: 354px;
	padding: 0 46px 10px 0;
	zoom: 1;
	overflow: hidden;
}

.help_block .send_message textarea {
	height: 105px;
	margin-bottom: 10px;
}

.help_block .send_message .send_message_header {	color: #545454;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 32px;
}

.help_block p {
 	color: #296786;
 	line-height: 18px;
 	margin: 5px 0;
}

.info_table {	width: 645px;
}

.info_table table {
	width: 100%;
	border-color: #C5D7E1;
	border-style: solid;
	border-width: 0 1px 1px 0;
}

.info_table table td {
	text-align: center;
	color: #3b81b5;
	width: 375px;
	border-color: #C5D7E1;
	border-style: solid;
	border-width: 1px 0 0 1px;
	line-height: 30px;
	vertical-align: top;
}

.info_table table td.first_td {
	text-align: left;
	padding-left: 28px;
	width: auto;
}

.info_table table td.second_td {	text-align: left;
	padding-left: 28px;
}

.info_table_header {
	background: url('../img/table_header_bg.jpg') repeat-x;
	height: 28px;
	padding-left: 28px;
	text-align: left;
	margin-bottom: -1px;
	position: relative;
	color: #3b81b5;
	line-height: 28px;
	font-weight: bold;
}

.info_table_header a {
	color: #3b81b5;
	text-transform: uppercase;
	line-height: 28px;
	font-weight: bold;
}

.left {	float: left;
}

.login_block {	width: 330px;
	height: 151px;
	background: url('../img/login_block.png') no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -75px 0 0 -165px;
}

.login_block_inner {	padding: 38px 28px 0 13px;
	zoom: 1;
	overflow: hidden;
	text-align: left;
}

.login_block_inner .login_row {
	height: 34px;
	width: 100%;
}

.login_block_inner .login_row.submit_row {
	height: auto;
	width: 287px;
	margin-top: 10px;
}

.login_block_inner .login_row.submit_row input {
	float: left;
}

.login_block_inner .login_row.submit_row .button {
	float: right;
	position: relative;
	left: 0;
	top: -5px;
	color: #000000;
	text-transform: none;
    padding: 0 4px 0 0;
}

.login_block_inner .login_row.submit_row .button span {
    padding: 0 5px 0 11px;
}

.login_block_inner .login_row .textfield {
	float: left;
	width: 171px;
}

.login_block_inner .login_row .login_text {
	width: 118px;
	float: left;
}

.logout {	height: 18px;
	line-height: 18px;
    background: url('../img/logout.png') no-repeat;
    padding-left: 28px;
    position: absolute;
    right: 0;
    top: 16px;
}

.logout a {	color: #186eaa;
	text-decoration: none;
	font-weight: bold;
}

.logout a:hover {
	text-decoration: underline;
}

.main_area {	height: 390px;
	width: 100%;
	overflow: auto;
	scrollbar-face-color: #71C4EE;
	scrollbar-arrow-color: #4D6184;
}

.main_table td {	color: #4f4f4f;
    width: 96px;
	vertical-align: middle;
	text-align: center;
}

.main_table tr.blue_line td {
	background: #E3F3FF;
}

.main_table tr.checkbox_line td {
    background: #8FC8E6;
}

.main_table tr.main_table_header td {    background: #D9F2F9 url('../img/main_table_header.jpg') repeat-x;
}

.main_table td a {
	white-space: nowrap;
}

.mainpage_top_text {	font-size: 11px;
	color: #FFFFFF;
	line-height: 35px;
}

.pages_block {	margin: 28px 0;
	widh: 100%;
	zoom: 1;
}

.pages_block .pages {
	color: #0587DF;
	float: right;
}

.pages_block .pages a {
	margin: 0 1px;
}

.pages_block .pages_button {
    display: inline-block;
    height: 17px;
    cursor: pointer;
    padding: 0 5px 0 0;
    background: url('../img/pages_button_right.gif') no-repeat right top;
    _position: relative;
    _left: 0;
    _top: 2px;
}

.pages_block .pages_button span {
	color: #0C618F;
	font-size: 12px;
	height: 17px;
	padding: 0 5px 0 11px;
    display: inline-block;
    background: url('../img/pages_button_left.gif') no-repeat;
    text-decoration: underline;
}

.pages_block .result_value {	color: #0C618F;
	float: left;
}

.push {	padding: 0 30px 90px 30px;
	overflow: hidden;
	zoom: 1;
	text-align: left;
    background: url('../img/top_gradient.png') repeat-x;
}

.right {	float: right;
}

.search_buttons {	text-align: center;
	margin-top: 25px;
}

.search_buttons a {
	margin: 0 32px;
}

.search_content {
	padding: 30px 20px 18px 38px;
	zoom: 1;
	overflow: hidden;
	text-align: left;
}

.search_first {	width: 608px;
}

.search_header_text {	color: #7d7d7d;
	text-transform: uppercase;
	line-height: 24px;
}

.search_header_text span {	color: #328acf;
}

.search_help {
	height: 34px;
	overflow: hidden;
}

.search_help a {	float: right;
	display: block;
	width: 31px;
	height: 31px;
    background: url('../img/search_help.jpg') no-repeat;
}

.search_intro_abs {	position: absolute;
	left: 5%;
	top: 10%;
	width: 800px;
	background: #F7FBFE;
	z-index: 100;
	border: 2px solid #000000;
}

.search_intro_border {	border: 1px solid #D9D9D9;
	padding: 0 14px 17px 14px;
	zoom: 1;
	overflow: hidden;
}

.search_intro_border h2 {
	line-height: 48px;
}

.search_intro_border table {
	width: 100%;
	margin-bottom: 21px;
	border-color: #D7D7D7;
	border-style: solid;
	border-width: 0 1px 1px 0;
}

.search_intro_border table.small_table { 	width: 50%;
}

.search_intro_border table.small_table td {
 	text-transform: uppercase;
 	width: 50%;
}

.search_intro_border table.span_size_11 td span {	font-size: 11px;
}

.search_intro_border table td {
	color: #636363;
	font-size: 11px;
	border-color: #D7D7D7;
	border-style: solid;
	border-width: 1px 0 0 1px;
	padding: 8px;
	vertical-align: middle;
	text-align: left;
	width: 25%;
}

.search_intro_border table td span {
	color: #379dac;
	font-size: 12px;
	display: block;
	text-align: center;
	font-weight: bold;
}

.search_intro_content {
	padding: 0 14px 24px 14px;
	zoom: 1;
	overflow: hidden;
	text-align: left;
}

.search_intro_header { 	color: #055983;
 	text-align: center;
 	width: 100%;
 	line-height: 65px;
 	text-transform: uppercase;
 	font-family: arial,sans-serif;
}

.search_second {
	width: 830px;
}

.search_table {	padding: 0 36px 21px 30px;
	border: 1px solid #D9D9D9;
	zoom: 1;
	overlow: hidden;
}

.search_table table {	width: 100%;
}

.search_table table td {
	padding: 7px 0;
	color: #636363;
	vertical-align: middle;
	text-align: left;
}

.search_table table td.dotted {
	padding: 7px 0 7px 22px;
    background: url('../img/dot.gif') no-repeat left center;
}

.search_table table td.dotted.dark_blue {
	color: #0a5585;
}

.search_table table td.header_row {
	width: 320px;
	color: #268299;
	text-transform: uppercase;
}

.search_table table td .textfield {
	width: 100%;
	color: #3c5175;
	font-size: 11px;
}

.search_table table td select {
	width: 100%;
	border: 1px solid #91CDF1;
	font-size: 12px;
	text-align: center;
	color: #636363;
}

.search_table table td select.dark_blue {
	font-size: 11px;
	color: #3c5175;
}

.search_toolbar {	margin-top: 20px;
	width: 100%;
	position: relative;
	text-align: center;
	z-index: 50;
}

.search_toolbar .access {
	position: absolute;
	left: 633px;
	top: -3px;
}

.search_toolbar .excel {
	position: absolute;
	left: 590px;
	top: -3px;
}

.simple_block {	border-left: 1px solid #C4D8E1;
	border-right: 1px solid #C4D8E1;
	border-bottom: 1px solid #C4D8E1;
	padding: 20px 25px 12px 25px;
	zoom: 1;
	background: #FFFFFF;
}

.simple_block .add_condition {
	padding-left: 248px;
	zoom: 1;
	overflow: hidden;
	text-align: left;
	position: relative;
	z-index: 50;
}

.simple_block .add_condition .checkbox_place {
	width: 28px;
	float: left;
}

.simple_block .add_condition .condition_place {
	width: 460px;
	float: left;
	color: #116684;
	font-size: 13px;
	line-height: 15px;
}

.simple_block .period {	height: 48px;
	display: inline-block;
	_display: inline;
	position: relative;
	z-index: 80;
}

.simple_block .period span {	float: left;
	color: #2981A7;
	font-weight: bold;
	line-height: 26px;
	margin-right: 10px;
}

.simple_block .period .calc {
	width: 26px;
	height: 26px;
    position: relative;
    float: left;
	margin-right: 10px;
}

.simple_block .period .calc .calendar_link {
	width: 26px;
	height: 26px;
    background: url('../img/calc.gif') no-repeat;
    display: block;
}

.simple_block .period .textfield {
	width: 130px;
	float: left;
	margin-right: 10px;
	position: relative;
	left: 0;
	top: 4px;
	color: #1D709C;
}

.sub_menu_line {	height: 26px;
	line-height: 26px;
    background: url('../img/sub_menu_line.jpg') repeat-x;
    color: #075992;
    font-size: 11px;
    text-align: center;
}

.sub_menu_line input {
	line-height: 26px;
    color: #075992;
    font-size: 11px;
    margin: 0 22px;
    position: relative;
    left: 0;
    top: 2px;
}

.sub_menu_line label {
	line-height: 26px;
    color: #075992;
    font-size: 11px;
}

.textfield {	border: 1px solid #BAD0DB;
	height: 19px;
	color: #1684C1;
	padding: 2px 7px;
}

.toolbar_button {	width: 169px;
	height: 24px;
    background: url('../img/search_toolbar_button.gif') no-repeat;
    color: #136590;
    font-size: 11px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
    text-decoration: none;
}

.top {	height: 59px;
	position: relative;
}

.top_menu {	height: 25px;
	padding-left: 1px;
    background: url('../img/li_vert.gif') no-repeat;
    position: absolute;
    left: 0;
    top: 35px;
    _display: inline;
}

.top_menu ul {	margin: 0;
	padding: 0;
	height: 25px;
	list-style-type: none;
    background: url('../img/li.gif') repeat-x;
     _display: inline;
}

.top_menu ul li {
	height: 25px;
    background: url('../img/li_vert.gif') no-repeat right top;
    padding: 0 21px;
    float: left;
    color: #2382a4;
	font-size: 13px;
	line-height: 25px;
}

.top_menu ul li.active {
    background: url('../img/top_menu_active.jpg') repeat-x;
    margin: 0 -1px;
}

.top_menu ul li a {
	color: #084c72;
	font-size: 13px;
	text-decoration: none;
	line-height: 25px;
}

.top_menu ul li a:hover {
	text-decoration: underline;
}

.top_menu ul li select {
	width: 185px;
	border: 1px solid #8ECDEC;
	font-size: 12px;
	color: #1684c1;
	_position: relative;
	_left: 0;
	_top: 2px;
}

.top_menu ul li.active select {
	position: relative;
	left: 0;
	top: 3px;
	_top: 5px;
}

