/*--------defaults--------*/
html {
	font-size: 100%;
}
body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #bfc6e2;
	margin: 0 0 10px 0;
	padding: 0;
}
/*--------structure--------*/
/*--------defaults--------*/
.topleft {
	padding: 0 0 0 43px;
}
.topright {
	padding: 0 43px 0 0;
}
#footer {
	padding: 10px 0;
}
#mainleft {
	padding: 20px 20px 20px 43px;
}
#mainright {
	padding: 20px 43px 20px 20px;
	border-left: 1px dashed #B5B5B5;
}
#main {
	padding: 20px 43px;
}
/*--------candidates--------*/
#candidatetop {
	background-image: url(images/ban_cand.jpg);
	background-repeat: no-repeat;
	background-color: #F4DB7A;
}
/*--------recruiters--------*/
#recruitertop {
	background-image: url(images/ban_rec.jpg);
	background-repeat: no-repeat;
	background-color: #7A8BC0;
}
/*--------login--------*/
#logintop {
	background-image: url(images/ban_login.jpg);
	background-repeat: no-repeat;
	background-color: #B5B5B5;
}
/*--------fonts--------*/
/*--------defaults--------*/
a:link {
	color: #2b438d;
	text-decoration: underline;
}     /* unvisited link */
a:visited {
	color: #2b438d;
	text-decoration: underline;
}  /* visited link */
a:hover {
	color: #bfc6e2;
	text-decoration: none;
}		/* mouse over link */
a:active {
	color: #bfc6e2;
	text-decoration: none;
}   /* selected link */

h1 {
	font-size: 18px; /*2em*/
	color: #000000; /*#2b438d*/
}
h2 {
	font-size: 14px; /*1.8em*/
	color: #000000;
}
h3 {
	font-size: 12px; /*1.6em*/
	color: #000000;
}

p, ul, ol, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; /*1.2em*/
	color: #000000;
}
ul {
	list-style-position: outside;
	list-style-type: disc;
}
hr {
	color: #CCCCCC;
	height: 1px;
	margin: 20px 0 10px 0;
}
td {
	font-size: 10px; /*1.2em*/
}

input, textarea, select, option {
	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px; font-weight: normal; color: #000000;
}

/*--------contact form--------*/
#contactform input {
	width: auto;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#contactform input.small {
	width: auto;
	margin: 5px 0;
	padding: 0;
	font-size: 12px;
}
#contactform textarea {
	width: 350px;
	height: 200px;
	margin: 5px 0;
	padding: 0;
	font-size: 12px;
}
#contactform textarea.small {
	width: 175px;
	height: 100px;
	margin: 5px 0;
	padding: 0;
	font-size: 12px;
}
#contactform label {
	text-align: right;
	width: 175px;
	margin: 10px 5px;
	padding: 0;
	float: right;
	font-size: 12px;
}
#contactform input#sendbutton {
	margin: 5px auto;
	width: 75px;
	height: 20px;
	font-size: 12px;
}

.errortext {
	font-size: 10px; /*1.2em*/
	color: #CC0000;
	font-weight: bold;
}
.notificationtext {
	font-size: 10px;
	color: #006699;
	font-weight: bold;
}

.smalltext {
	font-size: 10px; /*1em*/
	color: #000000;
}

.normal {
	font-size: 12px; /*1.2em*/
	color: #000000;
}

.hd {
	font-size: 10px; /*1em*/
	color: #000000;
}
.hd a:link { 
	color: #000000;
	text-decoration: none;
}
.hd a:visited { 
	color: #000000;
	text-decoration: none;
}
.hd a:hover { 
	color: #000000;
	text-decoration: none;
}
.hd a:active { 
	color: #000000;
	text-decoration: none;
}

.tab1 {
	background-image: url(images/tabs_01.gif);
	background-repeat: no-repeat;
	background-color: #F4DB7A;
	width: 103px;
	height: 19px;
	font-size: 11px; /*1.1em*/
	color: #2b438d;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	margin: 0;
}
.tab1 a:link { 
	color: #2b438d;
	text-decoration: none;
}
.tab1 a:visited { 
	color: #2b438d;
	text-decoration: none;
}
.tab1 a:hover { 
	color: #005aff;
	text-decoration: none;
}
.tab1 a:active { 
	color: #005aff;
	text-decoration: none;
}

