
/*------стандартные----------*/

html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
}

body, td, select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

#main {	

}

p {
	margin-bottom: 15px;
}

/*------списки----------------*/

ol, ul {
	margin-left: 5px;
	margin-bottom: 15px;
}
ol li {
	margin-left: 20px;
}
ul li {
	margin-left: 12px;
	list-style-type: disc;
}
ul ul li  {
	list-style-type: square;
}
ul ul ul li  {
	list-style-type: circle;
}


/*------заголовки----------------*/

h1 {
	font-size: 16pt;
	color: #000000;
	font-weight: normal;
	margin: 0px;
}

.header {
	font-size: 16pt;
	color: #000000;
	font-weight: normal;
	margin: 0px;
}

/*------таблицы----------------*/

table.tbl {
	border-right: 1px #c8c8c8 dotted;
	border-bottom: 1px #c8c8c8 dotted
}
table.tbl td {
	border-left: 1px #c8c8c8 dotted;
	border-top: 1px #c8c8c8 dotted;
	padding: 3px;
}
table.tbl tr {
	vertical-align: top
}
tr.tbl td {
	background-color: #FFFF66
}

/*------форма----------------*/

form {
	margin: 0px;
}

textarea {
	border: none;
	background: none;
	font-size: 9pt;
	color: #341600;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

input {
	font-size: 9pt;
	border: #474646 1px solid;
	color: #8a8a8a;
	height: 15px;
	padding: 0px 2px 0px 2px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

input.form {
	font-size: 9pt;
	border: #474646 1px solid;
	color: #8a8a8a;
	height: 15px;
	padding: 0px 2px 0px 2px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

input.mysearch {
	height: 15px;
	width: 122px;
}

input.search {
	height: 11px;
	width: 11px;
}

input.button {
	background: none;
	border: 0px;
	text-decoration: underline;
	color: #00537d;
	font-weight: normal;
	font-size: 9pt;
	height: 16px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
}


/*------ссылки---------------*/

a {
	color: #0562b0;
}
a:hover {
	color: #0562e3;
}

a.menu {
	color: #111111;
	font-size: 11pt;
	text-decoration: none;
}
a.menu:hover {
	text-decoration: underline;
}
span.menu {
	color: #111111;
	font-size: 11pt;
	text-decoration: underline;
}

a.milo {
	color: #000000;
	font-size: 8pt;
	text-decoration: none;
}
a.milo:hover {
	text-decoration: underline;
}

a.map {
	color: #000000;
	font-size: 8pt;
}
a.map:hover {

}

a.news {

}
a.news:hover {
	
}

a.archive {
	background: url(news_li.gif) right 4px no-repeat;
	padding: 0px 10px 0px 0px;
}


/*------текст----------------*/

.code {
	color: #ffffff;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	font-size: 12pt;
	padding: 0px 5px 0px 5px;
}

.number {
	color: #ffffff;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	font-size: 19pt;
}

.text {
	font-size: 8pt;
	color: #000000;
}

.small {
	font-size: 9pt;
}

.date {
	color: #818181;
	font-size: 9pt;
}

span.date {
	color: #818181;
	font-size: 12pt;
	padding: 0px 6px 0px 0px;
}

/*------dropdown menu----------------*/

#nav {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li a, #nav a {
	margin: 0;
	padding: 12px;
	text-align: left;
	color: #111111;
	font-size: 11pt;
	text-decoration: none;
	height: auto;
}

#nav li {
	float: left;
	list-style: none; 
	height: auto;
	margin: 0;
	padding: 0;
}

#nav li ul li {
	margin: 0;
	padding: 0;
	height: auto;
	white-space: normal;
	width: 230px;
	background: #ecf4f9;
	border-top: 1px #ffffff solid;
}

#nav li ul li a {
	height: auto;
	white-space: normal;
	margin: 0px;
	padding: 12px;
	display: block;
}

#nav li ul {
	position: absolute;
	width: 230px;
	display: none;
	padding: 12px 0px 0px 0px;
	margin: 0;
}

#nav li:hover a {
	color: #0562e3;
	text-decoration: underline;
}

#nav li ul li:hover a{
	color: #0562e3;
	text-decoration: underline;
}

#nav li:hover li a {
	color: #000000;
	text-decoration: none;
}