html, body {
	height: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  font: normal 76%/1.4em verdana, sans-serif;
}

p, ul, li, ol {
	margin: 0;
	padding: 0;
}

select, input {
	font-size: 1em;
}

#status {
	display: block;
	position: absolute;
	top: 2px;
	right:2px;
	width:225px;
	background-color:white;
	color:black;
	border:solid 1px #a9a9c7;
	padding:5px;
	font-weight:bold;
	overflow: auto;
	font-size:1.5em;
	z-index:99;
	-moz-opacity:.9;
	visibility:hidden;
}


#container {
  width: 972px;
  margin: 0 auto;
  padding: 0 14px;
  text-align: left;
}

#info_user {
	float: right;
}

#info_username {
	margin-right: 20px;
}

/*************
	UTILITY
**************/


.hidden { display:none; }
.invisible { position:absolute; visibility:hidden; }
.noMargin { margin:0px; }
.inline { display:inline; }
.imglink img { border: 0; }


.tagSmall {	font-size:0.9em; }
.tagNormal { font-size:1.2em; }
.tagMedium { font-size:1.4em; }
.tagLarge { font-size:1.6em; }

.clearfix {
	height: 1%;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*****************
	MAIN LAYOUT
******************/

#content {
	width: 650px;
	float: left;
	text-align: left;
	background-color: #fff;
	margin: 0 0 0 5px;
}

/* change share_content to content_wide */

#content_wide,
#share_content {
	margin: 0 5px;
	text-align: left;
}

#controls {
	float: left;
	width: 282px;
	margin-left: 20px;
}

#footer {
	clear: left;
}

/*****************
	DIALOGS
******************/


#dialog {
	top:0px;
	left:0px;
	visibility:hidden;
	display:none;
	z-index:97;
	margin:0 auto;
	margin-top:5em;
	width:100%;
	position:absolute;
}

#dialogContent {
	position:relative;
	visibility:hidden;
	display:none;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	z-index:98;
	padding:1em;
	background:#ffffff;
	border: 4px solid #000;
	width:400px;
	vertical-align:middle;
}

#screen {
	top:0px;
	left:0px;
	visibility:hidden;
	display:none;
	z-index:96;
	filter:alpha(opacity=75);
	opacity:.75;
	-moz-opacity:.75;
	width:100%;
	height:100%;
	background:#333;
	position:absolute;
}


/*******************
	PANHANDLE NAVS
********************/

.sideNavigation {
	float: left;
	width: 340px;
}

.sideNavigation li {
	list-style: none;
	display: inline;
}

.sideNavigation li strong,
.sideNavigation li a {
	display: block;
	padding: 4px 2px 4px 6px;
	text-decoration: none;
	font: bold 1em arial, helvetica, sans-serif;
}

.sideNavigation strong {
	background: #deffc8;
}

.sideNavigation a span {
	color: #acacac;
	font-weight: normal;
	margin-left: 5px;
}

.sideNavigation a:hover span {
	color: #7c7c7c;
}

.sideNavigation strong span {
	font-weight: normal;
	margin-left: 5px;
}

#profileform,
.pan {
	margin: 0;
	padding: 12px;
	float: left;
	width: 512px;
	background: #deffc8;
}

#profileform fieldset,
.pan .innerpan { 
	position: relative;
	display: block;
	margin: 0;
	padding: 10px;
	background: #fff; 
}

/*****************
	CREATE RESUME
******************/

#create_matrix {
	border: 1px solid #3672a4;
	padding: 1px;
	margin: 10px auto;
	width: 680px;
	
}

#create_matrix table {
	width: 100%;
}

#create_matrix th,
#create_matrix td {
	padding: 4px;
	text-align: center;
}

#create_matrix th.feature {
	width: 50%;
}

#create_matrix tr.odd td,
#create_matrix tr.odd th {
	background: #eee;
}

#create_matrix th {
	text-align: right;
	font-weight: normal;
}

#create_matrix th.topheader {
	text-align: center;
	font-weight: bold;	
}
		
#create_matrix .buttonrow td {
	padding-top: 10px;
}

#create_matrix a {
	display: block;
	padding: 4px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	border: 1px solid #3672a4;
	color: #fff;
	background: #3672a4;
	text-decoration: none;
}

#create_matrix a:hover {
	background: #fff;
	color: #3672a4;
}

#create_choose {
	width: 710px;
	margin: 10px auto 0 auto;
}

#create_choose h2 {
	font-size: 1.5em;
	color:  #577e3d;
	border-bottom: 1px solid #577e3d;
}

#create_choose div.create_choose_opt {
	position: relative;
	width: 310px;
	height: 250px;
	padding: 0 8px 8px 8px;
	background: #deffc8;
	border: 2px solid #aad38d;
}

* html #create_choose div.create_choose_opt {
	display: inline;
}

#create_choose div ul {
	margin-left: 2em;
	margin-right: 1em;
	line-height: 1.5em;
}

#create_choose .create_button {
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
}

#create_choose #create_new {
	float: left;
	margin-left: 14px;
}

#create_choose #create_import {
	float: right;
	margin-right: 14px;
}


/*****************
	EDIT RESUME
	emurse resume
*******************/


.resume_section {
	position: relative;
	overflow: hidden;
	background:#fefefe;
	border: 1px solid #efefef;
	margin: 10px 0px;
	padding: 4px;
	width: 600px;
}

.resume_section_hover {
	position: relative;
	overflow: hidden;
	background: #fefcd8;
	border: 1px solid #dbcf97;
	margin: 10px 0px;
	padding: 4px;
	width: 600px;
}

.resume_move_section {
	position: relative;
	border: 2px dotted #ccc;
	background: #eee url(/images/reorder_section.gif) right 0 no-repeat;
	margin: 10px 0;
	padding: 2px;
	cursor: move;
	width: 600px;
	opacity: .50;
}

.resume_section h3, .resume_section_hover h3, .resume_move_section h3 {
	color:#595959;
	padding:6px;
	text-align: left;
	font-size: 1.2em;
	margin: 0 0 0.5em;
}


.entry {
	display: block;
	position: relative;
	margin: 4px;
}

.entry_multi {
	display: block;
	position: relative;
	margin: 4px;
	border:1px solid #efefef;
}

.entry_multi_hover {
	display: block;
	position: relative;
	background: #fffde9;
	margin: 4px;
	border:1px solid #dbcf97;
}

.entry_multi_move {
	display: block;
	overflow:hidden;
	position: relative;
	margin: 4px;
	border:2px dotted black;
	cursor: move;
	background: #eee url(/images/reorder_entry.gif) 5px 5px no-repeat;
}

.entryReorder {
	float: right;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	font-size: 1.25em;
}

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

.sectionReorder {
	float: right;
	font: bold 1.4em arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin: 3px 0 0 0;
	background: #fefcd8;
	padding: 5px;
	border: 1px solid #cc9;
}

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

.sectionbuttons {
	float: right;
	padding: 2px;
}

.fieldSpan,.fieldSpanEnabled {
	display: block;
	position: relative;
	font-family: verdana, sans-serif;
	width:340px;
}

.fieldContainer {
	display: block;
	position: relative;
	
}

