/*----------Clear Defaults*/
:link,:visited {text-decoration:none;} 
ul,ol,dl {list-style:none;} 
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em; font-weight:normal;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd {margin:0; padding:0;} 
a img,:link img,:visited img {border:none;}
address {font-style:normal;}
strong {font-weight:bold;}
em {font-style:italic;}
i {display:none; font-style:normal;}
b {font-weight:normal;}

/*----------Default Styles*/
body {
	background:#b8d9d6 url(../media/images/layout/bg.jpg);
	color:#333;
	font:12px/15px Arial, Helvetica, sans-serif;
}
:link {
	color:#0a92bf;
	font-weight:bold;
}
:visited {
	color:#62bbd9;
	font-weight:bold;
}
a:hover {border-bottom:1px dotted #0a92bf;}
h1 {
	font:26px/30px Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
}
h2 {
	font:15px/21px Arial, Helvetica, sans-serif;
	font-weight:bold;
}
h2 span {font-weight:normal;}
h3 {
	font:18px/21px Arial, Helvetica, sans-serif;
	color:#808080;
}
h5 {
	font:13px/15px Arial, Helvetica, sans-serif;
	padding-bottom:5px;
}
h6 {
	color:#808080;
	font:9px/15px Tahoma, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
}
table {
	font:11px/15px Arial, Helvetica, sans-serif;
	border:0 solid #999;
	border-width:1px 0;
	width:100%;
}
td, th {
	text-align:left;
	padding:2px 10px;
}
th a {
	color:#333 !important;
	display:block;
	outline:none;
	background:none;
}
td big {font-size:12px;}
th a:hover {border-bottom:0;}
td, th {border-bottom:1px solid #ccc;}
th {background:url(../media/images/general/th.gif) no-repeat 100% 100%;}
input, textarea, select {
	font:12px/15px Arial, Helvetica, sans-serif;
	color:#333;
	padding:2px 4px;
}
label {
	color:#808080;
	font-weight:bold;
}
dl {line-height:20px;}
dt, dd {
	height:20px;
	float:left;
}
dt {
	text-align:right;
	margin-right:10px;
	clear:left;
}
dd {
	font-weight:bold;
	color:#666;
}
dd span {font-weight:normal;}

/*----------Additional Styles*/
.number {font-family:"Courier New", Courier, monospace;}
.right {text-align:right;}
.red {color:#99260f;}
.green {color:#6b990f;}
a.s:hover {border-bottom:0;}
.reg {font-weight:normal;}
.meta {
	font:10px/12px Tahoma, Arial, Helvetica, sans-serif;
	color:#b0b0b0;
}

/*----------Layout*/
.container {
	width:970px;
	margin:0 auto;
}
#header {
	height:245px;
	background:url(../media/images/layout/bg-top.jpg) repeat-x 0 0;
}
#main {margin-top:-155px;}
#header .container {position:relative;}
#footer .container {
	padding:0 25px;
	width:920px;
	overflow:hidden;
	padding-bottom:10px;
}

/*----------Header*/
h6#logo, h6#logo a {
	display:block;
	width:140px;
	height:90px;
}
h6#logo {
	position:absolute;
	top:5px;
	left:5px;
	background:url(../media/images/eureka-a.png) no-repeat 0 0;
}
h6#logo a:hover {border-bottom:0;}
small#user {
	color:#999;
	font:10px/15px Tahoma, Arial, Helvetica, sans-serif;
	text-align:right;
	text-transform:uppercase;
	display:block;
	position:absolute;
	right:25px;
	top:55px;
}
small#user a {color:#736256;}
small#user a:hover {border-color:#736256;}

/*----------Footer*/
#footer p {
	font:9px/15px Tahoma, Arial, Helvetica, sans-serif;
}
#footer p#copy {
	float:left;
	color:#829492;
}
#footer p#tos {
	float:right;
	text-align:right;
}
#footer a {font-weight:normal;}

