html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, 
dfn, em, img, ins, kbd, q, samp, small, strike, strong, sub, sup,
tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input, textarea, select
{
	border:0pt none;
	font-family: arial, sans-serif;
	font-style:inherit;
	font-weight:inherit;
	margin:0pt;
	padding:0pt;
	vertical-align:baseline;
}

body {
	background: #ccc;
}

p {
	font-weight: normal;
	margin: 0.5em 0;
}

a { color: #000; text-decoration: none; }
a:hover { color: #256f00; }

h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 0.5em;
	color: #256F00;
}

h3 {
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

label {
	font-size: 0.8em;
}

input, textarea, select {
	font-size: 0.8em;
	color: #333;
	background-color: #fff;
	padding: 0.2em;
	border: 1px solid #9CCF5A;
}

input[type='radio'], input[type='checkbox'] {
	border: 0;
	padding: 0;
}

/* begin: login page stuff */
#login_wrapper {
	position: absolute;
	top:100px;
	left:230px;
}
#login_box {
	float: left;
	width: 230px;
	padding-right: 30px;
}
#register_box {
	float: left;
	width: 230px;
	padding-left: 30px;
}
/* end: login page stuff */

#wrapper {
	position: relative;
	width: 1000px;
	margin: 40px auto;
}

#header {
	background-color: #256F00;
	position: relative;
	height: 75px;
}

#header a { 
	color: #fff;
}
#header a:hover { color: #9ccf5a; }

#logo {
	background-image: url('/site_media/images/logo.gif');
	background-repeat: no-repeat;
	width: 65px;
	height: 65px;
	position: absolute;
	left: 10px;
	top: 5px;
}

#logo #text {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	position: relative;
	left: 70px;
	top: 15px;
}

#account {
	color: #9ccf5a;
	font-size: 0.7em;
	position: absolute;
	right: 1em;
	top: 0.5em;
}

#navigation {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
#navigation ul li {
	float:right;
	position: relative;
	font-weight: bold;
	display: block;
	list-style:none;
	padding: 8px 0;
}

#navigation ul a {
	padding: 12px 15px;
}
#navigation ul a:hover, #navigation ul li.selected a {
	background-image: url('/site_media/images/nav_marker.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
	color: #9ccf5a;
}

#main {
	/* background-color: #9ccf5a; */
	background-color: #fff;
}

#sidebar-container {
	background-color: #9ccf5a;
	vertical-align: top;
	width: 240px;
}

#sidebar {
	padding: 20px;
	color: #AB5603;
}
#sidebar ul {
	list-style-type: round;
	list-style-position: inside;
}
#sidebar ul li {
	margin: 0.5em 0.2em;
	font-weight: bold;
}
#sidebar ul li a {
	color: #AB5603;
}
#sidebar ul li a:hover {
	background-color: #E0FFB8;
	color: #234F32;
	text-decoration: none;
}

#sidebar .h_divider {
	border-bottom: 2px dotted #256F00;
}

.sidebar_similar_list h3 {
	color: #256F00;
}

.sidebar_similar_list ul {
	list-style-type: round;
}

.sidebar_similar_list ul li {
	margin: 0.5em 0.2em;
	font-size: 11px;
}


#content-container {
	background-color: #fff;
	vertical-align: top;
	width: 780px;
	position: relative;
}

#content {
	padding: 20px;
	height: auto; 
}
#content a, a.normal {
	color: #AB5603;
	text-decoration: underline;
	cursor: pointer;
}
#content a:hover, a.normal:hover {
	background-color: #E0FFB8;
	color: #234F32;
	text-decoration: none;
}


.sort_controls {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0.7em;
}


#footer { 
	background: #256F00;
	color: #9ccf5a;
	padding: 0.5em;
	font-size: 0.7em; 
}
#footer p {	text-align: center; }
#footer a { color: #fff; text-decoration: none; }
#footer a:hover { color: #9ccf5a; }


.status_box {
	background-color: #fff;
	font-size: 0.8em;
	margin-bottom: 1em;
	position: relative;
}

.status_bar_container {
	border: 1px dotted #ccc;
	background-color: #fff;
	overflow: hidden;
	width: 200px;
	height: 14px;
}

.status_bar_container_small {
	float: left;
	margin-top: 4px;
	border: 1px dotted #ccc;
	background-color: #fff;
	overflow: hidden;
	width: 100px;
	height: 12px;
}

