input[type="submit"]
{
    background-color:#B89C6C;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #A3834E;
    padding:5px 7px;
    margin-top:12px;
    margin-bottom:0px;
    cursor:pointer;
    color:White;
}

input[type="submit"]:hover
{
    -moz-box-shadow: 0 0 8px rgba(184,156,108,0.75);
    -webkit-box-shadow: rgba(184,156,108,0.75) 0 0 8px;
    box-shadow: 0 0 8px rgba(184,156,108,0.75);
    border-color: rgba(184,156,108,0.75)!important;
    outline: medium none;
}

input[type="text"], input[type="password"], textarea, select
{
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #CCCCCC;
    padding:3px 4px;
    font-family:Arial;
    font-size:12px;
}



textarea
{
    padding:5px 6px;
    color:#444;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    -moz-box-shadow: 0 0 8px rgba(184,156,108,0.75);
    -webkit-box-shadow: 0 0 8px rgba(184,156,108,0.75);
    box-shadow: 0 0 8px rgba(184,156,108,0.75);
    border-color: rgba(184,156,108,0.75)!important;
    outline: medium none;
}

.constrainer {
	padding:0px;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	
}

.constrainer.faucol
{
    background-image:url(/img/fauxcol.gif);
    background-repeat:repeat-y;
}


body {
	background-color:#FFFFFF;
	margin:0px;
	font-family:arial;
	font-size:12px;
}

div {
	margin:0;
	padding:0;
}

p {
 font-size:12px;
 text-align:left;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration:none;
}

.pointy {
	cursor:pointer;
}

.registerArea {
	background-color:#EBE7CE;
	margin-right:16px;
	padding:10px;
	padding-top:2px;
	margin-top:16px;
}

.registerArea p {
	margin-top:4px;
	color:#EBE7CE;
	margin-bottom:0px;
	padding-bottom:0px;
	font-size:12px!important;
}

.registerArea h1 {
	background-color:#B89C6C;
	color:white!important;
	text-transform: uppercase;
	padding:6px;
	text-align:center!important;
	margin-bottom:0px!important;
}

#container {
	margin:0px;
	padding:0px;
	min-width:980px;
	overflow:hidden;
}




#rshadow {
	margin-left:auto;
	margin-right:auto;
	width:737px;
	background-color:transparent;
	
	background-position:top right;
	background-repeat:repeat-y;
	padding-right:7px;
}

#shadow {
	margin-left:auto;
	margin-right:auto;
	width:737px;
	background-color:transparent;
	
	background-position:bottom left;
	background-repeat:no-repeat;
	margin-bottom:-10px;
	padding-bottom:10px;
	padding-right:10px;
}

#header {
	margin-top:5px;
	padding-top:2px;
	text-align:left;
}

#header h1 
{
	background: url(/img/logonew.gif) center right no-repeat;
	width:540px;
	height:72px;
	margin:0;
	margin-bottom:6px;
	margin-left:140px;
}

#header h1 span {
	display: none;
}

#header ul {
	margin:0;
	padding:0;
	list-style-type:none;
	height:19px;
	background-color:#B89C6C;
	text-align:center;
	font-size:12px;
	padding-top:4px;
}

#header li {
	display:block;
	float:left;
	color:white;
	font-size:12px;
	padding-left:25px;
	padding-right:25px;
	width:130px;
	height:14px;
}

#header li a{
	color:white;
	text-decoration:none;
}

.menuitem {
	text-align:center;
	padding-top:4px;
}

.menuitem a {
	color:white;
	text-decoration:none;
}

.selected{
	font-weight:bold;
	text-decoration:none;
}

#header li a:hover{
	/*text-decoration:underline;*/
}




#footer {
	margin-left:auto;
	margin-right:auto;
	width:900px;
}

#footer p {
	padding-top:6px;
	font-family:arial;
	color:#666666;
	font-size:11px;
	margin:0;
	text-align:center;
}

#footer a {
	color:#666666;
	text-decoration:none;
}

#footer a:hover {
	color:#666666;
	
	/*text-decoration:underline;*/
}

.footholder 
{
    margin-left:195px;
    width:540px;
}

#content {
	margin:0;
	padding:0;
	margin-top:12px;
	border-top:1px solid #988F86;
	border-bottom:1px solid #988F86;
	text-align:left;
}

#left {
	width: 194px;
	float:left;
	
}

#left h1{
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#3E6292;
	margin-bottom:16px;
}

