/*******************************************************************************
 * SCHEDULE FORM SOLUTION
 * http://www.edsheatingandcooling.com/schedule.php
 * http://www.edsheatingandcooling.com/schedule/
 *
 * Copyright 2007 Tim Summers All Rights Reserved.
 *
 * Tim Summers hereby grants Eds Heating and Cooling a perpetual non-exclusive
 * license to install, use and modify the following code on their company
 * website. Intellectual property rights regarding this code shall at all times
 * remain the property of Tim Summers and the Licensee shall have no right,
 * title, or interest therein.  Resale of this code is expressly prohibited.
 ******************************************************************************/
body {
	background-color: #ffffff;
	font: 12px Verdana, Tahoma, Helvetica, sans-serif;
	margin: 15px;
}

form {
	margin: 0;
}

.form_tags {
	background-color: #f0f0f0;
	border: 1px solid #c9c9c9;
	font: 12px Helvetica, Arial, sans-serif;
}

.form_tags_passwords {
	background-color: #f0f0f0;
	border: 1px solid #c9c9c9;
	font: 14px Courier New, Courier, mono;
}

h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.increase_1 {
	font-size: 110%;
}

.normal_text {
	font: normal normal 12px Verdana, Tahoma, Helvetica, sans-serif;
}

p, table {
	font-size: 12px;
}
p, li {
	line-height: 18px;
}

.small {
	font-size: 10px;
	line-height: 15px;
}

.status {
	color: #00f;
}


/* STYLES FOR THE DATA ENTRY FORMS, USED THROUGHOUT THE SITE */
table.data_entry_table {
	border-collapse: collapse;
	margin-bottom: 8px;
}
table.data_entry_table tr td {
	background-color: #fff;
	border: 1px solid #ebebeb;
	vertical-align: top;
}
table.data_entry_table tr td.label {
	background-color: #e1e1e1;
	color: #000;
	padding-top: 9px;
	text-align: right;
}
table.data_entry_table tr td.required {
	background-color: #099;
	color: #fff;
}
table.data_entry_table tr td.error {
	background-color: #f8f8f8;
	color: #f00;
}


/* STYLES FOR SMALL TABLE HOLDING POP-UP CALENDAR */
table#mini_cal {
	border: 1px solid #ebebeb;
	border-collapse: collapse;
	font-size: 12px;
	width: 280px;
}
table#mini_cal th, table#mini_cal td {
	border: 1px solid #ebebeb;
}
table#mini_cal td {
	width: 40px;
}
table#mini_cal th.days {
	background-color: #FFF8DF;
	color: #CE1126;
}
table#mini_cal th a {
	color: #fff;
}
table#mini_cal th a:hover {
	color: #ffc;
}

/* STYLES THAT APPLY TO MULTIPLE TABLES */
th {
	background-color: #CE1126;
	color: #FEC110;
}
th.basic_th {
	background-color: transparent;
	color: #000;
}
tr.bg1 td {
	background-color: #e1e1e1;
	border: 1px solid #ebebeb;
}
tr.bg2 td {
	background-color: #fff;
	border: 1px solid #ebebeb;
}
tr.bg3 td {
	background-color: #ffc;
	border: 1px solid #ebebeb;
}
tr.bg4 td {
	background-color: #e4c0ab;
	border: 1px solid #ebebeb;
}
tr.bg1:hover td, tr.bg2:hover td, tr.bg3:hover td, tr.bg4:hover td {
	background-color: #e7dcc9;
}
tr.no_hover:hover td {
	background-color: inherit;
}
tr.tally_row td {
	background-color: #000;
	color: #fff;
	font-weight: bold;
}

ul.boxes li {
	list-style-type: square;
	margin-bottom: 8px;
}

a:hover {
	color: #CE1126;
}
