
.multiselect { width: 200px; }
.selectBox { position: relative; }
.selectBox select { width: 100%; font-weight: bold; 
 background:			#FFFF99;
 color:				#000000;
 font-weight:		none;
/* font-size: 			8pt;*/
 text-transform:		uppercase;
}
.overSelect { position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
#checkboxes { display: none; border: 1px #dadada solid; 
 background:			#FFFF99;
 color:				#000000;
 font-weight:		none;
/* font-size: 			8pt;*/
 text-transform:		uppercase;
}
#checkboxes label { display: block; }
#checkboxes label:hover { background-color: #1e90ff; }
 




.submit {
	width: 				5em;
}
.field {
  	background:			#FFFF99;
  	color:				#000000;
  	font-weight:		none;
	font-size: 			8pt;
	text-transform:		uppercase;
}
.field1 {
  	background:			#FFFF99;
  	color:				#000000;
  	font-weight:		none;
	font-size: 			10pt;
	text-transform:		uppercase;
}
.field2 {
  	background:			#FFFF99;
  	color:				#000000;
  	font-weight:		none;
	font-size: 			20pt;
	text-transform:		uppercase;
}

.tbl { 
    width:					95%;
	font-size :			10pt;
  	background:			lightgray;
	-webkit-border-radius:	20px;
	-moz-border-radius:		20px;
	-khtml-border-radius: 	20px;
	border-radius:			20px;
}
.tbl1 { 
    width:					95%;
	font-size :			10pt;
  	background:			lightgray;
	-webkit-border-radius:	20px;
	-moz-border-radius:		20px;
	-khtml-border-radius: 	20px;
	border-radius:			20px;
}

.labels { 
	font-size :			24pt;
	font-weight:		bold;
	color:				black; 
	text-transform:		uppercase;
}
.labels1 { 
	font-size :			10pt;
	font-weight:		bold;
	color:				black; 
	text-transform:		uppercase;
}
.labels2 { 
	font-size :			18pt;
	font-weight:		bold;
	color:				black; 
	text-transform:		uppercase;
}

.bigrb {
  width: 30px; height: 30px;
}

#cntnt2 {
	top: 0;
	left: 0;
	color: #000000;
	padding: 3px;
	margin-left: 199px;
	text-align:top;
	background-color: #FFFFFF;
	z-index: 3;
	-webkit-border-radius:	20px;
	-moz-border-radius:		20px;
	-khtml-border-radius: 	20px;
	border-radius:			20px;
}

/* Sortable tables 
table.sortable {
}  
table.sortable th {
	background: 		#ccc;
	color: 				white;
}
a.sortheader {
	color: 				White;
	font-size: 			9pt;
	text-decoration: 	none;
}
*/
/*
a.sortheader:link {
	color: White;
}
a.sortheader:visited {
	color: White;
}
a.sortheader:active {
	color: White;
}
a.sortheader:hover {
	color: White;
	text-decoration: underline;
}
table #unique_id .sortable a.sortheader {
	color: white;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: left;
}
table #unique_id .sortable tr th a.sortheader {
	color: white;
}
table #unique_id .sortable span.sortarrow {
	color: black;
	text-decoration: none;
}
table #unique_id sortable a:link {
	color: #000000;
	font-size: 9pt;
	text-decoration: none;
	display: block;
}
table #unique_id .sortable a:visited {
	color: white;
	font-size: 9pt;
	text-decoration: none;
	display: block;
}
.sortable th a:link {
	color: White;
	font-size: 9pt;
	text-decoration: none;
}
.sortable th a:visited {
	color: White;
	font-size: 9pt;
	text-decoration: none;
}
.sortable th a:active {
	color: White;
	font-size: 9pt;
	text-decoration: none;
}
.sortable th a:hover {
	color: White;
	font-size: 9pt;
	text-decoration: underline;
}
*/
/*end sortable tables */

h1 {
	background: 		#003 url(images/sml_tab.png) no-repeat 0 0;
	color: 				White;
	font-family: 		tahoma, arial, helvetica, sans-serif;
	font-size: 			20pt;
	font-variant: 		small-caps;
	text-align: 		left;
	margin-bottom: 		2px;
	margin-top: 		2px;
	padding-top: 		1px;
	padding-bottom: 	5px;
	height: 			25px;
}
h2 {
	background: 		White;
	color: 				#003;
	font-family: 		tahoma, arial, helvetica, sans-serif;
	font-size: 			20pt;
	font-variant: 		small-caps;
	text-align: 		center;
	margin-bottom: 		2px;
	margin-top: 		2px;
	padding-top: 		1px;
	padding-bottom: 	5px;
	height: 			25px;
}
.main {
	text-align: 		left;
}  
.mainLink {
	background: 		#003 url(images/sml_tab.png) no-repeat 0 0;
	color: 				White;
	font-family: 		tahoma, arial, helvetica, sans-serif;
	font-size: 			8pt;
	font-variant: 		small-caps;
	text-align: 		left;
	margin-bottom: 		0px;
	margin-top: 		0px;
	padding-top: 		1px;
	padding-bottom: 	1px;
	height: 			11px;
}
.sublinks1 {
	text-align: 		left;
	background-color: 	white;
	font-size: 			8pt;
	font-variant: 		small-caps;
	text-align: 		left;
  	font-weight:		bold;
  	border-style:		solid;
  	border-color:		#003
  	border-width:		1;
}  