/* Cheat Vortex V1 */

body {margin: 0; background: #333333 url('http://www.cheatvortex.com/images/bg.jpg'); font-size: 12px; font-family: arial, helvetica, sans-serif;}
#container {width: 800px; position: absolute; left: 50%; margin-left: -400px; background: #fff;}

.bar1 {float: left; width: 790px; height: 23px; background: url('http://www.cheatvortex.com/images/bar2.jpg'); border-top: 1px solid #fff; 
font-size: 11px; color: #fff; font-weight: bold; padding: 9px 0 0 10px;}
.bar2 {float: left; width: 790px; height: 23px; background: url('http://www.cheatvortex.com/images/bar1.jpg'); border-top: 1px solid #fff; 
margin-bottom: 10px; color: #fff; font-size: 11px; font-weight: bold; padding: 11px 0 0 10px;}
.bar3 {float: left; width: 800px; height: 34px; background: url('http://www.cheatvortex.com/images/bar1.jpg'); border-top: 1px solid #fff; 
margin-top: 10px;}
#content {width: 780px; padding: 0 10px 0 10px; line-height: 18px;}
.header {float: left; width: 800px; height: 82px; background: url('http://www.cheatvortex.com/images/header.jpg');}
.leaderad {float: left; width: 800px; height: 100px; text-align: center; background: url('http://www.cheatvortex.com/images/adbg.jpg'); 
padding-top: 10px;}
#topbar {float: left; width: 560px; height: 26px; background: url('http://www.cheatvortex.com/images/topbar.jpg'); border-bottom: 1px solid #fff; 
color: #fff; font-size: 11px; font-weight: bold; padding: 14px 0 0 10px;}
#topbar-2 {float: left; width: 220px; height: 32px; background: url('http://www.cheatvortex.com/images/topbar.jpg'); border-bottom: 1px solid #fff; 
color: #fff; font-size: 11px; font-weight: bold; padding: 8px 0 0 10px;}
.blue {color: #c0f2ff;}
#footer {float: left; width: 780px; height: 43px; background: url('http://www.cheatvortex.com/images/footer.jpg'); line-height: 18px; 
font-size: 11px; color: #fff; padding: 8px 10px 0 10px;}

/* Game */
.game {float: left; width: 760px; padding: 10px; background: #f5f5f5; border: 1px solid #c4c4c4; margin-bottom: 10px;}

/* Headings */
h1 {margin: 0; font-size: 11px;}
h2 {margin: 0 0 3px 0;}

/* Links */
a {color: #092b47;}
a:hover {color: #1eb4e0;}
.bar1 a {color: #fff; text-decoration: none;}
.bar1 a:hover {color: #1eb4e0;}
#footer a {color: #fff; text-decoration: none;}
#footer a:hover {color: #1eb4e0;}

/* Search */
form {margin: 0; padding: 0;}
.searchbox {width: 200px; height: 19px; border: 1px solid #071722; background: #798790; 
padding: 5px 5px 0 5px;}
.button {width: 200px; height: 25px; border: 1px solid #333; background: #0d2432; margin-top: 5px; color: #fff;}

/* Top List */
ul {float: left; margin: 0; padding: 0; list-style: none; font-size: 11px; margin: 10px 0 0 0;}
.list-title {width: 375px; height: 24px; background: url('http://www.cheatvortex.com/images/toptitle.jpg'); color: #fff; font-weight: bold; 
padding: 6px 0 0 10px;}
.topitem {width: 373px; height: 24px; background: #f5f5f5; border: 1px solid #c4c4c4; margin-top: 3px; 
padding: 6px 0 0 10px;}
.divider {float: left; height: 40px; width: 10px;}

/* Tables */
table.primary
{
	border: 1px solid #ababab;
	border-collapse: separate;
	background-color: white;
	font-family: Arial, Tahoma, Helvetica;
	border-spacing: 1px;
}

table.primary tr th
{
	background: #0d2432;
	text-align: left;
	color: white;
	font-size: 12px;
	height: 27px;
	padding: 0 10px 0 10px;
}

table.primary tr td
{
	background-color: #e3e3e3;
	padding: 1px 0 1px 0;
	font-size: 11px;
	padding: 0 10px 0 10px;
	height: 20px;
	line-height: 20px;
}

table.primary tr td.alt
{
	background-color: #dbdbdb;
}