body {
	margin: 0px;
	padding: 0px;
	font-family: "Arial", sans-serif;
	background: url("img/top_bg_full.png") top left repeat-x #d9dbdc;
}
#drew_body {
	background: url("img/top_bg_full.png") top left repeat-x #d9dbdc;
}

#psychopath_body {
	background: url("img/top_bg_full_psychopath.png") top left repeat-x #d9dbdc;
}

#personality_body {
	background: url("img/top_bg_full_personality.png") top left repeat-x #d9dbdc;
}

img {
	border: 0px;
}

p {
	margin: 0px;
}
tr.even td {
	background: #EEF4FF;
}

#main_content p {
	padding: 8px;
	font-size: 16px;
}
#main_content h2 {
	padding: 8px;
	font-size: 18px;
}
#main_content img {
	padding: 10px;
}

#top_logo {
	position: absolute;
	top: 0; 
	right: 0;
}

#main_div {
	background: white;
	position: relative;
	width: 950px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 500px;

}
.top_menu {
	background: url("img/top_bg.png") top left repeat-x #d9dbdc;
	width: 100%;
	height: 69px;
	margin: 0px;
		-moz-box-shadow: 0 -9px 5px 5px #aaa;
 -webkit-box-shadow: 0 -9px 5px 5px#aaa;
 box-shadow: 0 -9px 5px 5px #aaa;
}
#top_headline_drew {
	background: url("img/top_headline_bg.png") top left repeat-x white;
}
#top_headline_psychopath {
	background: url("img/top_headline_bg_psychopath.png") top left repeat-x white;
}
#top_headline_personality {
	background: url("img/top_headline_bg_personality.png") top left repeat-x white;
}
.top_headline {
	width: 100%;
	height: 81px;
	margin: 0px;
}

.headline {
	width: 100%;
	height: 100%;
	margin: 0;
}
.headline_drew {
	background:url("img/headline_drew.png") no-repeat center center;
}
.headline_psychopath {
	background:url("img/headline_psychopath.png") no-repeat center center;
}
.headline_psychopath_results {
	background:url("img/headline_psychopath_results.png") no-repeat center center;
}
.headline_personality {
	background:url("img/headline_personality.png") no-repeat center center;
}


.menu_div {
	cursor: pointer;
	float: left;
	padding: 8px;
	margin-right: 5px;
	margin-left: 5px;
	border-top: 2px solid #00385E;
	border-left: 2px solid #00385E;
	border-right: 2px solid #00385E;
	border-radius: 14px 14px 0px 0px;
	background: #007AC9;
	width: 175px;
	height: 36px;
}

#main_content {
	background: white;
	position: relative;
	margin: 0px;
	
	-moz-box-shadow: 0 6px 5px 5px #aaa;
 -webkit-box-shadow: 0 6px 5px 5px#aaa;
 box-shadow: 0 6px 5px 5px #aaa;
 
 padding: 16px;
 
}
.test_main_text {
	font-size: 14px;
	font-weight: bold;
}
.test_sub_text {
	font-size: 12px;
	font-weight: normal;

	padding: 5px;
}
.test_div {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.test_div table {
	border: 1px solid gray;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

.test_div td {
	border: 1px solid gray;
	padding: 5px;
	vertical-align: top;
}
.lA {
text-align: left;
}
.cA {
text-align: center;
}
.rA {
text-align: right;
}
.test_div th {
	background: #3359AD;
	color: white;
	font-size: 20px;
	padding: 10px;
	border: 1px solid #CCC;
}

.menu_drew {
	background:url("img/menu_drew.png") no-repeat center center #007AC9;
	margin-left: 10px;
}
.menu_drew_passive {
	background:url("img/menu_drew.png") no-repeat center center #479FD8;
	margin-left: 10px;
}

.menu_active {
	border-top: 2px solid #00385E;
	border-left: 2px solid #00385E;
	border-right: 2px solid #00385E;
	border-bottom: 0px solid #00385E;
}

.menu_passive {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 2px solid #00385E;
}



.menu_personality_passive {
	background:url("img/menu_personality.png") no-repeat center center #47B8CC;

}
.menu_psychopath_passive {
	background:url("img/menu_psychopath.png") no-repeat center center #6C87C4;
}

.menu_personality {
	background:url("img/menu_personality.png") no-repeat center center #009CB8;

}
.menu_psychopath {
	background:url("img/menu_psychopath.png") no-repeat center center #3359AD;
}


.filler_table, .filler_table tr, .filler_table td {
	border-collapse: collapse;
	border: 0px;
	height: 100%;
width: 100%;
	margin: 0px;
	margin-left: 0;
	margin-right: auto;
	padding: 0px;
	vertical-align: bottom;
	text-align: center;
}

.ps_question {
	cursor: pointer;
	width: 50px;
}

tr.odd td.ps_inactive:hover {
	background:url("img/nocheck_hover.png") no-repeat center center;
}
tr.odd td.ps_inactive {
	background:url("img/nocheck.png") no-repeat center center;
}

tr.even td.ps_inactive:hover {
	background:url("img/nocheck_hover.png") no-repeat center center #EEF4FF;
}

tr.even td.ps_inactive {
	background:url("img/nocheck.png") no-repeat center center #EEF4FF;
}

tr.even td.ps_active {
	background:url("img/check.png") no-repeat center center #dfffda !important;
}
tr.odd td.ps_active {
	background:url("img/check.png") no-repeat center center #dfffda !important;
}
.submit_div {
	padding: 25px;
	text-align: right;
}

.abc_table {
margin-left: auto;
margin-right: auto;
margin-top: 5px;
margin-bottom: 35px;
	border-collapse: collapse;
}
.abc_table  td {
	border: 1px solid #CCC;
	font-size: 20px;
	background: #EEF4FF;
	padding: 10px;
	
}

#submit_ps {
	cursor: pointer;
}

.abc_table td.abc {
	color: white;
	font-weight: bold;
	background: #3355AD;
}

.error_state td {
	background-color: #FF7171 !important;
}

.checked_state td {
	background-color: #dfffda !important;
}

.error {
	padding: 20px;
	border: 2px solid red;
	background: #880000;
}

.error h2 {
	color: white;
}
.error p {
	color: white;
}

#psych_scores {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	height: 190px;
	background:url("img/ps_scores.png") no-repeat top center white;

}