.fieldSpan {
	background:transparent;
	padding: 3px;
}

.fieldSpanEnabled {
	padding: 2px;
	background: #fff;
	font-size: 1.1em;
	border: 2px solid #dbcf97;
}

/*** inline tips ***/

.inlineTip, .inlineTipBig {
	visibility: hidden;
	position: absolute;
	right: 0;
	padding: 4px;
	background: #fff;
	border: 1px solid #41a300;
	text-align: left;
	font: normal .9em arial, helvetica, sans-serif;
	z-index: 90;
}

.inlineTip {
	bottom: 27px;
}

* html .inlineTip {
	bottom: 37px;
}

.inlineTipBig {
	bottom: 77px;
}

* html .inlineTipBig {
	bottom: 87px;
}

.inlineTip .tippointer,
.inlineTipBig .tippointer {
	position: absolute;
	bottom: -7px;
	left: 10px;
	z-index: 100;
}

#content_toolbar {
	display:none;
}


/*** review tips ***/


.inlineReviewTip, .inlineReviewTipBig {
	visibility: hidden;
	position: absolute;
	right: 0;
	padding: 4px;
	background: #fff;
	border: 1px solid #e29014;
	text-align: left;
	font: normal .95em arial, helvetica, sans-serif;
	z-index: 90;
}

.inlineReviewTip {
	bottom: 27px;
}

* html .inlineReviewTip {
	bottom: 37px;
}

.inlineReviewTipBig {
	bottom: 77px;
}

* html .inlineReviewTipBig {
	bottom: 87px;
}

.inlineReviewTip .reviewtippointer,
.inlineReviewTipBig .reviewtippointer {
	position: absolute;
	bottom: -7px;
	left: 10px;
	z-index: 99;
}

.reviewButtons {
	float: right;
	border: 0;
}

.inlineReviewTip .reviewButtons,
.inlineReviewTipBig .reviewButtons {
	margin-top: 3px;
	cursor: pointer;
}

/* end tips */

.reviewedField {
	color: #f1a532;
}

input.reviewed, textarea.reviewed {
	border: 2px solid #f1a532;
}

.inlineReview {
	display: block;
	padding: 4px;
	background: #fcebd1;
	border: 1px solid #f1a532;
	width: 484px;
}


.field_buttons {
	float: right;
	margin-right: -4px; /* try to figure out how not to do this */
	display:none;
	visibility:hidden;
}

.field_formathelp {
	font-size: .9em;
	display:none;
	visibility:hidden;
}

.txtArea {
	width: 100%;
}

.txtField {
	width: 100%;
}

.toolslink {
	padding: 6px 6px 6px 34px;
	background: url(/images/menu2.gif);
	background-position: 10px 7px;
	background-repeat: no-repeat;
	text-decoration: none;
}

.toolslink span {
	display: none;
}

.section_rename_txt {
	color: #1a4b6f;
	font-size: 1.2em;
	font-weight: bold;
	padding: 2px;
	background: #fff;
	border: 2px solid #dbcf97;
}

.section_tools {
	position: relative;
	display: none;
	position: absolute;
	top: 32px;
	left: 14px;
	z-index: 90;
	width: 240px;
	background: #fff;
}

.section_tools ul {
	padding: 0;
	margin-top: -2px;
	list-style: none;
	background: #fff;
	border: 1px solid #6283a0;
	font-size: .8em;
	width:100%;
	position: relative;
}

.section_tools li {
	position: relative;
	width:100%;
	display: inline;
}

.section_tools a {
	display: block;
	padding: 6px 6px 6px 25px;
	text-decoration: none;
	background-position: 6px 4px;
	background-repeat: no-repeat;
}

.section_tools a:hover {
	color: #fff;
}

.sec_addentry a {
	background-image: url(/images/addentry.gif);
}

.sec_reorder a {
	background-image: url(/images/reorder.gif);
}

.sec_remove a {
	background-image: url(/images/remove.gif);
}

.sec_rename a {
	background-image: url(/images/pencil.gif);
}

.sec_linked a {
	background-image: url(/images/linked.gif);
}

.entry_remove {
	display: block;
	text-align: right;
	padding: 3px;
	height: 1.4em;
	position: relative;
}

.entry_remove a {
	display: block;
	position: absolute;
	right: 5px;
}

#hostedAd {
	padding: 5px;
	font-size: 1.1em;
	background: #deffc8;
	border: 2px solid #aad38d;
	width: 598px;
}


/************
	forms 
**************/

.resume_form {
	width: 100%;
}

.resume_form th {
	padding: 4px;
	width: 25%;
	text-align: right;
	vertical-align: top;
	color:#666666;
}

.resume_form td {
	padding: 4px;
	color: #333333;
}

.s_personalinfo input {
	width: 80%;
}

.s_personalinfo .zip {
	width: 8em;
}

.s_personalinfo .phone,
.s_personalinfo .fax {
	width: 15em;
}

.s_objective textarea {
	width: 100%;
}

.field_textArea {
	border:1px solid #ccc;
	font-size:1.1em;
	width:340px;
}

.field_text {
	border:1px solid #ccc;
	width:340px;
}

.field_date {
	border:1px solid #ccc;
	width:340px;
}

/***************
	RIGHT SIDE
	options
****************/

#docoptions {
	display: block;
	height: 30px;
	font-size: 1em;
	width: 280px;
}

#toggletips {
	float: left;
	width: 120px;
}

#tipson, #tipsoff {
	float: right;
	text-align: right;
	width: 132px;
	font-size: 1em;
}

#spellchecklink {
	float: left;
	width: 108px;
	font-size: 1em;
}

#tipson, #tipsoff {
	display: none;
}



/***************
	RIGHT SIDE
	cloud
****************/


#cloudView {
	background: #fff url(/images/help_bg.gif) 0 0 no-repeat;
	padding: 5px;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

#cloudView h3 {
	color: #666;
}

#cloudView h3 span {
	font-size: .8em;
	margin-left: 8px;
}

#cloudView p {
	text-align: justify;
	padding: 0 10px 5px 10px;
	margin: 0px;
	color: #265904;
}
#cloudView a {
	text-decoration:none;
}


/*******************
	RIGHT SIDE
	how do I?
********************/


#help {
	background: #fff url(/images/help_bg.gif) 0 0 no-repeat;
	height: 200px;
	padding: 5px;
}

#help h3 {
	color: #999;
}

#helpOptions {
	list-style: none;
	font-size: .8em;
	height: 20px;
	width: 206px;
	margin: 0 auto;
}

#helpOptions li {
	float: left;
	width: 33px;
	height: 20px;
	background: #fff;
	text-align: center;
	border: 1px solid #ddd;
	border-bottom-color: #fff;;
	border-right-width: 0;
}

#helpOptions #helpoptions_textile {
	border-right-width: 1px;
	width: 35px;
}

#helpOptions a {
	display: block;
	height: 20px;
	background: #eee;
	border-bottom: 1px solid #ddd;
}

#helpOptions a:hover {
	background: #fff;
}

#helpOptions a img {
	border: 0;
}

#helpOptions #helpoptions_bullets {
	border-right-width: 1px;
}

