* {
	font-family: Arial, Helvetica;
	font-size: 12px;
}

a {text-decoration: none;}
a:link, a:visited, a:active {color: #2555BB; font-weight: bold;}
a:hover {color: #D24D45; font-weight: bold;}

.badLink a {text-decoration: none;}
.badLink a:link, .badLink a:visited, .badLink a:active {font-weight: bold;}
.badLink a:hover {color: #D24D45; font-weight: bold;}

.footerlink {color: #FFFFFF; font-size:x-small;}
.border {border: #000000 1px solid;}
.borderleft {border-left: #000000 1px solid;}
.bordertop {border-top: #000000 1px solid;}
/*.borderright {border-right: #000000 1px solid;}*/
/*.borderbottom {border-bottom: #000000 1px solid;}*/

.padleft {padding-left: 10px;}

strong {
	font-family: Arial, Helvetica;
	color: #2555BB;
}

.header {
	font-size: large;
	font-weight: bold;
}

.bold {font-weight: bold;}
.lite {font-weight: normal;}

.small {font-size: x-small;}
.large {font-size: medium;}

.indent {padding-left: 10px;}
.justify {text-align: justify;}
.hangingindent {margin-left: 10px; text-indent: -10px;}

.input50 {width: 50px;}
.input75 {width: 75px;}
.input100 {width: 100px;}
.input150 {width: 150px;}
.input200 {width: 200px;}
.input350 {width: 350px;}

.error {color: #FF0000; font-weight: bold;}

.bgerror {
	border: #ff0000 2px solid;
	background-color: #ffc0cb
}

.highlight {
	border: #00CC00 2px solid;
	background-color: #ccffcc;
}

.day {background-color: white;}
.night {background-color: silver;}
.blue {
	background-color: #2555BB;
	color: #ffffff;
}

.paddingtb {
	padding-bottom: 5px;
	padding-top: 5px;
}

.invis {display: none;}

.linkborder {
	border: solid #2555BB 2px;
	padding: 2px;
}

div.button {
	width:158px;
	height:30px;
}
div.button a {
	color: #FFFFFF;
	width: 158px;
	height: 30px;
	display: block;
	padding-top: 6px;
	text-align: center;
	text-decoration: none;
	background-image: url(http://ebosacityguide.com/images/button_blue.gif);
	background-repeat: no-repeat;
}
div.button a:link, div.button a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(http://ebosacityguide.com/images/button_blue.gif);
	background-repeat: no-repeat;
}
div.button a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(http://ebosacityguide.com/images/button_red.gif);
	background-repeat: no-repeat;
}
.select-free
{
	position:absolute;
	z-index:102;
	overflow:hidden;
}

.select-free iframe
{
	display:none;/*sorry for IE5*/
	display:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px;/*must have for any big value*/
	filter:mask();/*must have*/
}
