body { 
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #4F4F4F;
	margin: 0 0 0 0;
}

a
{
	color: darkred;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
}
a:hover
{
	color: #A20000;
	text-decoration: underline;
}

p {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
}

a.menu
{
	color: white;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
}
a.menu:hover
{
	color: #D6EBFF;
	text-decoration: none;
}

a.info{
    position:relative; /*this is the key*/
    z-index:15;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:15;}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:10em;
    border:1px solid #cccccc;
    background-color:#eeeeee; color:#000;
    text-align: center}

p.head {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: black;
	margin-top: 0;
	margin-bottom: 0;
}

p.title {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: black;
}


td {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	margin-top: 0px;
}

table.main	{
	border: 1px dotted #CCCCCC;
}

table.tbl_outline	{
	border: 1px solid #CCCCCC;
}

table.block	{
	border-top: 1px dotted #cccccc;
	border-left: 1px dotted #cccccc;
	border-right: 1px dotted #cccccc;
	border-bottom: 3px solid #cccccc;
}

#menu TD	{
	font-size:10px;
}

.button	{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #cccccc;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

TR.DialogTitle	{
	border-left: 1px solid #9BA3A8;
	border-right: 1px solid #9BA3A8;
}

TD.DialogTitle	{
	border-left: 1px solid #9BA3A8;
	border-right: 1px solid #9BA3A8;
	font-size: 12;
	font-weight: bold;
	background-color: #28669F;
	color: #ffffff;
}

TD.DialogBox	{
	border-left: 1px dotted #cccccc;
	border-right: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
}

TD.VertMenuTitle	{
	border-left: 1px solid #9BA3A8;
	border-right: 1px solid #9BA3A8;
	font-size: 12;
	font-weight: bold;
	background-color: #28669F;
	color: #ffffff;
}

#welcome TD.DialogBox	{
	border: 0px;
}

