* {
    margin: 0;
    padding: 0;
}
html, body {
    height:100%;
}
body {
    background-color : #000;/*#121212;*/
    font-family: Bitstream Vera Sans, Tahoma, sans-serif;
	font-size: 11px;
    color: #FFFFFF;
    margin:0px;
    padding:0px;
}
/*up down ratio inbox etc etc*/
#topbar {
	padding: 3px 0px;
    position:fixed;
	color: #FFFFFF;
	z-index:80;
	text-align: center;
	top:0;
	display:block;
	left:0;
	width:100%;
	font-size:8pt;
	background:#333333;/*#282828;*/
	border-bottom:1px solid #000000;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
}

.hdrimg  {
	margin-top: 0px !important;
	position: relative;
	top: 2px;
}


#topbar ul {
	display: inline;
	margin: 0px 0.8%;
	padding: 4px;
}

#topbar ul li {
	position: relative;
	display: inline;
	margin: 0 0.1em;
	line-height: 20px;
	vertical-align: middle;
	padding: 2px;
}

#topbar a {
	color: #FFFFFF;
}

#topbar a:hover {
	text-decoration: underline;
	color: #0000FF;
}

#topbar b a {
	font-weight: normal;
	font-size: 0.9em;
}

#topbar span.stat {
	color: #FFFFFF;
}

#topbar_login {
	position: absolute;
	top: 0px;
	left: 9%;
}

/*reg status*/

#topbar_ssl {
	position: absolute;
	top: 0px;
	left: 0%;
}
.ssl  {
	color:#FF0000;
	font-weight:bold;
}
#topbar_reg {
	position: absolute;
	top: 0px;
	right: 0%;
}
#bottom_banner {
	position:fixed;
	bottom: 5;
}

.main_news_box {
    width: 850px;
	background-color: #282828;
	border: 1px solid #303030;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
}
.main_news_box .news_box {
	margin-bottom: 10px;
    background-color: #333333;
}
h2 {
	text-align: center;
	font-size: 12pt;
	padding-bottom: 10px;
	color: #fff;
}
/*.news_box {
    width: 750px;
	font-size: 8pt;
	background-color: #282828;
	border: 1px solid #303030;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
	padding: 1em 0;
}*/
.news_box {
	font-size: 8pt;
	background-color: #222;
	border: 1px solid #000;
	padding-bottom: 10px;
}
.head {
	padding: 4px;
	border-bottom: 1px solid #303030;
	background: #666;
	background-image: url(images/blackgrad.png);
	color: white;
	word-wrap:break-word;
}

.box {
	font-size: 8pt;
	background-color: #282828;
	border: 1px solid #303030;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
}

#maincontent{
	margin: 100px auto;
}

#logo {
	width: 700px;
    background: url('images/logo.png') no-repeat center;
    padding: 150px 0px 0px 0px;
}

#subtext {
    width: 420px;
    text-align: justify;
}

a {
    color:#808080;/*#757575; */
    text-decoration: none;
}

a:hover {
    color: #0000FF;
}

.registrations_open  {
	color:#00FF00;
	font-weight:bold;
}

.registrations_closed  {
	color:#FF0000;
	font-weight:bold;
}

.invites_open  {
	color:#00FF00;
	font-weight:bold;
}

.invites_closed  {
	color:#FF0000;
	font-weight:bold;
}

input[type="text"], input[type="password"] {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	background-color:#222222;
	border:1px solid #303030;
	color:#CCCCCC;
	font-size:0.9em;
	padding:3px 3px 3px 5px;
}

input[type="submit"] {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	background-color:#454545;
	border-style:none;
	color:#999997;
	margin-top:4px;
	padding:3px;
}

textarea {
	background-color: rgba(255,255,255,0.75);
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	margin-right: 10px;
	border: 1px solid #1d1d1d;
}

.inputtext {
	color:#000000;
	font-family:"tahoma","arial","helvetica","sans-serif";
	font-size:8pt;
	padding:1px 3px 0;
	width:250px;
}


#foot{
	position:fixed;
	left: 0;
	bottom: 0;
	height:20px;
	width: 100%;
}


#copyright{
    font-size: 8pt;
    color: #fff;
    padding: 2px;
    float: right;
}

/*#copyright {
    color:#FFFFFF;
    text-align: center;
	background: transparent;
	font-size: 10px;
}    */

#copyright p {
	padding: 4px 0px 8px 0px;
	margin: 0;
}
