body {
 background-color:#E2D3B3;
 font-family: Arial;
 font-weight: normal;
 text-decoration: none;
 font-size:11px;

	background-image:url('/bg_transparency.jpg');
	background-repeat: no-repeat;
	background-position: -100px -100px;
}

.group_title{
 font-family: Arial;
 font-weight: bold;
 text-decoration: none;
 font-size:11px;
}
.search {opacity:0.0; color: #000000;}

A:link {text-decoration:none; }
A:visited {text-decoration:none; }
A:active {text-decoration: underline; }
A:hover {text-decoration: underline; }

A.search_disabled_even:active {text-decoration:none; }
A.search_disabled_even:hover {text-decoration:none; }
A.search_disabled_odd:active {text-decoration:none; }
A.search_disabled_odd:hover {text-decoration:none; }

A.moreinfo_link:link {color: #990000; text-decoration:underline; }
A.moreinfo_link:visited {color: #990000; text-decoration:underline; }

/*.search_table { border-style:dashed; border-width:1px; }*/
.search_table { border-width:0px;}
.bounding_table { border-width:0px; padding:0px;}

.select_table_header {
 text-align: left;
 color: #000000;
 font-family:Arial;
 font-size: 14px;
 font-weight: bold;
 padding-bottom: 10px;
 margin-bottom: 0px;
}

.select_table_body{
border-left: 1px dotted #000000;
padding-left: 10px;
}

/*background-color:#F2E3C3;*/
.search_disabled_even {color: #808080; }
.search_disabled_odd {color: #808080; }
.search_possible_even {color: #000000; }
.search_possible_odd {color: #000000; }
.search_potential_even {color: #202020; }
.search_potential_odd {color: #202020; }
.search_selected_even {background-color:#990000; color: #FFFFFF; }
.search_selected_odd {background-color:#990000; color: #FFFFFF; }

.search_background
{
z-index: -1;
position:fixed;
left:-100px;
top:-100px;
}

.buttonsandsearchresult
{
  padding-left: 200px;
  padding-top: 20px;
}

.h3_like {
 color: #990000;
 padding-top: 25px;
 padding-bottom: 20px;
 margin-top: 0px;
 margin-bottom: 0px;
 font-family:Arial;
 font-size: 20px;
 vertical-align: text-bottom;
}

.wait_window
{
z-index: 5;
position:absolute;
left:30%;
top:30%;
background-color:#F2E8D4;
font-weight: bold;
font-size:15px;
border-style: solid;
border-width: 1px;
border-color: #000000;
text-align:center;
color: #990000;
width: 40%;
visibility:visible;
}

.moreinfo_window
{
z-index: 4;
position:absolute;
left:100px;
top:100px;
background-color:#F2E8D4;
font-weight: bold;
font-size:11px;
text-align:center;
color: #990000;
border-style: solid;
border-width: 1px;
border-color: #000000;
visibility:hidden;
}

.liners_window
{
z-index: 3;
position:absolute;
left:100px;
top:90px;
width:600px;
max-height:500px;
background-color:#F2E8D4;
font-size:11px;
color: #000000;
border-style: solid;
border-width: 1px;
border-color: #000000;
visibility:hidden;
overflow-y:scroll;
}


