#leftSide
	{
		width:565px;
	}

/*----------------------------------------------user login styles
-----------------------------------------------------------------
---------------------------------------------------------------*/

#userLogin
	{
		font-size:12px;
		margin-bottom:10px;
		background-image:url(../../images/common/ui2/loginBg.gif);
		background-repeat:repeat-x;
		background-position:bottom;
		background-color:#ffffb8;
		padding-bottom:15px;
		border:1px solid #fae101;
	}

#userLogin fieldset
	{
		padding:0;
		margin:0;
		border:none;
	}

#userLogin label
	{
		font-weight:normal;
		color:black;
		margin:0;
		padding:0;
	}
	
#userLogin p
	{
		margin:0;
		padding:0;
	}

#userLogin .title
	{
		background-color:#fcc549;
		background-image:url(../../images/common/ui2/titleBg.gif);
		background-repeat:repeat-x;	
		font-weight:bold;
		padding:5px;
		font-size:14px;
		color:black;
	}

#userLogin li
	{
		display:inline;
		margin-right:10px;
	}

#leftSide #userLogin label
	{
		display:inline;
		vertical-align:top;
		margin-right:2px;
		font-size:12px;
	}

#userLogin form
	{
		padding:20px 0 0 10px;
	}

#userLogin .field
	{
		margin-top:-4px;
	}

input:focus
	{
		background-color:#fcf9dd;
	}

.emailField
	{
		float:left; 
		margin-right:0;
	}

.passwordField
	{
		float:left; 
		width:200px; 
		text-align:right; 
		margin-right:10px;
	}

.passwordField .field
	{
		width:125px;
	}

.field
	{
		border:1px solid silver;
		width:182px;
		margin-bottom:10px;
		margin-top:2px;
		padding:2px;
	}

.button
	{
		vertical-align:top;
		margin-top:-3px;
		padding:0px 4px 1px 4px;
		background-color:#a5c3ff;
		color:#0045b5;
		border:1px solid #4e82eb;
		font-weight:bold;
		background-image:url(../../images/common/ui2/continueBg.gif);
		background-repeat:repeat-x;
		cursor:pointer;
	}

.help
	{
		font-size:9px;
		margin-top:-5px;
		text-align:right;
	}

.help a:link, .help a:visited
	{
		text-decoration:none;
	}

.help a:hover, .help a:active
	{
		text-decoration:underline;
	}

#userLogin label
	{
		font-size:11px;
	}

/*------------------------------------------------new user styles
-----------------------------------------------------------------
---------------------------------------------------------------*/
	
#newUser
	{
		border:1px solid #4e82eb;
		background-image:url(../../images/common/ui2/newUserBg.gif);
		background-repeat:repeat-x;
	}

#newUser .title
	{
		background-color:#3666c8;
		font-size:14px;
		color:white;
		border-bottom:1px solid #3666c8;
		background-image:url(../../images/common/ui2/newTitleBg.gif);
		background-repeat:repeat-x;
		padding:5px;
		margin:0;
		font-weight:bold;
	}

#newUserRight
	{
		float:right;
		width:215px;
		margin:10px 10px 10px 15px;
		font-size:12px;
	}

#newUserRight h1
	{
		font-weight:bold;
		color:black;
		margin:0;
		padding:0;	
		font-size:1.15em;
	}

#newUserRight ul
	{
		margin:0 10px;
		padding:0;
	}

#newUserRight li
	{
		margin:5px;
		list-style-type:disc;
		line-height:1.5em;
		padding:0;
	}

#newUserLeft
	{
		width:340px;
		padding:10px 10px 0 10px;
		margin-bottom:10px;
	}

#newUserLeft fieldset, #newUserLeft form, #newUserLeft li, #newUserLeft ol
	{
		border:none;
		padding:0;
		margin:0;
	}

#newUserLeft label, #optionalForm label
	{
		vertical-align:bottom;
		font-size:12px;
		font-weight:normal;
	}

#newUserLeft li
	{
		list-style:none;
		padding:5px 5px 20px 5px;
		margin-bottom:10px;
		text-align:right;
		background-color:#e6edf8;
	}

#newUserLeft .field, #newUserLeft .zip, #optionalForm .field
	{
		float:right;
		border:1px solid gray;
		margin-left:10px;
		width:180px;
		padding:3px;
	}

#newUserLeft .zip
	{
		width:100px;
		margin-right:78px;
		margin-bottom:10px;
	}
	
#dropDown .field
	{
		width:186px;
	}
	
.checkbox
	{
		font-size:11px;
		margin:5px 0 0 123px;
		padding:5px 0 0 0;
		text-align:left;
	}