#help_bold,
#help_italics,
#help_underline,
#help_links,
#help_images,
#help_bullets,
#help_textile {
	float: left;
	height: 120px;
	width: 265px;
	padding: 2px;
	border: 1px solid #ccc;
	background: #fff;
	font: normal .9em arial, helvetica, sans-serif;
}

* html #help_bold,
* html #help_italics,
* html #help_underline,
* html #help_links,
* html #help_images,
* html #help_bullets,
* html #help_textile {
	margin-top: -1px;
}

#helpContent li {
	text-align: center;
}

.help_current {
	background-color: #ccc;
}

/*****************
	EDIT
	control area/
	sections
******************/

#controls h3 {
	font: bold 1.3em arial, helvetica, sans-serif;
}

.controlbox {
	min-height: 300px;
	padding: 5px;
	margin: 0 0 10px 0;
}

#managesections select {
	width: 65%;
	margin-right: .5em;
	font-size:1em;
}

#managesections input {
	font-size:1em;
}

#managesections label {
	display: block;
	padding: 5px 0;
	font-family:Verdana;
	font-size:.95em;
	font-weight:bold;
}

#managesections ul {
	padding-bottom: 10px;
	margin-bottom: 4px;
	border-bottom: 1px solid #b6f38d;
}

#managesections li {
	display: block;
	padding: 4px;
	list-style: none;
}

#managesections li a{
	color:#265904;
	font-size:.8em;
	text-decoration: underline;
	padding: 2px;
}

#managesections li a:hover {
	color: #5eb523;
}

.managesections_opt {
	float: right;
}

.managesections_opt img {
	margin-left: 5px;
	cursor: pointer;
	border:0px;
}

#managesections li a#reorderSections {
	font: bold 1.1em arial, helvetica, sans-serif;
	padding-left: 0;
}

/*******************
	EDIT
	spell checker
********************/

#spellcheck_data form {
	display: block;
}

/*
#spellcheck {
	margin-top: 12px;
	font-size: .9em;
	overflow:auto;
	display: block;
	border: 1px solid #f00;
}*/

#spellcheck_word {
	background: #c00;
	color: #fff;
	font-weight: bold;
	padding: 2px;
}

#spellcheck_item {
	font-size: 1.1em;
	border-bottom: 1px solid #ccc;
	font-weight:bold;
}

#spellcheck_data {
	padding: 4px;
	background: #efefef;
	height: 90px;
	overflow: auto;
}

#spell_info {
	float: left;
	padding-top: 5px;
	width: 220px;
}

#spell_info input,
#spell_info select {
	margin-top: 5px;
	width: 398px;
}

#spell_buttons {
	padding-top: 70px;
	width: 140px;
}

#close_spellcheck {
	clear: left;
	padding-top: 20px;
}

#suggestSelect {
	border: 1px solid #0f0;
}

/********************
	EDIT
	existing resume
********************/


#uploadexistingresume {
	display: block;
	padding: 8px;
	margin: 12px 0 0 0;
}

.sorry {
	padding: 8px;
}

#existing_data {
	margin: 20px 0 10px 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	color: #999;
}

#existing_data strong {
	font-size: 1.2em;
}

#existing_subdata {
	margin-left: 20px;
}

/*************
	DESIGN
**************/


#resumeStyleContainer {
	text-align: center;
}

#resumeStyleContainer table {
	margin: 0 auto;
}

#resumeStyleContainer .resumeStyle {
	background:white;
	padding:5px;   
}

#currentStyle {
	display:inline;
}

#resumeStyleContainer .resumeStyleSelected {
	padding:5px;
}

#resumeStyleContainer .resumeStyleName {
	text-align:center;
}
#resumeStyleContainer .resumeStyleNameSelected {
	text-align:center;
}

/***************
	OPTIONS
	rename
****************/

#resume_options h3 {
	font: bold 1.6em arial, helvetica, sans-serif;
	letter-spacing: -1px;
	margin: 0 0 1em 0;
	
}

.resume_options_buttons {
	margin-top: 5px;
	text-align: right;
}

.resume_options_buttons input {
	padding: 2px 1px;
	font-weight: bold;
}

#nameOfNewResume {
	padding: 2px 1px;
	margin: 0 0 0 10px;
}

#rename_submit {
}


/************
	OPTIONS
	remove
*************/


#remove_msg {
	margin: .5em 0;
}

#remove_prompt {
	margin: .5em 0;
	font-weight: bold;
	color: #c00;
}


/******************
	WEBSITE
	overview
*******************/

/** if nothing's hosted **/

#hosting_new p {
	margin: 0 0 10px 0;
}

#hosting_new #hosting_new_instr {
	font-weight: bold;
	margin-top: 20px;
}

#newHostingForm {
	display: block;
	width: 570px;
	margin: 10px 0;
	padding: 5px;
	border:2px solid #aad38d;
	background: #deffc8;
	text-align: right;
}

#newHostingForm span {
	width: 75%;
	float: left;
	text-align: left;
}

#newSubdomain {
	font-size: 1.2em;
	padding: 2px 1px;
	margin: 0 0 0 4px;
}

#createSubdomain {
	font-weight: bold;
	font-size: 1.2em;
	padding: 2px 1px;
}

/** normal **/

#hostedURL {
	margin-right: 6px;
	padding: 8px 5px;
}

#hostedURL a#subdomain_link {
	font-size: 1.2em;
}

#hostedStats {
	float: right;
	width: 278px;
}

		#hosting_stats {
			width: 100%;
		}
		
		#hosting_stats td, #hosting_stats th {
			text-align: center;
			width: 33%;
		}
		
		#hosting_stats td {
			font-size: 1.2em;
			font-weight: bold;
		}
		
		#hosting_stats th {
			font-weight: normal;
		}

#stats_switchtype {
	float: right;
}

#stats_switchtype label,
#stats_switchtype select {
	margin: 20px 0 0 0;
	padding: 0;
}

#stats_header {
	margin: 15px 0 0 0 !important;
	padding: 5px 0;
	border-top: 1px solid #ccc;
}