.status_bar {
	background-image: url('/site_media/images/fit_gradient.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.bottom_edge {
	clear: both;
}

.error, .errorlist {
	list-style: none;
	color: red;
	font-weight: bold;
	font-size: 0.7em;
}

.footnote {
	font-size: 0.8em;
	color: #999;
	overflow: visible;
}

.h_divider {
	border-bottom: 2px dotted #999;
	margin: 10px 0;
	clear: both;
}

.v_divider {
	border-left: 2px dotted #999;
	margin: 0 0.5em 0.5em 0.5em;
	float: left;
}

.lt_green { color: #9ccf5a; }
.dk_green { color: #256F00; }
.reddish { color: #AB5603; }


.agreement_container {
	height: 400px;
	overflow-y: scroll;
	overflow-x: hidden;
	border: 1px dotted #999;
	padding: 0.5em;
}

.terms {
	font-size: 8pt;
}

.terms p {
	padding: 0 0 1em 0;
}

.terms ol {
	margin-left: 2em;
	list-style-position: outside;
	list-style-type: decimal;
	padding: 0 0 0.5em 0;
}

.terms ol li {
	padding: 0 0 0.5em 0;
}

.terms .input {
	font-weight: bold;
	text-decoration: underline;
}

.help {
	font-size: 0.8em;
}

.calendar {
	font-size: 9pt;
	width: 168px;
	position: absolute;
	left: 150px;
	top: -10px;
	display: none;
	z-index: 999;
}

.workflow_green {
	background-image: url('/site_media/images/workflow_green.gif');
	background-repeat: no-repeat;
	position: absolute;
	width: 105px;
	height: 28px;
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}

.workflow_gray {
	background-image: url('/site_media/images/workflow_gray.gif');
	background-repeat: no-repeat;
	position: absolute;
	width: 105px;
	height: 28px;
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}


#sidebar a {
	text-decoration: none;
	color: #AB5603;
	cursor: pointer;
}
#sidebar a:hover {
	background-color: #E0FFB8;
	color: #234F32;
	text-decoration: none;
}

#sidebar .viewmore {
	font-size: 0.8em;
}

#sidebar .viewmore a {
	padding-bottom: 5px;
}

#sidebar .viewmore a:link, #sidebar .viewmore a:visited {
	float: right;
	text-decoration: underline;
	color: #AB5603;
}

#sidebar .viewmore a:hover {
	background-color: #E0FFB8;
	color: #234F32;
	text-decoration: none;
}


/* *************** */
/* ** NEW STUFF ** */
/* *************** */

.corner {
	position: absolute;
}
.tl { top:0;left:0; }
.tr { top:0;right:0; }
.bl { bottom:0;left:0; }
.br { bottom:0;right:0; }

.details {
	position: relative;
}

.details p {
	font-size: 0.8em;
}

.info p {
	font-size: 0.9em;
	padding-bottom: 10px;
}

.callout_container {
	position: relative;
	background-color: #ccc;
	padding: 10px;
	margin-bottom: 10px;
}

.callout {
}

.callout p {
	font-size: 0.8em;
	text-align: center;
}

/* Begin: Search Style */

form.search input, label.bold {
	font-size: 12pt;
	font-weight: bold;
	color: #256F00;
	vertical-align: middle;
	/* margin-right: 5px; */
}

form.search a.button {
	vertical-align: middle;
}

#search_results_categories a h3 {
	background-repeat: no-repeat;
	background-position: left center;
	background-color: inherit;
	text-indent: 16px;
	cursor: pointer;
	width: 100%;
}

#search_results_categories a h3.expanded {
	background-image: url('/site_media/images/icon_collapse.gif');
}
#search_results_categories a:hover h3.expanded {
	background-image: url('/site_media/images/icon_collapse_hover.gif');
}

#search_results_categories a h3.collapsed {
	background-image: url('/site_media/images/icon_expand.gif');
}
#search_results_categories a:hover h3.collapsed {
	background-image: url('/site_media/images/icon_expand_hover.gif');
}

#search_results_categories .options {
	padding-left: 16px;
}

.search_filter {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	margin: 0.4em 0;
}

a .search_filter {
	background-image: url('/site_media/images/icon_remove.gif');
}
a:hover .search_filter {
	background-image: url('/site_media/images/icon_remove_hover.gif');
}

#search_types {
	/* float: left; */
	margin-left: 55px;
}

#search_types ul li {
	display: inline;
	margin-right: 10px;
}

