/************************* CSS Hacks *************************/

/* Clearing floats easily, for all browsers */
.clearfix:after { content: "."; visibility: hidden; height: 0;
          display: block;clear: both; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/***************** General Styles *********************/

html, body {
    border: 0; margin-top: 0px; padding: 0; margin-left: 0px; margin-right: 0px; margin-bottom: 0px;
}

html {
background: #fff url('/images/abg.gif') repeat-x;
}

body {
    font-family: Georgia, Times, serif;
    font-size: 16px; color: #000; text-align: center;
}

img { border: none;}

#header {
    background: url("/images/logo.gif") top center no-repeat;
    height: 136px;
}

#header h1 {
    display: none;
}
a, a:visited, a:link {
    color: #3BA9BF; /*#4CB1C6;*/
}

a:hover , a:active {
color: #53ADBF;
}
input {
    background: #88dfff;
    border: 1px solid #57c9f3;
    color: #fff;
    font-size: 1.8em;
    margin-right: 0.2em;
}

input:hover, input:active, input:focus {
    background: #AFEAFF;
}

#choice {
    font-size: 1em;
    margin-top: 20px;
    font-family: Georgia, Times, serif;
    font-size: 1.2em;
}

#content {
    margin-top: 10px;
}

#container {
	text-align: center;
	margin-left: auto;
	margin-right:auto;
	margin-top: 52px;
}

#footer {
	color: #fff;
	background: #88DFFF;
	font-size: 0.8em;
	text-align: center;
	clear: both;
	margin-top: 4.4%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 4px;
	border-top: 1px solid #57C9F3;
	/* FOOTER-> */position: absolute;  left: 0px; /* Needed for Safari *//* <-FOOTER */
}

#footer a, #footer a:hover, #footer a:active, #footer a:visited{
color: #fff;
text-decoration: none;
cursor: text;
}

#credits {
	font-size: 150%;
	/*font-weight: 400;*/
}

#ffext {
	margin-top: 4%;
}

#results {
    margin-top: 40px;
    font-size: 1.4em;
}

#results hr {
    border: none 0; 
	border-top: 3px double #DB2D81;
	width: 100%;
	height: 3px;
	margin-bottom: 24px;
	text-align: left;
	}

#nav {
position: absolute;
top: 4px;
right: 8px;
font: 16px Arial, Helvetica, sans-serif;
color: #fff;
}

input#ac_me {
font-size: 250%;
text-align:center;
width: 528px;
}

input#calendar {
text-align: center;
}

input.searchbutton {
background: none !important;
border: 0px !important;
margin: 0px 40px;
}

.over {
	background: #9FE6FF;
}

#options label {
	float: left;
	font-weight: bold;
	margin-left: 10px;
}

#options input,  #options #dnate {
	float: right;
	border: 1px solid #57c9f3;
    color: #fff;
    font-size: 1.8em;
    margin-right: 0.2em;
}

#options br {
	clear: both;
	margin-bottom: 40px;
}

#options-saveb {
	width: auto !important;
	border: 3px double #999999 !important;
	border-top-color: #CCCCCC !important;
	border-left-color: #CCCCCC !important;
	padding: 0.25em !important;
	background-color: #EEEEEE !important;
	background-image: url(http://www.libcache.com/macromedia/background_form_element.gif) !important;
	background-repeat: repeat-x !important;
	color: #333333 !important;
	font-size: 75% !important;
	font-weight: bold !important;
	font-family: Verdana, Helvetica, Arial, sans-serif !important;
	float: right !important;
	margin-left: 20px !important;
	margin-right: 20px !important;
}

#options #dnate {
	float: left !important;
	margin-left: 20px;
}

/* Modall */
html, body{margin: 0;}
#modallbg { display: none; position: absolute; background: #4295b2; opacity: 0.4; -moz-opacity: 0.4; -khtml-opacity: 0.4; filter: alpha(opacity=40); width: 100%; height: 100%; z-index: 20001;}
#modallbox { display: none; position: absolute; background: #3FCDFF; color: #fff; font-weight: bold; text-align: center; border: 1px solid #3FCDFF; top: 70px; z-index: 100; z-index: 20002;}
.modallx { font-size: 12px; color: #ddd; padding: 4px 0; border-top: 1px solid #3FCDFF; background: #A9E8FF; z-index: 20003;}

/*---------- bubble tooltip -----------*/
.tt{
    position:relative;
    /*z-index:24;*/
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
.tt span{ display: none; }
.tt:hover{ z-index:25; color: #aaaaff; /*background:;*/}
.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:16px; left:0;
	padding: 15px 0px;;
	width:200px;
	color: #123;
	font-size: 0.6em;
    text-align: left;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(/images/bubble.gif) no-repeat top;
}
.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(/images/bubble_filler.gif) repeat bottom; 
}
.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(/images/bubble.gif) no-repeat bottom;
}

a.tt:hover span.tooltip{
    position:absolute !important;
    top:0px !important;
    left:-38px !important;
    }
.tt:hover span.middle strong{
color: #000 !important;
font-size: 140% !important;
padding: 4px !important;
margin-bottom: 8px !important;
}