#left h2{
	text-align:left;
	font-size:13px;
	font-weight:bold;
	color:#888888;
	margin-bottom:16px;
}

#left h3{
	text-align:left;
	font-size:11px;
	font-weight:bold;
	color:#333333;
	margin-bottom:16px;
}

#left .textholder {
	margin:12px;
}

#left p {
	font-size:11px;
	color:#555555;
}

.steps {
	text-align:left;
	padding-left:27px;
	padding-top:8px;
	font-size:11px;
	height:26px;
	font-weight:normal;
	color:#988F86
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom:-4px;
}

.selstep {
	color:#3E6292;
}

.one {
	background-image:url(/img/one.gif);
}

.one.selstep {
	background-image:url(/img/one_f2.gif)!important;
}

.two {
	background-image:url(/img/two.gif);
}

.two.selstep {
	background-image:url(/img/two_f2.gif);
}

.three {
	background-image:url(/img/three.gif);
}

.three.selstep {
	background-image:url(/img/three_f2.gif);
}

.four {
	background-image:url(/img/four.gif);
}

.four.selstep {
	background-image:url(/img/four_f2.gif);
}

.five {
	background-image:url(/img/five.gif);
}

.five.selstep {
	background-image:url(/img/five_f2.gif);
}

#left img {
	margin-top:8px;
	border: 1px solid #D0D6D4;
	margin-left:8px;
	
}

#left ul {
	border:1px solid #D0D6D4;
	list-style-type:none;
	//height: 247px;
	margin:8px;
	text-align:left;
	padding-left:16px;
	padding-top:16px;
	padding-bottom:16px;
}


#left li {
	font-size: 11px;
	color: #333333;
	font-family:arial;
	line-height:20px;
}

#left li a {
	font-weight:bold;
	text-decoration:none;
	color: #333333;
}

#left li a:hover{
	/*text-decoration:underline;*/
}

#left .signpost{
	width:156px;
	background-color:#EBE7CE;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	margin-top:12px;
}

#left ul.boxlines {
	padding-top:0px;
	font-size:10px;
	background-color:#CCE0F9;
}

#left li.direct 
{
    background-color:#ffffff;
}

#left li.blue {
	background-color:#183169;
	color:white;
}

#left .boxtop {
	float:left;
	background-color:#222288;
	color:white;
	text-align:center;
}

#left li.limp {
	line-height:13px;
	padding:6px;
	margin-left:-18px;
	font-size:11px;
}

#left .aboxline {
	float:left;
	text-align:center;
	width:30px;
}

#left li.boxlines {
	border-bottom: 1px solid #183169;
	padding-left:4px;
	margin-left:-16px;
}

#left ul.lines {
	padding-top:4px;
}

#left li.lines {
	font-size:12px;
	border-bottom: 1px solid #D0D6D4;
	margin-right:10px;
	margin-left:-10px;
	padding-left:10px;
	color: #3E6292;
}

#left li.lines a {
	color: #3E6292;
}


#left .signpost h1 {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:3px;
	padding-right:3px;
	background-color:#B89C6C;
	color:white;
	font-size:12px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:4px;
	text-align:center;
	font-weight:normal;
	
}

#left .signpost a{
	color:white;
	text-decoration:none;
}

#left .signpost a:hover {
	/*text-decoration:underline;*/
}

#left .signpost h2 {
	padding:0px;
	margin:0px;
	padding-top:0px!important;
	font-size:12px;
	margin-top:5px;
	margin-bottom:3px;
}

#left .signpost h2 a {
	
	color:#3E6399;
	text-decoration:none;
}


#left .signpost a:hover {
	/*text-decoration:underline;*/
}

#left .signpost p{
	font-size:11px;
	padding:0px;
	margin:0px;
	color:#8E857C;
}

#left .signpost p.loud{
	color:#000000;
	font-weight:bold;
	font-size:11px;
}

#left .alert {
	border:1px solid #B9B3AD;
	margin-left:auto;
	margin-right:auto;
	width:164px;
	margin-top:10px;
	font-size:12px;
	padding:5px;
}

#left .alert h1 {
	font-size:12px;
	margin-top:0px;
	margin-bottom:4px;
	margin-left:3px;
	color:#666666;
}

#left .alert p {
	font-size:11px;
	padding-left:2px;
	padding-right:2px
	padding-bottom:0px;
	padding-top:0px;
	margin:0px;
	color:#666666;
}

#left .alert h2 {
	padding:0px;
	margin:0px;
	padding-top:0px!important;
	font-size:11px;
	margin-top:5px;
	margin-bottom:3px;
	margin-left:2px;
	margin-right:2px;
	text-align:left;
	color:#666666;
}

