@charset "utf-8";
/* CSS Document */

#admisssion_form {
	margin: 10px 10px 10px 10px;
	padding: 15px 15px 15px 15px;
	background: #300;
	height: auto;
	float: none;
}
#admisssion_form.p {
	font: 10px, Georgia, "Times New Roman", Times, serif;
}
.container h1 {
	margin: 20px 0;
	font: #333, 28px, Verdana, Geneva, sans-serif;
}
.container {
	width: 810px;
	margin: 10px auto 10px auto;
	float:none;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 18px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #999;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 10px;
	font-size: 1.2em;
}
.tab_content label {
	border: none;
	float: left;
	background-color: transparent;
	margin: 0;
	padding: 0px 5px 2px 0px;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0 2px 0;
	border-bottom: 1px dashed #CCC;
	text-align: left;
	margin: 8px 0 0 0;
}
.tab_content h3 a {
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}
.content {
	margin: 0 0 10px 0;
	padding: 5px 0px 0 0;
	width: 790px;
	background-color: #FFF;
}
.left {
	width:155px;
	float:left;
	padding: 7px 7px 0px 7px;
	min-height:16px;
}
.left_compulsory {
	width:155px;
	float:left;
	padding: 7px 7px 0px 7px;
	min-height: 16px;
	/*background: url(../images/required-field-icon.png) no-repeat right;*/
	background: url(../images/required-icon.png) no-repeat right;
	background-size: 9px;
}
.leftr {
	float:left;
}
.rightr {
	float: right;
	border-left: 1px dashed #CCC;
}
.right {
	width: 200px;
	float: left;
	padding: 2px 2px 2px 10px;
	min-height: 16px;
}
.clear {
	float:none;
	clear:both;
	height:0px;
}
.row {
	width: 390px;
	background-color:none;
	display:block;
	min-height:16px;
	margin: 2px 0 2px 0;
}
.row_error {
	width: 380px;
	background-color: #EC8CAE;
	display:block;
	min-height:16px;
	margin: 2px 0 2px 0;
}
.error_table {
	background-color: #EC8CAE;
}
.no_error_table {
	background-color: transparent;
}
.text {
	width:195px;
}
.radiob {
	border: none;
}
.selectb {
	width: 200px;
	margin: 0 0 0 5px;
}
.ruler {
	width:400px;
	border-bottom:dashed 1px #dcdcdc;
}
tr:focus {
	background-color:#fcfcf0;
}
td {
	vertical-align:top;
}
.over {
	background-color:#D2D2D0;/*	background-color:#f0f0f0;*/
}
.text_error {
	width:190px;
	background-color:#F00;
}
.out {
	background-color:none;
}
#popup_container.style_1 {
	font-family: Georgia, serif;
	color: #A4C6E2;
	background: #005294;
	border-color: #113F66;
}

#popup_container.style_1 #popup_title {
	color: #FFF;
	font-weight: normal;
	text-align: left;
	background: #76A5CC;
	border: solid 1px #005294;
	padding-left: 1em;
}

#popup_container.style_1 #popup_content {
	background: none;
}

#popup_container.style_1 #popup_message {
	padding-left: 0em;
}

#popup_container.style_1 INPUT[type='button'] {
	border: outset 2px #76A5CC;
	color: #A4C6E2;
	background: #3778AE;
}