#psych_pointer {
	position: relative;
	top: 95px;
	background:url("img/you.png") no-repeat center center white;
	height: 80px;
	width: 80px;
	margin-left: 0px;
	margin-right: auto;
}

.span_score  {
	background: #3359ad;
	color: white;
	padding: 5px;
 border-radius: 8px;
}

.main_results {
	text-align: center;
}

.main_results h1 {
	font-size: 20px;
}

ul {
    list-style-type: circle;
background: #DEF3FF;
border: 2px solid #3359ad;
margin-left: 160px;
margin-right: 160px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 10px;
}
li {
    padding: 5px;
}
.note {
	padding: 10px;
	margin-left: 160px;
	margin-right: 160px;
	border-radius: 10px;
	border: 1px solid #FFA1A1;
	background-color: #FFEEEE;
	margin-top: 50px;
	
}


table.odd {
	background: #eeeeee;
	height: 70px;
	border: 2px solid eeffff;
		margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 10px;
	text-align: center;
}

table.even {
	background: #dddddd;
	height: 70px;
	border: 2px solid eeffff;
		margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
border-radius: 10px;
	text-align: center;
}

.raddio {
	visibility: hidden;
}

.drew_div table.odd, .drew_div table.even {
width: 800px;
margin-left: auto;
margin-right: auto;
}

.egg:hover {
	background-color: #BBFFBB;
}
.fisk:hover {
	background-color: pink;
}
.egg {
	background: #E2FFE2 url('cmark.gif') left no-repeat;
	color: black;
	border: 1px solid #005100;
	padding: 5px 5px 5px 5px;
	height: 100%;
	width: 350px;
	vertical-align: middle;
	border-radius: 8px;
}
.fisk {
	background: #EFDDDD;
	color: gray;
	border: 1px solid #AFAFAF;
	padding: 5px 5px 5px 5px;
border-radius: 8px;
	height: 100%;
	width: 350px;
	vertical-align: middle;
}


.bigbox {
	background: #fdfddc;
	border: 1px solid gray;
	padding: 5px 5px 5px 5px;
	height: 100%;
	width: 350px;
	vertical-align: middle;
	border-radius: 8px;
}
.bigbox:hover {
	background-color: #DDDDFF;
}

.drew_div td a  {
	text-decoration: none;
	color: black;
	height: 100%;
}

.drew_div .nocheck {
	background: url("img/nocheck.png") no-repeat center center;
	width: 40px;
	height: 50px;
}
.drew_div .check {
	background: url("img/check.png") no-repeat center center;
	width: 40px;
	height: 50px;
}

.productDiv {
float: left; width: 280px; text-align: center;  margin: 10px;
}
.productDiv a {
	font-size: 0.8em; 
	color: #163d5e;
	text-decoration: none;
}
.productDiv a:hover {
	color: #3359ad;
	text-decoration: underline;
}