#left .plain p {
	font-size:11px;
	padding-left:2px;
	padding-right:2px
	padding-bottom:0px;
	padding-top:0px;
	margin:16px;
	margin-top:8px;
	
}

#left .plain h1 {
	color:#3E6292;
	font-size:12px;
	margin:16px!important;
	
}


#left .plain a {
	color:#3E6292;
}

#right {
	float:left;
	width:730px;
	border-left:1px solid #988F86;
	min-height:655px;
	position:relative;
	border-right:1px solid #988F86;
}

#skyscraper {
	position:absolute;
	right:-50px;
	top:10px;
	width:50px;
	height:600px;
	
}

#skyscraper h1
{
    margin-left:12px;
    margin-bottom:4px;
}

#skyscraper h2
{
    margin-left:12px;
    margin-bottom:4px;
    font-size:12px;
    color:#7d7d7d;
}

#skyscraper p
{
    margin-left:12px;
    margin-bottom:4px;
    font-size:12px;
    color:#7d7d7d;
}

.rightshort {
	height:435px;
}

.home-image {
	background-repeat:no-repeat;
	background-position: bottom center;
	height:auto;
}

.contact-image {
	background-image:url(/img/contact_fab.jpg);
	background-repeat:no-repeat;
	background-position: bottom right;
	height:435px;
}

#right .textholder {
	margin:16px;
	text-align:left;
	color:#555555;
}

#right h1, h1.bluehead {
	color:#3E6292;
	font-size:16px;
	text-align:left;
}

#right h1 span.box {
	border: 1px solid #3E6292;
	background-color: #3E6292;
	color:white;
	padding-left:4px;
	padding-right:4px;
}

#right .keylink {
	display:block;
	font-weight:bold;
	text-decoration:none;
	color: #3E6292;
}

#right .keylink:hover {
	/*text-decoration:underline;*/
}

#right ul {
	font-size:12px;
	list-style-type:none;
	line-height:20px;
}

#right li {
	background-repeat:no-repeat;
	padding-left: 25px;
}

#right li.nopad {
	background-repeat:no-repeat;
	padding-left: 0px;
	font-size:11px;
}

#right a {
	color: #3E6292;
	text-decoration:none;
}

#right a:hover {
	color: #3E6292;
	/*text-decoration:underline;*/
}

#right td {
	font-size:11px;
}



input.button {
	border:0px;
	margin:0px;
	padding-left:4px;
	background-color:white;
	color:#3E6292;
	cursor:hand!important;
	padding-bottom:2px;
	font-size:11px;
	border:1px solid #3E6292;
	border-right:19px solid #3E6292;
	cursor:pointer;
}

input.button.back {
	border:1px solid #888888;
	border-left:19px solid #888888;
	border-right:1px solid #888888;
}

.cbutton 
{
    border:0px;
	margin:0px;
	padding:3px;
	padding-left:4px;
	background-color:white;
	color:#3E6292;
	cursor:hand!important;
	padding-bottom:2px;
	font-size:11px;
	border:1px solid #3E6292;
	border-right:19px solid #3E6292;
	border-radius:3px;
}
.cbutton span 
{
    padding:6px;
}

.cbutton.back
{
    border:1px solid #3E6292;
	border-left:19px solid #3E6292;
	border-right:1px solid #3E6292;
}

.portfolioMarker {
	width:200px;
	height:250px;
	margin:9px;
	padding: 8px;
	border: 1px solid #eeeeee;
	float:left;
	position:relative;
	 -moz-box-shadow: 3px 3px 4px rgba(0,0,0,0.4);
    -webkit-box-shadow: 3px 3px 4px rgba(0,0,0,0.4);
    box-shadow: 3px 3px 4px rgba(0,0,0,0.4);
}

.portfolioTitle {
	font-size: 12px;
	font-weight: bold;
	margin-bottom:3px;
	height:32px;
}

.portfolioTitle a
{
    color:#7A7A7A;
}

.portfolioDescription {
	font-size: 12px;
	margin-bottom:3px;
}

.portfolioThumb {
	cursor:pointer;
	vertical-align:middle;
}

.portfolioImage {
    text-align:center;
    vertical-align:middle;	
}

.portfolioThumbImage {
	width:200px;
	height:200px;
	overflow:hidden;
	text-align:center;
}

.portfolioControls {
	height:16px;
	text-align:left;
}

