/* 
   Modified from an original theme 
   By FreeProxyThemes.com (c) 2010 
*/

/* GLOBAL ELEMENTS */
html,body {
	margin: 0; padding: 0;
	background: #212830;
	font-size: 100%;
	font-family: "trebuchet ms", arial, verdana;
	color: #444;
	text-align: center;
}

a {
	color: #2397E7;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

p {
	color: #a4acb4;
	line-height: 170%; margin: 5px 0;
}
p, td, th, ul {
	font-size: 80%;
}

/* LAYOUT */

#tools {
	width:700px;
	margin: 0 auto;
}

#wrapper {
	width: 755px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-color: #181D22;
}

#content {
	background: #181D22;
	border-top: 3px solid 66707b;
	border-bottom: 3px solid #66707b;
	padding: 20px;
}

/* ELEMENTS */

h1 {
	font: 170% Georgia, "Times New Roman", Times, serif;
	color: #fff;
	padding: 40px 0 10px 20px;
	margin: 0;
}

h1 span {
	color: #2397e7; 
}

h1 a {
	color: #FFF; 
}

h1 a:hover {
	color: #2397e7;
	text-decoration: none;
}

h1 a:hover span {
	color: #FFF;
}

h2 {
	font: bold 100% arial, verdana, sans-serif;
	color: #ffb023;
	margin: 25px 0 10px 0;
	background: url(images/separator-lines.gif) repeat-x bottom;
	padding: 0 0 7px 0;
	font-size: 90%;
	text-transform: uppercase;
}

p+p {
padding-top: 1em; 
}

form.form {
	font-size: 80%;
	background-color: #181d22;
	padding: 10px;
}

#options {
	list-style-type: none;
	width: 500px;
	margin: 10px; padding: 0;
}

#options li {
	float: left;
	width: 240px;
	border-left: 5px solid #ccc;
}

#footer {
	margin: 10px 0;
	font-size: 80%;
	color: #ccc;
}

#formbg {
	background:url(images/form_bg.jpg) no-repeat;
	width:598px;
	height:51px;
	margin: 0 auto;
}

#nav {
	text-align: right;
	list-style-type: none;
	font-size: 80%;
	border-top: 1px solid #ccc;
	margin: 20px 0 0 0;
	padding: 0;
}

#nav li {
	padding: 0 5px 0 5px;
	display: inline;
	border-left: 1px solid #ccc;
}

.left {
	float: left;
}

/* STYLES */

.first {
	margin-top: 0 
}

input.textbox {
	width: 488px;
	height:31px;
	font: 180% arial, verdana, sans-serif;
	background: transparent;
	border: none;
	color:#A4ACB4;
	padding:12px 10px 0 5px;
	float:left;
}

input.button {
	font: 120% arial, verdana, sans-serif;
	background: transparent;
	border: 0;
}

input.checkbox {
	background-color:#333;
}

label {
	font-weight: light;
}

#error {
	border: 1px solid red;
	border-left: 5px solid red;
	padding: 2px;
	margin: 5px 0 15px 0;
	background: #eee;
}

/* TABLES USED IN COOKIE MANAGEMENT / EDIT BROWSER PAGES */

table {
   border-color: #181D22;
   border-width: 0 0 1px 1px;
   border-style: solid;
   width: 50%;
}

th {
   color: #ffffff;
   font-size: normal;
   background: #181D22;
   border-width: 2px;
}

td, th {
   border-color: #181D22;
   border-width: 1px 1px 0 0;
   border-style: solid;
   padding: 2px 10px 2px 10px;
}

td {
	color: #A4ACB4;
	background: #181D22;
}

.full-width {
	width: 98%;
}

.large-table {
	width: 75%;
	margin-top: 15px;
}

.large-table td, .large-table th {
	padding: 5px;
}

td.small-note {
	font-size: 60%;
	padding: 2px;
	text-align: right;
}

/* TOOLTIP HOVER EFFECT */

label {
	font-weight: bold;
	line-height: 20px;
	cursor: help;
}

#tooltip {
	width: 20em;
	color: #fff;
	background: #555;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	border: 3px solid #333;
	text-align: left;
}

/*----------------------top right navigation-------------------------*/

#right_content {
	width: 428px;
	padding: 20px 0 0 0;
	margin: 0 auto;
	float: right;
}

#right_ads {
	width: 728px;
	height: 90px;
	padding: 10px 0 0 0;
	margin: 0 auto;
	position: relative;
	left: -5px;
}

#left_nav {
	width: 198px;
	height: auto;
	padding: 20px 0 0 0;
	float: left;
}

#left_nav ul, #right_content ul {
	list-style: none;
	margin: auto;
	display: block;
	padding: 0;
}

#left_nav ul li, #right_content ul li {
	list-style: none;
	display: block;
	width: auto;
	height: 29px;
	padding: 0px;
	line-height: 29px;
	background: url(images/right_nav.gif) no-repeat center;
}

#left_nav ul li span, #right_content ul li span {
	height: 29px;
	display: block;
	width: 198px;
	text-decoration: none;
	padding: 0 0 0 35px;
	margin: 7px 0 7px 0;
	color: #6a7581;
	background: url(images/right_nav.gif) no-repeat center;
	background-position:0px 0px;
}

#left_nav ul li span:hover, #right_content ul li span:hover {
	height: 29px;
	display: block;
	width: 198px;
	text-decoration: none;
	color: #a4acb4;
	padding: 0 0 0 35px;
	margin: 7px 0 7px 0;
	background: url(images/right_nav_a.gif) no-repeat center;
	background-position: 0px 0px;
}

#left_nav ul li span.current, #right_content ul li span.current {
	height: 29px;
	display: block;
	width: 198px;
	text-decoration: none;
	padding: 0px;
	color: #a4acb4;
	padding: 0 0 0 35px;
	margin: 7px 0 7px 0; 
	background: #000 url(images/right_nav_a.gif) no-repeat center;
	background-position: 0px 0px;
}

#footer {
	margin: 10px 0 0 0;
	font-size: 79%;
	color: #ccc;
	height: 25px;
	padding: 0 20px;
}

.left {
   float: left;
}

.column-left {
	float:left;
	display:inline;
	width: 60%;
}

.column-right {
	float:right;
	display:inline;
	width: 250px;
	text-align: right;
}
