body {
	background-color: #fbf9f9;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	margin: 0px;
	background-image: url(pics/HorisontalBG.jpg);
	background-repeat: repeat;
	text-align: center;
}

img {
	border:none;
}
.main{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	margin: 0px;
	width:100%;
	/*height:100%;*/
	background-image: url(pics/ShadowsBG.png);
	background-repeat: repeat-y;
	vertical-align: top;
	background-position: center top;
}
.line_white {
	background-image: url(images/bg4.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.text_copy {
	font-size: 8pt;
	text-align: right;
	color: #0061af;
}
.line {
	background-image: url(images/bg3.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	font-size: 6px;
}
.main_menu {
	margin-top: 5px;
	margin-bottom: 2px;
	text-align: center;
	margin-top: 1px;
	text-decoration: none;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	display: block;
	background-color: #ffd100;
	font-weight: bold;
	height: 22px;
	padding-top: 2px;
}
.sub_menu_1 {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
}
.sub_menu_1 a {
	margin-top: 1px;
	text-decoration: none;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	display: block;
	height: 18px;
	padding-top: 3px;
}
.sub_menu_1 a:link, .sub_menu_1 a:visited {
	color: #0061af;
	background-color: #ffed99;
}
.sub_menu_1 a:hover {
	color: #ffffff;
	background-color: #0061af;
}
.blank {
	font-size: 6px;
}
.text {
	font-size: 9pt;
	color: #000000;
	text-align: justify;
	text-indent: 15px;
}
.text_zag {
	font-size: 10pt;
	color: #0061AF;
	text-align: justify;
	text-indent: 15px;
	font-weight: bold;
}
.login {
	font-size: 9pt;
	color: #0061AF;
	background-color: #FFFFFF;
	text-align: center;
	border: 1px solid #0061AF;
	width: 105px;
	height: 18px;
}
.loginbutton {
	font-size: 9pt;
	color: #0061AF;
	text-align: center;
	border: 1px solid #0061AF;
	width: 47px;
	background-color: #FFD100;
	height: 18px;
	padding-bottom: 4px;
	font-weight: bold;
}
.logintext {
	font-size: 9pt;
	color: #0061AF;
	text-align: center;
}
.serv_text {
	font-size: 8pt;
	color: #0061AF;
	text-align: center;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 15px;
}
.find {
	font-size: 9pt;
	color: #0061AF;
	background-color: #FFFFFF;
	text-align: center;
	border: 1px solid #0061AF;
	width: 160px;
	height: 18px;
	margin-top: 4px;
}
.findbutton {
	font-size: 9pt;
	color: #0061AF;
	text-align: center;
	border: 1px solid #0061AF;
	width: 80px;
	background-color: #FFD100;
	height: 18px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-position: center;
	margin-top: 10px;
}
.lang {
	margin-top: 6px;
	text-align: right;
	font-weight: bold;
	margin-right: 25px;
}
.lang a{
	padding-left: 15px;
	padding-right: 5px;
	margin-top: 2px;
	text-decoration: none;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	display: block;
}
.lang a:link, .lang a:visited {
	color: #ffffff;
}
.lang a:hover {
	color: #ffd100;
}


/*----------------------------------------------------------*/
.blue{color:blue;}
.black{font:10pt arial;color:black;}
.und{text-decoration:none;}

.search-result, .search-loading, .search-fail {
display: none;
}

.search-result .paging span { 
    float: left; 
    padding-right: 10px;
    }
.search-result .paging ul { padding: 0px; }
.search-result .paging li { 
    float: left;
    padding: 0px 10px;
    list-style: none;
    }
.paging {margin-bottom:40px; padding-left: 30px;}

.search-result {font-size: 13px; background-image: url(/pics/content.jpg); width:432px;}
.search-result2 {width:422px; padding-top: 60px;}
.search-result3 {height:20px; background: url(/pics/bottom_content.jpg) bottom no-repeat;}
.search-fail {padding-left:30px; font-size: 13px;}


/*----------------------------------------------------------*/
/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #ECF5F8 repeat-x;
	text-align: center;
	color: #505050;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #D5E3E7;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 6pt;
	background: #8FCADB;
	padding: 2px;
	width: 15pt;
	border: 1px solid #64A6B9;
	color: white;
	font-weight: bold;
	margin-bottom: 1px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	background: #8FCADB;
	font-weight: bold;
	border: 1px solid #64A6B9;
	padding: 1px 3px 1px 3px;
	margin-right: 3px;
	}

.mytable {font-family: arial;font-size: 13px;}
.mytable td {text-align:center}

/* rotator css */
div.rotator {height: 186px; border: 1px solid #CECECE; border-left: none; position:relative;}
div.rotator ul{padding: 0;margin: 0;}
div.rotator ul li {float:left; position:absolute;left:0; list-style: none; margin:0;padding:0; width:100%; height:100%; overflow:hidden; }
div.rotator:hover {cursor:pointer;}
/*------------*/

.Strichka{
	color:#0062A6;
}
.Strichka a,
.Strichka a:link, 
.Strichka a:visited, 
.Strichka a:hover{
	color:#0062A6;
}


