﻿.textregular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}
.hotboxheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0A52A3;
}
.hotbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #323232;
}
.search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EBDD8E;
	background-color: #4C2218;
	border: 1px solid #5C89BB;
	
	top: 0px;
	text-indent: 4pt;



}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EBDD8E;
}
.siteby {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A4A087;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.4;

}
#hotboxplace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #323232;
	width: 150px;

	z-index: 1;
	float: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C0C0C0;
	margin-left: 10px;
	padding-left: 10px;
	font-size: 85%;}
	
	
.submitcontrol {
	background-color: #EDEBE1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #2e66a6;
}

a.info2{
    position:relative; /*this is the key*/
    z-index:24; 
    color:#FF0000;
	font-size:13px;
	padding-top: -8px;
	padding-bottom: -8px;
    text-decoration:none}
	
	
a.info2:visited{
    position:relative; /*this is the key*/
    z-index:24; 
    color:#0000FF;
    text-decoration:none}
	
	
a.info2:hover{z-index:25; background-color:#ff0;color:#496491;}

a.info2 span{display: none}

a.info2:hover span{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:-100px;
	left:240px;
	width:35em;
	background-color: #EEEEEE;
	border-right-width: 3px;
	border-right-style: ridge;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-style: ridge;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	text-align: left;
	font-size: 12px;
	color: #333333;
	padding: 10px;
	z-index:2000;
	visibility: visible;	
}
