/* SOS Job Search Application | Tops Technical Version Styles */
#js_index #table1 th {
	font-size: 14px;
	font-weight: bold;
	color: #737f8b;   /* not used */
	padding-bottom:10px;
	text-align:left;
}
#js_index #table1 td {
	font-weight:bold;
	padding: 3px 0px;
}
#js_index #input1 {
	width:205px;
}
select {
	width:280px;
}

#js_viewjob table {
	width: 98%;
	border:1px solid #000;
	margin: 0px auto 8px auto;
}

/* headings (jobtitle, 'description', etc) */
#js_viewjob table th {
	font-family: Verdana, Geneva, Arial, sans-serif;
	padding:5px;
	/*font-size:12pt;
	font-weight:bold;*/
	font-size: 14px;
	font-weight: normal;
	background-color: #D8B733;  	/*yellow*/
	color: #003366; 				/* et blue */
	border-bottom:1px solid #000;
	text-align:left;
}

/* main content area */
#js_viewjob table td {
	background-color: #DDD; /*#e2eaf4;*/
	padding: 2px 5px;
	font-size:10pt;
	color:#000;	
}
#js_viewjob #table1 td {
	text-align:center;
	border-bottom:2px solid #000;
	padding:5px;
}
#js_viewjob #table3 td ul {
	padding-left:20px;
}
#js_viewjob input {
	width:120px;
}

#js_search table {
	border:1px solid #000;
	margin-bottom:8px;
}
#js_search table th {
	background-color: #D8B733; /*#b5c2cd;*/
	border-bottom: 1px solid #000;
	padding:5px;
	color: #DDD; /*#e2eaf4;*/
	}
#js_search table td {
	padding: 2px 5px;
}
#js_search #table1 td {
	background-color:#DDD; /*#e2eaf4;*/
	padding:5px;
	font-weight:bold;
	color:#000;
}
#js_search #table2 td b {
	font-weight:normal;
	color:#8496ab;
}
.lineA {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	background-color:#EEE; /*#f7f9fc;*/
}
.lineB {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	background-color:#fff;
}
#js-error h1 {
	font-size: 12pt;
}

#js-error p {
	font-size: 10pt;
}
a.js_contentlink:link { font-size:10pt; color:navy; text-decoration:none; }
a.js_contentlink:active { font-size:10pt; color:navy; text-decoration:none; }
a.js_contentlink:visited { font-size:10pt; color:navy; text-decoration:none; }
a.js_contentlink:hover { font-size:10pt; color:navy; text-decoration:underline; }

a.js_adminlink:link { font-size:10pt; font-weight:bold; color:navy; text-decoration:none; }
a.js_adminlink:active { font-size:10pt; font-weight:bold; color:navy; text-decoration:none; }
a.js_adminlink:visited { font-size:10pt; font-weight:bold; color:navy; text-decoration:none; }
a.js_adminlink:hover { font-size:10pt; font-weight:bold; color:navy; text-decoration:underline; }
