


table.education {
	width:98%;
}

table.education td:nth-child(1) {
	text-align:center;
}

table.education td:nth-child(2) {
	text-align:left;
}

table.education td:nth-child(3) {
	text-align:left;
}

table.education td:nth-child(4) {
	text-align:center;
}


table.education, table.education tr{
	border:1px solid Gray;
	border-collapse:collapse;
	padding:5px;
}

table.education th{
	padding:5px;
	background-color:DarkSlateGray;
	color:White;
	border:1px solid Silver;
}

table.education td{
	padding:8px;
	line-height:130%;
	border:1px solid Gray;
}
table.education caption{
	padding:10px;
	color:DarkSlateGray;
}

table.education tr:nth-child(odd) {
	background-color:#e6e6e6;
}



table.education_apply {
	width:98%;
}

table.education_apply td{
	padding-top:6px;
	padding-bottom:6px;
	line-height:170%;
}

.edu_select {
	margin-top:10px;
	margin-bottom:10px;
}


button.apply_btn {
	background: #3498db;
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	background-image: -o-linear-gradient(top, #3498db, #2980b9);
	background-image: linear-gradient(to bottom, #3498db, #2980b9);
	-webkit-border-radius: 6;
	-moz-border-radius: 6;
	border-radius: 6px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	margin-top:5px;
	text-align:center;
	width:150px;
	font-size:1.0em;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
button.apply_btn:hover {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
}
button.apply_btn:disabled {
	text-decoration: none;
	color: #aaa;
	font-weight: bold;
	background: #3498db;
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	background-image: -o-linear-gradient(top, #3498db, #2980b9);
	background-image: linear-gradient(to bottom, #3498db, #2980b9);
}

.apply_btn { cursor:pointer }

.edu_input
{
	height:20px;
	font-size:90%;
	padding-left:5px;
	font-family:'Open Sans', 'Malgun Gothic', Verdana, Geneva, sans-serif;
}

.edu_input_text
{
	height:100px;
	width:500px;
	resize:vertical;
	font-size:90%;
	padding-left:5px;
	font-family:'Open Sans', 'Malgun Gothic', Verdana, Geneva, sans-serif;
}

.consult_input_text
{
	height:220px;
	width:570px;
	resize:vertical;
	font-size:90%;
	padding-left:5px;
	font-family:'Open Sans', 'Malgun Gothic', Verdana, Geneva, sans-serif;
}


.edu_apply_popup {
	position:relative;
	width:650px;
	height:410px;
	background-color:White;
	border-radius:7px;
	padding-left:30px;
	padding-right:30px;
}

.consult_apply_popup {
	position:relative;
	width:550px;
	height:310px;
	background-color:White;
	border-radius:7px;
	padding-left:30px;
	padding-right:30px;
}

#edu_apply_btn_center {
	text-align:center;
}

table.edu_inquiry, table.edu_inquiry tr{
	border:1px solid Gray;
	border-collapse:collapse;
	padding:5px;
}



table.haproxy {
	width:98%;
}

table.haproxy td:nth-child(1) {
	text-align:center;
}

table.haproxy td:nth-child(2) {
	text-align:center;
}

table.haproxy td:nth-child(3) {
	text-align:center;
}

table.haproxy td:nth-child(4) {
	text-align:center;
}

table.haproxy, table.haproxy tr{
	border:1px solid Gray;
	border-collapse:collapse;
	padding:5px;
}

table.haproxy th{
	padding:5px;
	background-color:DarkSlateGray;
	color:White;
	border:1px solid Silver;
}

table.haproxy td{
	padding:8px;
	line-height:130%;
	border:1px solid Gray;
}
table.haproxy caption{
	padding:10px;
	color:DarkSlateGray;
}

table.haproxy tr:nth-child(odd) {
	background-color:#e6e6e6;
}





table.fiber {
	width:98%;
}

table.fiber td:nth-child(1) {
	text-align:left;
}

table.fiber td:nth-child(2) {
	text-align:left;
}

table.fiber td:nth-child(3) {
	text-align:left;
}

table.fiber td:nth-child(4) {
	text-align:left;
}

table.fiber, table.fiber tr{
	border:1px solid Gray;
	border-collapse:collapse;
	padding:5px;
}

table.fiber th{
	padding:5px;
	background-color:DarkSlateGray;
	color:White;
	border:1px solid Silver;
}

table.fiber td{
	padding:8px;
	line-height:130%;
	border:1px solid Gray;
}
table.fiber caption{
	padding:10px;
	color:DarkSlateGray;
}

table.fiber tr:nth-child(odd) {
	background-color:#e6e6e6;
}