#hosted_singleresume {

}
	
	#hosted_singleresume h2 {
		background: #dcdcdc;
		border: 1px solid #ccc;
		border-bottom-width: 0;
		padding: 8px;
		margin: 10px 5px 0 0;
	}
	
	#hosted_singleresume h3 {
		clear: both;
		float: right;
		margin: 15px 10px 0 0;
		font-weight: normal;
		font-size: 1.2em;		
	}
	#hosted_singleresume span {
		font-size:.8em;
	}	
	#singleresume_stats {
		background: #eaeaea;
		border: 1px solid #ccc;
		border-top-width: 0;
		padding: 5px 5px 5px 8px;
		margin-right: 5px;
		font-size: 1.2em;
	}
	
	#singleresume_stats ul {
		display: inline;
	}
	
	#singleresume_stats li {
		display: inline;
		list-style: none;
		margin-right: 1em;
	}
	
	#singleresume_stats a {
		font-size: .8em;
	}
	
	#singleresume_default {
		float: right;
		margin: 5px 10px 0 0;
	}
	
		#singleresume_default label {
			margin-left: .5em;
		}

		#singleresume_default input {
			margin-left: 1em;
		}

	#hosting_options {
		display: block;
		border: 1px dotted #999;
		margin-top: 10px;
		margin-right: 5px;
		padding: 6px 8px;
	}
	
		#hosting_options legend {
			font-family: arial, helvetica, sans-serif;
			padding: 3px;
			color: #999;
		}
		
		#hosting_options label {
			margin: 0 3em 0 1em;
			font-family: arial, helvetica, sans-serif;
			font-size: .95em;
		}
	
	#linktobadge {
		clear: both;
		padding-top: 30px;
	}
	
	#linktobadge a {
		display: block;
		padding: 5px;
		text-align: center;
		background: #ffc;
		border: 1px solid #fc9;
	}
	
	#hostedStatsAddl {
		clear: left;
		padding-top: 10px;
	}

	#hostedStatsAddl h4 {
		font-size: 1.2em;
	}

        #statType {
		width:250px;
		margin-top:25px;
        }

	#hosts {
	}
	
	#refers {
	}

        #keywords {
        }

        .statList {
		width: 100%;	
        }	
	#hosts table, #refers table, #downloads table, #keywords table {
		width: 100%;
	}
	
	#hosts .even td, #refers .even td, #downloads .even td, #keywords .even td {
		background: #fff;
	}
	
	#hosts th, #refers th, #downloads th, #keywords th {
		text-align: left;
		padding: 3px 1px;
		border-bottom: 1px solid #666;
	}
	
	#hosts td, #refers td, #downloads td, #keywords td {
		font-size: .9em;
		padding: 3px 1px;
		margin: 0;
		background: #efefef;
	}
		
#badgecode {
	float: left;
	width: 258px;
	padding: 5px;
	margin-top: 10px;
	border: 1px solid #ccc;
	padding-top: 0;
}

	#badgecode p {
		margin: 0 0 5px 0;
		line-height: 1.4em;
		color: #666;
	}

#pwcontrols {
	width: 390px;
	padding: 5px;
}

	#pwcontrols .pw_p {
		background:#eee;
		border:none;
	}
	
	#pwcontrols p.radiochoice {
		margin-left: 1em;
	}
	
	#pwcontrols fieldset {
		border: 1px solid #ccc;
		padding: 4px;
		background: #eee;
	}
	
	#pwcontrols fieldset label {
		float: left;
		width: 12em;
	}
	
	#pwcontrols fieldset input {
		width: 14em;
	}

.share_textarea label {
	display: block;
	margin: .5em 0 .25em 0;
}

.share_textarea textarea {
	width: 100%;
}

.share_button {
	margin: .5em 0;
	text-align: right;
}

.share_button input {
	padding: 2px 1px;
}





/*****************
	WEBSITE
	settings dialogs
******************/


#personalinfo_options {
	list-style: none;
}

#personalinfo_options li {
	padding: 3px 0;
}

#personalinfo_options li input {
	padding: 2px;
}

/*************
	WEBSITE 
	PROFILES
**************/

#saveprofile {
	clear: both;
	text-align: center;
	padding-top: 10px;
}


#profileform h3 { 
	margin: 0;
	padding: 0;
	font: bold 1.2em arial, helvetica, sans-serif; 
}

#profileform fieldset div { clear: left; padding: 4px 0; }
#profileform fieldset div label { float: left; width: 200px; padding-right: 10px; text-align: right;}

#profileform .pf_txt, #profileform textarea { width: 220px; }

#profileform .pf_next { text-align: right; padding-top: 4px; }

#profile_details div { border-bottom: 1px solid #ccc; margin-bottom: 5px; }

#profileform #profile_details div label { width: 200px; }

#profileform #yoursummary div label { width: 120px; }
#profileform #yoursummary li { list-style: none; margin-left: 130px; }
#profileform #yoursummary input.pf_txt { width: 300px; }
#profileform #yoursummary textarea { width: 300px; height: 90px; }

#profileform #interviewquestions div label { display: block; text-align: left; width: 90%; }
#profileform #interviewquestions textarea { width: 90%; height: 90px;}

#profileform #websitelinks div label { width: 120px; }
#profileform #websitelinks input.pf_txt { width: 230px; }
#profileform #websitelinks textarea { width: 230px; height: 80px; }
#profileform #websitelinks td { vertical-align: top;  }
#profileform #websitelinks .pf_linkurl { color: #888; }

#profileform #jobpreferences div.makepublic { padding-top: 2px; }
#profileform #jobpreferences select { width: 230px; }
#profileform #jobpreferences .makepublic label { width: auto; margin-left: 210px; color: #666; }


#profileform p.profile_description {
	margin: .5em 0 1em 0;
	padding: 0;
	color: #5c5c5c;
}

/***************
	WEBSITE
	promote
****************/

#promote_badge {
	float: left;
	width: 460px;
	padding-right: 15px;
	margin-top: 12px;
	border-right: 1px solid #ccc;
}

#promote_sig {
	float: left;
	width: 460px;
	margin-top: 12px;
	padding-left: 15px;
}

#badge_preview {
	float: left;
	width: 115px;
}

#badge_code {
	float: left;
	width: 340px;
}

#badge_code textarea {
	width: 335px;
	height: 103px;
}

#sig_preview {
	float: left;
	width: 160px;
	padding: 8px;
}

#sig_code {
	float: left;
	width: 280px;
}

#sig_code textarea {
	height: 103px;
	width: 275px;
}

#promote_badge p,
#promote_sig p {
	clear: left;
	padding-top: 10px;
	text-align: center;
}

/***************
	NETWORK
	contacts
****************/

#networktour {
	width: 683px;
	height: 493px;
	margin: 0 auto;
	position: relative;
	background: #fff url(/images/networktour.gif) 0 0 no-repeat;
}

#networktour h3 {
	position: absolute;
	left: 172px;
}

#networktour #biginvite {
	position: absolute;
	bottom: 30px;
	left: 220px;
}

#contact_add a,
#contact_addagain {
	padding-left: 20px;
	font-weight: bold;
	background: #fff url(/images/contact_add.gif) 0 0 no-repeat;
}

#network_search {
	margin-bottom: 25px;
}

#network_searchform {
	display: block;
	background: #efefef;
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 12px;
}

#network_cloud p {
	margin: .5em 20px;
	line-height: 2em;
}

#net_cloud_desc {
	text-align: center;
}

	#key_keywords {
		color: #427aa0;
	}
	
	.userTag, #key_usertags {
		color: #70a94a;
	}
	

#network_cloud a {
	outline: none;
	padding: 1px;
	border: 1px solid #fff;
}

#network_cloud a.depressed {
	background: #eee;
	border: 1px solid #555;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.lockedResume {
	background: #fff url(/images/lock.png) 0 3px no-repeat;
	padding: 5px 0 5px 20px;
}

#network_paging {
	display: block;
	text-align: center;
	margin: 1em 0;
	font-size: 1.2em;
}

#network {
	margin: 0;
	padding: 12px;
	float: left;
	width: 500px;
	background: #deffc8;
}

#network_card { 
	margin: 0;
	padding: 10px;
	border: 0;
	background: #fff; 
}

#card_icons {
	float: right;
}

#network_card h2 {
	font: bold 2em arial, helvetica, sans-serif;
	color: #427aa0;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
	border: 0;
}

