body{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	background:url('/images/top.jpg') top left no-repeat scroll #ffffff;
	color:#000000;
	font-family:Verdana, Arial, Tahoma, sans-serif;
	font-size:90%;
}

a:link,
a:visited
{
	color:#000;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}

.center{
	text-align:center;
}
.strike{
    text-decoration:line-through;
}
img{
	border:0;
}

a.outlink{
	background:transparent url('/images/external.png') no-repeat scroll right center;
	padding-right:13px;
}

div#top{
    position:absolute;
	top:0;
    right:0;
	padding:5px 10px 0 0;
	font-size:120%;
    clear:both;
    color:#CCC;
	font-weight:bold;
}

p,
ul li,
ol li,
div#top{
	font-family:Times,serif;
}

ul li,
ol li{
	margin-bottom:15px; 
}

.img_text{
	width:300px;
	font-size:small;
	background-color:#f5f5f5;
	margin:0 auto auto auto;
	padding:3px;
}


table#main{
	width:100%;
	border-collapse:collapse;
	border-spacing:20px;
	margin-top:300px;
}
table#main tr td{
	width:50%;
	padding:0 5px 30px 10px;
	vertical-align:top;
}
h1{
	margin-top:0;
	font-size:1.7em;
	color:#000;
	font-weight:normal;
	border-bottom:5px solid #FC922C;
}
h2{
	font-size:1.3em;
	color:#000;
	font-weight:normal;
	border-bottom:3px solid #FC922C;
	margin:15px 0 15px 0;
}
h3{
	margin:20px auto auto auto;
	font-size:1.1em;
	color:#000;
	border-bottom:1px solid #FC922C;
}
h3.formHeader{
	margin:auto auto 0 auto;
}
#dec{
	border:1px solid #CCC;
	background-color:#f5f5f5;
	padding:0 10px;
	font-weight:bold;
	margin-bottom:20px;
	font-size:120%;
}
.felement{
	padding:10px 0 0 10px;
	margin:0 0 10px 0;
}
fieldset{
	margin:30px 0 0 0;
	padding:10px;
	border:1px solid #ccc;
}
legend{
	text-align:center;
	font-size:1.3em;
	color:#000;
	margin:0;
	_margin-bottom:10px;
	padding:0;
}

div.alert{
	font-weight:bold;
	padding:10px;
	border:2px solid #FC922C;
	background-color:#FFDEAD;
	margin:5px 0 10px 0;
}
div.alert ul.error_mesage{
	font-weight:bold;
	color:#990000;
	margin:10px 0 0 5px;
	padding:0 0 0 30px;
}
div.alert ul.error_mesage li{
	margin:0;
	padding:0;
}

#bottom{
	padding:5px 0 5px 5px;
	background-color:#000;
	font-size:85%;
}
#bottom,
#bottom a:link,
#bottom a:visited{
	color:#FC922C;
}

#bottom a.ml:link{color:#fff;}
#bottom a.ml:visited{color:#fff;}

#bottom p{
	margin:0;
}
#bottom #counters{
	float:right;
}
#bottom img{
	margin:0;
	padding:0;
	border:0;
}
#contact{
	font-family:Verdana, Arial, Tahoma, sans-serif;
	font-size:90%;
}
.code{
	width:250px;
	height:70px;
	overflow:scroll;
	font-size:80%;
	font-family:Times,serif;
	margin:auto;
}
ul#people{
	height:70em;
	overflow:scroll;
}

img.lj{
	border:0;
	vertical-align:bottom;
	padding-right:1px;
}

p#allmessages{
	margin-top:-10px;
}
p#allmessages strong{
	font-size:180%;
}
div#mlDiv{
	margin-top:10px;
	font-size:90%;
    color:#333;
}
div#mlDiv a{
    color:#333 !important;
}
div#banner{
	padding:10px 0 0 0;
	background-color:#999;
	text-align:center;
}
div#banner a{
    padding-bottom:10px;
    display:block;
    text-align:center;
}
#timofey{
	border:1px solid #CCC;
	background-color:#f5f5f5;
    padding:10px;
}
table#list{
	width:100%;
	border-collapse:collapse;
}
table#list tr td{
	width:25%;
	padding:3px;
	vertical-align:top;
}
ul#blogosfera2008{
    display:none;
}

div.user_message{
    padding-bottom:20px;
}
div.user_message div.ip{
    margin-top:5px;
    text-align:right;
    font-size:70%;
    color:#666;
}
div.user_message div.ip a{
    color:#666;
}

a.speak_normal,
a.speak_active{
    padding-left:17px;
    text-decoration:none;
}
a.speak_normal{
    background:url("/images/plus.gif") center left no-repeat;
}
a.speak_active{
    background:url("/images/minus.gif") center left no-repeat;
}
ul.hidden_speak {
    display:none;
}
ul.visibility_speak {
    display:auto;
}

/* таблица содержащая фото */
table.phototable{
    width:306px;
    margin:auto;
    text-align:center;
}
table.phototable tr td{
    padding:1px !important;
    margin:0;
}
em.cite{
    display:block;
    margin:5px 0 5px 30px;
    color:#666;
}
em.cite:before {
    content: "«";
}
em.cite:after {
    content: "»";
}