.portfolioCopyImage {
	float:left;
}	

.client-portfolioCopyImage {
	
}	

.portfolioCopyFrame {
	float:left;
	height:400px;
	margin-left:10px;
}	

.client-portfolioCopyFrame {
	margin-left:10px;
}	

.portfolioUrl {
	height:16px;
	border-left: 16px solid red;
	padding-left: 8px;
	font-size:11px;
	margin-bottom:10px;
}

#left .boxme {
	height: 200px;
	margin:12px;
	text-align:left;
	padding: 0px;
	color: #666666;
}



#right .aboutholder {
	margin:30px;
	text-align:left;
	font-size:12px;
}

.candName {
	border: 1px solid gray;
	background-color:#f0f0f0;
	float:left;
	padding: 3px;
}

.candName:hover {
	background-color:#cccccc;
}

.widepage {
	margin-left:225px;
	margin-right:50px;
	margin-top:30px;
	margin-bottom:40px;
	color:#555555;
}

.widepage h1 {
	color:#3E6292;
	font-size:16px;
	text-align:left;
}

.greytext {
	color:#555555;
}


.greytext a {
	color:#555555;
	text-decoration:none;
}

.greytext a:hover {
	color:#555555;
	/*text-decoration:underline;*/
}

.homepanel {
	background-color:#998F86;
	color:white;
	text-transform:uppercase;
	margin-left:9px;
	margin-right:8px;
	margin-top:8px;
	margin-bottom:0px;
	border:1px solid #998F86;
}

.hpt {
	margin:5px;
	font-size:11px;
	text-align:left;
	font-weight:bold;

}

.mylogin {
	position:absolute;
	top:0px;
	left:738px;
	width:220px;
	font-family: arial;
	font-size: 12px;
	text-align:left;
	margin-top:6px;
	z-index:100;
}

.mylogin p 
{
    padding:0px;
    margin:0px;
}

.spanfield {
	float:left;
	height:22px;
	margin-left:4px;
	
}

.usernamefield {
	width:125px;
	position:relative;
}

.passwordfield {
	width:125px;
	position:relative;
}

.labelfield {
	width: 50px;
	margin-top:3px;
	text-align:right;
}

label.overlabel {
	position:absolute;
	top: -1px;
	left: 0px;
	width:110px;
	z-index: 101;
	color: #999;
	visibility:hidden;
	text-align:left;
}

label.overlabel-apply {
	position: absolute;
	top: -1px;
	left: 0px;
	width:110px;
	z-index: 101;
	color: #999;
	visibility:visible;
	text-align:left;
	
}

.gofield {
	width: 30px;
}

.forgot {
	font-size:11px;
	font-color:#555555;
	margin-right:12px;
	margin-top:0px;
}

.account
{
    position:absolute;
    right:90px;
    top:30px;
	font-size:11px;
	font-color:#555555;
	text-align:right;
}

.formhead {
	font-size:11px;
	color:#666666;
	text-align:left!important;
	margin:0px;
	margin-left:7px;
	margin-bottom:4px;
	margin-top:8px;
}

.leftsel {
	font-size:11px;
	font-family:arial;
	width:150px;
}


.candidateName {
	font-size:11px;
	color:#3E6292;
	border-bottom:1px solid gray;
	text-align:left;
	text-transform:uppercase;
	padding-left:2px;
	padding-bottom:2px;
}

.candidateName a {
	color:#3E6292!important;
}



.manage li {
	background-image:url(/img/pencil_go.png);
	background-repeat:no-repeat;
	padding-left: 40px!important;
	margin-top: 6px;
}

.brownbox {
	border: 1px solid #B89C6C;
	padding-left: 12px;
	padding-right: 12px;
	margin-top:30px;
}

.brownbox p {
	font-size:11px;
}

.privacybox {
	border: 1px solid #B89C6C;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size:11px;
}

tr:hover {
	background-color:#eeeeee;
}

.header td {
	font-size:10px;
	font-weight: bold;
	color: black;
	background-color: #dddddd;
	padding:2px;
}

.rightext {
	text-align:right;
}

.portfolioItem {
	font-size:10px;
	color:#B89C6C;
	border-bottom:1px solid #B89C6C;
	text-align:left;
	text-transform:uppercase;
	padding-left:2px;
	padding-bottom:4px;
	margin-top:4px;
	margin-bottom:4px;
}

.portfolioItem.dark {
	color:#000000;
}

.portfolioItem.grey {
	color:#555555;
}

.portfolioItem a {
	color:#B89C6C!important;
	font-weight:bold;
}



