body {
	background-color: #292929;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D3D3D3;	
	margin: 0;
	padding: 0;
	border: 0;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	margin: 10px 0;
}
h2, h3 {
	background-color: #292929;
	color: #FD7302;
    margin: 0 0 10px 0;
	padding: 8px 10px;	
	font-weight: normal;
	border-bottom: 1px solid #333;	
}
h2 {
	font-size: 14px;	
}
h3 {
	font-size: 13px;	
}
h4 {
	font-size: 13px;
	color: #5073B5;
	margin: 0 0 10px 0;
}
a {
	color: #5073B5;
	text-decoration: none;
}
a:hover {
	color: #FFF;
}
select,
input {
	border: 1px solid #D3D3D3;
	padding:2px;
	color: #292929;
	font-size: 11px;
}
input[type="radio"],
input[type="checkbox"] {
	border: 0;
}
textarea {
	color: #292929;
	border: 1px solid #D3D3D3;
	padding: 5px;	
	margin-bottom: 5px;
}
textarea[readonly="readonly"] {
	background-color: #DDD;
	border-color: #FFF;
}	
img {
	border: 0;
}
.profile_120 {
	height: 120px;
	width: 120px;
}
.profile_80 {
	height: 80px;
	width: 80px;
}
.profile_60 {
	height: 60px;
	width: 60px;
}
.profile_40 {
	height: 40px;
	width: 40px;
}

/* COMMON TO ALL PAGES */
#container {
	width: 760px;
	min-height: 540px;
	overflow: auto;
	margin: auto;
	padding: 0;
}
#header {
	background-image: url(http://www.whateverquest.org/chromacoders/images/header_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0 0 15px 0;
	width: 760px;
	height: 153px;
}
#logo {
	background-image: url(http://www.whateverquest.org/chromacoders/images/header_logo.png);
	width: 602px;
	height: 152px;
}	
/* Status box information */
#status {
	position: absolute;
	top: 0;
	left: 870px;
	margin: 60px 0 30px;
}
#status .line {
	/*color: #FFFFFF;*/
	height: 32px;
	border: 0;
}
#status .line .label,
#status .line .img,  
#status .line .value {
	float: left;
	padding: 4px;	
}
#status .line .label {
	width: 40px;
}
#status .line .value {
	width: 70px;
}
#status .line .img img {
	width: 15px;
	height: 15px;	
}
/* Main Menu */
#nav {
	background-image:url(http://www.whateverquest.org/chromacoders/images/nav.png);
	width: 714px;
	height: 35px;
	float: left;
	margin-left: 23px;
	margin-right: 23px;
	text-transform: uppercase;
}
#nav ul {
	margin: 0px;
	padding-left: 20px;
	line-height: 35px;
	white-space: nowrap;
	text-align: center;
}
#nav li {
	list-style-type: none;
	display: inline;
	padding-right: 30px;
}
#nav li a {
	text-decoration: none;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #5073B5;
}
#nav li#nav_login a {
	color: #FD7302;
}
#nav li#nav_login a:hover,
#nav li a:hover {
	color: #D3D3D3;
	text-decoration: none;
}
#contenthead {
	background-image: url(http://www.whateverquest.org/chromacoders/images/contenthead.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 713px;
	float: left;
	height: 74px;
	margin-top: 15px;
	margin-left: 23px;
	margin-right: 23px;
}
#name {
	width: 400px;
	padding-left: 20px;
	float: left;
	height: 74px;
}
/* Level box information */
#level {
	width: 275px;
	float: left;
	padding-top: 5px;
	height: 69px;
	font-size: 10px;
	font-weight: bold;
	color: #D3D3D3;
}
#level .line {
	height: 15px;
}
#level .line .label,
#level .line .value {
	width: 90px;
	float: left;
	text-align: center;
}
#level #rank_name {
	/*padding-left: 180px;*/
	text-align: right;
	font-size: 12px;
	color: #FFF;
}
#content {
	background-color: #333333;
	margin: 0 23px;
	padding: 10px 25px 0 25px;
	width: 663px;
	float: left;
}
#page_title {
	background: #292929 url(http://www.whateverquest.org/chromacoders/images/arrow_header.gif) no-repeat scroll left center;
	color: #5073B5;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 8px 8px 20px;
	margin: 0 0 10px 0;
}
#footer {
	background-image: url(http://www.whateverquest.org/chromacoders/images/contentfooter.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 713px;
	float: left;
	height: 28px;
	margin: 0 23px 23px 23px;
	padding: 2px 0 0 0;
}
#footer ul {
	list-style-type: none;
	margin: auto;
	padding: 0;
	width: 440px;
	height: 18px;
}
#footer ul li {
	display: block;
	float: left;
	line-height: 18px;
}
#footer ul li a {
	padding: 0 14px;
	color: #FFF;
}	
#footer ul li a:hover {
	text-decoration: underline;
}
.page_main_section {
	background-color: #292929;	
	padding: 10px;
	margin: 10px 0 0 0;
}
.page_main_section .form_label {
	width: 267px;	
}
.page_main_subsection {
	background-color: #333333;
	padding: 10px;
	border: 1px solid #444;
	border-left: 0;
	border-right: 0;
	margin: 0 0 10px 0;	
}
#last_main_subsection {
	margin: 0;
}
#messages {
    background-color: #101010;
	border: 1px solid #444;
	color: #D3D3D3;
	padding: 10px;
    margin: 0 0 10px 0;	
}
.inputbutton, 
.inputsubmit {
	background-color: #555;
	border: 1px solid #666;
	color: #FD7302;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 1px 5px 3px 5px;
	cursor: pointer;
	margin: 0;
}
.form_label {
    color: 	#D3D3D3;
    font-weight: bold;
    text-align: right;
    padding: 0 5px;
    float: left;
    width: 150px;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

/* General list displayed like a table */
#list_header {
	background-color: #333333;
	height: 10px;
	padding: 10px;
	font-weight: bold;
	font-size: 12px;
}
.list_row_even,
.list_row_odd {
	height: 21px;
	padding: 10px;
	border-bottom: 1px solid #444;
}
.list_row_cell {
	float: left;
	padding-right: 10px;
}

