/***** INDEX *****/
body {
	background: #000 url(i/skin/default/rmd2.png);
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

hr {
	border: 0;
	width: 100%;
	color: #B0D160;
	background-color: #B0D160;
	height: 3px;
}

h2 {
	text-align: center;
	font-size: 14px;
	margin: 0 -3px;
	overflow: hidden;
}

.center {
	text-align: center;
}

.error {
	text-align: center;
	font-weight: bold;
	color: #f00;
}

div {
	font-size: 10px;
}

/***** IMAGES *****/
img {
	border: 0px none;
}

.frame {
	border: 2px solid #505080;
}

.right {
	float: right;
	clear: right;
}

.left {
	float: left;
	clear: left;
}

.comics {
	float: left;
	width: 50px;
	border: 2px solid #505080;
	margin: 0 2px 2px 0;
	text-align: center;
	padding: 2px;
}

.comicjam {
	float: left;
	width: 100px;
	border: 2px solid #505080;
	margin: 0 2px 2px 0;
	text-align: center;
	padding: 2px;
}

/***** LINKS *****/
a { 
	text-decoration: none;
	font-weight: bold;
	color: #0ff;
}

a:hover,a:focus { 
	color: #ff0;
}

a.nav { 
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

a.nav:hover,a.nav:focus { 
	color: #fff;
}

a.aff { 
	text-decoration: none;
	font-weight: bold;
	color: #304150;
}

a.aff:hover,a.aff:focus { 
	color: #505070;
}

/***** TABLES *****/
table .content {
   	background: #303141;
	color: #fff;
	text-align: left;
	padding: 3px 3px;
}

table .database {
   	background: #303141;
	color: #fff;
	text-align: center;
	padding: 3px 3px;
}

table .script {
   	background: #303141;
	color: #fff;
	text-align: center;
	vertical-align: top;
	padding: 3px 3px;
}

table .updates {
   	background: #303141;
	color: #fff;
	text-align: right;
	padding: 3px 3px;
}

table .online {
   	background: #303141;
	color: #fff;
	text-align: left;
	padding: 3px 3px;
}

table .main {
   	background: #303141;
	color: #fff;
}

table .heading {
   	background: #304150;
	color: #fff;
	text-align: left;
}

table .sidebar {
	background: #B0E1A1;
	text-align: center;
	font-size: 10px;
	color: #000;
}

table .footer {
   	background: #303141;
	color: #fff;
	font-size: 10px;
	padding: 3px 3px;
}

table .gamenav{
	text-align: left;
	vertical-align: top;
}

td .link {
	color: #fff;
	background: #505070;
	font-weight: bold;
	text-align: center;
}
td .link2 {
	color: #fff;
	background: #C04070;
	font-weight: bold;
	text-align: center;
} 

.border{
	background-color: #505080;
	border-spacing: 2px;
}