.arrow {
	background-image:url(/img/bluearrow.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	border-bottom:1px solid #E8E8E8;
	height:28px;
	line-height:16px;
	width:176px;
	padding-top:0px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}



.expandoArea {
	
	line-height:16px;
	width:176px;
	padding-top:0px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	border-bottom:1px solid #E8E8E8;
	float:left;
	padding-bottom:4px;
	color:#7A7A7A;
	text-align:right;
}

.elasticMenu {
	clear:both;
	display: none;
	padding-top:6px;
	height:300px;
	overflow:hidden;
	line-height:16px;
	position:relative;
}

.elasticMenuClient {
	clear:both;
	display: none;
	padding-top:6px;
}

.elasticArrowtext {
	float:left;
	margin-top:5px;
	color:#7A7A7A;
	text-transform:uppercase;
}

.cconame
{
    font-weight:bold;
    color:#3E6292;
    cursor:pointer;
    text-transform:uppercase;
    margin-right:24px;
}

.jobcount 
{
    float:right;
}

.elasticTop {
	clear:both;
	padding-top:6px;
	height:446px;
	overflow:hidden;
	position:relative;
}

.scrollpane
{
    position:absolute;
    width:175px;
    height:auto;
    top:16px;
}

.scrollup 
{
    height:16px;
    width:180px;
    background-color:#ffffff;
    cursor:pointer;
    background-image:url(/img/upwards.png);
    background-position:center right;
    background-repeat:no-repeat;
    position:absolute;
    top:0px;
    left:0px;
    z-index:100;
    
}

.scrolldown
{
    height:16px;
    width:180px;
    background-color:#ffffff;
    cursor:pointer;
    background-image:url(/img/downwards.png);
    background-position:center right;
    background-repeat:no-repeat;
    /* display:none; */
    position:absolute;
    bottom:0px;
    left:0px;
}

#showreelpage {
	display:none;
}

#candidateImage 
{
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    width:740px;
    height:auto;
    min-height:300px;
    /*border:1px solid #eeeeee;*/
    background-color:White;
    z-index:1000;
    text-align:center;
    background-image:url(/img/ajax-loader-big.gif);
    background-position:center, center;
    background-repeat:no-repeat;
    vertical-align:middle;
}

.companyMenu {
	display:none;
	padding-bottom:12px;
}

.divlink {
	font-weight:bold;
	color:#3E6292;
	cursor:pointer;
}

a.divlink
{
    display:block;
}

.divlink:hover {
	/*text-decoration:underline;*/
	cursor:pointer;
}

.arrowtext {
	margin-left:17px;
	float:left;
	margin-top:5px;
	color:#7A7A7A;
}

.arrowtext a{
	color:#7A7A7A;
	text-decoration:none;
}

.arrowtext a:hover {
	/*text-decoration:underline;*/
}

.arrowexpand {
	float:right;
	padding:0px;
	cursor:pointer;
}

.arrowexpand img {
	border:none!important;
}

.arrownone {
	margin-left:10px;
}

.indent {
	background-position:20px 8px;
	padding-left:20px;
	width:156px;
}

.indent2
{
    background-position:35px 8px;
	padding-left:35px;
	width:156px;
}

.noarrow {
	background-image:none!important;
}

.lefthead {
	width:176px;
	padding-left:27px;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	font-weight:bold;
	color:#3D628F;
}

.lefthead a{
	color:#3D628F;
}

