html {height: 100%;}
body {
	margin: 0;
	padding: 0;
	font-family: Sylfaen,Trebuchet MS,Georgia;
	font-size: 12px;
	height: 100%;
	/*background-image:URL(/img/gback.jpg);
	background-repeat:no-repeat;*/
}
a.black {color: #000}
a.black:hover {text-decoration: none;}
a.nav {color: #000}
a.nav:hover {text-decoration: none;}
a {color:#0000FF}
a:hover {text-decoration: none; color:red;}
p {margin: 0 0 5px 0;}
td.head {
	padding: 0 10px 0 10px;
	height: 1px;
	border-bottom: 1px solid #000;
}
td.side {
	width: 15%;
	padding: 10px;
}
td.body {padding: 0 10px 0 10px;}
td.stat {
	text-align: right;
	height: 1px;
	margin-right: 5px;
	padding: 0;
	color: #999;
	font-size: 7pt;
}
td.foot {
	border-top: 1px solid #000;
	height: 1px;
	text-align: center;
	font-size: 8pt;
}
div.page-descr {
	margin: 0;
	padding: 1;
	width: 100%;
	text-align: center;
}
div.page-text {
	width: 100%;
	text-align: justify;
	padding: 2;
}
div.prn {
	width: 100%;
	margin-top: 10px;
	font-size: 7pt;
}
h1.h1-descr {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}
div.comhead {
	padding: 5px;
	margin-left: 30px;
}
div.comment {
	margin: 0 50px 15px 50px;
}
div.cmt_reply {
	margin: -10px 50px 15px 50px;
	font-style: italic;
}
div.cmt_link {
	width: 100%;
	text-align: right;
	margin-top: 10px;
	font-size: 9pt;
}
input {
	padding: 0 2px 1px 2px;
	border: 1px;
	border-style: solid;
	font-family: Sylfaen, Trebuchet MS;
}
textarea {
	padding: 0 2px 1px 2px;
	font-size: 10pt;
	border: 1px;
	border-style: solid;
	font-family: Sylfaen, Trebuchet MS;
}
table {
	vertical-align: top;
	font-size: 14px;
}
table.main {
	width :100%;
	border: 0;
}
ul.tr {
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
}
.ma {background-color: #ccc;}
li {text-align: justify;}
div.comhead {
	width: 97%;
	margin: 5px;
	padding: 3px;
	border: 1px solid #ccc;
}
div.comment {padding: 0 0 5px 15px;}
div.reply {
	width:95%;
	padding:0 0 5px 20px;
	font-style: italic;
}
div.bloghead {
	width: 97%;
	margin: 5px;
	padding: 3px;
	border: 1px solid #ccc;
}
div.blogbody {
	margin:0 10px 5px 25px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
p.q {
	margin-left: 25px;
	margin-right: 25px;
	font-style: italic;
}
div.test {
	width: 50%;
	height: 350px;
	border: 1px solid;
	background-image: URL(/img/test.gif)
}
.news_nav {
	width: 100%;
	text-align: center;
}
.nt {padding: 2px 2px 2px 20px;}
.stat {
	color: #cccccc;
	font-size: 7pt;
	padding-right: 5px;
}
div.ni {
	width:100%;
	margin:5px;
	padding:3px;
	border: 1px solid #E6E6E6;
}
span.time {
	font-size: x-small;
	color: #ccc;
}

#scrollbar
{
    border: 1px solid #ccc;
    width: 650px;
    height: 220px;
    overflow: hidden;
    padding-top: 5px;
}

#scroller
{
    position: relative;
    padding-left: 5px;
    left: 0px;
}

#scrollbar_border
{
    border: 2px solid;
    position: absolute;
    top: 0;
    left: 0;
}

#scrollbar .imagebox
{
    position: relative;
    float: left;
    width: 200px;
    height: 200px;
    padding: 5px;
    text-align: center;
    margin-right: 5px;
}

.imagebox img
{
    border: 1px solid white;
    cursor: pointer;
}

#image_description
{
    background-color:#ccc;
    padding: 3px;
}

#timer
{
    display: none;
    position: absolute;
    float: left;
    left: 0;
    top: 0;
}