/*************
 * TAG LEVEL *
 *************/

body, td, div {
	font: normal 10pt Arial;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #0000ff;
}

a:hover {
	border-bottom: 1px dotted #00ff00;
}

.style24 {
	font-size: medium;
	font-weight: bold;
}

form {
	margin: 0px;
}

input {
	margin: 1px;
}


/***********
 * CLASSES *
 ***********/

a.info{
	position:relative; /*this is the key*/
	z-index:24;
	text-decoration:none;
	text-align: left;
}

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

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:15em;
	border:1px solid #0cf;
	background-color:#cff; 
	color:#000000;
	text-align: left;
}

a.quicklinks, a.quicklinks:visited, a.quicklinks:hover {
	color: #ffffff;
}

.div-head {
	border: 1px solid #000000;
	font-weight: bold;
	padding: 4px;
	text-align: center;
	background: #efefef;
}

.div-body {
	border: 1px solid #000000;
	border-top: 0px;
	padding: 4px;
	text-align: left;
}

.div-footer {
	border: 1px solid #000000;
	border-top: 0px;
	font-weight: bold;
	padding: 4px;
	text-align: center;
	background: #f6f6f6;
}

.error {
	border: 2px solid #ff0000;
	color: #ff0000;
	background: #efefef;
	padding: 15px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
}

.warning {
	border: 2px solid #ffff00;
	padding: 15px;
	background: #efefef;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
}

.message {
	border: 2px solid #00ff00;
	padding: 15px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
}

.table-grey {
	border: 1px solid #cccccc;
	border-collapse: collapse;
	padding: 3px;
}
.table-grey-head {
	border: 1px solid #cccccc;
	border-collapse: collapse;
	background-color: #eeeeee;
	padding: 3px;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
}

/************
 * MENU CSS *
 ************/

.div-sponsors, .div-gallery, .div-volunteers, .div-programs {
	position: absolute;
	visibility: hidden;
	border: 4px;
	border-top: 0px;
	border-style: outset;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	width: 170px;
}

.div-sponsors, .div-sponsors a {
	background-color: #FFE3C8;
	border-color: #ffcc66 #ffcc66 #ffcc66 #ffcc66;
	color: #ff9966;
}

.div-gallery, .div-gallery a {
	background-color: #F0D0FF;
	border-color: #ffcccc #ffcccc #ffcccc #ffcccc;
	color: #660099;
}

.div-volunteers, .div-volunteers a {
	background-color: #D0E8FF;
	border-color: #99ffff #000099 #99ffff #000099;
	color: #0066cc;
}

.div-programs, .div-programs a {
	background-color: #D6F1D6;
	border-color: #66cc99 #006666 #66cc99 #006666;
	color: #66cc66;
}

.div-sponsors a, .div-gallery a, .div-volunteers a, .div-programs a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-top: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}

.div-sponsors a:hover, .div-gallery a:hover, .div-volunteers a:hover, .div-programs a:hover { /*hover background color*/
	background-color: #000000;
	color: #ffffff;
}