html, body, td, div, span, ul, li, ul, p, h1, h2, h3, h4, h5 
{
	padding: 0px;
	margin: 0px;
}

html, body, input {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
}

html, body 
{
	margin: 0px;
	padding: 0px;
	background-color: #000;
}

body.default {
	background-image: url(/skins/default/images/bg_1_0.gif);
	background-repeat: no-repeat;
	background-position: top center;
	min-width: 998px;
}

a:link, a:visited {
	color: #999;
}

ul 
{
	list-style: none;
	display: block;
}

div.clear {
	clear: both;
}

div.clearleft {
	clear: left;
}

input {
	border-width: 0px;
	background-color: fff;
	border: 1px solid #999;
	font-size: 20px;
	font-weight: bold;
}

input.black {
	background-color: #000;
	border: 1px solid #999;
	font-size: 12px;
	padding: 4px;
	color: #ccc;
}

input.button {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	background-color: #000;
	display: inline;
	padding: 4px 4px 2px 4px;
	cursor: pointer;
}

	input.button.red {
		background-color: #f00;
	}

	input.button.gray {
		background-color: #666;
	}


div#header, div#header li a, div.hr, 
.code.added, .code.new, .code.addedSmall, .code.newSmall, .featured.new, .featured.added, .featured.newSmall, .featured.addedSmall,
li.addYourMob, li.addYourCode, div.checkbox
{
	background-image: url(/skins/default/images/global_1_0.gif);
	background-repeat: no-repeat;
}


div#header {
	height: 117px;
	background-repeat: repeat-x;
}

	div#header ul {
		position: relative;
		width: 998px;
		height: 120px;
		margin: 0 auto;
		z-index: 2;
	}

	div#header ul li {
		float: left;
		cursor: pointer;
		margin-top: 30px;
		font-size: 0px;
	}


		div#header ul li a {
			color: #000;
			display: block;
			font-size: 0px;
			text-decoration: none;
		}


	div#header li.logo, div#header li.logo a {
		margin-top: 0px;
		height: 148px;
		width: 273px;
		background-position: -1px -200px;
	}

	div#header li.codes, div#header li.codes a {
		height: 80px;
		width: 174px;
		background-position: -540px -117px;
	}

	div#header li.mobs, div#header li.mobs a {
		height: 80px;
		width: 184px;
		background-position: -355px -117px;
	}

	div#header li.blog, div#header li.blog a {
		height: 80px;
		width: 167px;
		background-position: -187px -117px;
	}

	div#header li.tools, div#header li.tools a {
		height: 80px;
		width: 185px;
		background-position: -1px -117px;
	}

	div#header li.message
	{		
		position: absolute;
		margin-top: 0px;
		left: 220px;
		top: 8px;
		font-weight: normal;
		font-size: 11px;
		color: #666;
		z-index: 3;
	}
	
	div#header li.login
	{
		position:absolute;
		margin-top: 0px;
		right: 30px;
		top: 8px;	
		font-size: 11px;	
		color: #666;
		cursor: default;
	}
	
		div#header li.login a, div#header li.login span 
		{
			display: inline;
			color: #999;			
			font-size: 11px;
			font-weight: bold;		
		}




div#content {
	width: 940px;
	margin: 0 auto;
	margin-top: 12px;
	margin-bottom: 24px;
}





div#left_col {
	position: relative;
	width: 722px;
	min-height: 150px;
	background-color: #333;
	background-image: url(/skins/default/images/global_1_0.gif);
	background-repeat: no-repeat;
	background-position: -623px -465px;
	padding-top: 60px;
}




div#right_col {
	float: right;
	width: 192px;
	color: #999;
}
	ul.right_links {
		margin-bottom: 6px;
	}

	ul.right_links li, ul.right_links li a {
		font-size: 0px;
		display: block;
		color: #000;
	}

	ul.right_links li.addYourMob, ul.right_links li.addYourMob a {
		height: 46px;
		width: 191px;
		background-position: -593px -337px;
		margin-bottom: 4px;
	}

	ul.right_links li.addYourCode, ul.right_links li.addYourCode a {
		height: 46px;
		width: 191px;
		background-position: -401px -337px;
	}





ul.container_default {
	border: 1px solid #1e1e1e;
	margin-bottom: 6px;
}