/* LOGIN PAGE */
#contenthead_login {
	background-image: url(http://www.whateverquest.org/chromacoders/images/contentheadlogin.gif);
	background-position: top;
	background-repeat: no-repeat;
	float: left;	
	width: 713px;
	height: 19px;
	margin: 15px 23px 0 23px;
}
.page_main_section #page_forgot_form .form_label,
.page_main_section #page_login_form .form_label {
	width: 35%;
}
.page_main_section #page_signup_form .form_label {
	width: 40%;
}
.page_input_form {
	width: 360px;
	border: 0;
	margin: 20px auto;
	padding: 10px;
}
.page_input_form form {
	margin: 0;
}
.input_form {
    padding: 5px;
    text-align: center;
}
.input_form a {
	color: #5073B5;
    font-weight: bold;
	padding: 5px;
}
#login_options {
	background: #D3D3D3;
	margin-top: 20px;
}
#login_options a {
	color: #444;	
}
#login_options a:hover {
	color: #FD7302;	
}	
.form_value a {
	font-weight: normal;
	padding: 0;
}
.form_value a:hover {
	color: #FFF;
}
.form_value {
    text-align: left;
}
.notdisplay {
	display: none;	
}

/* PROFILE PAGE */
#profile_info {
	height: 120px;
}
#profile_picture {
	float: left;
}
#profile_picture_change {
	background-color: #292929;
	border: 0;
}
#profile_picture_change h3 {
	background-color: transparent;
	color: #FD7302;
	padding-top: 0;
	padding-left: 0;	
}
#profile_picture_change .inputsubmit {
	margin: 10px 10px 0 0;
}
#profile_game_info {
	margin: 0 0 0 150px;
}
#profile_game_info .form_label {
	text-align: left;
}
.form_value{
    text-align: left;
    padding: 0 5px;
}
.profile_feeds {
	padding: 3px;
	font-size: 11px;
}
.profile_comments {
	background-color: #333333;
	border: 0;
	padding: 5px;
	margin-bottom: 1px;
}
#profile_add_coment {
	text-align: right;
	margin: 10px 0;
}
.profile_comments_picture {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
}
.profile_comments_line {
	margin-left: 50px;
	padding-left: 10px;
	min-height: 50px;
}
.profile_comments_line form {
	text-align: right;
	padding: 5px 0 0 0;
	margin: 0;
}
.profile_feeds_time,
.profile_comments_time {
	color: #808080;
	font-size: 9px;
	font-weight: normal;
}
.profile_feeds_time {
	font-size: 10px;
}
.profile_comments_time {
	margin-left: 1px;
	padding: 2px 0 0 4px;
}
.profile_comments_delete {
	background-color: #333333;
	border: 0;
	margin: 0;
	color: #5073B5;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
.profile_feeds_comments {
	padding-top: 5px; 
}
.store_price,
.profile_feeds_coins {
	color: #4CC417;
}
.profile_feeds_points {
	color: #FF0000;
}
#page_main_subsection_summary form {
	margin: 0;
}
#profle_missions_new {
	text-align: center;
	padding: 10px 0 0 0
}
/* Whatever Quest Missions */
#list_cell_title_name,
.list_row_value_name {
	min-width:250px;
}
#list_cell_title_badge,
#list_cell_title_time,
#list_cell_title_levels,
.list_row_value_badge,
.list_row_value_time,
.list_row_value_levels {
	min-width:80px;
	text-align:center;	
}


