/* CSS Document */
html {
    font-size: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Sans-Serif;
    font-size: 0.85em;
    background: #74b7c9 url(/img/body-bg.jpg) repeat-x 0 0;
}

img {
    border: 0;
}

.content img {
    margin: 5px 20px 20px 0px;
    border: 1px solid #aaa;
}

a {
    color: #224769;
    text-decoration: underline;
}

a:hover {
    color: #224769;
    text-decoration: none;
}

p, ul, ol {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
h1 {
    font-size: 1.7em;
    font-weight: normal;
    color: #224769;
    padding-top:0;
    margin-top: 5px;
    margin-bottom: 10px;
}

h2{
  font-size: 1.4em;
}

h2, h3, h4, h5{
    color: #224769;
    margin:0;
    font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
    text-decoration: none;
}

h2 {
    margin-top: 25px;
}

ul {
    padding: 0;
    margin: 0 0 0 10px;
    list-style: none;
}

ul li {
    padding-left: 20px;
    background: url(/img/bullet.png) no-repeat 0 0.5em;
    margin-bottom: 0px;
}

form {
    padding: 0;
    margin: 0;
}

dd,dt,dl{
  margin:0;
  padding:0;
}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}

.wrapper {
    min-width: 775px;
    background: url(/img/header-bg.jpg) no-repeat 0 0;
}

.date{
  font-size:90%;
  color:#224769;
}

#header {
    height: 259px;
}

#header * {
    margin: 0;
}

#header .logo {
    position: absolute;
    top: 31px;
    left: 33px;
}

#header .data {
    padding: 50px 65px 0 272px;
    background: url(/img/header-r.jpg) no-repeat 100% 0;
    height: 209px;
}

#middle {
    float: left;
    width: 100%;
}

#middle .content {
    margin: 0 64px 0 272px;
    background: #fafafa;
    min-height: 200px;
}

#column {
    float: left;
    width: 272px;
    margin-left: -100%;
}

#column .delim {
    width: 272px;
    height: 79px;
    background: url(/img/column-delim.png) no-repeat 0 0;
}

#column .data {
    padding: 0 70px 0 48px;
    width: 154px;
    background: url(/img/column-bg.png) repeat-y 0 0;
}

#column ul {
    margin: 0;
    padding: 0;
}

#column ul li {
  background-image: none;
  /*margin-top: 1px;*/
  margin-left: 0px;
  padding: 0px;
}

#column ul li a, .navigation ul li a {
  color: #2F5272;
  text-decoration: none;
  font-size: 95%;
}

ul li a.with-sub{
  color:#26b6d9 !important;
  font-weight:bold !important;
  margin-bottom: 3px !important;
  margin-top: 12px !important;
  text-decoration: none !important;
  font-size: 100% !important;
}

#column ul li a:hover {
  color: #2F5272;
  text-decoration: underline;
}

.column-helper {
    width: 64px;
    min-height: 200px;
    background: url(/img/body-bg.png) repeat-y 0 0;
    float: left;
    margin-left: -64px;
}

#footer {
    float: left;
    width: 100%;
}

#footer div {
    margin: 0 64px 0 272px;
    height: 87px;
    background: url(/img/footer-bg.png) repeat-x 0 0;
}

.footer-column {
    float: left;
    margin-left: -100%;
    width: 272px;
    height: 87px;
    background: url(/img/footer-l.png) no-repeat 0 0;
}

.footer-helper {
    float: left;
    margin-left: -64px;
    width: 64px;
    height: 87px;
    background: url(/img/footer-r.png) no-repeat 0 0;
}

.menu-title{
  color:#26b6d9;
  font-weight:bold;
  margin-bottom: 3px;
  padding-top: 12px;
}

.menu-first{
  padding-top: 14px;
}

li.current, li.active{
  background:url(/imgs/li_current.jpg) no-repeat;
  background-position: -6px 4px;
}

.v-table {
    float: left; 
    width: 100%; 
    padding-top: 31px;
}

.v-table h2 {
    margin-top: 0;
}

/* ÊÀËÅÍÄÀÐÜ */
table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
	border-collapse: separate;
	border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

.navigation img{
    margin:0;
}