.workspace {
	background-color: #000000;
 	background-image:  url(img/texture2.gif);
}
body {
	color: #a9a9ab;
}
h2 {
	color: #FF0000;
}
.site, body {
	background-color: #000000;
}
.imageborder{
	border-width: 20px;
	-moz-border-image: url(img/border2_2.gif) 20 stretch; /*Mozilla version*/
	-webkit-border-image: url(img/border2_2.gif) 20 stretch; /*Webkit version*/
	-o-border-image: url(img/border2_2.gif) 20 stretch; /*Opera version*/
	-ms-border-image: url(img/border2_2.gif) 20 stretch; /*IE syntax when it does support this prop*/
	border-image: url(img/border2_2.gif) 20 stretch; /*Standard version*/
    float: left;
    clear: both;
	margin-bottom: 20px;
    width: 90%;
 }
a:link,
a:visited {
	color: #cccccc;
}
a:hover,
a:active {
	color: #FF0000;
}
.menucontents a {
	color: #000000;
}
.menucontents a:hover {
	color: #FF0000;
}
.news {
	background-image:  url(img/splash_1b_1.gif);
	padding-top: 25px;
	height:65px;
}
.topnews {
	background-image:  url(img/splash_3b_1.gif);
	padding-top: 20px;
	height:60px;
}
.pall {
	background-image:  url(img/splash_4b_1.gif);
	padding-top: 15px;
	height:55px;
}
.top5 {
	background-image:  url(img/splash_2b_1.gif);
	padding-top: 15px;
	height:56px;
}
.calend {
	background-image:  url(img/splash_6b_1.gif);
	padding-top: 15px;
	height:71px;
}
.stat {
	background-image:  url(img/splash_5b_1.gif);
	padding-top: 15px;
	height:71px;
}
.tables, .tablesstat {
    padding-top: 10px;
    padding-bottom: 10px;
    border-spacing: 0px;
}
.tables td {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
	vertical-align: middle;
 	/*border:solid #222222 1pt;*/
}
.tablesstat td {
    padding: 1px;
}
.tables thead tr, .tables tr:hover, .tablesstat thead tr, .tablesstat tr:hover {
    background-color: #222222;
}
.sub_select, .sub_select a {
	color: #808080;
	font-size: 10px;
}
.sub_select a:hover {
	color: #FF0000;
}
.status_reg {
	color: #4169e1;
}
.status_auth {
	color: #41e14e;
}
.status_wait {
	color: #505050;
	font-style: italic;
}
.status_ban {
	color: #505050;
	text-decoration: line-through;
}
.adv,a.adv:active,a.adv:link,a.adv:visited,a.adv:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 100;
	text-decoration: none;
	text-align: center;
	color: #292929;
}