#newUserLeft .box
	{
		width:auto;
		float:none;
		vertical-align:middle;
		margin:0 5px 0 0;
		padding:0;
	}

/*-------------------------------------------optional form styles
-----------------------------------------------------------------
---------------------------------------------------------------*/

#optionalForm
	{
		margin:0 10px 10px 10px;
		text-align:left;
		background-image:url(../../images/common/ui2/newUserBg.gif);
		background-repeat:repeat-x;
		border:1px solid silver;
		padding:10px 10px 0 10px;
		color:#666;
	}

#optionalForm fieldset
	{
		border:none;
		margin:0;
		padding:0;
	}

#optionalForm legend
	{
		font-size:12px;
		margin:0 0 0 -5px;
		font-weight:normal;
		letter-spacing:0;
		padding:0;
		font-weight:bold;
		color:black;
	}

#optionalForm ol
	{
		margin:0;
		padding:0;
	}

#optionalForm li
	{
		background-color:#e6edf8;
		margin:0 0 10px 0;
		padding-bottom:10px;
		list-style:none;
		padding-left:10px;
	}

.optionTitle
	{
		background-color:#003399;
		padding:5px 10px;
		font-size:11px;
		color:white;
		font-weight:bold;
		margin-bottom:10px;
		margin-left	:-10px;
	}

.note
	{
		font-size:11px;
		line-height:1.5em;
		width:500px;
		margin-left:125px;
		margin-top:5px;
		text-align:left;
	}
	
.pasteField
	{
		border:1px solid gray;
		width:479px;
		height:150px;
		margin-bottom:5px;
		padding:3px;
	}
	
#continue
	{
		text-align:right;
		padding:0 10px 10px 10px;
	}
	
.continue
	{
		padding:10px;
		background-color:#a5c3ff;
		color:#0045b5;
		border:1px solid #4e82eb;
		font-weight:bold;
		background-image:url(../../images/common/ui2/continueBg.gif);
		background-repeat:repeat-x;
		cursor:pointer;
	}
	
.directions
	{
		font-size:11px;
		line-height:2em;
		margin:5px 0;
	}

/*---------------------------------------------edit resume styles
-----------------------------------------------------------------
---------------------------------------------------------------*/

#loginAlert
	{
		border-bottom:1px dotted #2cae00;
		color:#2cae00;
		padding:10px 0;
		font-size:12px;
		margin-bottom:10px;
	}

#loginAlert img
	{
		float:left;
		margin-right:5px;
	}

#resumeLeftSide
	{
		width:530px;
		margin-bottom:50px;
	}

#resumeRightSide
	{
		width:235px;
		float:right;
	}

#resumeRightSide h1
	{
		color:#faab01;
		font-weight:bold;
		font-size:18px;
		margin-bottom:10px;
	}

#resumeRightSide li, #resumeRightSide ul
	{
		margin:0;
		padding:0;
		list-style:none;
	}

.left
	{
		float:left;
		margin-right:5px;
	}

#resumeRightSide li
	{
		margin-left:25px;
		margin-bottom:5px;
		margin-top:5px;
	}

#resumeRightSide h2
	{
		font-size:14px;
		line-height:2em;
		margin:5px 0;
		border-bottom:1px dotted #faab01;
		padding:0;
		font-weight:normal;
		color:#333;
	}

#resumeRightSide p
	{
		font-size:12px;
		line-height:2em;
		color:#666;
		margin:0;
		padding:0;
	}

#resumeRightSide img
	{
		float:left;
	}

#resumeLeftSide h1
	{
		font-size:1.5em;
		margin-bottom:5px;
		font-weight:bold;
		color:#ea130f;
	}

#resumeLeftSide p
	{
		color:#666;
		font-size:12px;
		line-height:2em;
	}

#resumeLeftSide h2
	{
		background-image:url(../../images/common/ui2/newTitleBg.gif);
		color:white;
		font-size:12px;
		font-weight:bold;
		padding:5px;
		display:block;
		margin:0;
	}

#resumeLeftSide label
	{
		font-weight:normal;
		font-size:1em;
		margin:0;
		padding:0;
		line-height:1em;
	}

#resumeLeftSide .field
	{
		margin-top:5px;
		padding:3px;
	}

.resumeInfo
	{
		background-image:url(../../images/common/ui2/newUserBg.gif);
		background-repeat:repeat-x;
		padding:10px 10px 0 10px;
		border:1px solid #4e82eb;
		border-top:none;
		min-height:300px;
		margin-bottom:20px;
		padding-bottom:20px;
	}

#resumeLeftSide .resumeInfo ol
	{
		margin:0;
		padding:0;
	}

