﻿@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
}
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td.background{
	background: url(images/index/bg_welcome.png) repeat;
	border: 1px solid #eaeaea;
}

fieldset { border:1px solid gray }

a:link{
	color:#666666;
	text-decoration:none;
}
a:visited{
	color:#666666;
	text-decoration:none;
}
a:hover{
	color:#000000;
	text-decoration:underline;
}
a:active{
	color:#666666;
	text-decoration:none;
}
.footer {font-size: 10px;
	color:#ffffff;
}
.alltext {font-size: 12px}
.tvc_text {font-size: 11px;
		 color: #363636
}
.inputtext { width: 200px; height: 30px;
}

.paging {font-size: 10px;
	color:#ffffff;
}

.paging a:link{
	color:#ffffff;
	text-decoration:none;
}
.paging a:visited{
	color:#ffffff;
	text-decoration:none;
}
.paging a:hover{
	color:#ffffff;
	text-decoration:underline;
}
.paging a:active{
	color:#ffffff;
	text-decoration:none;
}

.applicant_steps {color: #999999;
		font-size: 10px;
}
.applicant_steps_active {color: #000000;
		font-size: 10px;
}

.applicant_steps_active a:link{
    color: #000000;
	font-size: 10px;
	text-decoration:none;
}
.applicant_steps_active a:visited{
    color: #000000;
	font-size: 10px;
	text-decoration:none;
}
.applicant_steps_active a:hover{
    color: #000000;
	font-size: 10px;
	text-decoration:underline;
}
.applicant_steps_active a:active{
    color: #000000;
	font-size: 10px;
	text-decoration:none;
}

#applicant-register-input {
    width:270px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.register-button { 
    background-image: url('../../images/common/submit_n.png');
    width: 213px;
    height: 42px;
    border: none;
    cursor:pointer;
}

.register-button:hover { 
    background-image: url('../../images/common/submit_o.png');
    width: 213px;
    height: 42px;
    border: none;
    cursor:pointer;
}



.login-button { 
    background-image: url('../../images/common/login_n.png');
    width: 213px;
    height: 42px;
    border: none;
    cursor:pointer;
}

.login-button:hover { 
    background-image: url('../../images/common/login_o.png');
    width: 213px;
    height: 42px;
    border: none;
    cursor:pointer;
}

.next-button { 
    background-image: url('../../images/common/next_n.png');
    width: 99px;
    height: 27px;
    border: none;
    cursor:pointer;
}

.next-button:hover { 
    background-image: url('../../images/common/next_o.png');
    width: 99px;
    height: 27px;
    border: none;
    cursor:pointer;
}

.previous-button { 
    background-image: url('../../images/common/prev_n.png');
    width: 99px;
    height: 27px;
    border: none;
    cursor:pointer;
}

.previous-button:hover { 
    background-image: url('../../images/common/prev_o.png');
    width: 99px;
    height: 27px;
    border: none;
    cursor:pointer;
}

.saveexit-button { 
    background-image: url('../../images/common/savenexit_n.png');
    width: 129px;
    height: 27px;
    border: none;
    cursor:pointer;
}

.saveexit-button:hover { 
    background-image: url('../../images/common/savenexit_o.png');
    width: 129px;
    height: 27px;
    border: none;
    cursor:pointer;
}

.finish-button { 
    background-image: url('../../images/common/finish_n.png');
    width: 99px;
    height: 27px;
    border: none;
    cursor:pointer;
}

.finish-button:hover { 
    background-image: url('../../images/common/finish_o.png');
    width: 99px;
    height: 27px;
    border: none;
    cursor:pointer;
}

.save-button { 
    background-image: url('../../images/mi_buttons/save_n.png');
    width: 139px;
    height: 27px;
    border: none;
    cursor:pointer;
}

.save-button:hover { 
    background-image: url('../../images/mi_buttons/save_o.png');
    width: 139px;
    height: 27px;
    border: none;
    cursor:pointer;
}

#applicant_menu
{
	float: right;
	width: 165px;
	background: #6F9;
}

#applicant_contents
{
	float: left;
	width: 440px;
	background: #9FC;
	margin: 0 0 0 20px;
	display: inline;

}

.top-login-button { 
    background-image: url('../../images/login_n.jpg');
    width: 72px;
    height: 21px;
    border: none;
    cursor:pointer;
}

.top-login-button:hover { 
    background-image: url('../../images/login_o.jpg');
    width: 72px;
    height: 21px;
    border: none;
    cursor:pointer;
}


.applicant_profile_heading {
	color: #0099FF;
	font-size: 18px;
}

.applicant_profile_heading_2 {
	color: #0099FF;
	font-size: 12px;
}

.applicant_profile_heading_2 a:link{
	color:#0099FF;
	text-decoration:none;
}
.applicant_profile_heading_2 a:visited{
	color:#0099FF;
	text-decoration:none;
}
.applicant_profile_heading_2 a:hover{
	color:#0099FF;
	text-decoration:underline;
}
.applicant_profile_heading_2 a:active{
	color:#0099FF;
	text-decoration:none;
}

.applicant_style4 {color: #FFFFFF; font-size: 20px; }
.applicant_name {
	color: #363636;
	font-size: 25px;
}

.forgot-button { 
    background-image: url('../../images/forgotpassword/submit_n.png');
    width: 73px;
    height: 22px;
    border: none;
    cursor:pointer;
}

.forgot-button:hover { 
    background-image: url('../../images/forgotpassword/submit_h.png');
    width: 73px;
    height: 22px;
    border: none;
    cursor:pointer;
}

