/*
body {
	color: black; background: white
}

td, center, span, p, div, li, input, select, textarea, blockquote, body {
	font-family: Sans, Verdana, Geneva, sans-serif;
}

.heading1 { font-size:150% }
.heading2 { font-size:125% }

A:link    { color: black }
A:visited { color: black }
A:hover   { color: blue; background: #EEEEEE }
*/

input, select, textarea {
	font-family: Sans, Verdana, Geneva, sans-serif;
	border-width:1;
	background-color:#EEEEFE;
	color: black;
	font-size:12px;
}

.si_listmode { font-size:12px }
.little { font-size:10px }
.error { color: red }

A:hover.navimg { text-decoration: none; background: none  }

A:link.noul    { text-decoration: none }
A:visited.noul { text-decoration: none }
A:hover.noul   { text-decoration: none }

input.si_radio {
	border: none;
}

input:focus, textarea:focus, select:focus {
	background : #DDDDFF;
	color : black;
}

.proceed { font-size:125%; background-color:#AAAAff }


th {
	background: #DDDDDD;  
}

tr.jone {  
	text-align: left;
	background: #EEEEFF;  
	cursor: pointer; 
	cursor: hand; 
}

tr.jtwo {  
	text-align: left;
	background: clear;  
	cursor: pointer; 
	cursor: hand; 
} 

tr.jover {
	text-align: left; 
	background: #CCCCFF;
	cursor: pointer; 
	cursor: hand;  
} 

tr.jout {  
	text-align: left;
	background: #ffffff;  
	cursor: pointer; 
	cursor: hand; 
} 

tr.jlatched { 
	text-align: left;
	background: #CCCCFF;
}

td.si_form_prompt {
}

td.si_form_input {
}

.si_form_sub {
	font-size:9.5px;
}

.si_form_post {
	font-size:9.5px;
}

.si_form_right {
	font-size:9.5px;
}

.white_bkg {
	background: #FFFFFF;
}

h3.si_heading {
	background:#EEEEEE;
	margin-top:5px;
	margin-bottom:0px;
	padding:2px 0 2px 0;
	font-size:12px;
}

div.si_option_button {
	margin:10px 0 10px 0;
	text-align:center;
	padding:10px 5px 10px 5px;
	background-color:#FFFFCC;
	border:solid #999999;
	border-width:0 2px 2px 0;
	font-size:11px;
}

div.rhs_button {
	font-size:12px;
	margin:5px 0 5px 0;
	text-align:center;
	padding:5px 5px 5px 5px;
	background-color:#FFFFCC;
	border:solid #999999;
	border-width:0 2px 2px 0;
}
