/* #ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin: 0; padding: 0; } */

h3,fieldset,input { margin: 0; padding: 0; }

a img,:link img,:visited img { border: none; }

.form_error {
	padding-top: 4px;
	border-top: 1px dotted #d22;
}

.error_form_inner {
	background-image: url('../images/error.gif');	
	background-repeat: no-repeat;	
	padding-left: 20px;
	color: #d22;
}

a
{
  text-decoration: none;
  color: green;	
}

a:hover
{
  text-decoration: underline;
}

body
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  background-color: #fff;
}

/* ------ Registration Page ------- */

#reg {
	width: 555px;
	text-align: left;
	margin: auto;
}

#reg fieldset { 
	float: left; 
	width: 550px; 
	padding: 1em; 
	clear: both; 
	margin-top: 5px; 
	border: none;
	margin-bottom: 1em;
	border: 1px dashed #b8e39b;
	border-bottom: 1px solid #b8e39b;
	border-right: 1px solid #b8e39b;
	padding-top: 0.5em;
}
#reg fieldset div { margin-bottom: 7px; clear: both; }
#reg fieldset label { width: 200px; float: left; }
#reg fieldset label.no_pad { width: auto; float: none; }
#reg fieldset label.wide { width: 310px; }
#reg fieldset legend { 
	font-weight: bold; 
	border-bottom: 2px solid #75bf44; 
	border-right: 2px solid #75bf44;
	border-top: 2px solid #ebfede;
	border-left: 2px solid #ebfede;
	background-color: #b8e39b; 
	margin-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
#reg fieldset input[type="checkbox"] { margin-top: 4px; margin-bottom: 4px; }
#reg fieldset fieldset { 
	margin-top: 5px; 
	margin-bottom: 15px;
	border: 1px dashed #b8e39b; 
	width: auto; 
	float: left;
}
#reg fieldset fieldset p { font-weight: bold; font-style: normal; }
#reg fieldset fieldset label { width: 182px; }
#reg fieldset div em { float: right; width: 5em; text-align: right; font-style: normal; }
#reg fieldset div em.big { width: 6.5em; text-align: right; }
.fqual { margin-top: 1em; }
#reg em { font-size: small; color: #020; }

#reg h2 { width: 585px;}     
h2 { margin-bottom: 0.5em; margin-top: 0; border-bottom: 2px solid black; } 

#reg fieldset p {
	margin-top: 0;
	padding-top: 0;
}

#reg div.city_div {
	float: left;
}

div.form_subgroup {
	margin-left: 200px;
	float: left;
}

div.form_subgroup div {
	margin-left: 20px;
}

#all_compensation_questions {
	margin-top: 0.5em;
	padding-top: 0.66em;
	border-top: 1px dashed #B8E39B;
}

/* --- Main Areas --- */

body {
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
	background-color: #ebfede;
  	padding: 0 20px 0 20px;
	margin-top: 0px;
	margin-bottom: 0;
}

#content {
	min-height: 350px;
	text-align: center;
}

#header {
	height: 120px;	
	padding-top: 12px;
	text-align: center;
	margin-bottom: 8px;
}

/* -------- Footer Styles --------- */

#footer {
	text-align: center;
	margin-bottom: 0;
}

#footer div {
	background-image: url('../images/footer_bg.jpg');
	background-repeat: no-repeat;
	width: 780px;
	height: 72px;
	text-align: left;
	padding: 0 0 0 0;
	margin: 2em auto 0 auto;
	font-size: 9pt;
}

#footer div ul {
	list-style: none;
	padding-top: 2em;
}

#footer div li {
	float: left;
	margin-left: 0.6em;
	padding-left: 0.6em;
	border-left: 1px solid black;
	font-weight: bold;
}

#footer div li.copyright {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
	font-weight: normal;
}

#footer a {
	color: black;
}

/* ------ Home Page ------- */

#home {
	text-align: left;
	background-image: url('../images/home_back_nt.jpg');
	background-repeat: no-repeat;
	width: 730px;
	height: 305px;
	padding: 30px;
	margin: 0 auto 0 auto;
}

#home div.login {
	float: left;
	width: 212px;
	margin-right: 35px;
	color: white;
	padding-left: 5px;
}

#home div.login-button {
	margin-top: 10px;
}

#home div.info {
	float: left;
	margin-top: 138px;
	text-align: center;
	width: 470px;
}

#home div.login ul {
	margin-top: 65px;
}

#home div.login h3 {
	font-family: Futura, Arial, sans-serif;
}

#home form {
	margin-top: 1em;
}

#home label {
	font-family: Futura, Arial, sans-serif;
	font-size: 9pt;
}

#home input.field {
	border: 1px solid black;
	margin-bottom: 1em;
	margin-top: 0.25em;
	height: 16px;
	width: 196px;
	padding: 2px;
}

#home .login_button {
	margin-top: 1.5em;
	background-image: url('../images/login_button.jpg');
	border: none;
	width: 76px;
	height: 22px;
}

#home ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

