body {
	background: url('/images/autosimulado/bg.jpg') repeat-x #F3F3F3;
}
body, input, textarea {
	font: 12px "Lucida Grande", Helvetica, sans-serif;
}
a {
	text-decoration: none;
}
h2 {
	font-weight: normal;
}

#body {
	margin: 0 auto 0; 
	width: 951px;
	position:relative; 
	display:block; 
	background: url('/images/autosimulado/bg_sidebar.gif') left top #f8fbfb repeat-y;
	border-left: 1px solid #fff;
}

/* ************************** header ************************** */
#header {
	margin: 10px auto 0; 
	width: 950px;
}

#logo {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 160px;
	height: 160px;
	position: relative;
	margin: 0 auto 0;
	background: url('/images/autosimulado/logo.jpg') no-repeat;
}
#logo a {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 160px;
	display: block;
	border: 0;
	background: transparent;
	overflow: hidden;
}
#logo .fake-hover {
	margin: 0;
	padding: 0;
	width: 160px;
	height: 160px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url('/images/autosimulado/logo.jpg') no-repeat 0 -160px;
}

#header ul {
	margin: 20px 0 0 200px;
	height: 32px;
	width: 755px;
}
#header li {
	background: #e7eaea url('/images/autosimulado/bg_ul.gif') bottom left repeat-x;
	border-top: 1px solid #fff;
	color: #555;
	float: left;
	font-weight: bold;
	line-height: 200%;
	padding: 5px 14px 3px;
	margin-right: 4px;
	text-transform: uppercase;
}
#header li.signup {
	background: #069 url('/images/autosimulado/bg_sign.gif') bottom left repeat-x;
	border-top: 1px solid #4583a2;
	float: right;
}
#header li.signup a {
	color: #b2dee8;
}
#header li a {
	color: #555;
}
#header li a:hover {
	color: #000;
}
#header li.current {
	background: #f8fbfb;
	color: #752364;
}

/* ************************** sidebar ************************** */
#sidebar {
	color: #555;
	clear: left;
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 0;
	width: 199px;
}
#sidebar #sidebar_categories, #sidebar #sidebar_tags {
	display: none;
}
#sidebar input {
	font-size: 11px;
}
#sidebar .group {
	background: url('/images/autosimulado/bg_group.jpg') left bottom no-repeat;
	clear: both;
	padding: 5px 10px 10px 10px;
}
#sidebar .group .thumb {
	height: 179px;
	margin-top: 5px;
	text-align: center;
}
#sidebar .group #forgot_password {
	clear: both;
	display:none;
}

#sidebar h3 {
	color: #555;
	text-shadow: #fff 0 1px 1px;
	margin: 5px 0;
	text-transform: uppercase;
}
#sidebar a {
	color: #555;
}
#sidebar form input {
	background: #fff;
	border: solid 1px #aacfe4;
	padding: 5px;
	width: 170px;
}
#sidebar form input:focus, .form1 input:focus, .form1 textarea:focus {
	border: 1px solid #555;
}
.form2 input:focus, .form2 textarea:focus, .form3 input:focus {
	border: 1px solid #666;
}
#sidebar form label, .form1 label, .form2 label, .form3 label {
	color: #555;
	display: block;
	font-weight: bold;
	margin: 5px 0;
	text-transform: uppercase;
}
#sidebar input.submit, #sidebar a.submit, input.submit, .form1 input.submit, .form1 a.submit, .content a.submit, .form3 input.submit {
	background: #069 url('/images/autosimulado/bg_sign.gif') bottom left repeat-x;
	border: 1px solid #4583a2;
	color: #b2dee8;
	clear: both;
	font-weight: bold;
	float: right;
	margin: 5px 0;
	padding: 5px;
	text-transform: uppercase;
}
#sidebar input.submit:hover, #sidebar a.submit:hover, input.submit:hover, .form1 input.submit:hover, .form1 a.submit:hover, .content a.submit:hover {
	color: #fff;
	cursor: pointer;
}
.form2 input.submit {
	background: #888;
	color: #fff;
}
#sidebar a.right {
	clear: both;
	color: #555;
	font-size: 10px;
	display: block;
	font-weight: bold;
	text-align: right;
	line-height: 150%;
	text-transform: uppercase;
}
#sidebar a.right:hover {
	color: #000;
}
#sidebar input.checkbox {
	background: transparent;
	border: 0;
	float: left;
	margin: 6px 6px 0 0;
	width: auto !important;
}
#sidebar input.submit {
	width: auto !important;
}
#sidebar .group p .thumb { 
	height: 26px;
	width: 26px;	
}
#content {
	float: right;
	width: 749px;
}