/*----------Content*/
/*BigBox-Layout*/
#body {
	background:url(../media/images/layout/bigbox.png) repeat-y 0 0;
	width:950px;
	padding:0 10px;
	overflow:hidden;
}
#head {
	height:35px;
	background:url(../media/images/layout/bigbox-top.png) no-repeat 0 0;
	position:relative;
}
#end {
	height:10px;
	background:url(../media/images/layout/bigbox-end.png) no-repeat 0 0;
}
#col0 {width:940px;}
#col1 {
	width:600px;
	float:left;
	margin-right:10px;
}
#col2 {
	width:330px;
	float:left;
}
/*BigBox-Head*/
ul#breadcrumbs {
	font:11px/12px Tahoma, Arial, Helvetica, sans-serif;
	position:absolute;
	left:25px;
	top:12px;
	color:#808080;
}
ul#breadcrumbs li {
	display:inline;
	padding-left:15px;
	background:url(../media/images/general/breadcrumb.gif) no-repeat 4px 4px;
}
ul#breadcrumbs li.home {
	padding-left:0;
	background:none;
}
ul#breadcrumbs a {
	font-weight:normal;
	color:#67584d;
}
ul#breadcrumbs a:hover {border-color:#67584d;}
ul#controls {
	position:absolute;
	top:7px;
	right:25px;
}
ul#controls li {
	float:left;
	padding-left:20px;
	background:url(../media/images/general/separator.gif) no-repeat 7px 9px;
}
ul#controls input#terms {
    height: 16px;
    margin-right: 3px;
    border-style: none;
}
ul#controls li.cHome {
	padding-left:0;
	background:none;
}

div#error {
    padding: 20px;
    color: red;
    font-size: 200%;
}
table#candidates {
    margin: 15px;
    font-size: 120%;
}

table#candidates td {
    white-space: nowrap;
}