#network_card h3 {
	font: bold 1.4em arial, helvetica, sans-serif;
	color: #70a94a;
	margin: 0;
	padding: 0;
}

#network_card h4 {
	font: bold 1.2em arial, helvetica, sans-serif;
	color: #333;
	margin: 1em 0 0 0;
	padding: 0;
}

#card_update {
	padding: .5em 0;
	margin: 0 0 .5em 0;
	border-bottom: 1px solid #acacac;
	font-style: italic;
	color: #acacac;
}

#card_contact table {
	margin: 1em 1em 0 1em;
}

#card_contact th {
	padding: 2px;
	text-align: left;
}

#card_contact td {
	padding: 2px 5px;
	vertical-align: top;
}


#card_contact #card_address {
	padding-left: 20px;
	line-height: 1.4em;
}

#card_tags p {
	margin: 1em;
}

#card_tools {
	margin: 1em 0 0 0;
	padding: 1em 0;
	border-top: 1px solid #acacac;
	font-size: .9em;
	text-align: center;
}

#card_taginst {
	color: #999;
	display: block;
}

#tagoptions {
	margin-left: 6px;
	padding-left: 8px;
	border-left: 1px solid #ccc;
}

#card_canceltags {
	margin-left: 8px;
	font-size: .8em;
}

.notspecified {
	color: #ccc;
}

#notags {
	color: #ccc;
}

/**********
   HOME
   user
***********/

#home_rlist {
	width: 400px;
}

#home_rlist ul {
	margin: 6px 0;
}

#home_rlist li a,
#home_rlist li strong {
	padding: 4px 0 4px 10px;
	border-bottom: 1px dotted #c3ddb2;
	font-family: verdana, sans-serif;
}

#home_rlist p {
	color: #898989;
}

#home_rlist #whatsnext {
	background: #f5f5f5;
	padding: 10px;
	margin-top: 14px;
	margin-right: 10px;
}

#home_rlist #whatsnext ul {
	margin: 2px 0;
}

#home_rlist #whatsnext li {
	display: list-item;
	padding-left: 20px;
	background: url(http://www.emurse.com/images/bullet_go.gif) 0 0 no-repeat;
}

#home_rlist #whatsnext li.upgrade {
	background-image: url(http://www.emurse.com/images/heart.png);
}

#home_rlist #whatsnext li a,
#home_rlist #whatsnext li strong {
	display: inline;
	background: none;
	padding: 0;
	border-bottom: none;
}

#home_rlist #whatsnext li a {
	font-weight: normal;
}

#home_rlist #whatsnext h3 {
	margin: 0 0 4px 0;
	padding: 0;
	font: bold 1.4em arial, helvetica, sans-serif;
	color: #7c7c7c;
}

#home_rstats {
	padding: 0 !important;
	width: 570px;
}

#rstats_tabs {
	background: #fff;
}

#home_rstats .innerpan {
	margin: 12px;
}

#rstats_tabs li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#rstats_tabs li a {
	display: block;
	float: left;
	width: 120px;
	padding: 4px;
	background: #ebebeb;
	text-decoration: none;
	border-right: 2px solid #fff;
}

#rstats_tabs li a:hover {
	background: #427aa0;
	color: #fff;
}

#rstats_tabs li.current a {
	background: #deffc8;
	color: #333;
	font-weight: bold;
}

#rstats_links {
	text-align: center;
}

/*** lower half ***/

#home_lower {
	clear: left;
	padding-top: 10px;
}

#home_lower div {
	float: left;
	padding: 10px;
	border-top: 1px solid #999;
	background: #fff url(http://www.emurse.com/images/home_lower_title.gif) 0 0 repeat-x;
}

#home_lower div#home_jobs {
	background: #fff url(http://www.emurse.com/images/home_jobs_bg.gif) 0 0 no-repeat;
	min-height: 275px;
	width: 304px;
}

#home_lower div#home_news {
	width: 628px;
}

#home_lower h3 {
	font: bold 1.5em/1 arial, helvetica, sans-serif;
	color: #252525;
	margin: 0 0 10px 0;
	padding: 0;
}

#home_lower div#home_jobs h3 {
	color: #fff;
}

#home_lower ul {
	padding: 10px 0;
	list-style: none;
}

#home_lower li {
	margin: 0 0 4px 0;
}

#home_jobs li#indeedgraphic {
	text-align: right;
}


#home_lower .home_joblisting {
	margin: 0;
	padding: 10px 0 12px 0;
	margin: 0;
	background: #fff;
	border: 0;
	color: #555;
}

.home_joblisting h4 {
	font: bold 1em/1.5em verdana, sans-serif;
	margin: 0;
	padding: 0;
}

.home_joblisting h4 a {
	text-decoration: none;
}

.home_joblisting .home_joblisting_info {
	font-size: .95em;
	color: #999;
}

.home_joblisting_tools {
	margin-top: 5px;
}

.home_joblisting_tools a.apply {
	font-weight: bold;
	padding-left: 16px;
	background: #fff url(http://www.emurse.com/images/thumbsup.gif) 0 0 no-repeat;
	margin-right: 26px;
}

.home_joblisting_tools a.turndown {
	padding-left: 16px;
	background: #fff url(http://www.emurse.com/images/thumbsdown.gif) 0 0 no-repeat;
	margin-right: 4px;
}

.home_joblisting_tools a.forward {
	padding-left: 18px;
	background: #fff url(http://www.emurse.com/images/email_go.gif) 0 0 no-repeat;
}

#home_progress p {
	padding: 10px 0;
}

#home_news p {
	padding: 10px 0 6px 0;
}

#jobsPoweredBy {
	float: right;
}

#jobmissing {
	display: block;
	padding-top: 10px;
}

#jobmissing p {
	padding: 5px 0;
}

#jobmissing p label {
	float: left;
	width: 80px;
	text-align: right;
	margin-right: 5px;
}

#jobmissing p#missing_submit {
	margin-left: 85px;
}

/****************
	HOME
	public
*****************/

#minitour #tour_graphic {
	float: left;
	width: 589px;
	height: 266px;
	padding: 5px 8px 8px 6px;
	background: #fff url(/images/screencap_holder.gif) 0 0 no-repeat;
}

#minitour #tour_info {
	float: left;
	width: 345px;
	height: 266px;
	margin-left: 12px;
	position: relative;
}

#minitour h3 {
	font: bold 1.5em arial, helvetica, sans-serif;
	margin: 0;
	padding: 4px 0 6px 0;
}

#minitour p {
	line-height: 1.6em;
	margin: 0 0 8px 0;
}

#minitour #tour_callout {
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	padding-right: 18px;
	background: #fff url(/images/bullet_go.gif) right top no-repeat;
}

#minitour #tour_nav {
	padding: 5px 0;
	border-top: 1px dotted #666;
	list-style: none;
	position: absolute;
	bottom: 0;
	right: 0;
}

#tour_nav li {
	float: left;
	margin: 0 1px 0 0;
}

#tour_nav li#viewtour {
	float: right;
	margin: 0;
}

#tour_nav li a {
	display: block;
	padding: 4px 6px;
	background: #666;
	color: #fff;
	text-decoration: none;
}