.tab2 {
	background-image: url(images/tabs_02.gif);
	background-repeat: no-repeat;
	background-color: #7A8BC0;
	width: 102px;
	height: 19px;
	font-size: 11px; /*1.1em*/
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	margin: 0;
}
.tab2 a:link { 
	color: #FFFFFF;
	text-decoration: none;
}
.tab2 a:visited { 
	color: #FFFFFF;
	text-decoration: none;
}
.tab2 a:hover { 
	color: #005aff;
	text-decoration: none;
}
.tab2 a:active { 
	color: #005aff;
	text-decoration: none;
}

.tab3 {
	background-image: url(images/tabs_03.gif);
	background-repeat: no-repeat;
	background-color: #B5B5B5;
	width: 103px;
	height: 19px;
	font-size: 11px; /*1.1em*/
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	margin: 0;
}
.tab3 a:link { 
	color: #FFFFFF;
	text-decoration: none;
}
.tab3 a:visited { 
	color: #FFFFFF;
	text-decoration: none;
}
.tab3 a:hover { 
	color: #005aff;
	text-decoration: none;
}
.tab3 a:active { 
	color: #005aff;
	text-decoration: none;
}

.hdblue {
	font-size: 11px; /*1.1em*/
	color: #2b438d;
	margin: 0 43px 0 0;
	padding: 3px 0 0 0;
	text-align: right;
}
.hdblue a:link { 
	color: #2b438d;
	text-decoration: none;
}
.hdblue a:visited { 
	color: #2b438d;
	text-decoration: none;
}
.hdblue a:hover { 
	color: #005aff;
	text-decoration: none;
}
.hdblue a:active { 
	color: #005aff;
	text-decoration: none;
}

#footer p {
	font-size: 10px; /*1em*/
	text-align: center;
	padding: 0.8em 0 0 0;
}
#footer a:link {color: #666666}     /* unvisited link */
#footer a:visited {color: #666666}  /* visited link */
#footer a:hover {color: #666666}		/* mouse over link */
#footer a:active {color: #666666}   /* selected link */

a.sitemap:link { 
	color: #E5E5E5;
	text-decoration: none;
}
a.sitemap:visited { 
	color: #E5E5E5;
	text-decoration: none;
}
a.sitemap:hover { 
	color: #E5E5E5;
	text-decoration: none;
}
a.sitemap:active { 
	color: #E5E5E5;
	text-decoration: none;
}

.main_table {
	background-color: #F0F0F0;
	border: 1px solid #666666;
}
.nested_table {
	padding-left: 5px;
	padding-bottom: 1px;
	border: 1px solid #FFFFFF;
}
.tickbox {
	padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; vertical-align: middle; width: 13px; padding-top: 0px; height: 13px; background-color: #FFFFFF;
}
.criteria {
	padding-left: 5px;
	padding-bottom: 1px;
}
/*--------resume search forms--------*/
#resumesearchform input {
	width: auto;
	margin: 0;
	padding: 0;
}
#resumesearchform br {
	clear: both;
}
#resumesearchform input.radiobutton {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	width: 13px;
	height: 13px;
}
#resumesearchform input#submit {
	margin: 0 auto;
}
a.nav:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a.nav:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a.nav:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.whitetext {
	color: #FFFFFF;
}
#testresumesearch_results td {
	font-size: 12px;
}
/*--------platinumannual.htm--------*/
.platinum_form input {
	width: auto;
	margin: 0;
	padding: 0;
}
.platinum_form li {
	margin: 5px 5px;
}
.platinum_form .platinum_table {
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #000000;
}
.platinum_form .platinum_cell {
	background-color: #F9F9F9;
	border-bottom: 1px solid #000000;
	margin: 0;
	padding: 0;
}
.platinum_form .center_button {
	width: 100px;
	margin: 5px auto;
	padding: 0;
	text-align: center;
}