.searchbar {
	width:176px;
	padding-top:0px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.greyhelp {
	font-weight:bold;
	color:#cccccc;
	padding-top:8px;
	padding-bottom:8px;
}

.jobBoardJob {
	background-color:#f5f5f5;
	margin-bottom:20px;
	padding:8px;
	border-bottom:1px solid #aaaaaa;
}

.jobBoardJob h1 {
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}

.jobBoardJob p {
	margin:0px;
	padding-top:0px;
	padding-bottom:5px;
}

.jobBottom {
	clear:both;
}

.jobBottom a {
	color:black!important;
	text-decoration:underline!important;
}

.client-logo
{
    float:right;
}

.jobLogo {
	float:right;
	width:175px;
	height:100px;
	border:1px solid #cccccc;
	text-align:center;
}

.jobDesc {
	float:left;
}

.showhide {
	display:none;
}

#progwin 
{
    display:none;
    background-color:#eeeeee;
    width:385px;
    height:160px;
    position:absolute;
    top:130px;
    left:260px;
    border:1px solid #666666;
    z-index:100;
    overflow:hidden;
}

#progframe
{
    width:385px;
    height:160px;
}

.jspop
{
    display:none;
    background-color:#ffffff;
    width:385px;
    height:160px;
    position:fixed;
    top:50%;
    left:50%;
    margin-left:-192px;
    margin-top:-80px;
    border:1px solid #666666;
    z-index:100;
    overflow:hidden;
    padding:16px;
    box-shadow:3px 3px 3px rgba(0,0,0,0.5);
    border-radius:8px;
}

.jspopTerms
{
    display:none;
    background-color:#ffffff;
    width:480px;
    height:320px;
    position:absolute;
    top:30px;
    left:10px;
    border:1px solid #666666;
    z-index:100;
    overflow:hidden;
    padding:16px;
}

.uploadbar 
{
  background-color:#B89C6C;
  color:White;
  font-weight:bold;
  padding:8px;
  margin-top:6px;
  border-radius:3px;
}

.icon 
{
    width:16px;
    height:16px;
    border:0px none white;
}

.lined td
{
    border-bottom:1px solid #cccccc;
    padding-top:4px;
    padding-bottom:4px;
}

.center
{
    text-align:center;
}

.notice 
{
    background-color:#eeeeee;
    border:1px solid #666666;
    padding:12px;
}

#leftNavJobBoard 
{
    display:block;
}

.scoutsarm
{
    padding-bottom:10px;
    padding-top:10px;
}

#left .scoutsarm img
{
    border:0px;
    margin:0px;
    margin-right:3px;
}

.textholder table
{
    border-spacing:0px;
    width:100%;
    border:1px solid #ffffff;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
}

.textholder .dark td
{
    font-weight:bold;
    background-color:#ddd;
    color:#000;
}

.textholder td
{
    padding:6px;
    border-bottom:1px solid #dddddd;
}

.job-search-box
{
    width:164px;
}

.downloadButton
{
    cursor:pointer;
    display:inline-block;
    width:16px;
    height:16px;
    background-image:url(/img/download.png);
}

.downloadButton:hover
{
    background-image:url(/img/download_s2.png);
}

.number-box
{
    display:inline-block;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    border:1px solid #fff;
    padding:4px;
    padding-left:8px;
    padding-right:8px;
}

.number-box:hover
{
    border-color:#cccccc;
    background-color:#fff;
}

.arrowtext a.sel
{
    font-weight:bold;
    color:#3D628F;
}

.sel
{
    font-weight:bold;
    color:#3D628F;
    font-size:12px;
}

#left .exp-area h3
{
    margin-top:7px;
    margin-bottom:2px;
    cursor:pointer;
    font-size:12px;
    background-image:url(/img/bluearrow.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:14px;
	margin-left:12px;
	font-weight:normal;
	color: #7A7A7A;
	border-bottom: 1px solid #E8E8E8;
	padding-bottom:8px;
	margin-right:10px;
}

#left .jobtitles
{
    display:none;
    padding-left:26px;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom:8px;
    padding-top:6px;
    margin-right:10px;
}

#left .jobtitles a
{
    color: #7A7A7A;
    display:block;
}

#left .jobtitles a:hover
{
    color:#333;
    display:block;
}

.candidate-links a
{
    display:block;
    padding:2px;
}

.jobs-bar
{
    display:none;
    position:absolute;
    bottom:0px;
    left:0px;
    border-top:1px solid #ccc;
    height:30px;
    width:730px;
    overflow:hidden;
    background-color:rgba(255,255,255,0.85);
}

.jobs-bar .thowide
{
    width:1000px;
    position:absolute;
    top:0px;
    left:0px;
}

.jobs-bar .jobholder
{
    display:inline-block;
}

.jobs-bar .job
{
    padding:6px;
    display:inline-block;
    color:#666;
}

table.notfunky
{
    width:auto;
}

.notfunky td
{
    border-bottom:0px;
    padding:0px;
}

.notfunky label
{
    font-weight:normal;
    text-align:left;
    width:auto;
    float:none;
}

.notfunky td select
{
    width:auto!important;
    
}

select.notfunky
{
    width:auto!important;
}

.popuprater
{
    width:540px;
    height:240px;
    position:fixed;
    left:50%;
    margin-left:-270px;
    top:50%;
    margin-top:-170px;
    border:1px solid #666;
    box-shadow:5px 5px 5px rgba(0,0,0,0.3);
    display:none;
    padding:20px;
    background-color:#fff;
    border-radius:6px;
}
