/* CSS Document */
html,body{
	margin:0;
	padding:0;
	height:100%;
}
body{
	font: 10pt arial,sans-serif;
	background-color: #fff;
}

body a{
	font: 10pt arial,sans-serif;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

body a:hover{
	color: #F6813A;
}

p a{
	color: #F6813A;
	font-weight: normal;
	text-decoration: underline;
}

p a:hover{
	color: #009900;
	text-decoration: none;
}

.nMoreLink{
	font: 10pt arial,sans-serif;
	text-decoration: none;
	color: #000;
}

a:hover.nMoreLink{
	color: #F6813A;
}

img{
	border: none;
}

img.middle{
	vertical-align: middle;
}

#ltLogo{
	height:286px;
	width:199px;
	position: relative;
	background-image: url('/img/lt_logo.jpg');
}

#rtZag{
	height:40px;
	width:40px;
	background-color: #fff;
}

#bgrtMenu{
	background-image: url('/img/bg_right.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}

.fLink{
	color: #7a7a7a;
	font-size: 8.25pt;
}

.infBlock{
	color: #fff;
	font-size: 9pt;
	margin-left: 7px;
}

.mLang{
	color: #7a7a7a;
	font-weight: bold;
}

.code{
	color: #f68b20;
	font-weight: bold;
	font-size: 12pt;
}

.num{
	color: #7a7a7a;
	font-weight: bold;
	font-size: 18pt;
}

ul.curssub{
	list-style: none;
}

ul.curssub li{
	padding-left:20px;
	line-height:30px;
	background:none;
}

ul.curssub li a, span{
	color: #2a2a2a;
	font-weight: bold;
	text-decoration: none;
	list-style-type:none;
}

ul.curssub li a:hover{
	text-decoration:underline;
}

ul.curstop{
	list-style: none;
}

ul.curstop li{
	padding-left:20px;
	background:url(/img/bullit_cur.gif) no-repeat left 10px;
	line-height:30px;
}

ul.curstop li a, span{
	color: #F6813A;
	font-weight: bold;
	text-decoration: none;
	list-style-type:none;
}

ul.curstop li a:hover{
	text-decoration:underline;
}

ul.curs{
	list-style: none;
	margin-left: 0; 
    padding-left: 0;
	padding-left:40px;
}

ul.curs li{
	line-height: 25px;
	background:none;
}

ul.curs li a, span{
	color: #000;
	font-weight: normal;
	text-decoration: none;
	list-style-type:none;
}

ul.curs li a:hover{
	color: #F6813A;
}

.cursLink{
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12pt;
}

.multi{
	color: #7a7a7a;
	font-weight: bold;
}

.nDay{
	font-size: 14pt;
	color: #F6813A;
	font-weight: bold;
}

.nMonth{
	font-size: 9pt;
	font-weight: bold;
}

.bulHidden{
	display: none;
}

.crumbs{
	color: #7a7a7a;
	font-size: 8.25pt;
	font-weight: bold;
}

#scroller_container {
position: relative;
width:670px;
height: 22px;
overflow: hidden;
border:none;
}

#scroller{
	white-space: nowrap;
	font: 9pt tahoma,sans-serif;
	text-decoration: underline;
	color: #F6813A;
	text-transform:uppercase;
	margin-top:3px;
	font-weight:bold;
	font-style:italic;
	padding: 0 2px 0 2px;
}

#scroller a{
	color:#7dc33f;
}

#scroller a:hover{
	text-decoration:underline;
}

#scroller span{
	color:#7ec247;
	font-weight:bold;
	text-decoration: underline;
}

/* Стили для jQuery UI Datepicker */
#datepicker_div, .datepicker_inline {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	background: #DDD;
	width: 185px;
}
#datepicker_div {
	display: none;
	border: 1px solid #FF9900;
	z-index: 10;
}
.datepicker_inline {
	float: left;
	display: block;
	border: 0;
}
.datepicker_dialog {
	padding: 5px !important;
	border: 4px ridge #DDD !important;
}
button.datepicker_trigger {
	width: 25px;
}
img.datepicker_trigger {
	margin: 2px;
	vertical-align: middle;
}
.datepicker_prompt {
	float: left;
	padding: 2px;
	background: #DDD;
	color: #000;
}
*html .datepicker_prompt {
	width: 185px;
}
.datepicker_control, .datepicker_links, .datepicker_header, .datepicker {
	clear: both;
	float: left;
	width: 100%;
	color: #FFF;
}
.datepicker_control {
	background: #FF9900;
	padding: 2px 0px;
}
.datepicker_links {
	background: #E0F4D7;
	padding: 2px 0px;
}
.datepicker_control, .datepicker_links {
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 1px;
}
.datepicker_links label {
	padding: 2px 5px;
	color: #888;
}
.datepicker_clear, .datepicker_prev {
	float: left;
	width: 34%;
}
.datepicker_current {
	float: left;
	width: 30%;
	text-align: center;
}
.datepicker_close, .datepicker_next {
	float: right;
	width: 34%;
	text-align: right;
}
.datepicker_header {
	padding: 1px 0 3px;
	background: #83C948;
	text-align: center;
	font-weight: bold;
	height: 1.3em;
}
.datepicker_header select {
	background: #83C948;
	color: #000;
	border: 0px;
	font-weight: bold;
}
.datepicker {
	background: #CCC;
	text-align: center;
	font-size: 100%;
}
.datepicker a {
	display: block;
	width: 100%;
}
.datepicker .datepicker_titleRow {
	background: #B1DB87;
	color: #000;
}
.datepicker .datepicker_daysRow {
	background: #FFF;
	color: #666;
}
.datepicker_weekCol {
	background: #B1DB87;
	color: #000;
}
.datepicker .datepicker_daysCell {
	color: #000;
	border: 1px solid #DDD;
}
#datepicker .datepicker_daysCell a {
	display: block;
}
.datepicker .datepicker_weekEndCell {
	background: #E0F4D7;
}
.datepicker .datepicker_daysCellOver {
	background: #FFF;
	border: 1px solid #777;
}
.datepicker .datepicker_unselectable {
	color: #888;
}
.datepicker_today {
	background: #B1DB87 !important;
}
.datepicker_currentDay {
	background: #83C948 !important;
}
#datepicker_div a, .datepicker_inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
}
.datepicker_inline .datepicker_links a {
	padding: 0 5px !important;
}
.datepicker_control a, .datepicker_links a {
	padding: 2px 5px !important;
	color: #000 !important;
}
.datepicker_titleRow a {
	color: #000 !important;
}
.datepicker_control a:hover {
	background: #FDD !important;
	color: #333 !important;
}
.datepicker_links a:hover, .datepicker_titleRow a:hover {
	background: #FFF !important;
	color: #333 !important;
}
.datepicker_multi .datepicker {
	border: 1px solid #83C948;
}
.datepicker_oneMonth {
	float: left;
	width: 185px;
}
.datepicker_newRow {
	clear: left;
}
.datepicker_cover {
	display: none;
	display/**/: block;
	position: absolute;
	z-index: -1;
	filter: mask();
	top: -4px;
	left: -4px;
	width: 193px;
	height: 200px;
}
/* Стили для jQuery UI Datepicker */


input#persdate{
  font-family:Arial, Helvetica, sans-serif;
  text-align:center;
  width:190px;
}