/*BigBox-Top*/
#top {
	height:75px;
	position:relative;
}
#title {
	position:absolute;
	top:20px;
	left:15px;
	height:45px;
	padding-left:60px;
}
.candidate #title {background:url(../media/images/icons/top/candidate.gif) no-repeat 0 0;}
.candidates #title {background:url(../media/images/icons/top/candidates.gif) no-repeat 0 0;}
.jobs #title {background:url(../media/images/icons/top/jobs.gif) no-repeat 0 0;}
.dashboard #title {background:url(../media/images/icons/top/dashboard.gif) no-repeat 0 0;}
#actions {
	width:325px;
	height:40px;
	padding:5px 0 5px 5px;
	position:absolute;
	top:15px;
	right:10px;
	background:url(../media/images/layout/actions.gif) no-repeat 0 0;
}
#actions li {
	float:left;
	margin-right:1px;
	height:40px;
}
#actions li.a0 {
	width:124px;
	background:url(../media/images/icons/actions/a0.gif) no-repeat 0 0;
}
#actions li.a1 {width:271px;}
#actions li.aFav {background:url(../media/images/icons/actions/a0-fav.gif) no-repeat 0 0;}
#actions li.aEmail {background:url(../media/images/icons/actions/a0-email.gif) no-repeat 0 0;}
#actions li.aSchedule {background:url(../media/images/icons/actions/a0-schedule.gif) no-repeat 0 0;}
#actions li.aHire {background:url(../media/images/icons/actions/a0-hire.gif) no-repeat 0 0;}
#actions li.aRefresh {background:url(../media/images/icons/actions/a0-refresh.gif) no-repeat 0 0;}
#actions li.aRefreshJobs {background:url(../media/images/icons/actions/a0-refreshjobs.gif) no-repeat 0 0;}
#actions a {
	display:block;
	float:left;
	width:48px;
	height:40px;
}
#actions li.aFav a {background:url(../media/images/icons/actions/a-fav.gif) no-repeat 0 0;}
#actions li.aEmail a {background:url(../media/images/icons/actions/a-email.gif) no-repeat 0 0;}
#actions li.aSchedule a {background:url(../media/images/icons/actions/a-schedule.gif) no-repeat 0 0;}
#actions li.aHire a {background:url(../media/images/icons/actions/a-hire.gif) no-repeat 0 0;}
#actions li.aRefresh a {background:url(../media/images/icons/actions/a-refresh.gif) no-repeat 0 0;}
#actions li a:hover {
	border-bottom:0;
	background-position:0 100%;
}
/*Box-Layout*/
.box0, .box1, .box2 {margin-bottom:10px;}
.box0 .head, .box1 .head, .box2 .head {
	height:50px;
	position:relative;
	padding:0 15px;
}
.box0 .noHead {
	height:10px;
	background:url(../media/images/layout/box0-notop.png) no-repeat 0 0;
}
#col0 .expanded .head, #col1 .expanded .head {background:url(../media/images/layout/box1-top.png) no-repeat 0 0;}
#col0 .collapsed .head, #col1 .collapsed .head {background:url(../media/images/layout/box1-top-min.png) no-repeat 0 0;}
#col2 .expanded .head {background:url(../media/images/layout/box2-top.png) no-repeat 0 0;}
#col2 .collapsed .head {background:url(../media/images/layout/box2-top-min.png) no-repeat 0 0;}
.box0 .body, .box1 .body, .box2 .body {
	padding:5px 15px 15px 15px;
	overflow:hidden;
	position:relative;
	z-index:1;
	min-height:55px;
}
.collapsed .body {display:none;}
.expanded .body {display:block;}
.box0 .body {width:910px;}
.box1 .body {width:570px;}
.box2 .body {width:300px;}
.box0 .body {background:url(../media/images/layout/box0.png) no-repeat 0 100%;}
.box1 .body {background:url(../media/images/layout/box1.png) no-repeat 0 100%;}
.box2 .body {background:url(../media/images/layout/box2.png) no-repeat 0 100%;}
/*Box-Top*/
.box1 .head h2, .box2 .head h2 {
	color:#fff;
	position:absolute;
	top:5px;
	line-height:43px;
}
.box2 .head h2 {color:#595959;}
.box1 .head h2 img, .box2 .head h2 img {
	margin-right:15px;
	vertical-align:top;
}
.box1 .head a.minmax, .box2 .head a.minmax, .box1 .head a.go {
	display:block;
	width:22px;
	height:22px;
	position:absolute;
	right:12px;
	top:16px;
	outline:none;
}
#col1 .expanded .head a.minmax {background:url(../media/images/icons/titles/min1.gif) no-repeat 0 0;}
#col1 .collapsed .head a.minmax {background:url(../media/images/icons/titles/max1.gif) no-repeat 0 0;}
#col2 .expanded .head a.minmax {background:url(../media/images/icons/titles/min2.gif) no-repeat 0 0;}
#col2 .collapsed .head a.minmax {background:url(../media/images/icons/titles/max2.gif) no-repeat 0 0;}
#col1 .head a.go {background:url(../media/images/icons/titles/go.gif) no-repeat 0 0;}
#col1 .expanded .head a.minmax:hover, #col1 .collapsed .head a.minmax:hover, #col2 .expanded .head a.minmax:hover, #col2 .collapsed .head a.minmax:hover, #col1 .head a.go:hover {
	border-bottom:0;
	background-position:0 100%;
}
/*Video*/
#video {
	width:324px;
	height:286px;
	background:url(../media/images/layout/player-bg.gif) no-repeat 0 0;
	margin:5px 0 10px 3px;
	position:relative;
	z-index:2;
}
#player {
	width:318px;
	height:258px;
	position:absolute;
	left:3px;
	top:3px;
}
#navigator_help {
	width:130px;
	height:0px;
	position:relative;
	left:950px;
	top:340px;
  overflow:visible;
  z-index:9;
}
#navigator {
	width:318px;
	height:23px;
	position:absolute;
	left:3px;
	top:260px;
	background:url(../media/images/layout/navigator.gif) no-repeat 0 0;
}
#navigator a#current {
	color:#666;
	font:11px/23px Arial, Helvetica, sans-serif;
	overflow:hidden;
	display:block;
	height:23px;
	padding:0 35px 0 10px;
}
#navigator a:hover {border-bottom:0;}
#navigator div {
	display:none;
	position:absolute;
	width:282px;
	padding:0 5px 5px 5px;
	height:195px;
	background:#f0f1f1;
	border-left:1px solid #abacac;
	border-bottom:2px solid #abacac;
	border-right:1px solid #bbbfbf;
	overflow-y:auto;
	z-index:10;
}
#navigator ul {
	border-top:1px solid #999;
	padding-bottom:2px;
}
#navigator li {font:11px/13px Arial, Helvetica, sans-serif;}
#navigator li a {
	color:#666;
	display:block;
	padding:4px 5px;
	border-bottom:1px solid #ccc;
	border-left:1px solid #f0f1f1;
	border-right:1px solid #f0f1f1;
	font-weight:normal;
}
#navigator li a:hover {
	background:#fff;
	border-bottom:1px solid #ccc;
	border-color:#ccc;
}
#navigator li.current a, #navigator li.current a:hover {
	background:#d8d9d9;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