#tour_nav li.current a {
	color: #666;
	background: #fff;
}


#tour_nav li#viewtour a:hover {
	text-decoration: underline;
}

#bigcallout {
	clear: left;
	padding: 30px 0 40px 0;
	text-align: center;
	font-size: 1.2em;
}

#home_bottom {
	background: #fff url(/images/home_lower_grad.gif) 0 0 repeat-x;
}

#home_bottom div {
	float: left;
	width: 307px;
	margin-left: 10px;
}

#home_bottom div .more {
	display: block;
	margin: 0 5px;
	padding: 4px 0;
	border-top: 1px dotted #d6d6d6;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	background: #fff;
}

#home_bottom div .more span {
	background: url(/images/bullet_go.gif) right top no-repeat;
	padding-right: 20px;
}

#home_bottom div ul {
	background: #fff;
	padding: 5px;
	margin: 0;
	height: 8.2em;
	list-style: none;
}

#home_bottom div li {
	padding: 0 0 3px 0;
}

#home_bottom div h3 {
	font: bold 1.2em arial, helvetica, sans-serif;
	color: #464646;
	margin: 0;
	padding: 6px 0 8px 0;
	position: relative;
}

#home_jobs li span {
	display: block;
	font-size: .9em;
	color: #ccc;
}

#home_bottom h3 span {
	font-size: .8em;
}

#home_activity th {
	font-weight: normal;
	padding: 1px;
}

#home_activity td {
	color: #666;
	padding: 1px;
}

/** login **/

#signin {
	float: right;
	margin: 7px 5px 0 0;
	font: normal 1em arial, helvetica, sans-serif;
}

#signin #email,
#signin #password {
	border: 1px solid #aaa;
	font: normal 1em arial, helvetica, sans-serif;
	color: #666;
	padding: 2px;
	width: 130px;
}

#signin #email:focus,
#signin #password:focus {
	border-color: #f90;
}

#signin #signinbutton {
	font: bold 1em arial, helvetica, sans-serif;
	color: #6283a0;
}

#signin input {
	margin-right: 5px;
}


/****************
	ACCOUNT
*****************/

#accountform h3 {
	font-size: 1.4em;
	margin: 0 0 1em 0;
}

#accountform fieldset {
	border: 0;
}

#accountform fieldset p {
	margin: 6px 0;
	color: #999;
}

#accountform #generalinfo div,
#accountform #password div {
	padding: 2px 0;
	clear: left;
}

#accountform #generalinfo label,
#accountform #password label {
	float: left;
	width: 200px;
}

#accountform #generalinfo input,
#accountform #password input {
	width: 240px;
}

#save_account_generalinfo_btn,
#save_account_password_btn,
#save_account_notifications_btn {
	width: 79px !important;
	margin: 5px 0 0 0;
}

/*****************
	DISTRO
	Tour
******************/

#distrotour {
	background: #fff url(/images/distrotour.gif) 0 0 no-repeat;
	width: 684px;
	height: 493px;
	margin: 10px auto;
	position: relative;
}

#distrotour h3 {
	position: absolute;
	left: 170px;
}

#distro_or {
	font: bold 1.4em arial, helvetica, sans-serif;
	color: #999;
	position: absolute;
	top: 420px;
	left: 335px;
}

#distrotour_email {
	position: absolute;
	top: 400px;
	left: 89px;
}

#distrotour_outside {
	position: absolute;
	top: 400px;
	left: 394px;
}

/*****************
	DISTRO
	History
******************/

#distro_send_email {
	padding-left: 20px;
	font-weight: bold;
	background: #fff url(/images/email_go.gif) 0 0 no-repeat;
	margin-right: 10px;
}

#distro_add_outside {
	padding-left: 20px;
	font-weight: bold;
	background: #fff url(/images/telephone_go.gif) 0 0 no-repeat;
}

/* first 3 same as network, merge? */

#history h2 {
	font: bold 2em arial, helvetica, sans-serif;
	color: #427aa0;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
	border: 0;
}

#history h3 {
	font: bold 1.4em arial, helvetica, sans-serif;
	color: #70a94a;
	margin: 0;
	padding: 0;
}

#history p#info {
	padding: .5em 0;
	margin: 0 0 .5em 0;
	border-bottom: 1px solid #acacac;
	font-style: italic;
	color: #acacac;
}

#history table /* same as network, merge? */ {
	margin: 1em 1em 0 1em;
}

#history th {
	padding: 2px;
	text-align: left;
}

#history td {
	padding: 2px 5px;
	vertical-align: top;
}

#history_notes {
	margin: 1em;
}

#history_notes label {
	padding: 2px 5px;
	display: block;
}

#history_notes textarea {
	width: 95%;
	border: 1px solid #777;
}

#history_tools /* same as card_tools, merge? */ {
	margin: 1em 0 0 0;
	padding: 1em 0;
	border-top: 1px solid #acacac;
	font-size: .9em;
	text-align: center;
}

/*******************
	DISTRO:
	email screen
********************/

#distro_email fieldset {
	border: 0;
	margin-left: 80px;
}

#email_recipient legend,
#email_resumeoption legend,
#email_message legend,
#email_notify legend {
	display: none;
}

#email_recipient div,
#email_message div {
	padding: 4px 4px;
	clear: left;
}

#email_recipient label,
#email_message label {
	float: left;
	text-align: right;
	padding: 2px 8px 0 0;
	width: 175px;
}

#email_recipient input {
	width: 420px;
	border: 1px solid #999;
	padding: 2px;
}

#distro_email #email_resumeoption,
#distro_email #email_formats {
	margin-left: 275px;
}

#distro_email #email_formats {
	width: 480px;
	border: 1px solid #ccc;
}

#email_formats legend {
	color: #ccc;
	padding: 0 4px;
}

#email_formats ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#email_formats li {
	float: left;
	width: 160px;
}

#email_formats li a {
	display: block;
	padding: 2px 2px 2px 20px;
	background-position: 2px 2px;
	background-repeat: no-repeat;
}


#email_formats a#doc { background-image: url(/images/doc.gif); }
#email_formats a#pdf { background-image: url(/images/pdf.gif); }
#email_formats a#odt { background-image: url(/images/ooo.gif); }
#email_formats a#html { background-image: url(/images/html.gif); }
#email_formats a#rtf { background-image: url(/images/rtf.gif); }
#email_formats a#txt { background-image: url(/images/txt.gif); }

#email_message {
	padding-top: 1em;
}

#email_message input,
#email_message textarea {
	width: 494px;
	border: 1px solid #999;
	padding: 2px;
}

#distro_email #email_notify {
	margin-left: 265px;
}

#email_notify input {
	margin-right: 10px;
}

#email_buttons {
	width: 765px;
	text-align: right;
}

#email_buttons input[type=submit] {
	font-weight: bold;
}

/***************
	DISTRO
	outside
***************/

#outside_method {
	background: #eee;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 5px 0;
	list-style: none;
	font-size: 1.2em;
	line-height: 1.5em;
}

.manualevent {
	display: none;
	margin-left: 50px;
}

.manualevent th,
.manualevent td {
	padding: 2px 0;
}