#resumeLeftSide .resumeInfo li
	{
		font-size:11px;
		border-bottom:1px solid #b5ccf1;
		padding:5px 0 0 0;
		float:left;
		height:55px;
		margin:0;
		list-style:none;
	}

#resumeLeftSide .last li
	{
		border-bottom:none;
	}
	
.resumeInfo .field	
	{
		margin-right:10px;
	}

#name .field
	{
		width:150px;
	}

.email .field
	{
		width:318px;
	}

.password .field
	{
		width:150px;
	}

#phone .field
	{
		width:35px;
		margin-right:5px;
		margin-bottom:0;
	}

#phone p
	{
		color:#999;
		line-height:1.5em;
		padding-bottom:5px;
		font-size:1em;
	}

#resumeLeftSide #phone li
	{
		padding-right:18px;
		padding-bottom:15px;
	}

#phoneNote p
	{
		width:150px;
		margin-top:10px;
	}

#address .field
	{
		width:235px;
	}

#city .state .field
	{
		padding:2px;
	}

#city .zip .field
	{
		width:96px;
	}

#professionalProfile .field
	{
		width:235px;
	}

#professionalProfile 
	{
		min-height:230px;
	}

#careerInterest .field, #insuranceArea .field
	{
		width:242px;
		padding:2px 3px;
	}

#workStatus .field
	{
		width:116px;
	}

#workStatus p
	{
		vertical-align:top;
		margin:0 15px 0 0;
		display:inline;
	}

#workStatus .salary .field
	{
		width:100px;
	}

#pasteResume
	{
		min-height:140px;
	}

#pasteResume .pasteField
	{
		border:1px solid silver;
		margin:0;
		width:500px;
	}

#relocation
	{
		min-height:150px;
	}

#relocation li
	{
		height:auto;
		padding-right:2px;
	}

#relocation .field
	{
		width:148px;
		margin-bottom:0;
	}

#relocation .radio
	{
		padding-right:20px;
	}

#relocation .relocate .field
	{
		padding:1px 2px 2px 2px;
	}

#relocation .radio input
	{
		margin-top:5px;
	}

#relocation p
	{
		font-size:10px;
		margin:0;
		padding:0;
	}

#resumeStatus
	{
		padding:10px;
		min-height:160px;
	}

#resumeStatus strong
	{
		font-weight:bold;
		color:black;
	}

#resumeStatus input
	{
		float:left;
		margin-top:5px;
		margin-right:5px;
		vertical-align:bottom;
	}

#emailPreferences
	{
		height:30px;
        background-color:#eaeaea; 
		margin-top:5px;
		padding-top:5px;
	}

#emailPreferences input
	{
		margin-top:0;
		margin-right:5px;
	}

#emailPreferences ul
	{
		margin:0;
		padding:0;
	}

#emailPreferences li
	{
		margin:5px 20px 5px 5px;
		display:inline;
		border-bottom:none;
		padding:0;
	}

.continueButton
	{
		float:right;
		margin:0;
	}



/* TABS */
.tabs { height: 26px; background: url(/img/bg/bg_tabs_1x22.gif) 0 3px repeat-x; margin-bottom: 15px; }
.tabs ul { font-size: 85%; height: 26px; margin: 0 0 0 17px; padding: 0; list-style: none; }
.tabs li, .tabs li a, .tabs li strong { display: block; float: left; }
.tabs li { background: url(/img/bg/bg_tabs_border_1x20.gif) 0 3px no-repeat; }
.tabs li.selected { background: #FFF url(/img/bg/bg_tabs_border_selected_1x25.gif) 0 0 no-repeat; border-top: 1px solid #CCC; }
.tabs li a { color: #777; text-align: center; text-decoration: none; cursor: pointer; }
.tabs li.selected a, .tabs li.selected strong { color: #C60; background: url(/img/bg/bg_tabs_border_selected_1x25.gif) 100% 0 no-repeat; }
.tabs li strong { color: #777; background: url(/img/bg/bg_tabs_border_1x20.gif) 100% 3px no-repeat; text-transform: uppercase; padding: 8px 14px 6px 14px; }
.tabs li em { color: #777; font-weight: normal; font-style: normal; }
.tabs li.selected strong { color: #C60; padding: 7px 14px 6px 14px; }
.tabs li a:hover, .tabs li a:hover * { color: #39C; text-decoration: none !important;  }
.tabs li.selected a:hover, .tabs li.selected a:hover * { color: #C60; }
.tabs p { text-align: right; margin: -18px 9px 0 0; font-size: 85%; }
.tabs p a { color: #777; }