/* ************************** signup ************************** */
.form1, fieldset {
	border: 2px solid #b7ddf2;
	background: #ebf4fb;
	margin: 10px;
	padding: 10px;
}
fieldset {
	margin: -10px;
}
.form1 h3, .form2 h3  {
	font-size: 14px;
	text-shadow: #fff 0 1px 1px;
	font-weight: bold;
	margin-bottom: 5px;
}
.form1 p, .form2 p {
	font-size:11px;
	color:#666;
	margin-bottom:20px;
	border-bottom: 1px solid #b7ddf2;
	padding-bottom:5px;
}
.form1 label, .form2 label, .form3 label, .form3 h4 {
	clear: left;
	float:left;
	text-align: right;
	width: 140px;
}
.form1 .help, .form2 .help {
	color: #555;
	float: left;
	margin: 7px;
}
.form1 .error, .form2 .error {
	border: 1px solid #c00; 
	background: #fcc; 
	color: #c00; 
	float: left;
	margin: 0 5px 10px 5px;
}
.form1 .error p, .form2 .error p {
	border-bottom: 1px solid #c00; 
}
.form1 .help a, #footer a, .form1 ol a  {
	color: #555;
}
.form1 input, .form1 select, .form1 textarea {
	background: #fff;
	border: solid 1px #aacfe4;
	float: left;
	font-size: 12px;
	margin:0px 0 10px 10px;
	padding: 5px;

}
.form2 input, .form2 select, .form2 textarea, .form3 input, .form3 select {
	background: #fff;
	border: solid 1px #dedede;
	float: left;
	font-size: 12px;
	margin:0px 0 10px 10px;
	padding: 5px;

}
.form1 textarea, .form2 textarea {
	width: auto;
}
.form1 .link {
	float: left; 
	clear: both; 
	margin: 0 10px 0 150px
}
.form1 ol a {
	margin: 15px 5px 0 5px;
}
.form1 .alternative {
	clear: left;
	margin: 5px 0 5px 160px;
}
input.submit, .form1 input.submit, .form1 a.submit, .content a.submit, .form2 input.submit, .form3 input.submit {
	float: left;
	margin-left: 150px;
	width: auto !important;
}
label:hover {
	cursor: pointer;
}
ul#available-tags {
	clear: both;
	display: inline;
	float: left;
	font-size: 85%;
	list-style: none;
	margin: 0 0 15px 150px;
}
ul#available-tags li {
	float: left;
	margin-right: 10px;
}
ul#available-tags li a, a.tag {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 5px;
	background: #eee;
	color: #333;
}
ul#available-tags li a.selected, a.tag:hover {
	background:#666;
	color:#ddd;
}

/* ************************** profile page ************************** */
.leftcolumn {
	float: left;
	width: 60%;
}
.rightcolumn {
	float: right;
	width: 35%;
	text-align: right;
}

/* ************************** contents template ************************** */
.content {
	margin: 10px;
	padding: 10px;
}
.content h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.content p{
	font-size: 11px;
	color:#666;
	margin-bottom:20px;
	border-bottom: 1px solid #666;
	padding-bottom:5px;
}
.content .group {
	margin-bottom: 20px;
}
.content ol.ordened { 
	list-style: none;
}
.content ol.terms { 
	list-style-type: decimal;
	list-style-position: inside;
}
.content .title {
	font-size:12px; 
	font-weight:bold; 
	color:#000;
}
.content .line {
	background: url('/images/line.png') no-repeat center bottom;
	padding-bottom: 20px;
}
.content .list { 
	font-size:11px; 
}
.content .list p {
	border: 0;
	margin: 0;
}
.content .group .thumb {
	margin: 10px;
}