/* JOBS PAGE*/
#buttonnewjob {
	width: 300px;
	height: 35px;
	font-size: 16px;
	margin: 5px 0;
}
.job_posted {
	height: 205px;
}
.job_posted .job_posted_time {
	color: #808080;
}
.job_user_picture {
	float: left;
	height: 80px;
	width: 80px;	
}
.job_info {
	float: left;
	width: 400px;
}
.job_info .inputsubmit {
	margin: 10px 0;
}
.job_info_coins {
	color: #4cc417;
	font-weight: bold;
}
#job_actions {
	text-align: right;
}
.job_info .form_label {
	width: 100px;
}
#job_actions form {
	margin: 0;
}
#payform {
	background: #292929 none repeat scroll 0 0;
	border: 10px solid #444; 
	margin-left: 340px;
	padding: 10px;
	width: 240px;
	#width: 300px;
	_width: 300px;
	position: absolute;
	z-index: 1;
	#left: 340px;
	_left: 340px;
}
#payform form {
	margin: 0;
}
#payform .form_label {
	width: 100px;
	#width: 120px;
	_width: 120px;
}
#Contact {
	margin-bottom: 3px;
}

/* APPLY FOR A JOB */
#applyjob .form_label {
	width: 180px;	
}	
/* QUEST SYSTEM */
#quest_help {
	font-size: 10px;
	font-weight: normal;
	padding-left: 5px;
}
#page_main_subsection_stages {
	background-color: transparent;
	border: 0;
}
#stageset {
	text-align: center;
}
#stage {
	font-weight: bold;
	font-size: 16px;
}
.quest_stage {
}
.quest_stage_name {
	color: #5073B5;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	margin: 20px 0 0 0;
}
.quest_stage h3 {
	background-color: #333333;
	color: #4CB417;
	text-align: center;
	margin: 0;
	padding-bottom: 3px;
}
.quest_stage h4 {
	background-color: #333333;
	color: #4CB417;
	text-align: center;
	margin: 0 0 10px 0;
}
.timer {
	background-color: #5073B5;
	border: 1px solid #444;
	color: #D3D3D3;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	width: 150px;
	margin: 0 auto 10px auto;
	padding: 5px;
	float: left;
}
.quest_stage_timer {
	height: 30px;
	margin-left: 190px;
}
.timer_text {
	padding: 8px 0 8px 10px;
	font-size: 12px;
	color: #5073B5;
	font-weight: bold;
	margin-left: 155px;
}
.level_bar {
	padding: 5px;
	margin:5px;
	height:20px;
	margin-left: 190px;
	color: #D3D3D3;
	font-size: 15px;
	font-weight: bold;
}	
.quest_checkpoint {
	background-color: #292929;
	font-weight: bold;
	margin: 10px 0 1px 0;
	height: 30px;
}
.checkpoint_title {
	float: left;
	padding: 5px;
}
.checkpoint_menu {
	float: right;
}
.status_pending {
	padding: 0 5px;
	color: #D00;
	font-weight: bold;
}
.status_complete {
	padding: 0 5px;
	color: #4CB417;
}
.quest_checkpoint ul {
	padding: 0;
	margin: 0;
}
.quest_checkpoint ul li {
	list-style-type: none;
	float: left;
}
.quest_checkpoint ul li a {
	display: block;
	padding: 8px 4px;
}
.quest_checkpoint ul li a:hover {
	color: #15449B;
}
.link_disable {
	color: #AAA;
	padding: 8px 4px;
}	
.quest_checkpoint_line {
	background-color: #292929;
	padding: 3px;
	margin-bottom: 1px;
	font-size: 11px;
}
.quest_upload {
	height: 100px;
	padding: 10px 0 0 0;
	background-color: #292929;	
}
.quest_upload .options {
	float: left;
	width: 200px;
}
.quest_upload .providelink,
.quest_upload .uploadfile {
	padding: 0;
	margin: 0 0 0 200px;
}
.quest_upload .providelink .form_label,
.quest_upload .uploadfile .form_label{
	width: 30px;
}
.quest_upload .providelink .inputsubmit {
	margin-left: 89px;
}
.quest_upload .uploadfile .inputsubmit {
	margin-left: 5px;
}
.quest_rating {
	padding: 10px;
	background-color: #292929;
}
.quest_rating form {
	margin: 0;
}
.quest_info {
	padding: 0;
}
#quest_custom_task_subsection {
	margin: 30px 0 0 0;
}
#quest_custom_task_form {
	text-align: center;
	padding: 10px;
}
.checkmark {
	padding: 0 10px;
}
#quest_custom_task_form form,
#quest_team_name_form form {
	margin: 0;
}
#quest_team_name_form .inputsubmit {
	margin: 0;
}	
#gameover_reason {
	color: #E00;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}