#search_sidebar h3 {
	font-size: 14px;
	margin: 0.8em 0 0 0;
}

#search_sidebar ul li {
	font-size: 12px;
	margin: 0.2em;
}

.undo_link {
	display: block;
	font-size: 9pt;
}

#search_results_paging {
	text-align: right;
	padding: 5px;
	font-size: 0.7em;
}

/* End: Search Style */

ul.links {
	color: #AB5603;
	padding-top: 0.5em;
}

ul.links li {
	list-style-type: none;
	font-size: 0.8em;
	padding-bottom: 0.5em;
}

ul.stats li {
	list-style-type: none;
	font-size: 0.8em;
	padding-bottom: 0.5em;
}

.results { }

.results .row {
	display: block;
	width: 100%;
	clear: both;
}

.results .cell {
	float: left;
	width: 155px;
	height: 22px;
	line-height: 22px;
	padding: 2px 5px;
	margin: 1px;
	font-size: 0.8em;
	vertical-align: middle;
	overflow: hidden;
	white-space: nowrap;
}

.results .odd .cell { background-color: #eee; }
.results .even .cell { background-color: #ddd; }
.results .header .cell {
	background-color: #256F00;
	color: #fff;
	font-weight: bold;
}

.results .footer {
	padding-top: 0.5em;
	text-align: right;
	font-size: 0.7em;
}

.results .verywide { width: 255px; }
.results .xwide { width: 230px; }
.results .wide { width: 205px; }
.results .narrow { width: 105px; }
.results .xnarrow { width: 80px; }
.results .verynarrow { width: 55px; }

.results a .cell, .results a .row { text-decoration:none; }
.results a:hover .cell { background-color:#ff9; cursor:pointer; }
.results a:hover .row { background-color:#fff; cursor:pointer; }


.results .deleted .cell {
	text-decoration: line-through;
	color: gray;
}

.bucket {
	float: left;
	background-image: url('/site_media/images/box_d.gif');
	background-position: top left;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	padding-right: 5px;
}

#hot {
	float: right;
	background-repeat: no-repeat;
	display: block;
	width: 40px;
	height: 20px;
}

.hot_control_on, .hot_control_off:hover, .hot_on {
	background-image: url('/site_media/images/icon_hot_lg.gif');
	background-position: top left;
}

.hot_control_off, .hot_off {
	background-image: url('/site_media/images/icon_hot_lg.gif');
	background-position: bottom left;
}

.hot_control_on, .hot_control_off:hover, .hot_control_off {
	cursor: pointer;
}


a.flag_control_on, a.flag_control_off:hover {
	background-image: url('/site_media/images/flag_both.gif');
	background-position: top left;
	width: 20px;
	height: 20px;
	float: left;
}

a.flag_control_off {
	background-image: url('/site_media/images/flag_both.gif');
	background-position: bottom left;
	width: 20px;
	height: 20px;
	float: left;
}

#flag {
	float: left;
	cursor: pointer;
	background-repeat: no-repeat;
}

.flag_off, .hot_flag_off {
	display: block;
	text-indent: 20px;
	background-position: left center;
}

.flag_on, .hot_flag_on, .hot_flag_off {
	display: block;
	background-repeat: no-repeat;
	text-indent: 20px;
	background-position: left center;
}

.odd .flag_on {
	background-image: url('/site_media/images/icon_flag_e.gif');
}

.odd .hot_flag_on {
	background-image: url('/site_media/images/icon_flag_hot_e.gif');
}

.odd .hot_flag_off {
	background-image: url('/site_media/images/icon_hot_e.gif');
}

.even .flag_on {
	background-image: url('/site_media/images/icon_flag_d.gif');
}

.even .hot_flag_on {
	background-image: url('/site_media/images/icon_flag_hot_d.gif');
}

.even .hot_flag_off {
	background-image: url('/site_media/images/icon_hot_d.gif');
}

a:hover .flag_on {
	background-image: url('/site_media/images/icon_flag_ff9.gif');
}

a:hover .hot_flag_on {
	background-image: url('/site_media/images/icon_flag_hot_ff9.gif');
}

a:hover .hot_flag_off {
	background-image: url('/site_media/images/icon_hot_ff9.gif');
}

.emphasize {
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
}

a.button, #content a.button, #sidebar a.button 
{
	color: #319A00;
	background-color: #E0FFB8;
	border: 1px solid #319A00;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	padding: 0.2em 0.5em;
	cursor: pointer;
	position: relative;
	line-height:25px;
}

a.button:hover, #content a.button:hover, #sidebar a.button:hover
{
	color: #E0FFB8;
	background-color: #319A00;
	border: 1px solid #E0FFB8;
}

#messages {
	height: 120px;
	overflow-y: scroll;
	border: 1px dotted #999;
	background-color: #fff;
	padding:0 5px;
}

.message {
	font-size: 0.8em;
	padding-bottom: 0.2em;
}

.system_message {
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 1em;
}

.prompt {
	padding: 10px;
	text-align: center;
	background-color: #ff9;
	border: 2px solid #f90;
	color: #f90;
	margin: 10px 0;
	font-size: 1.0em;
	font-weight: bold;
}


.profile_input, .form input[type='text'], .form input[type='password'],.form select {
	width: 100%;
}
.profile_label {
	font-size: 0.7em;
}

.form textarea, .form select[multiple] {
	width: 100%;
	height: 6em;
}

.form .row {
	clear: both;
	width: 550px;
	padding: 10px 0 0 0;
}

.form .thinrow {
	clear: both;
	width: 550px;
	padding: 0 0 0 0;
}

.form .cell {
	width: 240px;
	float: left;
	padding-left: 20px;
}

.form .cell_dbl {
	width: 500px;
	float: left;
	padding-left: 20px;
}

.para_header {
	font-weight: bold;
}

.para_label {
	font-weight: bold;
	float: left;
	width: 25%;
}

.para_body {
	float: left;
	width: 75%;
}

.para {
	clear: both;
	font-size: 0.8em;
	padding: 0.5em 0;
}

.tags {
	margin-bottom: 10px;
}

.tag_cloud1 { 
	font-size: 7pt;
}
.tag_cloud2 { 
	font-size: 8pt;
}
.tag_cloud3 { 
	font-size: 9pt;
}
.tag_cloud4 { 
	font-size: 10pt;
	font-weight: bold;
}

/* Override YUI CSS */
.yui-skin-sam .autocomplete .yui-ac-input, .yui-skin-sam .autocomplete textarea {
	position: static;
}

#help_tips, #flag_tt, #hot_tt {
	font-size: 9pt;
}