.manualevent th {
	font-weight: normal;
	width: 220px;
	text-align: right;
	padding: 2px 8px 2px 0;
}

.manualevent input[type=text],
.manualevent textarea { 
	width: 340px;
	border: 1px solid #999;
	padding: 2px;
}

.manualevent h3 {
	margin-left: 228px;
}

.manualevent_buttons {
	margin-left: 228px;
}

.manualevent_buttons input[value='Add Outside Event'] {
	font-weight: bold;
}


/***********************
	dialogs, feedback
************************/


#dialogContent label {
	display: block;
	padding: 5px 0;
}

#dialogContent .dialog_submit {
	width: 98%;
	margin-top: 10px;
	text-align: right;
}

#dialogContent .dialog_submit input {
	padding: 2px 1px;
}

#dialogContent textarea {
	width: 98%;
}

#invite_send, #feedback_send {
	font-weight: bold;
}

#dialogContent p {
	margin: .5em 0;
	padding: 5px;
}

#dialogContent #invitationsLeft {
	background: #fff;
}

#dialogContent h3 {
	margin: .5em 0 0 0;
}

#dialogContent p.norm_dialog {
	background: #fff;
	border: 0;
}

#dialogContent ul {
	margin-left: 2em;
}


/* review dialog 

#review_paypal {
	float: left;
	margin-top: 10px;
	font-weight: bold;
}


/**********************
	account cc form
***********************/

#ccform fieldset {
	display: block;
	padding: 2px 0 5px 0;
	margin-bottom: 4px;
	border: 0;
	border-bottom: 1px dotted #ccc;
}

#ccform div {
	clear: left;
	padding: 3px 0;
}

#ccform label {
	float: left;
	width: 10em;
	margin-top: -2px;
	text-align: right;
	padding-right: 6px;
}

#ccform fieldset input {
	border: 1px solid #ccc;
}

#ccform legend {
	margin: 5px 0;
}

#ccform img {
	float: left;
	margin-right: 10px;
}



/*************************
	account upgrade
*************************/


#account_matrix {
	border: 1px solid #3672a4;
	padding: 1px;
	margin: 10px 0 0 10px;
	width: 380px;
}

#account_matrix table {
	width: 100%;
}

#account_matrix th,
#account_matrix td {
	padding: 4px;
	text-align: center;
}

#account_matrix th.feature {
	width: 50%;
	text-align: right;
	font-weight: normal;
}

#account_matrix tr.odd td,
#account_matrix tr.odd th {
	background: #eee;
}

#account_matrix th.topheader {
	text-align: center;
	font-weight: bold;	
}
		
#account_matrix .buttonrow td {
	padding-top: 10px;
}

#account_matrix a {
	display: block;
	padding: 4px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	border: 1px solid #3672a4;
	color: #fff;
	background: #3672a4;
	text-decoration: none;
}

#account_matrix a:hover {
	background: #fff;
	color: #3672a4;
}

/****************
	PUBLIC PAGES
	general
*****************/

.frontpage p {
	margin: 0 0 1em 0;
	line-height: 1.6em;
}

.frontpage_img {
	float: right;
	width: 394px;
	height: 246px;
	padding: 9px 10px 11px 9px;
	margin: 0 0 10px 12px;
	background: #fff url(/images/screencap_holder_sm.gif) 0 0 no-repeat;
}

.actionjaxon {
	font-weight: bold;
	font-style: italic;
	padding-right: 18px;
	background: #fff url(/images/bullet_go.gif) right top no-repeat;
}

.bigger {
	font-size: 1.1em;
}

/****************
	JOB SEARCH
	main page
*****************/

form#jobsearch {
	display: block;
	width: 600px;
	margin: 0 auto;
	padding: 12px;
	background: #eee;
	border: 2px solid #ccc;
}

#jobsearch label {
	margin-right: 4px;
}

#jobsearch input.s-text {
	margin-right: 8px;
	width: 140px;
}

#s-examples div {
	float: left;
	text-align: right;
	padding-top: 4px;
}

#s-examples #sj {
	width: 205px;
	margin-right: 8px;
}

#s-examples #sl {
	width: 200px;
}

#s_front_go {
	color: #6283a0;
	font-weight: bold;
}

#powered_indeed_front {
	text-align: center;
}

.s_front_promo {
	text-align: center;
	padding: 10px 0 0 0;
}

/****************
	JOB SEARCH
	results
*****************/	

h3.results-count {
	font: bold 1.4em arial, helvetica, sans-serif;
	padding: 0;
	margin: 0 0 10px 0;
	position: relative;
}

h3.results-count span {
	color: #666;
}

h3.results-count a {
	position: absolute;
	top: 0;
	right: 0;
}

h4 .result-num {
	float: left;
	width: 32px;
	margin: 0;
}

h4 .result-name {
}

h4 .result-location {
	font-size: .8em;
	margin-left: 10px;
}

.s-result h4 {
	font: bold 1.4em arial, helvetica, sans-serif;
	padding: 5px;
	margin: 0 0 6px 0;
	border-bottom: 1px dotted #aad38d;
	color: #777;
}

.s-result h4 a {
	color: #0b6aab;
}

.s-result h4 a:hover {
	color: #1a4b6f;
}

.result-info,
.result-description,
.result-tools {
	margin-left: 36px;
}

.result-info {
	color: #999;
}

.result-info span.result-date {
	color: #64a635;
	margin-right: 8px;
}

.result-tools {
	margin-top: 5px;
	margin-bottom: 2em;
}

.result-description a,
.result-description a:hover {
	text-decoration: none;
	color: #000;
}

.result_adbrite, .result_google {
	text-align: center;
	padding: 12px 0;
}

.paging {
	padding: 8px 0;
	font-size: 1.3em;
	font-weight: bold;
	text-align: right;
}

/** control side **/

.res-controls {
	border-left: 1px solid #aad38d;
	padding-left: 10px;
}

p#signup {
	background: #deffc8;
	border: 1px solid #aad38d;
	padding: 5px;
	margin-top: 18px;
}

#recentsearches h3 {
	margin: 1em 0 5px 0;
}

#recentsearches ul {
	list-style: none;
	margin: 0 0 2em 0;
}

#recentsearches li {
	padding: 2px 0 2px 18px;
	background: #fff url(/images/bullet_go.gif) left 2px no-repeat;
}

#signup strong {
	display: block;
	text-align: center;
	padding: 4px 0;
}

#searchform_side,
.blogcontainer #searchform {
	display: block;
	margin: 0 0 5px 0;
	border: 1px solid #ccc;
	background: #eee;
	padding: 5px;
}

#searchform_side h3 {
	margin: 0 0 6px 0;
	padding: 0;
}

#searchform_side div,
.blogcontainer #searchform div {
	clear: left;
	padding: 2px 0;
}

#searchform_side div label,
.blogcontainer #searchform div label {
	float: left;
	width: 55px;
	padding-right: 5px;
	text-align: right;
}

#searchform_side div#side_go
.blogcontainer #searchform div#side_go {
	text-align: right;
}

#searchform_side .s-text {
	width: 190px;
}

#searchform_side .s-but,
.blogcontainer #searchform #searchsubmit {
	color: #6283a0;
	font-weight: bold;
	margin-right: 16px;
}


