﻿body
{
	background-image: url(images/daveparty.gif);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: scroll;
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
}
.style2
{
	color: #E5D490;
}
.style3
{
	color: #FFFFFF;
}
.style5
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.style8
{
	color: #FFFFFF;
	font-weight: bold;
}
.style11
{
	font-size: 14px;
}
.style12
{
	font-size: 12px;
}
.validatorCalloutHighlight
{
	background-color: #FDF8CC;
	color: #000;
}
.ajax__validatorcallout_error_message_cell
{
	color: #000;
	text-align: left;
}
.Label
{
	font-size:12px;
	font-weight:bold;
}
a.tooltip
{
    position: relative; /*this is the key*/
    z-index: 24;
    color: #E5D490;
    text-decoration: none;
    font-size:12px;
    font-weight:bold;
}
a.tooltip:hover
{
    z-index: 25;
}

a.tooltip span
{
    display: none;
}

a.tooltip:hover span
{
    /*the span will display just on :hover state*/
    display: block;
    position: absolute;
    top: 2em;
    right: 2em;
    min-width:12em;
    border: 1px solid #000;
    background-color: #3A3A3A;
    color: #fff;
    text-align: center;
    padding:5px;
    line-height:150%;
    filter: alpha(opacity=90);
    opacity: 0.90;
}
a.orange_link
{
    color: #CF7134;
    text-decoration: none; /* font-size: 1em; */
}