/* ************************** footer ************************** */
#footer {
	clear: both;
	color: #555;
	font-weight: bold;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;			
}



/* ************************** homepage ************************** */
#index {
	background: url('/images/autosimulado/index.jpg') right bottom no-repeat;
	font-size: 120%;
	min-height: 330px;
	padding: 0 0 0 20px;
}
#index h2 {
	padding-top: 20px;
	color: #333;
	text-shadow: #555 0 1px 1px;
}
#index ul { 
	margin: 45px 0 0 0; 
	width: 244px;
}
#index ul li {
	background: url('/images/autosimulado/check.png') no-repeat left top;
	padding: 0 0 0 32px;
	margin-bottom: 10px;
	line-height: 140%;
}
#index #index_bar {
	font-size: 85%;
	font-weight: bold;
	padding: 5px;
	margin-top: 45px;
}
#index #index_bar a {
	padding: 5px 10px;
	margin: -10px 5px -10px 5px;
	text-transform: uppercase;
}
#index #index_bar .signup, #index #index_bar .exam {
	background: #069 url('/images/autosimulado/bg_sign.gif') bottom left repeat-x;
	border: 1px solid #4583a2;
	color: #b2dee8;
}
#index #index_bar .tour {
	background: #e7eaea url('/images/autosimulado/bg_ul.gif') bottom left repeat-x;
	border: 1px solid #BBBFC0;
	color: #555;
}





/* ************************** blog ************************** */
.meta { 
	background: #eee;
	float: left; 
	margin-right: 5px;
	padding: 5px;
	width: 100px;
	text-align: right;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.icon_rss {
	background: url('/images/icon_feed.gif') no-repeat;
	height: 20px;
	line-height: 150%;
	padding-left: 20px;
}
.icon_date {
	background: url('/images/icon_date.gif') no-repeat;
	height: 20px;
	line-height: 150%;
	padding-left: 20px;
}
.icon_comment {
	background: url('/images/icon_comment.gif') no-repeat;
	height: 20px;
	line-height: 150%;
	padding-left: 20px;
}
.icon_new {
	background: url('/images/icon_add.gif') no-repeat;
	height: 20px;
	line-height: 150%;
	padding-left: 20px;
}
.icon_print {
	background: url('/images/icon_print.gif') no-repeat;
	height: 20px;
	line-height: 150%;
	padding-left: 20px;
}
.icon_edit {
	background: url('/images/icon_edit.gif') no-repeat;
	height: 20px;
	line-height: 150%;
	padding-left: 20px;
}
.icon_delete {
	background: url('/images/icon_delete.gif') no-repeat;
	height: 20px;
	line-height: 150%;
	padding-left: 20px;
}
.pagination {
	margin-top: 15px;
	text-align: center;
}
.disabled { 
	display: none;
}

legend {
	font-weight: bold;
	margin: 5px;
	padding: 5px;
	text-transform: uppercase;
}


/* ************************** tour ************************** */
#tour {
	background: #069 url('/images/autosimulado/tour.gif') top right no-repeat;
	color: #b2dee8;
	padding: 10px;
}
#tour h2 {
	margin-bottom: 5px;
	text-shadow: #000 0 1px 1px;
}
#tour a, #tour a:visited {
	color: #fff;
	text-decoration: underline;
}

/* ************************** my ************************** */
b.result {
	background: url('/images/line.png') no-repeat center top ;
	color: #666;
	display: block;
	font-weight: bold;
	margin: 15px 0 0 0;
	padding: 15px 6px;
	text-transform: uppercase;
}
#results {
	padding: 0;
	margin: 0;
	width: 100%;
}
#results .rate {
	width: 100px;
	text-align: center;
}
#results td, #results th {
	padding: 5px;
}