/*Comments*/
.comment {
	background:#f5f5f5;
	padding:10px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	margin-bottom:10px;
}
.add {
	background:#fbf9f1;
	margin-bottom:0;
}
.comment p {
	font:11px/15px Arial, Helvetica, sans-serif;
	color:#666;
}
.comment p.meta {
	font:10px/12px Tahoma, Arial, Helvetica, sans-serif;
	color:#b0b0b0;
	border-bottom:1px solid #dfdfdf;
	margin-bottom:4px;
	padding-bottom:5px;
}
.comment p.meta span, .comment p.meta strong {color:#8a8a8a;}
.comment p.meta span.del {
	width:13px;
	height:13px;
	display:block;
	position:absolute;
	margin-top:-12px;
	margin-left:270px;
}
.comment p.meta span.cInfo {
	text-align:right;
	float:right;
	width:320px;
	margin-left:230px;
	color:#b0b0b0;
	display:block;
	top:-12px;
	position:relative;
}
#comment {
	width:270px;
	height:60px;
	margin-bottom:5px;
}
/*News*/
.news {
	border-bottom:1px solid #e1e1e1;
	margin-bottom:15px;
	padding:5px 5px 15px 5px;
	color:#666;
}
.all {padding:0 0 5px 5px;}
/*Ratings*/
.box1 dt {width:180px;}
.box2 dt {width:120px;}
.box1 dd {width:200px;}
.graph {
	display:block;
	float:left;
	width:149px;
	height:20px;
	background:url(../media/images/graphs/00.gif) no-repeat 0 0;
	position:relative;
}
.g01 {background:url(../media/images/graphs/01.gif) no-repeat 0 0;}
.g02 {background:url(../media/images/graphs/02.gif) no-repeat 0 0;}
.g03 {background:url(../media/images/graphs/03.gif) no-repeat 0 0;}
.g04 {background:url(../media/images/graphs/04.gif) no-repeat 0 0;}
.g05 {background:url(../media/images/graphs/05.gif) no-repeat 0 0;}
.g06 {background:url(../media/images/graphs/06.gif) no-repeat 0 0;}
.g07 {background:url(../media/images/graphs/07.gif) no-repeat 0 0;}
.g08 {background:url(../media/images/graphs/08.gif) no-repeat 0 0;}
.g09 {background:url(../media/images/graphs/09.gif) no-repeat 0 0;}
.g10 {background:url(../media/images/graphs/10.gif) no-repeat 0 0;}
.graph ul {
	position:relative;
	left:25px;
	top:4px;
}
.graph li {
	float:left;
	cursor:pointer;
}
.graph li a {
	display:block;
	height:12px;
	width:12px;
	position:absolute;
	z-index:20;
	left:0;
	top:0;
	background:none;
}
.graph li a.grXX {
	width:13px;
	height:13px;
	left:125px;
	top:0;
	background:none;
}
.graph li a:hover {
	border-bottom:0;
	left:0 !important;
	z-index:2;
	width:120px;
	height:12px;
	background:url(../media/images/graphs/ticks.gif) no-repeat 0 0;
	overflow:hidden;
}
.graph.gHover li a.grXX, .graph li a.grXX:hover {
	left:125px !important;
	width:13px;
	height:13px;
	background:url(../media/images/graphs/del.gif) no-repeat 0 0;
}
.graph li a.grXX:hover {background-position:0 100%;}
.graph li a.gr01 {left:0;}
.graph li a.gr01:hover {background-position:-108px 0;}
.graph li a.gr02 {left:12px;}
.graph li a.gr02:hover {background-position:-96px 0;}
.graph li a.gr03 {left:24px;}
.graph li a.gr03:hover {background-position:-84px 0;}
.graph li a.gr04 {left:36px;}
.graph li a.gr04:hover {background-position:-72px 0;}
.graph li a.gr05 {left:48px;}
.graph li a.gr05:hover {background-position:-60px 0;}
.graph li a.gr06 {left:60px;}
.graph li a.gr06:hover {background-position:-48px 0;}
.graph li a.gr07 {left:72px;}
.graph li a.gr07:hover {background-position:-36px 0;}
.graph li a.gr08 {left:84px;}
.graph li a.gr08:hover {background-position:-24px 0;}
.graph li a.gr09 {left:96px;}
.graph li a.gr09:hover {background-position:-12px 0;}
.graph li a.gr10 {left:108px;}
.graph li a.gr10:hover {background-position:0 0;}
.overall {
	background:#f7f7f0;
	padding:10px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	position:absolute;
	right:15px;
	bottom:15px;
	text-align:center;
}
.overallnew {
	background:#f7f7f0;
	padding:10px;
	text-align:center;
	width:130px;
	float:right;
	margin-right:5px;
}
/*Tables*/
tr.even td {background:#f7f7f7;}
th.active {background:url(../media/images/general/th-active.gif) no-repeat 100% 100%;}
th.last {background-position:0 100%;}
tr.last td {border-bottom:0;}
td.first {border-left:1px solid #fff;}
td.last {border-right:1px solid #fff;}
td.last a:hover {border-bottom:0;}
a.down {background:url(../media/images/general/down.gif) no-repeat 100% 50%;}
a.up {background:url(../media/images/general/up.gif) no-repeat 100% 50%;}
th.right a.down, th.right a.up {background-position:0% 50%;}
tr.expanded td, tr.details td {background:#f7f7f0;}
tr.expanded td {border-bottom:1px dotted #ccc;}
tr.details {
  display: none;
}
tr.show {
  display: table-row;
}
tr.details td {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background: transparent url(../media/images/bg.gif) no-repeat scroll left top;
}
tr.expanded td.first {border-left:1px solid #ccc;}
tr.expanded td.last {border-right:1px solid #ccc;}
table.large td, table.large th {padding:5px 10px;}
/*Forms*/
input.button {
	padding:0;
	cursor:pointer;
	outline:none;
}
#people {
    text-align: left;
}
#op a{
    font-weight: bold;
    color: green;
    font-size: 200%;
    vertical-align: -20%;
}
#del {
    font-weight: bold;
    color: red;
    font-size: 150%;
    text-decoration: none;
}
#op- a {
    text-decoration: none;
    color: black;
}
#op- a:hover {
    color: red;
    text-decoration: none;
}
    
/*Admin side */ 
.dispformat
{
width:60%;
overflow:hidden;
padding-left:40%;
}
.dispformat p
{
clear:both;
}
.dispformat label
{
width:20%;
overflow:hidden;
float:left;
text-decoration:none;
height:35px;
padding:0px;
margin:0px;
}
.dispformat input
{
float:left;
}

.newtable table
{
border:none;
}
.newtable td, th {border:none;
}
.detailstable
{
border:none;
background:none;
}
.detailstable tr
{
border:none;
background:none;
}
.detailstable tr td
{
border:none;
background:none;
padding: 0px 10px;
}
.greybg
{
background:#c0c0c0;
}
.bgnone
{
background:none;
}
.detailsdiv
{
width:855px;
height:32px;
margin:0 auto 8px auto;
padding-left:10px;
}
.detailsdivright
{
width:855px;
height:32px;
margin-bottom:8px;
}
.yellowdiv
{
width:135px;


font-size:9px;
text-align:center;
padding:5px 10px;
}
.yellowdiv a
{
color:#333333;
text-decoration:none;
}
.yellowdiv a:hover
{
text-decoration:none;
border:none;
}
.lgreendiv
{
width:135px;

font-size:9px;
text-align:center;
padding:5px 10px;
}
.lgreendiv a
{
color:#333333;
text-decoration:none;
}
.lgreendiv a:hover
{
text-decoration:none;
border:none;
}
.dgreendiv
{
width:135px;

font-size:9px;
text-align:center;
padding:5px 10px;
}
.dgreendiv a
{
color:#333333;
text-decoration:none;
}
.dgreendiv a:hover
{
text-decoration:none;
border:none;
}
.pinkdiv
{
width:135px;

font-size:9px;
text-align:center;
padding:5px 10px;
}
.pinkdiv a
{
color:#333333;
text-decoration:none;
}
.pinkdiv a:hover
{
text-decoration:none;
border:none;
}
.blankdiv
{
width:135px;
font-size:9px;
text-align:center;
padding:5px 10px;
}
.blankdivof
{
overflow:hidden;
font-size:9px;
text-align:left;
padding:2px 5px;
z-index:99px;
}
.multiplebox
{
width:1000px;
}
.error {
	color: #FF0000;
	padding-top: 3px;
	display: block;
}
/*New css*/
.redbold
{
color:#FF0000;
font-weight:bold;
}
.bordernone
{
border:none;
}
.bordernone tr
{
border:none;

}
.bordernone tr td
{
border:none;
}
.paddingnone
{
padding:0px;
}
.lgreenbg
{
background:#f0f8fa;
}
.gbbtn
{
background:#bbe0e3;
color:#000000;
border:1px solid #000000;
padding:2px 12px;
}
.greengrbg
{
background:url(../media/images/general/th.gif) no-repeat 100% 100%;
}
.scrolldiv
{
overflow-y:scroll;
overflow-x:none;
height:300px;
width:450px;
background-color:#FFFFFF;
font-size:12px;
color:#686465;
}
.fright
{
float:right;
}
.bborderdiv
{
border:1px solid #000000;
padding:10px;
}
.blacklink
{
color:#000000;
}
.blackbgbrder
{
margin-bottom:10px;
width:312px;
overflow:hidden;
background:#808080;
border:1px solid #000000;
padding:5px;
}
.blackbgbrder .underline
{
color:#ffbd5b;
text-decoration:underline;
text-align:center;
}
.wbbtn
{
background:#FFFFFF;
color:#000000;
border:1px solid #000000;
padding:2px 12px;
}
.whitescrollbar
{
scrollbar-arrow-color: #000000;
scrollbar-base-color: #808080;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-3dlight-color: #ffffff;
scrollbar-track-color: #808080;
scrollbar-darkshadow-color: #808080;
}
.font12
{
font-size:12px;
color:#000000;
}
.radiobutton
{
padding:0px;
margin:0px;
 width: 15px;
 height: 15px;

}
.font14
{
font-size:14px;
}
/*.rqouter
{
background:url(../media/images/bg.gif) no-repeat top left;
width:867px;
height:154px;
margin:0px;
padding:0px;
}
.rqouter a
{
color:#333333;
font-size:9px;
color:#2a2d2a;
}
.rqouter a:hover
{
text-decoration:none;
border:none;
}*/
.rqouter
{
background:url(../media/images/bg.gif) no-repeat top left;
width:867px;
height:154px;
margin:0px;
padding:0px;
}
.requetdiv
{
width:165px;
height:17px;
margin:2px 0px;
text-align:center;
font-size:9px;
font-weight:normal;
float:left;
font-family:Arial, Helvetica, sans-serif;
padding-top:1px;

}
.requetdiv a
{
color:#000000;
}
.requetdiv a:hover
{
text-decoration:none;
border:none;
}
.lreqdiv
{
width:186px;
height:17px;
float:left;
margin:2px 0px;
}

.req-row-1 {
  padding-top: 6px;
}

.req-row {
  padding-top: 16px;
}

.multiSelect {
	width: 9.9em;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	height: 22px;
	padding: 0;
	margin: -.05em 0 0 0;
	border: 0;
	font-size:15px;
}
.blankdivof div ul li label {
	font-size:12px;
	padding-left:5px;
}
.multiSelect .title {
	background-color: #fff;
	border: 1px solid #999;
	padding: 0;
	margin: 0;
	cursor: default;
	min-width: 9.8em;
}
.multiSelect div.title {
	position: absolute;
	z-index: 104;
}
.multiSelect div.title-open {
	border-bottom: 1px solid #fff;
}
.multiSelect .title {
	font-size: .8em;
	height: 1.3em;
	line-height: 1.2em;
	overflow: hidden;
	padding: .3em 1.1em .1em .5em;
	background: white url(../media/images/multiselect.gif) no-repeat top right;
}
.multiSelect .title:hover {
	background: white url(../media/images/multiselect-hover.gif) no-repeat top right;
}
.multiSelectContent {
	position: absolute;
	z-index: 106;
	min-height: 1em;
	background: #e9f3f8;
	padding: .1em;
	display: block;
	font-size: 75%;
	margin-top: -1px;
	border: 1px solid #999;
	height: 200px;
	overflow: scroll;
}
.multiSelectContent ul {
	overflow: auto;
	min-height: 1em;
	min-width: 20em;
	margin: 0;
	padding: 0;
}
.multiSelectContent li {
	cursor: pointer;
	cursor: hand;
	margin: 0 0 .2em 0;
	list-style:none;
}
.multiSelectContent li:hover {
	background: #ddd;
}
.arc90_multiselect {
	width: 12.5em;
	height: 1.35em;
	visibility: hidden;
}
.a9selectall {
	border-bottom: 1px solid #ccc;
}
.blankdiv .selectbox {
	font-size:12px;
}
.divbox
{
width:auto;
overflow:hidden;
}
.textarea
{
float:left;
margin-right:3px;
}
.divtextbox
{
float:right;
width:230px;
overflow:hidden;
}
.divtextbox p
{
margin:3px 0px;
}

span.simpleAdd,
span.simpleDelete
{
    font-weight: bold;
    text-decoration: none;
}
span.simpleAdd {
    color: green;
    font-size: 200%;
}
span.simpleDelete {
    color: red;
    font-size: 125%;
}

form.requisitionForm ul.attachedUsers li span,
form.requisitionForm ul.unattachedUsers li span
{
    border-bottom: 1px solid transparent;
    font-weight: bold;
}

form.requisitionForm ul.attachedUsers li:hover span,
form.requisitionForm ul.unattachedUsers li:hover span
{
    border-bottom: 1px dotted #0A92BF;
}

form.requisitionForm ul.unattachedUsers-buttons {
    float: right;
}

form.requisitionForm ul.attachedUsers li,
form.requisitionForm ul.attachedUsers-buttons li,
form.requisitionForm ul.unattachedUsers li,
form.requisitionForm ul.unattachedUsers-buttons li
{
    cursor: pointer;
}

div.unattachedUsers .header {
    font-size: 150%;
    font-weight: bolder;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

div.unattachedUsers {
    margin: 10px 0px;
    padding: 10px;
    border: 1px dashed #ccc;
}
div.unattachedUsers ul.unattachedUsers-buttons a {
    margin: 2px;
    padding: 2px 12px;
    background-color: #BBE0E3;
    border: 1px solid black;
    color: black;
    display: inline-block;
}

.savingMessage {
    font-size: 150%;
    font-weight: bold;
    padding: 0px 12px;
}

div.primaryButtons {
    float: right;
    margin-top: 10px;
}

th.sortableEnabled {
    cursor: pointer;
}

.header .sortHeader {
    float: left;
}
.header .sortIcon,
.header .sortIcon {
    margin-top: 5px;
    float: right;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    width: 21px;
    height: 4px;
}

.headerSortUp .sortIcon {
    background-image: url(images/asc.gif); 
}

.headerSortDown .sortIcon {
    background-image: url(images/desc.gif); 
}

dl.ratingsEm dd {
    margin-bottom: 15px;
}

#actionList
{
list-style: none;
padding: 0;
margin: 0;
}

#actionList li
{
display: inline;
padding: 0;
margin: 0;
}

#actionList li:before { content: "| "; }
#actionList li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #actionList li
{
border-left: 1px solid black;
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #actionList { height: 1%; }

* html #actionList li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #actionList li:first-child { border-left: 0; }

td.q-radio-group {
  padding-top: 7px;
}

td.q-radio-group label.radio_label {
  display: block;
  margin-bottom: 3px;
  color: #000;
  font-weight: normal;
}

.required_field {
 color: #FF0000; 
}

div.required_field {
  font-size: 12px;
}

#error-info-zone span {
  color: #FF0000;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #FF0000;
  padding: 10px;
  margin-bottom: 10px;
  display: block;
  width: 335px;
}

ul.candidateExtras {
    float: right;
}

ul.candidateExtras li {
    display: table-cell;
    font-size: smaller;
    font-weight: bolder;
    padding: 0px 1px;
}
