﻿.ApplicantTab .ajax__tab_header span .ajax__tab_outer /*Inactive*/
{
	background-image:url(../img/scheme/tab.png);
	height:27px;
	margin-right:2px;
	color:White;
	font-weight:bold;
	font-size:14px;
}
	

.ApplicantTab span.ajax__tab_active .ajax__tab_outer {
	/*background-color:#FFC600;*/
	background-image:url(../img/scheme/tab-active.png);
	/*border:2px solid red;*/
	height:27px;
	padding:0;
	width:126px;
	margin-right:2px;
}

.ApplicantTab .ajax__tab_header .ajax__tab_outer {
	background-color:#E1E1E1;
	border:none;
	height:28px;
	padding:1px 1px 0;
}

.ApplicantTab .ajax__tab_body
{
	border:none;
	border-top:solid 2px white;
	background-color:#D9D9D9;
}

.ApplicantTab .EducationBox {border:solid 0px white;}
.ApplicantTab #EducationDiv {padding:0px;}

.ApplicantTab .fieldset-title {margin-top:10px;margin-left:5px;font-weight:bold;}
.ApplicantTab .fieldset-title input {}
.ApplicantTab fieldset { border:solid 1px white; background-color:#F2F2F2; padding-left:20px; padding-top:10px; }

.applicant_form input, .applicant_form select {border:solid 0px white;}

.applicant_form input[type="submit"] 
{
	background-image:url(../img/scheme/nav-button.png);
	width:57px;
	border:none medium;
	padding-top:2px;
	padding-bottom:2px;
	height:100%;
	/*font-weight:bold;*/
	font-size:13px;
}
.buttons { background-color:#D9D9D9; height:30px; padding-left:10px;padding-right:10px;}
.ApplicantTab .BackgroundBtn { margin-left:0px; float:right; margin-top:-17px; }

.ApplicantTab .footer {margin-top:18px;float:right;}
.ApplicantTab .added-list {float:left;}
.ApplicantTab .added-list select, .ApplicantTab .added-list input {margin-right:4px;}
.ApplicantTab .added-list th.first {display:none;}

.ApplicantTab .mypage-table, .ApplicantTab .ResultGrid table td {background-color:White;}
.ApplicantTab .sendform { height:40px; width:100%; background-color:#D9D9D9; }
