
/*------стандартные----------*/

html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
}

.year {
	display: inline-block;
	display: -moz-inline-stack;
	padding: 3px;
	margin: 0px 10px 0px 0px;
}

span.year {
	background-color: #b15c00;
	color: #ffffff;
}



body, td, select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

td.content {
	line-height: 12pt;
	text-align: justify;
}

#main {	
	max-width: 1020px;
	width: expression((document.body.clientWidth>1020)?"1020px":"100%");
}

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;
}

p {
	margin-bottom: 15px;
}

img.img {
	margin: 4px;
	margin-left: 8px;
	margin-right: 8px;
}

table.gv img.img {
	margin: 0px 0px 0px 30px;
}

h1 {
	display: inline;
	font-weight: normal;
	color: #9e1c20;
	font-size: 14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}

table.tbl {
	border-right: 1px #009900 dotted;
	border-bottom: 1px #009900 dotted
}
table.tbl td {
	border-left: 1px #009900 dotted;
	border-top: 1px #009900 dotted;
	padding: 3px
}
table.tbl tr {
	vertical-align: top
}
tr.tbl td {
	background-color: #FFFF66
}

/*------форма----------------*/

textarea {
	border: #a1a1a1 1px solid;
	height: 60px;
	width: 100%;
	font-size: 9pt;
	color: #878787;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

input {
	font-size: 9pt;
	border: #a1a1a1 1px solid;
	color: #878787;
	padding: 0px 2px 0px 2px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

input.mysearch {
	height: 15px;
	width: 150px;
}

input.search {
	width: 11px;
	height: 11px;
	border: 0px;
	background: none;
}

input.button {
	border: 0px;
	background: none;
	text-decoration: underline;
	color: #72a60f;
	font-weight: normal;
	font-size: 12pt;
	width: 80px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
}

input.login{
	border: none;
}

/*------ссылки---------------*/

a {
	color: #b15c00;
}
a:hover {
	color: #e48f00;
}

a.menu {
	color: #777777;
	text-align: left;
	font-size: 11pt;
	margin: 0px 2px 0px 2px;
	line-height: 16px;
	display: block;
	white-space: nowrap;
	height: 34px;
	padding: 2px 12px 0px 12px;
	text-decoration: none;
}
a.menu:hover {
	text-decoration: none;
	background-color: #efdfce;
	color: #000000;
}
span.menu {
	color: #ffffff;
	text-align: left;
	font-size: 11pt;
	line-height: 16px;
	margin: 0px 2px 0px 2px;
	white-space: nowrap;
	height: 34px;
	display: block;
	background: #9e1c20;
	padding: 2px 12px 0px 12px;
	text-decoration: none;
}

a.news {
	font-weight: bold;
	text-decoration: none;
}
a.news:hover {
	text-decoration: underline;
}

a.milo {
	color: #ffffff;
	font-size: 9pt;
	text-decoration: none;
}
a.milo:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.biography {
	display: block;
	background: #dfdfdf url(rostr_bg.gif) left bottom no-repeat;
	padding: 6px 0px 6px 16px;
	color: #444444;
	font-size: 11pt;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	text-decoration: none;
}

a.biography:hover {
	text-decoration: none;
	background-color: #efdfce;
	color: #000000;
}


/*------текст----------------*/
.code {
	color: #2d4400;
	font-size: 18pt;
	font-weight: normal;
	padding: 3px 5px 0px 10px;
}

.number {
	color: #69a000;
	font-size: 26pt;
	padding: 0px 0px 0px 0px;
}

.text {
	font-size: 8pt;
	color: #5b5b5b;
}

.header {
	color: #9e1c20;
	font-size: 14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.smallheader, .smallerheader {
	color: #5b5b5b;
	font-size: 8pt;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
}

/*.smallheader {
	color: #9e1c20;
	font-size: 14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}*/

.wday {
	font-size: 10pt;
	padding: 6px 0px 0px 0px;
}

.date {
	color: #9e1c20;
	font-size: 14pt;
	padding: 9px 7px 0px 10px;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
}

td.time {
	font-size: 12pt;
	padding: 0px 0px 0px 0px;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
}

td.name a {
	color: #c38b4f;
	font-size: 12pt;
	padding: 2px 0px 3px 0px;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
}

.program {
	color: #9e1c20;
	font-size: 14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.small {
	font-size: 8pt;
}

td.even {
	background-image: url(program_bg.gif);
	background-position: 20px bottom;
	background-repeat: no-repeat;
	padding: 10px 0px 10px 0px;
}

td.partners, td.partners * {
	font-family: Georgia, "Times new Roman", serif;
	font-size: 8pt;
	text-align: center;
}

td.partners table {
	margin: 0 auto;
}

.dates {
	
	color: #666666;
}
