.ovDiv 
{
	border: 1px solid #919B9C;
	opacity: 1;
	filter: alpha(opacity=100);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #FBFBFA;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url("popBG.png") !important;
	background-image:none;
	background-repeat: repeat;
	/*display:none;*/
}

.bodyClass 
{
	color: Black;
}

.ac_toomany  
{
	background-color:#F0F0F0;
	text-align: center;
	color:black;
}

.ac_menu
{
        border:1px solid navy;
        position:absolute;
        z-index: 500;
}
.ac_normal
{
	padding-left: 3px;
	background-color:#ffffff;
        cursor:pointer;
}
.ac_highlight
{
        padding-left: 3px;
        background-color:#3366cc;
	color:white;
        cursor:pointer;
}
.ac_normal .a
{
	padding-left: 3px;
        font-size:13px;
        color:black;
}
.ac_highlight .a
{
	padding-left: 3px;
	font-size:13px;
}
.ac_normal .d
{
	float:right;
        font-size:10px;
        color:green;
}
.ac_highlight .d
{
	float:right;
        font-size:10px;
}


.simpletab {
top: 1px;
 display: inline;
 float: left;
 margin: 1px 1px 1px 0px;
 padding: 5px 0px 0px 0px;
 border: 0;
 z-index: 1;
 font: 10px Tahoma;
 white-space: nowrap;
 text-align: center;
 width: 74px;
 height: 18px;
 letter-spacing: 0px;
 text-decoration: none;
 cursor: hand;
 cursor: pointer;
}

/*.simpletab-hover {
 background-image: url( "images/mytab.hover.png" );
top: 1px;
 display: inline;
 float: left;
 margin: 1px 1px 1px 0px;
 padding: 5px 0px 0px 0px;
 border: 0;
 z-index: 1;
 font: 10px Tahoma;
 white-space: nowrap;
 text-align: center;
 width: 74px;
 height: 18px;
 letter-spacing: 0px;
 text-decoration: none;
 cursor: hand;
 cursor: pointer;
}

.seltab
{
background-image: url( "images/mytab.active.png" );
top: 1px;
 display: inline;
 float: left;
 margin: 1px 1px 1px 0px;
 padding: 5px 0px 0px 0px;
 border: 0;
 z-index: 1;
 font: 10px Tahoma;
 white-space: nowrap;
 text-align: center;
 width: 74px;
 height: 18px;
 letter-spacing: 0px;
 text-decoration: none;
 cursor: hand;
 cursor: pointer;
}*/

.seltab_right {
 background-image: url( "images/tabright.png" );
 top: 1px;
 display: inline;
 float: left;
 margin: 1px 1px 1px 0px;
 padding: 5px 0px 0px 0px;
 border: 0;
 z-index: 1;
 font: 10px Tahoma;
 white-space: nowrap;
 text-align: center;
 width: 74px;
 height: 18px;
 letter-spacing: 0px;
 text-decoration: none;
 cursor: hand;
 cursor: pointer;
}

.bButtons {
width:150px;
height:18px;
text-align:center;
font-size:10px;
font-weight:bold;
padding-top:4px;
cursor: hand;
cursor: pointer;
}

