a {
	color:#80a0f0;
	background-color:#FFFFFF;
	text-decoration:none;
}

.highlight {
	color:  #5500FF;
}

.popup {
     background:  #BBD9EE;
     font-size:100%;
     padding: 0px 0px 0px 0px;
     border: 1px solid #036;
     text-align:left;
     line-height:1.5em;
}

.popup_text {
        margin: 0px 5px 5px 5px;
}


div#navigation {
 height: 30px;
 width: 100%;
/* border-top: solid #000 1px;*/
/* border-bottom: solid #000 1px;*/
 background-color: #BBD9EE;
}
div#navigation ul {
 margin: 0px;
 padding: 0px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: small;
 color: #FFF;
 line-height: 30px;
 white-space: nowrap;
}
div#navigation li {
 list-style-type: none;
 display: inline;
}
div#navigation li a {
 text-decoration: none;
 padding: 7px 10px;
 color: #FFF;
}
div#navigation lia:link {
 color: #FFF:
}
div#navigation lia:visited {
 color: #CCC;
}
div#navigation lia:hover {
 font-weight: bold;
 color: #FFF;
 background-color: #BBD9EE;
}

table.sample {
	border-width: 1px 0px 0px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: blue blue blue blue;
	border-color: white white white white;
	border-collapse: separate;
	background-color: rgb(250, 240, 230);
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	/*border-color: black black black black;*/
	/*background-color: rgb(255, 240, 230);*/
	background-color: rgb(200,135,120);
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample tr td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: rgb(255, 245, 238);
	-moz-border-radius: 0px 0px 0px 0px;
}
/* like above, but slightly lighter, for alternating rows */
table.sample tr.even td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: none none none none;
	border-color: gray gray gray gray;

	/*background-color: rgb(255, 250, 242);*/
	background-color: rgb(245, 235, 228);
	/*background-color: rgb(255, 255, 255);*/
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample tr.odd td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: #fcfeff;
	-moz-border-radius: 0px 0px 0px 0px;
}





mainsearchfield { border: 2px solid #000000; border-style: solid; background-color: #FFFFFF; font-size: 18px; color: #000000; wi
dth: 400px; text-align: left; }

