/*************************** General Style ***************************/
body {
	font-family: "Times New Roman";
}

form {
	margin: 0px 0px 0px 0px;
}

.message {
	color: black;
	font-weight: bold;
	text-align: center;
	padding-top: 3pt;
	padding-bottom: 3pt;
	font-size: 14pt;
	width: 100%;
}

div.menu_bar {
	width: 95%;
	color: black;
	background-color: white;
	border: 1px solid #909078;
	text-align: right;
	padding: 2pt 5pt 2pt 5pt;
	font-size: 12pt;
}

tr.list_color1 {
	color: black;
	background-color: white;
}

tr.list_color1  td {
	padding: 2px 5px 2px 3px;
}

tr.list_color2 {
	color: black;
	background-color: #eeeeee;
}

tr.list_color2  td {
	padding: 2px 5px 2px 3px;
}

div.hr {
	height: 0px;
	font-size: 1px;
	margin: 2px 0pt 2px 0pt;
	border-bottom: 1px solid #909078;
}

table.box, div.box {
	width: 100%;
	color: black;
	background-color: white;
	text-align: left;
	font-family: "Times New Roman";
	font-size: 12pt;
}

tr.box_top  td {
	color: white;
	background-color: #909078;
	font-weight: bold;
	padding: 2px 5px 2px 3px;
}

tr.box_top  td  a:link, tr.box_top  td  a:visited, tr.box_top  td  a:active {
	color: white;
	text-decoration: underline;
	font-weight: normal;
}

tr.box_top  td  a:hover {
	color: #dddddd;
}

tr.box_top2  td {
	color: black;
	background-color: #afc6db;
	font-weight: bold;
	padding: 2px 5px 2px 3px;
}

tr.box_top2  td  a:link, tr.box_top2  td  a:visited, tr.box_top2  td  a:active {
	color: black;
	text-decoration: underline;
}

tr.box_contents  td {
	padding: 2pt 3pt 2pt 3pt;
}

tr.hr  td {
	padding: 0pt 0pt 4pt 0pt;
}

table.form {
	text-align: left;
	font-weight: bold;
	font-size: 12pt;
}

table.form  blockquote {
	font-weight: normal;
	margin: 2pt 0pt 2pt 15pt;
}

table.form  .note {
	font-weight: normal;
}

table.form  select  {
	margin-top: 2px;
}

table.form  .sect_head {
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
}

table.form  .readonly {
	background: #DDDDDD;
}

div.box_notes {
	font-size: 10pt;
	text-align: right;
	padding-top: 2pt;
}

div.pagination {
	padding: 10pt 0pt 10pt 0pt;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

div.pagination  a {
	padding-left: 2pt;
	padding-right: 2pt;
}

img.border {
	border: 1px solid #6090B0;
}
img.noborder {
	border: 0px;
}
/*********************************************************************/
#content  a:link, #content  a:visited, #content  a:active {
	color: black;
	text-decoration: underline;
}
#content  a:hover {
	color: gray;
}

#job_listings  .title {
	font-weight: bold;
}
#job_listings  .dates {
	font-size: 10pt;
}

#job {
	text-align: left;
	font-size: 12pt;
	font-family: "Times New Roman";
}
#job  .title {
	font-weight: bold;
	border-bottom: 1px solid black;
}
#job  .dates {
	font-size: 10pt;
}
#job  .html {
	padding-top: 10pt;
	padding-bottom: 20pt;
}
#job  .return {
	text-align: center;
}

#function_list {
	font-size: 12pt;
}
#function_list  .cat {
	font-weight: bold;
	padding-bottom: 10pt;
}
#function_list  .func {
	font-weight: normal;
	padding: 2pt 0pt 2pt 10pt;
}