#home li { color: black; font-size: 10pt; margin-bottom: 0.4em; }

#home li a {
	color: black;
	border-bottom: 1px solid green;
	text-decoration: none;
}

/* --- Search Results --- */

#res {
	width: 700px;
	text-align: left;
	margin: auto;
}

#res.expandable {
	width: 85%;
}

#res h3 {
	margin-top: 1em;
	margin-bottom: 1em;
}

table.results {
	border: 1px solid #75bf44;
	border-spacing: 1px;
	width: 100%;
}

table.results th {
	background-color: #2b3036;
	background-image: url('../images/table_header.gif');	
	background-repeat: repeat-x;
	padding: 3px;
	color: white;
	text-align: left;
}

table.results th img {
	padding-left: 0.5em;
}

table.results td {
	background-color: white;
	padding: 3px;
	text-align: left;
}

table.results tr.odd td {
	background-color: #b8e39b;
	/* background-color: #c6f1a9;*/
}

table.results td.salary {
	text-align: right;
}

table.results th a {
	color: white;
	text-decoration: none;
}

table.results a {
	color: green;
}

table.results th a:hover {
	color: white;
	text-decoration: underline;
}


#res #result_pager {
	text-align: center;
	margin-top: 1em;
}

#result_pager a:visited, #result_pager a:hover, #result_pager a:link {
	color: green;	
}

#result_pager ul {
	border-left: 1px dotted black;
	border-right: 1px dotted black;
	display: inline;
	margin-left: 0.5em;
	padding-left: 0.5em;
	margin-right: 0.5em;
	padding-right: 0.5em;
}

#result_pager li {
	display: inline;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

#result_pager li.current {
	border: 1px solid black;
	background-color: #fefec0;
	padding: 2px;
}

#result_pager p {
	margin-top: 0.75em;
}

#result_pager p span {
	margin-right: 0.5em;
	padding-right: 1em;
	border-right: 1px dotted black;
}

#result_pager span.first {	
	border-right: 1px dotted black;
	padding-right: 0.75em;
	margin-right: 0.5em;
}

#result_pager span.last {	
	border-left: 1px dotted black;
	padding-left: 0.75em;
	margin-left: 0.5em;
}

#mini_pager { float: right; }

#mini_pager span.last {	
	border-left: 1px dotted black;
	padding-left: 0.75em;
	margin-left: 0.25em;
}

p.note {
	text-align: center;
}


/* --- Record View --- */

div.record {
	margin-top: 1em;
	padding: 0.5em 1em 1em 1em;
	border: 1px solid #2b3036;
	/* background-color: #c6f1a9; */
	background-color: white;
	/* background-color: #eefde0; */
}

div.main_attribute {
	border-bottom: 1px dotted #98c37b;
}

div.attribute {
/*	border-bottom: 1px dashed #98c37b; */
	clear: both;
}

div.main_attribute div.key {
	width: 10em;
	margin-right: 1em;
	float: left;
	padding-top: 5px;
	line-height: 10pt;
}

div.main_attribute div.value {
	font-size: 16pt;
}

div.attribute div.key {
	width: 11em;
	margin-right: 0.5em;
	float: left;
	font-size: 10pt;
}

div.attribute div.value {
	margin-left: 11em;
}

div.attribute div.value ul {
	padding-left: 1em;
	margin-bottom: 0;
}

div.details {
	margin-top: 1em;
	border-bottom: 1px dotted #98c37b;
}

/* --- Sub Navigation --- */

#navigation {
	border-bottom: 2px solid #525a4f;
}

#navigation div {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
}

#navigation img {
	margin-left: 2px;
	margin-right: 2px;
}



table.results td.action {
	width: 60px;
	text-align: center;
}

.hide { display: none; }

.error_box {
	margin-right: auto;
	padding: 1em;
	margin-bottom: 0.5em;
	border: 1px dotted red;
}

/* Button Stuff */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

div.button_area {
	text-align: center;	
}

div.buttons {
	width: 25%;
	margin: 0 auto 0 auto;
}

div.button {
    background: transparent url('../images/button-a.jpg') no-repeat scroll top right;
    color: #444;
    float: left;
    font: normal 12px arial, sans-serif;
    padding-right: 6px; /* sliding doors padding */
    text-decoration: none;
    margin: 0 auto 0 auto;
    outline: none;
}

div.button input, div.button a {
    background: transparent url('../images/button-span.jpg') no-repeat;
    display: block;
    line-height: 12px;
    margin-right: 6px;
    height: 39px;
    padding: 5px 0 5px 12px;
    border: none;
    outline: none;
}

div.button a {
	color: black;	
	font-size: 110%;
	padding-top: 1em;
    	font: normal 12px arial, sans-serif;
 	outline: none;
}

input.number {
	/* text-align: right; */
}

dl.faq dd {
	margin-left: 0;
	margin-bottom: 1.75em;
	margin-left: 1em;
	margin-top: 0.5em;
}

dl.faq strong {
	font-weight: bold;
	width: 1em;
	color: #c00;
	font-size: 110%;
}

