/* !!! If you want the calendar working under Netscape 4.x, remember never to use any inline CSS(i.e. style="xxx") in the same page with the calendar tags!!! Use CSS classes instead, like the following !!! */

.toleft {text-align:left;}
.toright {text-align:right;}
.tablecontents{
	font : normal Arial Helvetica sans-serif;
	font-size : x-small;
}
.tablecontentscolored{
	font : normal Arial Helvetica sans-serif;
	font-size : x-small;
	background-color : #E6E6FA;
}
.tableheader{
	font : normal bold Arial Helvetica sans-serif;
	font-size : x-small;
	background-color : Silver;
}
.caption{
	background:;
	background-color : #FFEFD5;
	border : solid #8B0000;
	font-family : sans-serif;
	font : bold;
	margin : 20;
	text-align : center;
}
.optgroupformat{
	background-color : ThreedLightShadow;
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
}
.pageheader{
	font-family : serif;
	font-size : large;
	font-weight : bold;
}
TD.items{
	font-size : x-small;
	font-family : sans-serif;
}

TD.leftside {
	font-family : sans-serif;
}
#ref15 {
	background-color : #FFFFCC;
}
textarea {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#jobstable {
position: relative;
top: -4px;
left: -4px;
width: 100%;
border: 1px solid #000;
font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}
#jobstable th, #jobstable td {
	margin:0;
	padding: 8px 20px;
	font: Trebuchet MS;
	text-align: left;
	border-bottom: 1px solid #b5b5b5;
	font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}
#jobstable .heading {
 text-align: center;
}

#jobstable tr {
	background: #e6e6e6;
}
#jobstable th {
	color: #999;
}
#jobstable tr.alt {
	background: #f1f1f1;
}
#jobstable a {
	color: #006400;
	font-weight : bold;
}
#jobstable caption {
	margin:0;
	paddinig: 8px 20px;
	text-align: center;
	border:1px solid #000;
	border-bottom: none;
	background: #fff;
	font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}
.tablelist {
position: relative;
top: -4px;
left: -4px;
width: 100%;
border: 1px solid #000;
}
.tablelist  th {
	margin:0;
	padding: 8px 20px;
	color: navy;
	text-align: center;
	border-bottom: 1px solid #b5b5b5;
	font-family: trebuchet MS;
	font-weight: bold;
	font-size: 2;
	background-color : #FFFFCC;
}
.tablelist  td {
	margin:0;
	padding: 8px 20px;
	text-align: left;
	border-bottom: 1px solid #b5b5b5;
	font-family: trebuchet MS;
	font-size: larger;
	font-weight: normal;
	}
.tablelist .heading {
 text-align: center;
}

.tablelist tr {
	background: #e6e6e6;
}

}
.tablelist tr.alt {
	background: #f1f1f1;
}
.tablelist a {
	color: #006400;
	font-weight : bold;
}
.tablelist caption {
	margin:0;
	paddinig: 8px 20px;
	text-align: center;
	border:1px solid #000;
	border-bottom: none;
	background: #fff;
	font-family: trebuchet MS;
}
.shadow {
	background: #919191;
	margin-bottom : 15px;
}
.whitebkg {
	background-color : InactiveCaptionText;
}
.sanserif {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : lighter;
}
.partner {
	background-color : #FFCCCC;
}

.noborder  {
	border : none;
}