/* INVITE PLAYERS PAGE */
#invite_player .form_label {
	/*width: auto;
	text-align: left;*/
}
#invite_player form {
	margin: 0;
}

/* INBOX PAGE */
#newmessage {
	margin: 0;
}
#inbox_menu {
	height: 20px;
	color: #5073B5;
}
#inbox_menu ul {
	padding: 0;
	margin: 0;
}
#inbox_menu #right_menu li {
	list-style-type: none;
	float: right;
}
#inbox_menu #right_menu li a {
	display: block;
	padding: 0 4px;
	font-weight: bold;
}
#inbox_menu #right_menu li a:hover {
	color: #15449B;
}

#inbox_menu #left_menu li {
	list-style-type: none;
	float: left;
}
#inbox_menu #left_menu li a {
	display: block;
	padding: 0 4px;
}
#inbox_menu #left_menu li a:hover {
	text-decoration: underline;
}
.inbox_line {
	margin: 5px 0;
	border-bottom: 1px solid #444;	
}
.inbox_line input{
	float: left;
}		
.inbox_line_picture {
	float: left;
	width: 50px;
	height: 50px;
	margin: 4px;
}
.inbox_line_data {
	margin-left: 85px;
}
.inbox_line_user {
	padding: 5px;
}
.inbox_line_time {
	color: #808080;
	font-size: 9px;
	font-weight: normal;
	padding: 0 5px;
}
.inbox_line_msg {
	padding: 5px;
}
#deletemessages {
	margin: 0;
}

