/********** General Selectors ***********/
body {
    margin-top:0px;
	background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #006;
}

a:hover {
   text-decoration: underline overline;
   color: #669;
}

h1 {
    margin-top:5px;
    margin-bottom:-10px;
}

/***** Changed these from div.index *****/
dl {
	border:1px solid #999;
	border-bottom:none;
	background:#eef;
	line-height:25px;
margin:0px;
}

dl:hover {
    background-color:white !important;
}
/****** /Changed these from div.index *****/


dt {
	float:left;
	font-size: 13px;
	color: #933;
	font-family: Courier, Monaco, monospace;
	width:105px;
	text-align:right;
	display:inline;
}

dd {
	/* width:75%;*/
	border:0px solid #f00;
	text-align:left;
	margin-left:0px;
	display:inline;
}

li {
	list-style-type:none;
	margin:0px;
	padding:3px;
	display:inline;
}

ul {
	margin:0px;
}

div#infobar {
	padding-top:5px;
}

/********* Index Grid Selectors***********/

/******* Change this from dl *****/
div.index {
	background:#ddd;
	padding:10px;
    margin-top:-15px;
    width:expression(document.body.clientWidth >= (800/12) * parseInt(document.body.currentStyle.fontSize)? "45em": "auto");
    min-width:700px;
    max-width:800px;
}


ul.depreciated * {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    background-color:white;
	padding:0px;
	margin:0px;
    color: #f99;
	clear:both;
	display:inline;
}

.last {
	border-bottom:1px solid #999;
}

.top {
    font-size: 8px;
    font-weight: bold;
    text-decoration: none;
    color: #f99;
}

.special {
    font-weight:bold;
}



/*********** Header Section Selectors *************/
.toptitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px; font-weight: bold;
    text-decoration: none;
    color: #669;
}

.formtime {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  8pt;
    border:0 solid;
    background-color: #fff;
    color: #336;
}

.weather {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #006;
    background-color: #fff;
    border:none;
}


.checkbx {
    margin-top:20px;
	float:right;
    font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #006;
	font-family: Verdana, Arial, sans-serif;
}

.at {
    display: none;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #633;
	font-family: Arial, Helvetica, sans-serif;
}




/********** lower section styles *************/

.subform {
    border-bottom:1px solid #777;
}

.subform h2 {
    margin-top:25px;
    margin-bottom:10px;
}


.subform input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    border:1px solid;
    background-color: #f1f1f1;
}

.subform select{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    border:1px solid;
    background-color: #eef;
}

.formbutton {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    border:1px solid;
    background-color: #ccc !important;
}

.maptxt {
	font-size:  9px;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.btmtxt {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.subform hr {
    display: none;
}

.sf_form {
    display: block;
}

.tiny {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: #f99;
}

.list_tiny {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}