﻿body
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0 0 20px 0;
	font-family: 'Lucida Grande' , 'Lucida Sans Unicode' , 'Verdana' , sans-serif;
	font-size: 11px;
	color: #666;
	background: #BFD5DF url( "/App_Images/body_bg.jpg" ) repeat-x top;
}
a
{
	color: #09C;
	text-decoration: none;
}
a:hover
{
	color: #069;
}
a img
{
	border: 0;
}
a.primaryBtn_s, a.primaryBtn_m, a.primaryBtn_l, a.primaryBtn_el
{
	display: block;
	height: 20px;
	padding: 2px 0 0 0;
	text-align: center;
	color: #FFF !important;
}
a.primaryBtn_s
{
	width: 70px;
	background: url( "/App_Images/buttons/primary_s.png" ) no-repeat;
	background-position: 0 0;
}
a.primaryBtn_m
{
	width: 100px;
	background: url( "/App_Images/buttons/primary_m.png" ) no-repeat;
	background-position: 0 0;
}
a.primaryBtn_l
{
	width: 130px;
	background: url( "/App_Images/buttons/primary_l.png" ) no-repeat;
	background-position: 0 0;
}
a.primaryBtn_el
{
	width: 200px;
	background: url( "/App_Images/buttons/primary_el.png" ) no-repeat;
	background-position: 0 0;
}
a.primaryBtn_s:hover, a.primaryBtn_m:hover, a.primaryBtn_l:hover, a.primaryBtn_el:hover
{
	text-decoration: none;
	background-position: 0 -44px;
}
ul, li, p, h1, h2, h3, h4
{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.hidden
{
	display: none;
}
.errorPage
{
	color: #C33;
	font-size: 14px;
	background: url( "/App_Images/icons/alertTriangle.png" ) no-repeat left;
	padding: 15px 25px 15px 70px;
}
.errorField
{
	padding: 10px 0 10px 0;
}
.errorField span
{
	color: #333333;
	border: dashed 1px #C96F29;
	background: #FCF6F2 url( "/App_Images/icons/error.jpg" ) no-repeat left;
	padding: 5px 10px 5px 30px;
}
.displayNone
{
	display: none;
}
.clearBoth
{
	clear: both;
	height: 0;
	margin: 0;
	line-height: 0;
}
select, textarea, input
{
	font-family: 'Lucida Grande' , 'Lucida Sans Unicode' , 'Verdana' , sans-serif;
	font-size: 11px;
	color: #666666;
}

#mainContainer
{
	text-align: center;
	background: url( "/App_Images/body_bgGradient.jpg" ) no-repeat top center;
}
#main
{
	position: relative;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 975px;
}
#main #top
{
	height: 70px;
}
#main #top a
{
	color: #CCC;
}
#main #top a:hover
{
	color: White;
}
#main #top .logo
{
	position: absolute;
	top: 20px;
	left: 15px;
}
#main #top #slider_options
{
	z-index: 20;
	position: absolute;
	top: 0;
	right: 0;
	height: 30px;
	width: 354px;
	padding: 15px 0 0 30px;
	background: url( "/App_Images/home/slider.png" ) no-repeat bottom left;
}
#main #top #slider_options ul
{
	list-style-type: none;
}
#main #top #slider_options li
{
	display: inline;
}
#main #top #slider_options a
{
	color: #80BEE0;
}
#main #top #slider_options a.jobCode
{
	background: url( "/App_Images/icons/header_jobCode.png" ) no-repeat;
	background-position: 0 0;
	padding: 3px 30px 5px 24px;
}
#main #top #slider_options a.register
{
	background: url( "/App_Images/icons/header_register.png" ) no-repeat;
	background-position: 0 0;
	padding: 3px 35px 5px 24px;
}
#main #top #slider_options a.signIn
{
	background: url( "/App_Images/icons/header_signIn.png" ) no-repeat;
	background-position: 0 0;
	padding: 3px 0 5px 23px;
}
#main #top #slider_options a:hover
{
	color: White;
	background-position: 0 -44px;
}
#main #top #slider_code, #main #top #slider_register, #main #top #slider_signIn
{
	position: absolute;
	top: -80px;
	right: 0;
	height: 80px;
	width: 384px;
	background: url( "/App_Images/home/slider.png" ) no-repeat bottom left;
}
#main #top #slider_code a.up, #main #top #slider_register a.up, #main #top #slider_signIn a.up
{
	float: right;
	display: inline;
	height: 23px;
	width: 20px;
	margin: 2px 5px 0 0;
	background: url( "/App_Images/home/sliderUp.png" ) no-repeat;
	background-position: 0 0;
}
#main #top #slider_code a.up:hover, #main #top #slider_register a.up:hover, #main #top #slider_signIn a.up:hover
{
	background-position: -38px 0;
}
#main #top #slider_code .entry
{
	padding: 25px 0 0 30px;
}
#main #top #slider_code .entry .instr
{
	float: left;
	font-size: 14px;
	color: White;
	padding: 4px 10px 5px 0;
}
#main #top #slider_code .entry .code
{
	float: left;
	display: inline;
	padding: 2px 10px 0 0;
}
#main #top #slider_code .entry .code input
{
	width: 4em;
	font-size: 14px;
	text-transform: uppercase;
	color: Black;
}
#main #top #slider_code .entry a.go
{
	color: White;
	font-weight: bold;
	font-size: 13px;
	display: block;
	float: left;
	height: 24px;
	width: 30px;
	padding: 6px 0 0 0;
	text-align: center;
	background: url( "/App_Images/buttons/go.jpg" ) no-repeat;
	background-position: 0 0;
}
#main #top #slider_code .entry a.go:hover
{
	background-position: -60px 0;
}
#main #top #slider_register .register
{
	padding: 8px 0 0 45px;
}
#main #top #slider_register .register .instr
{
	font-size: 14px;
	color: White;
	padding: 0 0 5px 0;
}
#main #top #slider_register .register a.candidate, #main #top #slider_register .register a.employer
{
	display: block;
	float: left;
	font-size: 12px;
	height: 36px;
}
#main #top #slider_register .register a.candidate
{
	width: 83px;
	padding: 9px 0 0 35px;
	background: url( "/App_Images/home/register_candidate.jpg" ) no-repeat;
	background-position: 0 0;
}
#main #top #slider_register .register a.employer
{
	width: 85px;
	padding: 9px 0 0 44px;
	background: url( "/App_Images/home/register_employer.jpg" ) no-repeat;
	background-position: 0 0;
}
#main #top #slider_register .register a.candidate:hover
{
	background-position: -128px 0;
}
#main #top #slider_register .register a.employer:hover
{
	background-position: -139px 0;
}
#main #top #slider_register .register .or
{
	color: White;
	float: left;
	font-size: 12px;
	text-align: center;
	padding: 8px 15px 0 15px;
}
#main #top #slider_signIn .login
{
	padding: 8px 0 0 12px;
}
#main #top #slider_signIn .login .instr
{
	font-size: 14px;
	color: White;
	padding: 0 0 5px 0;
}
#main #top #slider_signIn .login label.overlay
{
	display: block;
	position: absolute;
	top: 3px;
	left: 21px;
	z-index: 1;
	color: #999;
}
#main #top #slider_signIn .login label.hidden
{
	display: none;
}
#main #top #slider_signIn .login input
{
	color: #333;
	border: solid 1px white;
	width: 140px;
}
#main #top #slider_signIn .login .email
{
	position: relative;
	float: left;
	display: inline;
	padding: 0 0 0 20px;
	margin: 5px 8px 0 0;
	background: white url( "/App_Images/home/input_user.jpg" ) no-repeat top left;
}
#main #top #slider_signIn .login .email input
{
	width: 140px;
}
#main #top #slider_signIn .login .password
{
	position: relative;
	float: left;
	display: inline;
	padding: 0 0 0 20px;
	margin: 5px 10px 0 0;
	background: white url( "/App_Images/home/input_password.jpg" ) no-repeat top left;
}
#main #top #slider_signIn .login .password input
{
	width: 100px;
}
#main #top #slider_signIn .login a.signIn
{
	color: White;
	font-weight: bold;
	font-size: 10px;
	display: block;
	float: left;
	clear: right;
	width: 53px;
	height: 18px;
	margin: 5px 0 0 0;
	padding: 3px 0 0 0;
	text-align: center;
	background: url( "/App_Images/buttons/signIn.jpg" ) no-repeat;
	background-position: 0 0;
}
#main #top #slider_signIn .login a.signIn:hover
{
	background-position: -106px 0;
}
#main #top #slider_signIn .login .forgot
{
	display: inline;
	float: right;
	padding: 1px 0 0 0;
	margin: 0 80px 0 0;
}
#main #top #slider_signIn .login .forgot a
{
	color: #80BEE0;
}
#main #top #slider_signIn .login .forgot a:hover
{
	color: White;
}


#introContainer
{
	text-align: center;
	padding: 20px 0 0 0;
}
#intro
{
	position: relative;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 975px;
}
#intro .top
{
	height: 99px;
	background: url( "/App_Images/home/intro_topText.jpg" ) no-repeat top center;
}
#intro .mid
{
	position: relative;
	height: 150px;
	background: url( "/App_Images/home/intro_mid.jpg" ) no-repeat top center;
}
#intro .mid .summary
{
	position: absolute;
	color: White;
	padding: 15px 0 0 0;
	margin: 0 0 0 240px;
	width: 480px;
	font-size: 13px;
}
#intro .mid .summary p
{
	text-align: center;
	padding: 0 0 20px 0;
	margin: 0;
}
#intro .mid .summary em
{
	font-style: normal;
	color: #6F6;
	padding: 0 0 3px 0;
}
#intro .mid .summary a
{
	color: #6F6;
	border-bottom: solid 1px #09C;
	padding: 0 0 3px 0;
	font-size: 1.2em;
}
#intro .mid .summary a:hover
{
	color: #5DED00;
	border-bottom: solid 1px #099;
}
#intro .bot
{
	height: 301px;
	background: url( "/App_Images/home/intro_bot.jpg" ) no-repeat top center;
}
#intro .botShadow
{
	position: absolute;
	top: 550px;
	left: 0;
	width: 975px;
	height: 128px;
	background: url( "/App_Images/home/intro_botShadow.jpg" ) no-repeat top center;
}

.footer
{
	position: relative;
	padding: 20px 25px 20px 0;
	text-align: right;
}
.footer ul
{
	list-style: none;
}
.footer li
{
	position: relative;
	display: inline;
	color: #808080;
	padding: 0 0 0 20px;
}
.footer li a
{
	color: #377594;
}
.footer li a:hover
{
	color: #333;
	text-decoration: none;
}

.sheet
{
	margin: 20px 0 0 0;
	position: relative;
	background: url( "/App_Images/sheet_bg.jpg" ) repeat-x top;
}
.sheet .l
{
	background: url( "/App_Images/sheet_topLeft.jpg" ) no-repeat top left;
}
.sheet .r
{
	position: relative;
	background: url( "/App_Images/sheet_topRight.jpg" ) no-repeat top right;
	padding: 10px;
	min-height: 670px;
	_height: 670px;
}
.summary .tl
{
	background: White url( "/App_Images/main_topLeft.jpg" ) no-repeat top left;
}
.summary .tr
{
	background: url( "/App_Images/main_topRight.jpg" ) no-repeat top right;
}
.summary .bl
{
	background: url( "/App_Images/main_botLeft.jpg" ) no-repeat bottom left;
}
.summary .br
{
	position: relative;
	background: url( "/App_Images/main_botRight.jpg" ) no-repeat bottom right;
	min-height: 450px;
	_height: 450px;
}
.summary a
{
	color: #007CC2;
}
.summary a:hover
{
	color: #00A33D;
}
.summary h1
{
	color: #999;
	font-size: 12px;
}
.summary h1 a
{
	color: #999;
}
.summary h2
{
	color: Black;
	font-size: 20px;
}
.summary h3
{
	color: Black;
	font-size: 12px;
}
.summary p
{
	line-height: 1.5em;
}
.summary #navShell
{
	background: #F7F7F7 url( "/App_Images/home/home_topLeft.jpg" ) no-repeat top left;
}
.summary #nav
{
	position: relative;
	height: 40px;
	background: url( "/App_Images/home/home_topRight.jpg" ) no-repeat top right;
}
.summary #nav ul#pages
{
	position: absolute;
	top: 12px;
	left: 30px;
}
.summary #nav li
{
	position: relative;
	float: left;
	display: inline;
	padding: 0 40px 0 0;
}
.summary #nav li a
{
	color: #999;
}
.summary #nav li a:hover
{
	color: #007CC2;
}
.summary #nav li a.active
{
	color: #333;
}
.summary #nav li a#navHome
{
	display: block;
	float: left;
	width: 17px;
	height: 20px;
	background: url( "/App_Images/home/home.jpg" ) no-repeat;
	background-position: 0 0;
}
.summary #nav li a#navHome:hover
{
	background-position: 0 -64px;
}
.summary #nav li a#navHome.active
{
	background-position: 0 -32px;
}
.section
{
	padding: 40px 0 20px 60px;
}
.section .sand
{
	float: right;
	clear: right;
	display: inline;
}
.section .bag1
{
	width: 520px;
	height: 60px;
}
.section .bag2
{
	width: 600px;
	height: 40px;
}
.section .bag3
{
	width: 690px;
	height: 80px;
}
.section .bag4
{
	width: 640px;
	height: 50px;
}
.section .desc
{
	padding: 30px 0 0 0;
}
.section ul.questions
{
	list-style-type: none;
	margin: 30px 0 0 0;
}
.section ul.questions li
{
	padding: 0 0 5px 0;
}
.section ul.questions li a.question
{
	color: #333;
	background: url( "/App_Images/home/expand.jpg" ) no-repeat;
	background-position: 0 1px;
	padding: 0 0 0 20px;
}
.section ul.questions li.expand a.question
{
	background-position: 0 -23px;
}
.section ul.questions li .answer
{
	position: relative;
	overflow: hidden;
	height: 0;
}
.section ul.questions li .answer .content
{
	background: #FAFAFA;
	color: #808080;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	margin: 2px 0 0 5px;
	padding: 8px 10px 0 20px;
}
.section ul.questions li .answer .content p
{
	padding: 0 0 10px 0;
}
.section .nextStep
{
	color: Black;
	font-size: 13px;
	padding: 0 5px 10px 2px;
}
.section .nextStep a
{
	color: #005A84;
	padding: 0 30px 0 0;
	background: url("/App_Images/home/arrow.jpg") no-repeat;
	background-position: right 0;
}
.section .nextStep a:hover
{
	color: #007CC2;
	background-position: right -28px;
}
.section .peapod
{
	position: absolute;
	display: block;
	top: 30px;
	left: 178px;
	width: 64px;
	height: 22px;
	padding: 0 0 0 3px;
	font-size: 9px;
	line-height: 1em;
	background: url( "/App_Images/home/peapod.jpg" ) no-repeat top right;
}
.section .peapod li
{
	position: relative;
	float: left;
	display: inline;
	padding: 9px 3px 0 3px;
}
.section .peapod li a
{
	font-size: 9px;
	color: #999;
}
.section .peapod li a:hover
{
	color: #007CC2;
}
.section .peapod li a.active
{
	color: Black;
}
#home
{
	min-height: 400px;
	_height: 400px;
}
#home .people
{
	text-align: center;
	padding: 100px 0 300px 0;
}
#home .people img
{
	margin: 0 auto 0 auto;
}

#overview
{
	padding: 40px 0 90px 35px;
}
#overview h1
{
	color: #490;
	font-size: 16px;
	padding: 40px 0 50px 160px;
	background: url( "/App_Images/home/overview_people.jpg" ) no-repeat 0 0;
	text-align: center;
}
#overview h2
{
	color: Black;
	font-size: 15px;
	padding: 0 0 10px 0;
}
#overview ul
{
	list-style: none;
	margin: 40px 0 0 30px;
}
#overview li
{
	float: left;
	display: inline;
	width: 250px;
}
#overview li.left
{
	padding: 0 40px 0 0;
}
#overview li.middle
{
	padding: 0 45px 0 0;
}
#overview .nextStep
{
	margin: 40px 0 0 30px;
}
#overview ul.process, #overview ul.more
{
	float: left;
	list-style-type: none;
}
#overview ul.process li, #overview .more li
{
	display: inline;
	float: left;
	width: 290px;
}
#overview ul.process
{
	margin: 30px 0 0 0;
}
#overview ul.more
{
	margin: 20px 0 0 0;
}
#overview ul.process li h3
{
	padding: 0 0 10px 0;
}
#overview ul.process li p
{
	width: 220px;
}
#overview ul.process li .diagram
{
	margin: 0 0 20px 0;
}
#overview ul.process li.left .diagram, #overview ul.process li.middle .diagram
{
	background: url( "/App_Images/home/overview_diagramArrow.jpg" ) no-repeat 230px 0;
}
#overview ul.more li a
{
	font-size: 11px;
	padding: 0 30px 0 0;
	background: url( "/App_Images/home/arrow_sm.jpg" ) no-repeat;
	background-position: right 3px;
}
#overview ul.more li a:hover
{
	background-position: right -24px;
}
#broaden
{
	background: url( "/App_Images/home/overview_pic1.jpg" ) no-repeat;
	background-position: 280px 120px;
}
#identify
{
	background: url( "/App_Images/home/overview_pic2.jpg" ) no-repeat;
	background-position: 280px 120px;
}
#focus
{
	background: url( "/App_Images/home/overview_pic3.jpg" ) no-repeat;
	background-position: 280px 120px;
}
#focus ul.questions
{
	margin: 0;
	width: 230px;
}
#what
{
	padding: 40px 0 40px 60px;
}
#what h1
{
	color: Black;
	font-size: 20px;
	padding: 0 0 10px 0;
}
#what h2
{
	color: Black;
	font-size: 16px;
	padding: 0 0 10px 0;
}
#what em
{
	font-style: normal;
	color: Black;
	font-size: 1.1em;
}
#what .primary
{
	width: 650px;
	padding: 0 0 20px 0;
}
#what .primary p
{
	padding: 0 0 10px 0;
}
#what .secondary li
{
	position: relative;
	list-style: none;
	padding: 10px 80px 20px 250px;
}
#what .secondary li p
{
	padding: 0 0 10px 0;
}
#what .secondary li.first
{
	background: url( "/App_Images/home/overview_diagramLeft.jpg" ) no-repeat 0 0;
}
#what .secondary li.second
{
	background: url( "/App_Images/home/overview_diagramMid.jpg" ) no-repeat 0 0;
}
#what .secondary li.third
{
	background: url( "/App_Images/home/overview_diagramRight.jpg" ) no-repeat 0 0;
}
#what .nextStep
{
	margin: 40px 0 0 0;
}
.feature h2
{
	padding: 0 0 30px 0;
}
.feature h3
{
	font-size: 1.3em;
	padding: 0 0 15px 0;
}
.feature .nextStep
{
	margin: 60px 0 0 0;
}
.feature ul.questions
{
	margin: 20px 0 0 0;
}
#features ul.process
{
	float: left;
	list-style-type: none;
	margin: 30px 0 0 0;
}
#features ul.process li
{
	display: inline;
	float: left;
}
#features ul.process li h3
{
	padding: 0 0 10px 0;
}
#features ul.process li .diagram
{
	margin: 0 0 20px 0;
}
#features ul.process li.left
{
	padding: 45px 0 0 0;
	background: url( "/App_Images/home/overview_diagramArrow.jpg" ) no-repeat 220px 35px;
	width: 280px;
}
#features ul.process li.middle
{
	padding: 0 20px 0 20px;
}
#features ul.process li.right
{
	padding: 45px 0 0 60px;
	background: url( "/App_Images/home/overview_diagramArrow.jpg" ) no-repeat 0 35px;
}
#features .summary
{
	padding: 10px 60px 80px 0;
	text-align: center;
}
#features .summary p
{
	padding: 0 0 20px 0;
}
#features .summary a
{
	color: #005A84;
	font-size: 13px;
	padding: 0 30px 0 0;
	background: url( "/App_Images/home/arrow.jpg" ) no-repeat;
	background-position: right 0;
}
#features .summary a:hover
{
	color: #007CC2;
	background-position: right -28px;
}
#reach
{
	background: url("/App_Images/home/features_map.jpg") no-repeat;
	background-position: right -10px;
}
#reach .intro
{
	width: 440px;
}
#reach .ourSources
{
	width: 460px;
	padding: 40px 0 0 0;
}
#reach .yourSources
{
	width: 480px;
	padding: 20px 0 0 0;
}
#reach .yourSources .campaign
{
	position: relative;
	top: 0;
	left: -10px;
	padding: 30px 0 0 0;
	text-align: center;
}
#reach .yourSources .campaign img
{
	margin: 0 auto 0 auto;
}
#initialScope
{
	background: url("/App_Images/home/features_initialScreenshot.jpg") no-repeat;
	background-position: right 0;
}
#initialScope .intro
{
	padding: 0 450px 0 0;
}
#initialScope .intro .diagram
{
	padding: 20px 0 20px 40px;
}
#rounds
{
	background: url("/App_Images/home/features_progressChart.jpg") no-repeat;
	background-position: 60px 100px;
}
#rounds .details
{
	padding: 0 60px 0 440px;
}
#rounds .intro
{
	padding: 0 0 50px 0;
}
#rounds .answers
{
	padding: 0 0 50px 0;
}
#rounds .answers p
{
	padding: 0 0 10px 0;
}
#rounds .chart
{
	padding: 0 0 40px 0;
}
#tools .profiles
{
	padding: 0 60px 20px 0;
}
#tools .profiles .profile
{
	padding: 20px 0 20px 0;
	text-align: center;
}
#tools .profiles .profile img
{
	margin: 0 auto 0 auto;
}
#tools .references
{
	float: left;
	width: 300px;
	padding: 0 0 0 80px;
	margin: 0 50px 0 0;
	background: url("/App_Images/icons/rolodex.jpg") no-repeat top left;
}
#tools .extras
{
	float: left;
}
#tools .messages
{
	width: 300px;
	padding: 0 0 20px 80px;
	background: url("/App_Images/icons/sendMessage.jpg") no-repeat top left;
}
#tools .notes
{
	width: 300px;
	padding: 0 0 0 80px;
	background: url("/App_Images/icons/addNote.jpg") no-repeat top left;
}
#tools .collaborative
{
	padding: 40px 60px 20px 0;
}
#pricing .summary
{
	padding: 50px 0 0 0;
}
#pricing .summary .left
{
	float: left;
	padding: 15px 30px 0 0;
	width: 200px;
}
#pricing .summary .left p
{
	padding: 0 0 20px 0;
}
#pricing .summary .right
{
	float: left;
}
#pricing .summary img
{
	margin: 0 auto 0 auto;
}
#pricing .nextStep
{
	margin: 100px 0 0 0;
}
#starting .columns
{
	clear: both;
	padding: 0 0 30px 0;
}
#starting .columns .left
{
	float: left;
	display: inline;
	width: 350px;
}
#starting .columns .right
{
	float: left;
	display: inline;
	width: 400px;
	border-left: solid 1px #CCC;
	padding: 0 0 0 50px;
}
#starting .columns .left .desc p
{
	width: 200px;
	padding: 0 0 15px 0;
}
#starting .columns .right .desc p
{
	width: 300px;
	padding: 0 0 15px 0;
}
#starting .contactInfo
{
	margin: 10px 0 0 0;
}
#starting .contactInfo label
{
	display: block;
	float: left;
	width: 7em;
	padding: 4px 0 0 0;
	color: Black;
}
#starting .contactInfo .name,
#starting .contactInfo .email
{
	padding: 0 0 5px 0;
}
#starting .contactTime
{
	margin: 15px 0 0 0;
}
#starting .contactTime label
{
	display: block;
	padding: 0 0 5px 0;
	color: Black;
}
#starting .columns .left .action
{
	margin: 20px 0 0  0;
	padding: 0 0 40px 0;
}
#starting .columns .right .action
{
	margin: 30px 0 0  0;
	padding: 0 0 40px 0;
}





/*
#overview .extras
{
	float: left;
	border-top: solid 1px #DDD;
	padding: 20px 0 40px 0;
}
#overview .extras .extra
{
	display: inline;
	float: left;
	padding: 0 40px 0 0;
	width: 220px;
}
#overview .extras .right
{
	padding: 0;
}
.features
{
	padding: 30px 0 0 0;
}
.features .group
{
	position: relative;
	background: url( "/App_Images/home/roundsDiagram.jpg" ) no-repeat;
	background-position: 550px 5px;
	padding: 0 0 40px 0;
}
.features .group h3, .features .group p
{
	width: 490px;
}
.features .group p
{
	padding: 5px 0 20px 0;
}
.features .group .initialScope
{
	background: url( "/App_Images/home/initialScope_medium.png" ) no-repeat top left;
	padding: 5px 0 2px 50px;
}
.features .group .rounds
{
	background: url( "/App_Images/home/round3_medium.png" ) no-repeat top left;
	padding: 5px 0 2px 50px;
}
.features .profile
{
	background: url( "/App_Images/home/candidateProfile.jpg" ) no-repeat;
	background-position: 2px 0;
	padding: 235px 0 20px 0;
}
.features .interaction
{
	padding: 0 0 20px 0;
}
.features .interaction .references
{
	float: left;
	width: 350px;
}
.features .interaction .references img
{
	float: right;
	display: inline;
	padding: 0 5px 2px 8px;
}
.features .interaction .communication
{
	float: right;
	width: 350px;
	padding: 0 0 0 40px;
}
.features .interaction .communication img
{
	float: right;
	display: inline;
	padding: 0 5px 2px 8px;
}
.features .campaigns
{
	background: url( "/App_Images/home/campaign.jpg" ) no-repeat bottom center;
	padding: 0 0 120px 0;
}
.features .collaboration
{
	padding: 40px 0 20px 0;
}
.features .sources
{
	padding: 10px 0 20px 0;
}
.features .sources p
{
	padding: 0 0 10px 0;
}
*/
.dialog
{
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	background: white;
	width: 400px;
	padding: 20px 0 0 0;
	border: solid 1px #005A81;
}
.dialog h2
{
	font-weight: normal;
	font-size: 1.2em;
}
.dialog .btns, .dialog .dialogBtns
{
	height: 40px;
	width: 220px;
	position: relative;
	top: 0;
	left: 90px;
}
.dialog .btns a, .dialog .dialogBtns a
{
	display: block;
	width: 100px;
	height: 25px;
	padding: 2px 0 0 0;
	text-align: center;
	color: #FFF;
}
.dialog .btns a.secondary, .dialog .dialogBtns a.secondary
{
	position: absolute;
	top: 0;
	left: 0;
	background: url( "/App_Images/buttons/secondary_m.png" ) no-repeat;
	background-position: 0 0;
}
.dialog .btns a.primary, .dialog .dialogBtns a.primary
{
	position: absolute;
	top: 0;
	right: 0;
	background: url( "/App_Images/buttons/primary_m.png" ) no-repeat;
	background-position: 0 0;
}
.dialog .btns a:hover, .dialog .dialogBtns a:hover
{
	text-decoration: none;
	background-position: 0 -44px;
}
.accountsDialog
{
	width: 300px;
	padding: 20px 20px 0 20px;
}
.accountsDialog .accounts
{
	padding: 10px 0 0 0;
}
.accountsDialog .accounts a
{
	color: #666;
	display: block;
	width: 166px;
	height: 45px;
	text-align: left;
	margin: 0 auto 20px auto;
}
.accountsDialog .accounts a.candidate
{
	background: url( "/App_Images/home/signin_candidate.jpg" ) no-repeat;
	background-position: 0 0;
}
.accountsDialog .accounts a.employer
{
	background: url( "/App_Images/home/signin_employer.jpg" ) no-repeat;
	background-position: 0 0;
}
.accountsDialog .accounts a.recruiter, .accountsDialog .accounts a.scoper
{
	background: url( "/App_Images/home/signin_recruiter.jpg" ) no-repeat;
	background-position: 0 0;
}
.accountsDialog .accounts a:hover
{
	color: Black;
	background-position: 0 -55px;
}
.accountsDialog .accounts a span
{
	display: block;
	padding: 12px 0 0 65px;
}
.accountsDialog .btns
{
	width: 100px;
	left: 100px;
}


.yui-overlay, .yui-panel-container
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
}
.masked .yui-panel-container
{
	z-index: 20;
}
* html body.masked select
{
	visibility: hidden;
}
* html div.yui-panel-container select
{
	visibility: inherit;
}
* html div.drag select
{
	visibility: hidden;
}
* html div.hide-select select
{
	visibility: hidden;
}
.mask
{
	z-index: 1;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #005A81;
	filter: alpha(opacity=40);
	-moz-opacity: .40;
	opacity: .40;
}
.hide-scrollbars, .hide-scrollbars *
{
	overflow: hidden;
}
.hide-scrollbars select
{
	display: none;
}
.show-scrollbars
{
	overflow: auto;
}
 .
.yui-panel-container.show-scrollbars
{
	overflow: visible;
}
 .
.yui-panel-container.show-scrollbars .underlay
{
	overflow: auto;
}
 .
.yui-panel-container.focused
{
}
.yui-panel-container .underlay
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
 .
.yui-panel-container.matte
{
	padding: 3px;
	background-color: #fff;
}
 .
.yui-panel-container.shadow .underlay
{
	top: 3px;
	bottom: -3px;
	right: -3px;
	left: 3px;
	background-color: #000;
	opacity: .12;
	filter: alpha(opacity=12);
}
.yui-panel
{
	visibility: hidden;
	border-collapse: separate;
	position: relative;
	left: 0;
	top: 0;
	z-index: 1;
	overflow: hidden;
}

