﻿body
{
	background-color: #F6EFDD;
	color: #666666;
    font-family: Tahoma, Arial;
    font-size: 11px;
}
table
{
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
a
{
	color: #666666;
	text-decoration: none;
    text-decoration: underline;
}
a:hover
{
	color: #999999;
}
ul{
    line-height: 27px;
}
p{
    line-height: 27px;
    text-indent: 25px;
    text-align: justify;
}
/*****************************************************************************/
#header
{
	height: 200px;
	vertical-align: top;
}
#body
{
	width: 980px;
}
#footer
{
	width: 980px;
	background-image: url(img/bottom.jpg);
	height: 60px;
	text-align: right;
	font-weight: bold;
	color: #dddd66;
}
#footer td
{
	padding-right: 20px;
}
#newstd
{
	background-image: url(img/news_filler.jpg);
	width: 243px;
	margin-left: 20px;
	margin-right: 20px;
	vertical-align: top;
}
#newstitle
{
	background-image: url(img/tab.gif);
	vertical-align: middle;
	padding-left: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #dd4433;
}
#news
{
	padding-left: 19px;
	padding-right: 4px;
	padding-top: 12px;
	width: 215px;
}
#content
{
	width: 736px;
}
.news_content
{
	font-family: "MS Sans Serif" , Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.news_date
{
	font-family: "MS Sans Serif" , Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #993300;
}
.left_topic
{
	background-image: url(img/topic_l.jpg);
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	height: 50px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 450px;
	font-size: 14px;
}
.right_topic
{
	background-image: url(img/topic_r.jpg);
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	height: 50px;
	padding-bottom: 17px;
	padding-left: 455px;
	font-size: 14px;
}
.topic_content
{
	height: 150px;
	width: 736px;
	background-image: url(img/topic_content.jpg);
	padding-left: 30px;
	padding-right: 30px;
}
.topic_content img{
	margin: 5px 5px 5px 5px;
	float: left;
}
a img
{
	border: 0;
}
.readmore
{
	width: 132px;
	height: 22px;
	cursor: pointer;
}

.block table{
	border: 1px solid #E0E0DE;
	border-collapse: collapse;
	color: black;
}
.block table td{
	padding: 2px 5px;
    text-align: center;
}
.block table tr{
	background-color: #CCCEA7;
	color: #666666;
}
.block table tr:nth-child(odd){
	background-color: #CCCEA7;
	color: #666666;
}
.block table tr:nth-child(even){
	background-color: #CDCEC2;
	color: #666666;
}
.block table thead td{
	background-color: #909090;
	color: #DCDED7;
	padding: 2px 10px;
	text-align: center;
	font-weight: bold;
	-moz-user-select: none;
    height: 33px;
	cursor: default;
}

div.image {
	width: 100%;
    max-width: 700px;
    text-align: center;
    padding: 5px;
}
div.image img {
    margin: 5px;
    max-width: 612px;
    max-height: 459px;
    cursor: pointer;
    clear: both;
    float:none;
}
div.image span{
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 6px;
    width: 100%;
}
div.row div.image{
	width: auto;
	float: left;
}
#ImagePreview {
	position: fixed;
	z-index: 102;
	border: 5px solid #fff;
}
#ImageLoader {
	position: absolute;
	text-align: center;
	background-color: #fff;
	filter: alpha(opacity=0.4);
	opacity: 0.4;
	z-index: 100;
}
#blender{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 101;
}
.row_descr{
    clear: both;
    font-size: 12px;
    font-weight: bold;
}