table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

body {
    line-height: 1.4;
    margin: 0 auto;
    padding: 10px;
    background-color: transparent;
    font-size: 80%;
}

img {
    vertical-align: middle;
    margin: auto 1px;
}

a:link, a:visited {
    color: #0099FF;
}

a:active, a:hover {
    color: #99CCFF;
}

    .tik {
        background-color: #fff;
        border: solid 1px #ccc;
        border-radius: 3px;
        float: right;
        height: 20px;
        padding: 5px;
        text-align: center;
		font-size: 10pt;
        width: 500px
    }

    .tik li {
        white-space: pre;
		font-size: 10pt;
    }

    .tik a:link,a:active,a:visited {
        color: #099;
        text-decoration: none
    }

    .tik a:hover {
        color: #099;
        text-decoration: underline
    }
	.slider,.slider li {
		list-style: none;
		margin: 0;
		overflow: hidden;
		padding: 0
	}

	.slider li {
		float: left
	}
	
    #whatsnew a:link,a:active,a:visited {
        color: #099;
        text-decoration: none
    }

    #whatsnew a:hover {
        color: #099;
        text-decoration: underline
    }
	#whatsnew{
		text-align: left;
       background-color: #222;
       border: solid 1px #000;
		color: #CCC;
       border-radius: 3px;
	}
	#whatsnew p{
		background-color: #555;
		padding: 3px;
		margin: 3px;
		border-radius: 3px;
	}

div.mainbody {
	width: 745px;
	margin: 0 auto;
}


img.maintopimg { 
	position: absolute;
	left: 20px;
	top: 20px;
}

div.topic { 
	position: absolute;
	right: 20px;
	top: 20px;
	width: 263px;
	height: 218px;
	padding: 10px;
	color: #FFF;
	background-color: #222;
	border: solid 1px #666;
	overflow-y: auto;
}

div#work {
	margin-bottom: 20px;
}
div#article table.newsitem{
	background-color: #000;
    empty-cells:show;
	width: 745px;
	color:#FFF;
	margin-bottom: 5px;
	border-radius: 5px;
	position:relative
}

div#article td.maintop {
	position: relative;
	padding: 0px;
	height: 320px;
	text-align:center;
	vertical-align: bottom;
}


.table-ri {
	background-color: #222;
	font-size:9pt;
}
.td-ri-title {
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	color: #FFFF00;
	background-color: #222;
	text-align: center;
}
.td-ri-date {
	font-size: 9px;
	padding: 2px;
	vertical-align: top;
	color: #111;
	text-align: right;
}
.td-ri-comment {
	font-size: 12px;
	padding: 2px;
	color: #FFF;
	text-align: left;
	border-bottom:1px dashed #666;
}
.table-ri-admin {
}
.td-ri-ptop {
	background-color: #000;
}
.td-ri-pbottom {
	background-color: #000;
}
.td-ri-admin {
	font-size: 8px;
	color: #FF0000;
	text-align: right;
	padding: 2px;
}

.td-ri-admin a{
	color: #CCC;
}

.table-prenext {
	width: 100%;
}
.td-prenext {
	text-align: center;
	font-size: 11px;
}
.td-prev {
	text-align: left;
	font-size: 11px;
	width: 20%;
}
.td-next {
	text-align: right;
	font-size: 11px;
	width: 20%;
}
.td-copyright {
	font-size: 10px;
	color: #333333;
	text-align: right;
}
