*
{
	margin: 0;
	padding: 0;
}

html
{
	width: 100%;
	/*height: 100%;
	max-height: 100%;*/
	background-color: rgb(255, 255, 255);/*rgb(225, 225, 225);*/
	margin: 0;
	padding: 0;
}

body
{
	/*height: 100%;
	max-height: 100%;*/
	font: 12px Tahoma, Arial, Verdana;
	color: rgb(41, 64, 62);
	margin: 0;
	padding: 0;
}

/**************************************************************************/
#wnd
{
	position: absolute;
	width: 1024px;
    left: 0;
	/*left: 50%;
	margin-left: -512px;*/
	background-color: rgb(255, 255, 255);
}

#main_top
{
	width: 100%;
}

#main_middle
{
	font: 11px Verdana;
	color: #29403e;
}

#left_column
{
	overflow: hidden;
	float: left;
	width: 258px;
	/*border: 1px solid black*/
}

#center_column
{
	float: left;
	width: 766px; /*width: 583px;*/
	/*border: 1px solid black*/
}

#right_column
{
	float: left;
	/*width: 181px;*/
	/*border: 1px solid black;*/
}

#main_bottom
{
	float: left;
    clear: both;
	width: 100%;
    padding-top: 10px;
	/*border: 1px solid red*/
}

.foot_moroshka
{
    clear: both;
    float: left;
    width: 100%;
    height: 69px;
}

.foot_moroshka a, .foot_moroshka a:visited, .foot_moroshka a:hover
{
    color: rgb(244, 101, 31);
}

/**************************************************************************/
#left_column .search
{
	width: 258px;
	height: 69px;
	background: url("/images/index_search.jpg") no-repeat;
}

div#dvote h2, #left_column .vote h2, #left_column .currency h2, #left_column .metals h2, #left_column .block h2
{
	padding: 15px 0 0 0;
	color: rgb(0, 123, 184);
	font-size: 12px;
	margin-bottom: 10px;
}

#left_column .block
{
    float: left;
    clear: both;
    width: 232px;
    min-height: 122px;
    max-height: none;
    background: url('/images/block_bottom.gif') no-repeat bottom left; 
	margin: 3px 0 6px 0;
}

#left_column .currency
{
    clear: both;
	margin-top: 3px;
	background: url("/images/index_11.jpg") no-repeat;
	height: 90px;
	padding-left: 30px;
}

#left_column .currency table, #left_column .metals table
{
	font-size: 11px;
}

#left_column .currency span
{
	color: #69aaca;
}

#left_column .vote .right, #left_column .currency .right, #left_column .block .right
{
	position: relative;
	top: -24px;
	left: 130px;
}

#left_column .calendar th
{
    font: bold 13px Tahoma;
    color: rgb(41, 65, 137);
}

#left_column .calendar td.active
{
    cursor: pointer;
    width: 24px;
    height: 17px;
    font: bold 12px Tahoma;
    border: 1px solid rgb(84, 137, 181);
    padding: 2px 2px 2px 2px;
    text-align: right;
    background-color: rgb(241, 245, 248);
    color: rgb(41, 65, 137);
}

#left_column .calendar td.empty
{
    width: 24px;
    height: 17px;
    font: normal 12px Tahoma;
    border: 0;
    padding: 2px 2px 2px 2px;
    text-align: right;
    background-color: rgb(241, 245, 248);
    color: rgb(0, 0, 0);
}

#left_column .metals
{
    clear: both;
	overflow: hidden;
	/*width: 220px;*/
	height: 162px;
	margin-top: 0;
	background: url("/images/finkom_metals.png") no-repeat bottom;
	padding-left: 30px;
}

#left_column .metals table
{
	position: relative;
	top: -10px;
}

#left_column .metals table th
{
	color: #69aaca;
	font-weight: normal;
	padding-bottom: 5px;
}

/**************************************************************************/
.content
{
    font: normal 12px Tahoma;
}

.content .path
{
	font: bold 12px Tahoma;
	margin-bottom: 15px;
	color: rgb(0, 123, 184);
	background-color: rgb(243, 249, 249);
}

.content .path span
{
	margin-right: 10px;
}

.content .path .active
{
	text-decoration: underline;
}

.content h1
{
    font: bold 14px Verdana;
    color: rgb(0, 123, 184);
    margin-bottom: 15px;
}

.content h2
{
    font: bold 12px Verdana;
    color: rgb(0, 0, 0);
    margin-bottom: 15px;
}

.content pre
{
	font: 12px Tahoma;
}

.content p
{
    margin-bottom: 20px;
}

.content ol
{
    margin: 0 0 20px 20px;
}

.content ul
{
    margin: 0 0 20px 20px;
    list-style: square;
}

.content ul.none
{
    margin: 0 0 20px 0;
    list-style: none;
}

.content .section
{
	float: left;
	width: 271px;
	/*border: 1px solid red;*/
	font: 12px Tahoma;
	color: #29403e;
}

.content .section a, .content .section a:hover, .content .section a:visited
{
	color: rgb(0, 123, 184);
}

