body {
	background:#000 url(/images/asphalt-strip.jpg) repeat-x;
	margin-top: 0;
}

#divFrame{
	background: #FFFFFF;
}

#divSiteDesign{
	background: #54A8F8;
	color: #FFF;
	text-align:right;
}

#divTopBar{
	background:#1C8DDE;
	color: #FFFFFF;
	font-size: 35pt;
	font-style:italic;
	height: 100px;
}

#divNav{
	background:#FFF url(/images/blue_grad.jpg) repeat-x;
	border-bottom:1px SOLID #1C8DDE;
	height:125px;
	margin: 0 0 0 -10px;
	width: 756px;
/*	padding-left: 10px;*/
}

#divLHContainer{
	background: #0078CB;
	color: #fff;
	font-size: 7.5pt;
	font-weight: bold;
}

#divLogin{
	background:url(/images/lh_div_grad.jpg) repeat-x;
	border: 1px SOLID #FFF;
	font-style:italic;
	margin:10px 5px 10px 5px;
	padding: 5px;
}

#divRegister{
	background:url(/images/lh_div_grad.jpg) repeat-x;
	border: 1px SOLID #FFF;
	font-style:italic;
	margin:0 5px 10px 5px;
	padding: 5px;
}

#divLatestEvents{
	background:url(/images/lh_div_grad.jpg) repeat-x;
	border: 1px SOLID #FFF;
	margin:0 5px 10px 5px;
	min-height: 50px;
	padding: 5px;	
}

#divSponsors{
	background:url(/images/lh_div_grad.jpg) repeat-x;
	border: 1px SOLID #FFF;
	font-style:italic;
	margin:0 5px 10px 5px;
	padding: 5px;
}

#divNewsMenu{
	height: 550px;
	overflow:scroll;
}

#divContent{
	background: #FFF;
	min-height: 460px;
}

#divSpacer{
	background: #F00;
}

#divBottomBar{
	height: 70px;
}

.pageEvent{
	border-bottom:1px DOTTED #FFF;
/*	font-weight: normal;*/
}

.lastpageEvent{
/*	font-weight: normal;*/
}

a:link{ color: #0000FF; font-weight: normal; text-decoration: none; }
a:visited { color: #0000FF; font-weight: normal; text-decoration: none; }
a:hover { color: #990000; text-decoration: underline; }
a:active{ color: #999999; }

a.sitedesign:link{ color: #000; font-weight: normal; text-decoration: none; }
a.sitedesign:visited { color: #000; font-weight: normal; text-decoration: none; }
a.sitedesign:hover { color: #FFF; text-decoration: underline; }
a.sitedesign:active{ color: #000; }

.UserForm input{
	font-size:8pt;
	height: 1.3em;
	width: 65px;
}

.UserForm textarea{
	font-family: sans-serif;
	font-size:8pt;
	height: 1em;
	width: 66px;
}

.UserForm select{
	font-size:8pt;
}

.UserForm a{
	background:#0078CB;
	border: 1px SOLID #FFF;
	color: #FFF;
	display: block;
	padding:2px;
	width:120px;
}
.UserForm a:visited{
	background:#0078CB;
	border: 1px SOLID #FFF;
	color: #FFF;
}

.UserForm a:hover{
	text-decoration: none;
	background: #ddd;
	color: #000;
}
.UserForm a:active{
	text-decoration: none;
	background: #ddd;
	color: #000;
}

.UserForm ul{
  list-style-type: none;
}

.UserForm ul li{
  margin: 0 0 5px 0;
}
table td{
	vertical-align:top;
}

.loading{
	background:url(/images/ajax-loader.gif) no-repeat fixed 50% 50%;
}

a.tooltip{
	border-bottom:1px dashed #666;
	color: #666;
    position:relative; /*this is the key*/
    text-decoration:none;
    z-index:24;
}

a.tooltip:hover{
	background-color:#F3DA91;
	z-index:25;
}

a.tooltip span{
	display: none;
}

a.tooltip:hover span{
	background:rgb(220, 220, 220); /* so that stupid IE will have a failsafe fallback since it can't do transparency */
	background:rgba(220, 220, 220, 0.95);
	border:1px dashed #666;
	color:#000;
	display:block;
	padding: 5px;
	position:absolute;
	text-align: justify;
	top:2em;
	width:300px;
}