.form_label {
	font-size: 0.9em;
}

.required_field {
	/* font-weight: bold; */
	font-size: 0.9em;
}

.form_field_help, .hover_help {
	color: #C0C0C0;
	font-size: 0.7em;
	text-decoration: none;
	vertical-align: top;
	cursor: help;
	margin-top: 0px;
	padding-top: 0px;
}

.hover_help_plain {
	cursor: help;
}

.section_help {
	float: right;
	font-size: 0.7em;
	text-align: right;
	padding-right: 23px;
}

.form_section_title {
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.commission {
	font-size: 14pt;
	font-weight: bold;
	color: #9ccf5a;
	text-align: right;
	float: left;
	width: 110px;
}

.asterisk {
	font-size: 14pt;
	font-weight: bold;
	color: #aaa;
	text-align: right;
	float: left;
	width: 10px;
}

.help_list ol {
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: decimal;
	padding: 0 0 0.5em 0;
}

.help_list ol li {
	padding: 0 0 0.5em 0;
	font-size: 0.8em;
}

.help_list ol .summary {
	padding: 0 0 10px 0;
	font-size: 0.7em;
}

.help_list .footer {
	text-align: right;
	font-size: 0.8em;
}

.contactus ul {
	list-style-type: circle;
	margin-left: 18px;
	padding: 0 0 0.5em 0;
}

.contactus ul li {
	font-size: 0.9em;
}

.screenshot {
	border:solid 1px silver;
	padding: 1px;
	background-color: white;
}

.videotitle {
	font-size: 0.9em;
	margin-top: 5px;
}

#sliderbg {
	background-color: #ccc;
	position: relative;
	width: 175px;
	height: 30px;
	overflow: hidden;
	margin-left: 2px;
}

#sliderthumb {
	background-color: #ccc;
	position: absolute;
	width: 300px;
	height: 30px;
}

#popup_job_description {
	font-size: 0.9em;
}

.location_ac_feedback {
	color: red;
	font-weight: bold;
	font-size: 0.7em;
	visibility: hidden;
}

.ask_question_box {
	/* height: 35px; */
	text-align: center;
	cursor: pointer;
}
