/* Island Quest CSS Style Sheet */

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #323D4F;
	background-color: #383B80;
	margin: 20px;
}

table {
	font-size: 12px;
	line-height: 1.4;
}

a:link, a:visited
{
	color: #982325;
	text-decoration: none;
}

a:hover, a:active
{
	color: #B84D51;
	text-decoration: none;
}

.portal_top a:link, .portal_top a:visited {
	color: #FFFFFF;
}

.portal_top a:hover, .portal_top a:active {
	color: #e3e3e3;
}

.sub_header {
	/*font-size: 1.5em;*/
	font-size: 19px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	/*line-height: 120%;*/
}

.info {
	color: #000000;
	/*font-size: 0.7em;*/
	font-size: 10px;
}

.content_body {
	/*font-size: 0.8em;
	line-height: 1.3em;*/
	font-size: 12px;
	line-height: 1.4;
	/*font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;*/
}

.imgcell img, .imgcell a {
	display: block;
}

img {
 border: 1px #000000 solid;
}

.no_border_img {
	border: 0px;
}

.portal_overall {
	cell-spacing: 0px;
}

.portal_top {
	background-color: #1E204D;
	border: 1px #1E204D solid;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
}

.pic_left
{
	display: inline;
	float: left;

	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 12px;
}

.portal_content {
	border: 1px #1E204D solid;
	background-color: #e9f6ff;
	font-size: 9px;
	padding: 5px;
}

.fact_boxes {
	border: 1px #c3dcea solid;
	background-color: #e9f6ff;
	padding: 5px;
}

.ride_info {
	border: 1px #c3dcea solid;
	background-color: #e9f6ff;
	padding: 5px;
}

.calendar_head {
	background-color: #e9f6ff;
	font-weight: bold;
	vertical-align:top
	width: 48px;
}

.calendar_blank {
	background-color: #ffffff;
	width: 48px;
}

.closed {
	background-color: #e9f6ff;
	width: 48px;
}

.market_only {
	background-color: #f4b7b7;
	width: 48px;
}

.offpeak {
	background-color: #f7f56e;
	width: 48px;
}

.peak {
	background-color: #a2fc8a;
	width: 48px;
}

.overall {
	width: 683px;
}
.header {
	width: 661px;
	height: 62px;
	background-image: url('/templates/simple/images/blue/header.gif');
	vertical-align: top;
}
.headerd {
	margin-top:11px;
	width: 92.9%;
	text-align:right;
	color:#ffffff;
	font-size: 9px;
}
.footer {
	font-size: 9px;
	color: #ffffff;
	background-image: url('/templates/simple/images/blue/footer.gif');
	text-align: center;
	padding-top: 11px;
	padding-bottom: 12px;	
}
.footer a:link, .footer a:visited {
	color: #FFFFFF;
}
.footer a:hover, .footer a:active {
	color: #e3e3e3;
	text-decoration:underline;
}
.side_left {
	width: 7px;
	background: #1E204D url('/templates/simple/images/blue/corner_bottom_left.gif') no-repeat bottom;
}
.content {
	background: #FFFFFF url('/templates/simple/images/blue/buttons_shadow.gif') no-repeat;
	padding: 12px;
}
.side_right {
	width: 7px;
	background: #1E204D url('/templates/simple/images/blue/corner_bottom_right.gif') no-repeat bottom;
}