/* STORE PAGE */
#store_item_header {
	background-color: #333333;
	height: 10px;
	padding: 10px;
	font-weight: bold;
	font-size: 12px;
}
.store_item_even,
.store_item_odd {
	height: 21px;
	padding: 10px;
}
.store_item_even ,
.store_item_odd {
	border-bottom: 1px solid #444;
}
.store_title,
#store_image_title,
.store_image, 
#store_price_title,
.store_price,
#store_buy_title,
.store_buy {
	float: left;
	padding-right: 10px;
}
#store_image_title,
.store_image {
	width: 150px;
} 
#store_price_title,
.store_price {
	width: 100px;
}
#store_buy_title,
.store_buy {
	width: 200px;
}

/* GAME PROJECT PAGE */
#team_members {
	height: 100px;
}
.game_member {
	float: left;
	margin: 10px;	
}

/* QUEST MAKER */
#newquest {
	
}
#newquest h4 {	
}
#newquest h3 {	
}
.stageinput {
	padding: 5px;
	margin: 10px 0;
}
.chkpinput {
	text-align: right;
	width: 70%;
	margin: 5px 0 5px 28%;
	padding: 5px;
}
.chkpinput h3 {
	font-size: 11px;
	text-align: left;
	border-bottom: 1px solid #DFEAFF;
	background-color: #FFF;
	padding: 0 0 5px 8px;
}
.chkpinput .form_label {
	width: 100px;	
}	
#confirmquest {
	text-align: center;
	margin: 10px;
}
/* QUEST MAKER FOR WHATEVER QUEST */
#ConfirmStep1, #ConfirmStep2, #ConfirmStep3 {
	width:100px;
	height:30px;
	font-size: 14px;	
}
.step_lock {
	text-align:center;
}
#map_canvas {
	margin: 5px 0;	
}
/* FORUM/Q&A PAGE */
#srch_upr_faq {
	text-align: right;	
}
#add_form_upr_faq form .form_label {
	width: 150px;	
}

#forum_questions_list {
}

.forum_question {
	margin: 10px 0 0 0;
	padding: 0 10px 10px 10px;
	border-bottom: 1px solid #444;
}
.forum_qstn_poster {
	float: left;
}
.forum_qstn_data {
	margin-left: 80px;	
}
#forum_last_question {
	padding: 0;
	border-bottom: 0;
}
.approved_answer {
	font-size: 12px;
	color: #00AA00;
	font-weight: bold;
	padding: 0 15px;
}
#forum_qstn_title {
	font-size: 12px;
	color: #5073B5;
	font-weight: bold;
}
.forum_qstn_data_line {
	padding: 0 0 5px 0;
}

#forum_qstn_answer {
	padding: 5px; 
	text-align: center; 
}
#forum_qstn_answer_txt {
	width: 98%;
}

#forum_qstn_answers {
	background-color: #292929;
	margin: 15px 0;
	padding: 10px;
}
.forum_ans_poster {
	padding: 0 15px;
}
.forum_answer {
	padding: 5px 10px 5px 0;
}

/* NEWS PAGE */
input#newslink,
input#newstitle {
	text-align: center;
}
.news_data {
	/*margin-left: 80px;*/	
}
.news_data_title {
	font-weight: bold;
	padding: 0 0 5px 0;
}

.news_data_comments {
	padding: 5px 0;
}	
.news_data_comments a {
	color: #808080;
}

.news_data_comments a:hover {
	text-decoration: underline;
}

