/**************
	CAREERS
***************/

.career_section {
	margin: 0 0 1em 0;
}

.career_section h3 {
	font: bold 1.5em arial, helvetica, sans-serif;
	margin: 0 0 .5em 0;
	padding: 0;
}

.career_section ul {
	margin: .5em 0 1em 3em;
}

.career_section li {
	margin: 0 0 4px 0;
}

.career_section p {
	margin: 0 0 1em 0;
	line-height: 1.8em;
}

.career_section caption {
	margin: 0;
	padding: 4px;
	border: 1px solid #777;
	color: #777;
	text-align: left;
}

.career_section table {
	border: 1px solid #444;
	margin: 10px 0;
	font-size: .9em;
	width: 100%;
	border-collapse: collapse;
}

.career_section th,
.career_section td {
	border: 1px dotted #ccc;
	padding: 3px;
}

.career_section td {
	text-align: center;
}

.career_section thead th {
	text-align: center;
	color: #fff;
	background: #666;
	border-color: #444;
}

.career_section th {
	text-align: left;
	vertical-align: top;
}

.career_section tr.greenbar th,
.career_section tr.greenbar td {
	background: #efefef;
}

.career_section table p {
	margin: 0;
	padding: 0;
}

.arrowlist ul {
	list-style: none
}

.arrowlist li {
	padding: 2px 0 2px 18px;
	background: #fff url(/images/bullet_go.gif) left 2px no-repeat;
	list-style:none;
}

.fastfacts li {
	padding: 2px 0 2px 18px;
	background: #fff url(/images/check.gif) left 2px no-repeat;
	list-style:none;	
}

.career_jobpost {
	margin: .5em 0 .75em 0;
}

.career_jobpost h4 {
	font: bold 1.2em arial, helvetica, sans-serif;
	margin: 0;
	padding: 0 0 4px 0;
}

.career_jobpost .career_company {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 1em;
}


/*********************
	BLOG
**********************/

h2 span.postdate {
	font-size: .8em;
	margin-left: 10px;
	color: #666;
}

.blogcontainer .post h2 {
	font: bold 1.4em arial, helvetica, sans-serif;
	padding: 5px;
	margin: 0 0 6px 0;
	border-bottom: 1px dotted #aad38d;
	color: #777;
}

.blogcontainer .post h2 a { color: #0b6aab; }
.blogcontainer .post h2 a:hover { color: #1a4b6f; }

.blogcontainer .post {
	clear: left;
	padding: 12px 0;
}

.blogcontainer .post p {
	margin: 0 5px 2em 5px;
	padding: 0;
	line-height: 1.8em;
}

.blogcontainer .post li {
	margin: 0 0 1em 2em;
}

.blogcontainer #controls {
	border-left: 1px solid #aad38d;
	padding-left: 10px;
}

.blogcontainer .post .postmetadata {
	margin: 5px;
	color: #999;
}

.postmetadata span.byline {
	color: #64a635;
	margin-right: 8px;

}

.blogcontainer #controls ul {
	list-style: none;
	margin: 0 0 2em 0;
}

.blogcontainer #controls li {
	padding: 2px 0 2px 18px;
	background: #fff url(/images/bullet_go.gif) left 2px no-repeat;
}

.blogcontainer #searchform #s {
	width: 170px;
	margin-right: 5px;
}

.blogcontainer h2 span {
	color: #666;
}

h3#comments {
	padding-top: 8px;
	border-top: 5px solid #ccc;
	font: bold 1.3em verdana, sans-serif;
	color: #444;
}

.commentlist li {
	margin-left: 3em;
	margin-bottom: 1em;
	padding: 5px;
	border-bottom: 1px solid #ccc;
}

.commentlist cite {
	font-weight: bold;
}

#commentform p {
	padding: 4px 0;
}


.paging .prevlink {
	float: left;
	width: 220px;
	text-align: left;
}

.paging .nextlink {
	float: right;
	width: 220px;
	text-align: right;
}


/*


#content_wide {
	margin: 0;
	text-align: left;
	background-color: #fff;
}

#rightContent {
	margin: 0 0 0 10px;
	width: 490px;
	float: right;
	text-align: left;
	background-color: #fff;
}

#controls {
	margin: 39px 0 0 520px;

}

.wide {
	width: 760px !important;
}


.move_sections {
	font-weight: bold;
}

/***************
	infobar



#infobar {
	font-size: .9em;
}

#infobar h1 {
	margin-left: 10px;
	float: left;
	display: inline;
}

#info_user {
	float: left;
	margin: 8px 0 0 10px;
}



/***************************
	download/print/invites


#saveoptions {
	float: right;
	margin: 1px 0 0 0;
}

#saveoptions li {
	float: left;
	list-style: none;
	margin: 0 0 0 10px;
}

#saveoptions a {
	display: block;
	font-family:Verdana;
	font-weight:bold;
	text-decoration:none;
	font-size:1.05em;
	padding: 4px 4px 4px 24px;
	background-position: 4px 4px;
	background-repeat: no-repeat;
	border: 1px solid #fff;
	border-bottom-width: 0;
}

#saveoptions a:hover {
	text-decoration:underline;
}

#invitelink {
	background-image: url(/images/group.gif);
}

#upgradelink {
	background-image: url(/images/heart.gif);
}
#upgradelink:hover {
	background-image: url(/images/pulsingheart.gif);
}

#printlink {
	background-image: url(/images/print.gif);
}

#downloadlink {
	background-image: url(/images/disk.png);
}

#saveoptions img {
	vertical-align:text-top;
	margin:0 5px 0 0;
}

#saveoptions .activedownloadlink {
	border-bottom: 0;
	background-color: #eee;
}

#downloadoptions {
	display: none;
	position: absolute;
	top: 26px;
	right: 0;
	background: #fff;
	list-style: none;
	width: 10em;
	z-index:99;
}

#downloadoptions li {
	display: inline;
	clear: left;
	width: 100%;
	margin-left: 0;
}

#downloadoptions a {
	display: block;
	padding: 3px 3px 3px 3px;
	font-weight: normal;
}

#downloadoptions a:hover {
	text-decoration: none;
	color: #fff;
}

/*********
	sub


#subnavigation ul {
	list-style: none;
	padding-top: 5px;
}

#subnavigation li {
	display: inline;
	padding: 0 1em;
	font-weight: bold;
	color: #000;
}











                                                                                 


/**********************
	preview resume


#previewFrame {
        width: 755px;
        border: 1px solid #a9a9c7;
        height: 8in;
}       



/*********************
	email


#emailTable {
	width: 100%;
}

#emailTable td, #emailTable th {
	padding: 5px;
	border-bottom: 2px solid #fff;
}

#emailTable th {
	vertical-align: top;
	background: #ddd;
}

#emailTable td {
	background: #fff;
}

#emailTable #recipientTable td {
	border: 0;
}

#recipientTable td.label {

}

#recipientTable input {
	width: 20em;
}

#emailTable textarea {
	width: 98%;
}

#emailTable #sendbutton {
	text-align: right;
	background: #fff;
}

#emailTable #sendbutton input {
	padding: 2px 1px;
	font-size: 1em;
}