.content .section h2
{
	background: url("/images/index_section.jpg") no-repeat;
	font: bold 12px Verdana;
	padding: 9px 0 9px 10px;
    margin-bottom: 15px;
}

.content .section ul li
{
	margin-bottom: 20px;
}

.content table.std, .bordertable
{
    margin-bottom: 20px;
	border: 1px solid silver;
	border-collapse: separate;
}

.content table.std tr, .bordertable tr
{
	border: 1px solid silver;
	border-collapse: collapse;
}

.content td {
	padding: 5px;
}

.content table.std tr td, .bordertable tr td
{
	border: 1px solid silver;
	border-collapse: collapse;
	padding: 5px;
	text-align: left;
}

.content table.std tr th, .bordertable tr th
{
    font: bold 12px Tahoma;
	border: 1px solid silver;
	border-collapse: collapse;
	padding: 2px;
	text-align: center;
    color: #29403e;
}

.content table.participants td
{
	width: 383px;
	vertical-align: top;
}

.content table.participants img
{
	float: left;
	/*width: 111px;*/
	/*height: 111px;*/
	margin: 0 15px 15px 0;
	vertical-align: top;
}

.content table.participants .name
{
	font-weight: bold;
}

.conference .answer
{
	margin-left: 20px;
}

/**************************************************************************/
div.square_normal
{
	width: 6px;
	height: 6px;
	float: left;
	line-height: 0;
	font-size: 0;
	margin: 4px 10px 0 0;
	background-color: rgb(0, 123, 184);
}

div.square_finkom
{
	width: 6px;
	height: 6px;
	float: left;
	line-height: 0;
	font-size: 0;
	margin: 4px 10px 0 0;
	background-color: rgb(34, 70, 71);
}

div.square_red
{
	width: 6px;
	height: 6px;
	float: left;
	line-height: 0;
	font-size: 0;
	margin: 4px 10px 0 0;
	background-color: red;
}

/**************************************************************************/
.top_menu
{
	height: 68px;
	background: url('/images/index_5.jpg') repeat-x;
	padding-top: 0;
}

.top_menu ul
{
	list-style: none;
	display: block;
	/*margin-top: 5px;*/
	padding-top: 5px;
}

.top_menu ul li
{
	display: inline;
	font: bold 12px Tahoma;
	color: #224647;
	padding-right: 10px;
}

.top_menu a, .top_menu  a:visited 
{
	text-decoration: none;
	color: rgb(34, 70, 71);
}

.top_menu a:hover
{
	text-decoration: none;
	color: rgb(215, 41, 0);
}

.top_menu .active
{
    color: rgb(215, 41, 0);
}

.bottom
{
	height: 66px;
	background-image: url("/images/index_bottom_bg.jpg");
	background-repeat: repeat-x;
}

/**************************************************************************/
img
{
	border: 0;
	margin: 0;
	padding: 0;
}

.top_banner
{
	float: left;
	position: relative;
	overflow: hidden;
	width: 468px;
	height: 82px;
	left: -112px;
	text-align: center;
	color: rgb(0, 0, 0);
}

a, a:visited 
{
	text-decoration: none;
	color: rgb(0, 123, 184);
}

a:hover
{
	text-decoration: underline;
	color: rgb(215, 41, 0);
}

a.service, a.service:visited 
{
    font: 10px Tahoma;
	text-decoration: underline;
	color: rgb(0, 123, 184);
}

a.service:hover
{
    font: 10px Tahoma;
	text-decoration: underline;
	color: rgb(215, 41, 0);
}

.lbutton
{
	cursor: pointer;
	font: normal 11px Tahoma;
	color: #3c5251;
	background-color: #ecefef;
	border: 1px solid #c8d9d9;
	padding: 2px;
}

dt
{
    font: bold 12px Tahoma;
    margin-bottom: 7px;
}

dd
{
    margin-left: 40px;
    margin-bottom: 20px;
}

.link_komionline
{
	display: none;
}

.pager { float:left; width: 100%; text-align: center;}
.pager span{
	margin: 10px;
	font-weight: bold;
}

.pager a{
	margin: 10px;
	background: rgb(0, 123, 184);
	outline: rgb(50, 173, 234) 1px solid;
	color: #fff;
	text-decoration: none;
	line-height: 1em;
}

.pager a:hover{
	color: red;
}

.pager a.current{
	ppadding: 3px;
	background: rgb(50, 173, 234);
	outline: rgb(0, 123, 184) 1px solid;
	color: #000;
	cursor: default;
	ffont-size: 1.5em;
}

.head-pager{
 margin: 10px 0 10px 0;
 padding: 0 0 20px 0; 
 border-bottom: 1px silver solid;
}

.foot-pager{
 margin: 10px 0 10px 0;
 padding: 20px 0 0 0; 
 border-top: 1px silver solid;
}