#results th {
	background: #069 url('/images/autosimulado/bg_sign.gif') bottom left repeat-x;
	border-right: 1px solid #4583a2;
	border-bottom: 1px solid #4583a2;
	border-top: 1px solid #4583a2;
	color: #b2dee8;
	font-weight: bold;
	padding: 6px;
	text-transform: uppercase;
	text-align: left;
}
#results th.nobg {
	background: none;
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #4583a2;
	color: #666;
}
#results td.first {
	border-left: 1px solid #4583a2;	
}
#results td {
	border-right: 1px solid #4583a2;
	border-bottom: 1px solid #4583a2;
	background: #fff;
	color: #4f6b72;
	padding: 6px;
}
#results td:hover span {
	cursor: pointer;
}
#results td.even {
	background: #F5FAFA;
	color: #797268;
}
#results a, #results a:visited, #results td span {
	color: #4583a2;
}
#results .chart {
	background: url('/images/shadow.gif') no-repeat bottom right;
	margin: 10px auto 0;
	padding: 0;
	position: relative;
	width: 350px;
}
#results .chart img {
	background: url('/images/loader.gif') no-repeat center center;
	border: 1px solid #a9a9a9;
	height: 100px;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
	vertical-align: bottom;
	width: 340px;
}
#general .chart {
	background: url('/images/shadow.gif') no-repeat bottom right;
	margin: 10px auto 0;
	padding: 0;
	position: relative;
	width: 450px;
}
#general .chart img {
	background: url('/images/loader.gif') no-repeat center center;
	border: 1px solid #a9a9a9;
	height: 150px;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
	vertical-align: bottom;
	width: 440px;
}


/* ************************** forum ************************** */
#thread {
	background: url('/images/autosimulado/bg_forum.gif') repeat-y top left;
	margin: 3px;
}
#thread .group .profile {
	color: #555;
	float: left;
	margin: 20px 5px 10px 20px;
	width: 100px;
}
#thread .group .profile img {
	background: #f6f6f6;
	border: 2px solid #555;
	display: block;
	float: right;
}
#thread .group .profile .login {
	clear: both;
	color: #fff;
	font-size: 120%;
	padding-top: 10px;
}
#thread .group .content {
	background: url('/images/autosimulado/bg_forum_content.jpg') repeat-y #e7eaea;
	display: block;
	float: left;
	min-height: 50px;
	min-width: 560px;
	padding: 10px 10px 10px 26px;
}

#reply {
	clear: both; 
	margin-top: 10px; 
	padding-top: 10px;
}


.column {
	float: left;
	width: 50% !important;
	width: 49%;
}

/* ************************** admin page ************************** */
.statistics {
	margin: 4px 0;
	padding: 0;
	width: 180px;
}

.statistics td.first {
	border-left: 1px solid #4583a2;	
}
.statistics td {
	border-right: 1px solid #4583a2;
	border-bottom: 1px solid #4583a2;
	background: #fff;
	color: #4f6b72;
	padding: 6px;
}
.statistics td.even {
	background: #F5FAFA;
	color: #797268;
}

.statistics th {
	background: #069 url('/images/autosimulado/bg_sign.gif') bottom left repeat-x;
	border-right: 1px solid #4583a2;
	border-bottom: 1px solid #4583a2;
	border-top: 1px solid #4583a2;
	color: #b2dee8;
	font-weight: bold;
	padding: 6px;
	text-transform: uppercase;
	text-align: left;
}

.adsense { 
	background: url('/images/loader.gif') no-repeat center center;
	margin: 10px 0;
	text-align: center;
}

/* ************************** help page ************************** */
#help dt {
	color: #666;
	font-weight: bold;
	margin-top: 10px;
}
#help dd {
	background: url('/images/line.png') no-repeat center bottom ;
	padding-bottom: 20px;
}