ul.container_default.light {
	border: 1px solid #414142;
	margin-bottom: 6px;
}

	ul.container_default li {
		padding: 0px 3px 3px;
	}

	ul.container_default li.title {
		font-size: 16px;
		font-family: arial black;
		color: #fff;
	}

		ul.container_default li.title span {
			padding-left: 6px;
		}

	ul.container_default li.content {
	}





ul.codes li 
{
	padding: 0 2px 2px 18px;
	font-size: 14px;
	margin: 2px 0;
}

	ul.codes li.featured {
		color: #d6cd2a;	
	}

		ul.codes li.featured.added {
			background-position: -277px -223px;
			color: #252307;
		}

		ul.codes li.featured.addedSmall { 
			background-position: -277px -269px;
			color: #252307;
		}

		ul.codes li.featured.new {
			background-position: -277px -200px;
		}

		ul.codes li.featured.newSmall {
			background-position: -277px -246px;
		}


	ul.codes li.code {
		color: #fff;
	}
	
		ul.codes li.code.added {
			background-position: -277px -223px;
			color: #333;
		}
	
		ul.codes li.code.addedSmall {
			background-position: -277px -269px;
			color: #333;
		}
	
		ul.codes li.code.new {
			background-position: -277px -200px;
		}
	
		ul.codes li.code.newSmall {
			background-position: -277px -246px;
		}



ul.section {
	margin: 0 6px 10px;
}

	ul.section div.toolbar {
		position: absolute; 
		right: 4px; 
		top: -30px; 
		height: 20px;
		color: #ccc;
	}

	ul.section div.toolbar a {
		text-decoration: none;
		color: #ccc;
	}

	ul.section li {
		position: relative;
	}

	ul.section li.title {
		background-color: #000;
		font-size: 18px;
		font-family: arial black;
		color: #ccc;
		padding-left: 16px;
		margin-bottom: 10px;
	}

	ul.section li.content.padded {
		padding-left: 16px;
	}


div.signupToday {
	width: 203px;
	height: 34px;
	background-image: url(/skins/default/images/home_1_0.gif);
	background-repeat: no-repeat;
	background-position: -152px -379px;
	cursor: pointer;
}

div.hr {
	height: 4px;
	width: 181px;
	background-position: -278px -313px;
}

div.pagedialog_default {
	position: absolute;
	border: 4px solid #808080;
	background-color: #221f1f;
	z-index: 4;
}

div.pageoverlay_default {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 3;
	background-color: #000;
	-moz-opacity: .7;
	filter: alpha(opacity=70);
	cursor: pointer;
}

div.pageoverlay_light {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 3;
	background-color: #666;
	-moz-opacity: .7;
	filter: alpha(opacity=70);
	cursor: pointer;
}


table.form td {
	color: #ccc;
}

table.form td.label {
	font-size: 16px; 
	color: #999; 
	font-weight: bold;
}

table.form td.label_small {
	font-size: 12px;
	font-weight: bold;
}


table.form td.code {
	font-size: 18px; 
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #ccc;
}

	h2.code {
		color: #d6cd2a;	
	}

h3.blogtitle {
	font-size: 14px;
	font-weight: bold;
	color: #a0dcf4;
}

p.blogcontent {
	color: #ccc;
}

div.blogtimestamp {
	float: right;
	font-size: 11px;
	color: #999;
}

span.date {
	font-size: 10px;
	color: #333;
}

div.checkbox {
	background-position: -731px -118px;
	height: 13px;
	width: 13px;
	cursor: pointer;
}

div.checkbox.unchecked {
	background-position: -744px -118px;
}


div.footer 
{
	margin-top: 20px;
	float: right; 
	color: #666;
}div.title {
	position: absolute;
	left: 18px;
	top: 14px;
	font-size: 0px;
	height: 42px;
	width: 273px;
	background-image: url(/skins/default/images/global_1_0.gif);
	background-repeat: no-repeat;
	background-position: -465px -247px;
}

h1 {
	font-size: 18px;
	margin-bottom: 10px;
}

div.title_content {
	margin: 0 0 12px 18px;
	color: #ccc;
}

ul.section li.content ul {
	width: 30%;
	margin-top: 10px;
}

ul.mobs {
	float: left;
}

ul.mobs li {
	font-size: 14px;
	font-weight: bold;
	color: #ccc;
}

ul.mobs li a {
	color: #ccc;
	text-decoration: underline;
}

	ul.mobs li span.date {
		color: #aaa;
	}

