﻿body 
{
	margin: 0;
	background-color: #F2F2F2;
	font-family: Arial, Verdana, Tahoma, Sans-Serif;
	font-size: 11px;
}
div.content 
{
	position: absolute; left: 0; top: 200px; width: 100%;
}
div.up 
{
	position: absolute; left: 0; top: 0;
}
div.up2 
{
	position: absolute; left: 319px; top: 0;
}
div.up3 
{
	position: absolute; right: 0; top: 0; width: 219px; height: 58px;
}
div.middle 
{
	position: absolute; left: 0; top: 141px;
}
div.empty_balance
{
    position: absolute; right: 200px; top: 0px; width: 400px; height: 100px;
    font-size: 10px;
    overflow:hidden
}
div.comment 
{
    position: absolute; right: 15px; top: -55px; width: 400px; height: 100px;
    font-size: 10px;
    overflow:hidden
}
div.message
{
	position: absolute; 
    top: 200px; 
    width: 400px;
    background-color: #FFFFFF;
    border: solid 1px Maroon;
}
div.message p 
{
	font-size: 12px;
	color: Maroon;
}
div.message a
{
	font-size: 12px;
	color: Maroon;
	text-decoration: underline;
	font-weight: bold
}
div.message a:hover 
{
	font-size: 12px;
	text-decoration: none;
	font-weight: bold
}
div.question
{
	width: 400px;
	margin: 10px;
	background-color: #E1E1E1;
	padding: 5px;
}
div.answere
{
	width: 390px;
	margin: 5px 0 0 20px;
	background-color: #FFFFFF;
	padding: 5px;
}
div.loading
{
	position: absolute;
	top: 50px;
}
table
{
	border-collapse:collapse;
	width: 100%;
}
table td 
{
	padding: 0px;
	font-family: Arial, Verdana, Tahoma, Sans-Serif;
	font-size: 11px;	
}
table.finans
{
	width:400px;
	margin: 20px;
	font-size: 14px;
}
table.finans tr.select
{
	background-color: #E1E1E1;
}
h1 
{
    color: #000000;
    font-size: 14px;
    margin: 0 10px 10px 20px;
}
h2 
{
    color: #000000;
    font-size: 12px;
    margin: 0 10px 10px 20px;
}
h3
{
    color: #000000;
    font-size: 12px;
    margin: 0 10px 0 10px;
}
p 
{
	color: #000000;
	margin: 0 10px 5px 10px;
}
p.menu 
{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
p.menu a
{
	color: #000000;
	text-decoration: none;
}
p.menu a:hover 
{
	color: #150185;
	text-decoration: none;
}
p.account 
{
	color: #F2F2F2;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 10px 5px 10px;
}
a 
{
	color: #150185;
	text-decoration: underline;
}
a:hover 
{
	color: #150185;
	text-decoration: none;
}
a.unicode 
{
    font-family: Lucida Sans Unicode;
	color: #150185;
	text-decoration: none; 
}
a.unicode:hover 
{
    font-family: Lucida Sans Unicode;
	color: #150185;
	text-decoration: none;
}
a.news 
{
	color: #E9960C;
	text-decoration: underline;
}
a.news:hover 
{
	color: #E9960C;
	text-decoration: none;
}
a.fullup
{
	background-color: #F2F2F2; 
	color: #E9960C; 
	font-weight: bold; 
	padding: 0 5px 5px 5px; 
	font-size: 12px
}
a.fullup : hover
{
	text-decoration: underline;
}
hr           
{ 
	color: #B4B4B4; 
}
ul 
{
    list-style-type: circle;
}
span.blue 
{
    color: #150185;
    font-weight: bold;
}
span.balance
{
	color: #150185;
	font-size: 14px;
	font-weight: bold;
}
input.button 
{
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	border: none;
	background-color: #F2F2F2;
	color: #E9960C;
}
input.counter 
{
    border:none;
	background-color: #D7D7D7;
	color: #FFFFFF;
}
input.textbox 
{
	font-size: 10px;
	font-weight: bold;
	border: none;
	background-color: #E1E1E1;
	color: #000000;
}
select 
{
    font-family: Arial, Verdana, Tahoma, Sans-Serif;
    font-size: 10px;
	font-weight: bold;
}
textarea 
{
    font-family: Arial, Verdana, Tahoma, Sans-Serif;
    font-size: 12px;
	font-weight: bold;
	border: none;
	background-color: #E1E1E1;
	color: #000000;
}
img 
{
    border-width: 0;
}

table.stat
{
	border-collapse:collapse;
	width: 98%
}
table.stat tr
{
	border: solid 1px #F2F2F2
}
table.stat td 
{
	border: solid 1px #F2F2F2;
	padding: 0px
	
}
/*графики */
div.up_graph
{
	margin-left: auto;
	margin-right: auto;
	width: 10px;
	position: relative
}
table.graph_table {
  border-collapse:collapse;
  font:11px arial
}
table.graph_table th {
  background:#eee;
  border-bottom:silver 1px solid;
  font:11px arial;
}
th.date
{
	border-bottom: none;
	border-top-style: Solid; 
	border-top-width: 1px; 
	border-top-color:#000;
	text-align: center
}
#ctl00_content_center_graph td 
{
	text-align:center;
	vertical-align:bottom
}
#ctl00_content_center_graph span {
  border-right:#00f 1px solid;
  display:block;
  margin:0 2px;
  width:10px;
}