/*
ul.noimage {
  list-style: none;
}

ul.noimage li {
  padding-left: 6px;
  list-style: none;
  margin-bottom: 12px;
  clear: both;
  text-align: left;
  font-size: 12px;
}

ul.noimage li img {
  margin: 4px;
}

ul.noimage li a {
  color: #007bb8;
  text-decoration: none;
  padding-left: 10px;
}

ul.noimage li a:hover {
  text-decoration: underline;
}

ul.noimage li span {
  
}

div#dbannerleft {
  width: 220px;
  height: 300px;
  border: 1px solid silver;
  background-color: #f8f8f8;
  margin-left: 5px;
}

div#dbannerleftbottom {
  display: none;
  width: 220px;
  height: 60px;
  border: 1px solid silver;
  background-color: #f8f8f8;
  margin: 0 auto 10px auto;
}

td#content {
  vertical-align: top;
  padding-right: 10px;
  text-align: justify;
  font-size: 12px;
}

span.leftright {
  position: relative;
  top: -24px;
  left: 125px;
}

span.leftright a,span.leftright a:visited,a.link,a.link:visited {
  color: #69AACA;
  text-decoration: underline;
}

a,a:visited {
  color: #69AACA;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
  color: #D72900;
}

span.leftright a:hover,a.link:hover {
  text-decoration: underline;
  color: #D72900;
}

td#thvote span {
  font-family: verdana;
  font-size: 11px;
  color: #29403E;
}

td#left {
  vertical-align: top;
}

div#fleft {
  float: left;
}

div#copyright {
  float: left;
  color: #999999;
  font-family: verdana;
  font-size: 11px;
}

div#atribut {
  float: left;
  color: #999999;
  font-family: verdana;
  font-size: 11px;
}

div#atribut p,div#copyright p {
  padding-top: 20px;
  margin-right: 60px;
}

ul#hbottommenu ul li {
  font-size: 11px;
  font-family: tahoma;
  color: #29403E;
}

ul#htopmenu li,ul#hbottommenu li {
  display: inline;
  font-family: tahoma;
  font-size: 12px;
  color: #224647;
  font-weight: 600;
  padding-right: 10px;
}

ul#hbottommenu li a,ul#hbottommenu li a:visited,ul#htopmenu li a,ul#htopmenu li a:visited
  {
  text-decoration: none;
  padding: 2px;
  color: #224647;
}

ul#hbottommenu li a:hover,ul#htopmenu li a:hover {
  color: #D72900;
}

h2.gra {
  background-image: url("/images/index_111.jpg");
  background-repeat: no-repeat;
  height: 32px;
  font-family: verdana;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 0 0 10px;
}

p#datetime {
  position: absolute;
  top: 114px;
  left: 44px;
}

td#content h1 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  color: #007BB8;
}

td#content h1 a {
  color: #007BB8;
}

hr {
  color: silver;
  height: 1px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-color: silver;
  width: 95%;
}

div#dcalendar {
  padding: 20px 0 20px 30px;
}

div#dcalendar span {
  padding-left: 60px;
}

div#dcalendar table {
  border: 0px solid #fff;
  border-collapse: collapse;
  border-width: 1px;
  font-family: verdana;
  font-size: 11px;
  background-color: #f6faf8;
}

div#dcalendar table tr {
  border-style: solid;
  border-collapse: collapse;
  border-width: 0px;
}

div#dcalendar table tr td {
  border-color: white;
  border-style: solid;
  border-collapse: collapse;
  border-width: 1px;
  padding: 3px;
}

div#dcalendar table tr th {
  background-color: #f4f4f4;
  font-weight: 500;
}

div.form select {
  float: left;
  width: 450px;
  margin-bottom: 15px;
}

div.form label {
  float: left;
  width: 150px;
  margin-right: 10px;
  font-weight: 600;
  text-align:left;
}

div.form input {
  float: left;
  width: 250px;
  margin-bottom: 15px;
  text-align: left;
}
.checkbox {
  float: left;
  margin-bottom: 15px;
  text-align: left;
}

div.form textarea {
  float: left;
  margin-bottom: 15px;
}

div.form br {
  clear: both;
}

.button2 {
  color: #007BB8;
  font-weight: 600;
  margin-left: 165px;
}

table.currency,.bordertable {
  border: 0px solid silver;
  border-collapse: collapse;
}

table.currency tr,.bordertable tr {
  border: 1px solid silver;
  border-collapse: collapse;
}

table.currency tr td,.bordertable tr td {
  border: 1px solid silver;
  border-collapse: collapse;
  padding: 2px;
  text-align: left;
  text-indent: none;
}
table.currency tr th,.bordertable tr th {
  border: 1px solid silver;
  border-collapse: collapse;
  padding: 2px;
  text-align: left;
  text-indent: none;
}

.bordertable tr td p {
  text-align: left;
  text-indent: 0;
  margin: 0;
  padding: 0;
}

div.block {
  border-bottom: 1px solid silver;
  margin-bottom: 10px;
}

div.question {
  margin-bottom: 6px;
}

div.answer {
  margin-left: 40px;
  background-color: #f8f8f8;
}

ol {
  margin-left: 30px;
}

ol li {
  padding-left: 5px;
}
ul.normal {
  margin-left: 30px;
}*/

.temper {margin-bottom: 10px;}
.temper dl {margin: 10px 0;}
.temper dt {margin-top: 10px;}
.temper dd {margin-bottom: 5px;}

