  @charset utf-8;

.btnSubmit{
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	border:1px solid #337fed;
	display:inline-block;
	color:black;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:3px 15px;
	text-decoration:none;
	text-shadow:1px 1px 0px #1570cd;
}.btnSubmit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}.btnSubmit:active {
	position:relative;
	top:1px;
}


.table-list{border-collapse:collapse; border:0}
.table-list td{border:1px #eeeeee solid;padding:5px;}
.table-list th{background:url(/template/live/images/bg_tableth.gif) left top repeat-x;border:1px #eeeeee solid;padding:5px; font-weight:bold; text-align:center;word-break: break-word;}
.table-list .odd td{background:url(/template/live/images/bg_tableRow.gif) left 1px repeat-x}
.table-list td .normalText, .table-list td .select{ width:95% !important}
.joblist{border:1px solid #e5e5e5;margin-top:15px;/* background:#eaf5fb*/}
.job-list-table h2{ float:left; width:300px;}
.title-grid{background:#5c85d6;color:#0077B0;font-size:18px;padding:8px 10px}
.title-font{position:relative;top:1px;font-weight:bold;
			float:left;color:#0077B0; display:inline-block;height:38px; width:200px;font-size:16px;padding:8px 10px padding:2px 2px}
.title-font-archive{position:relative;top:1px;font-weight:bold;
			float:left;display:inline-block;height:38px; width:200px;font-size:16px;padding:8px 10px padding:2px 2px}
.title-option{height:45px; width:900px}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
}
.modal-header {
    background-color: #058fd0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
}
.modal-body {
    position: relative;
    padding: 15px;
    text-align: justify;
    text-justify: inter-word;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
}
.modal-title {
 text-align: center;
}
.pclass {
 font-family:arial;
	font-size:18px;
	font-weight:bold;
}

.pseudo::before {
content:'\2713';
    text-shadow: 1px 1px 1px black;
}
.startup-title {
 color:#00a2e8;
 text-align: center;
}
.startup-content {
 font-family:cambria;
 font-size:18px;
 text-align: justify;
 }
.startup-head{
 font-family:cambria;
 font-size:22px;
 text-align: justify;
 font-weight:bold;
}
.startup-link{
 font-family:cambria;
 font-size:22px;
 text-align: justify;
 font-weight:bold;
 color:#0077B0;
}
.start-up-table-list{border-collapse:collapse;background-color: #058fd0;}