/*
 *
 * File		: styles.css
 * Purpose	: CSS file for various classes
 * Created	: 01/05/07
 * Author	: Brian Ashe
 * Company	: Dee-Web Software Services, LLC.
 * Copyright 2007 Dee-Web Software Services, LLC.
 *
 */

/* Misc styles */
.stdImg {
	margin: 10px;
}

.title {
	color: #2B6686;
	font-weight: bold;
	font-size: 170%;
}

.copy {
	font-size: 60%;
}

.tagline {
	font-weight: bold;
	font-size: 170%;
	font-style: italic;
}

.desc {
	color: white;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	background-color: transparent;
	border: solid 1px #FF0
}
.error {
	color: #FF0000;
	font-weight: bold;
}
.extra {
	color: #E9B620;
	font-weight: bold;
}
.faint {
	color: #FFCC33;
}
.fpImg {
	vertical-align: middle;
}
.normal {
	font-weight: normal;
}
.paleText {
	color: #333333;
}
.smText {
	padding: 5px;
	text-align: left;
	font-size: 8pt;
}
.stdimg {
	padding: 3px 8px;
	border: none;
}
.subCenter {
	text-align: center;
	height: 40px;
}

#featTitle {
	font-weight: bold;
	font-size: 10pt;
}
#pageTitle {
	padding: 5px 0 0 0;
	margin: 15px 0 0 0;
	line-height: 110%;
	font-weight: bold;
	font-size: 170%;
	font-style: italic;
}
#subTitle {
	width: 94%;
	margin: auto;
	padding: 2px 5px;
	font-weight: bold;
	font-size: 110%;
	color: #000000;
	background-color: #B9B09D;
}

/* secondary Contact Form */
.formblock {
	color: #D9A610;
	font-style: italic;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
	background-color: #EEEEEE;
}
.formmain {
	color: #EEEEEE;
	font-style: italic;
	font-weight: bold;
	font-size: 15pt;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
	background-color: #D9A610;
}

/* Paper Page */
.paperBlock {
	width: 95%;
	padding-left: 10px;
}
.paperIcon {
	width: 20%;
	height: 120px;
	float: left;
	text-align: center;
	top: 0px;
}
.paperTitle {
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.paperBody {
	width: 80%;
	float: right;
	text-align: justify;
}
.paperLocation {
	font-style: italic;
}
/* paper Front Page */
.paperBlockFP {
	margin: 0px;
	padding: 0px;
/*	width: 95%;
	padding-left: 10px;*/
}
.paperIconFP {
        margin: 0px;
        padding: 0px;
	width: 30%;
	height: 100px;
	float: left;
	text-align: center;
	top: 0px;
}
.paperBodyFP {
        margin: 0px;
        padding: 0px;
	width: 68%;
	float: right;
	text-align: left;
	font-size: 8pt;
}

/* Contact Page */
.contactHead {
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
	background-color: #E9B620;
}
.contactSub {
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
}
.contactModel {
	font-size: 7pt;
	color: #000000;
}
label.contact {
	font-size: 7pt;
	font-weight: bold;
	color: #000000;
}

/* Info Request */
#infoRequest {
	width: 95.5%;
	height: 220px;
	border: solid 1px #000000;
	display: none;
/* 	display: block; */
}

.submitError {
	width: 80%;
	margin: 0 auto;
	padding: 5px;
	background-color: #F1F1F1;
	border: solid 1px #000000;
}

.job {
	width: 90%;
	margin: auto;
}

.jobTitle {
	color: #FFFFFF;
	background-color: #2B6686;
	font-size: 110%;
	padding: 2px 5px;
/* 	width: 70%;
	float: right;
	text-align: left;*/
}

.jobDesc {
/* 	width: 70%;
	float: right;
	text-align: left;*/
}

#toolbar {
	width: 95%;
	margin: auto;
	height: 25px;
	border: solid 1px #000000;
	background-color: #FFFFCC;
}

#toolbarLoc {
	width: 35%;
	float: left;
	text-align: center;
}

#toolbarType {
	width: 40%;
	float: left;
	text-align: center;
}

#toolbarAll {
	width: 15%;
	float: right;
	margin: auto;
	padding: auto;
	font-size: 80%;
	text-align: center;
}

.smallField {
	font-size: 60%;
}

.smallLabel {
	font-size: 60%;
}

.forwhat {
	color: #DD0000;
	font-size: 130%;
	font-weight: bold;
}

/* Pop-up pages */
#puHead {
	color: #FFFFFF;
	border-bottom: solid 1px #000000;
	width: 100%;
	height: 30px;
}

#puMain {
	color: #000000;
	background-color: #FFFFFF;
/* 	border: solid 2px #000000; */
	width: 100%;
	height: 92%;
}

#puSide {
/* 	border: solid 2px #000000; */
	width: 17%;
	height: 100%;
	float: left;
	text-align: center;
	overflow: auto;
}

#puDisplay {
/* 	border: solid 2px #000000; */
	width: 80%;
	height: 97%;
	float: right;
	overflow: auto;
}

.sideThm {
	padding: 10px 0;
}

.puSideTitle {
}

.puCaption {
}

#homeDesc {
	width: 55%;
	float: left;
	text-align: left;
}

#homeRates {
	width: 40%;
	margin: 10px 10px;
	float: right;
	text-align: center;
}

.rateTable {
	border: solid 1px #000000;
}

.rateTable th {
	background-color: #EEEEEE;
}

.rateTable td.dup {
	border-style: solid;
	border-width: 0 1px 0 0;
	border-color: #000000;
	background-color: #FFFFCC;
}

.rateTable td.season {
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-color: #000000;
	background-color: #FFFFCC;
}

.rateTable td.rate {
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-color: #000000;
/* 	background-color: #FFCCCC; */
}

.newsTitle {
	color: #AD985F;
/* 	background-color: #2B6686; */
	font-size: 120%;
	font-weight: bold;
	padding: 2px 5px;
	text-align: left;
}

.newsDate {
	font-weight: bold;
	text-align: right;
}

.newsBody {
	text-align: justify;
}

a.puLink:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Courier New", Courier, Serif;
}
a.puLink:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Courier New", Courier, Serif;
}
a.puLink:active {
	color: #FFFF00;
	text-decoration: none;
	font-family: "Courier New", Courier, Serif;
}
a.puLink:hover {
	color: #FFFF00;
	text-decoration: none;
	font-family: "Courier New", Courier, Serif;
}
