BODY {
	font-family : Arial, sans-serif;
	color : Black;
	background-color: #FFFAF5;
}

.navbar TD {
	font-family : Arial, sans-serif;
	color : black;
	font-size : small;
	text-decoration : none;
}

.navbar A {
	font-family : Arial, sans-serif;
	color : #F47918;
	font-size : small;
	text-decoration : none;
	border-bottom: solid 1px transparent;
}

.navbar A:HOVER {
	font-family : Arial, sans-serif;
	color : Black;
	background-color : #F8A96A;
	font-size : small;
	border-bottom: solid 1px black;
}

.button {
	font-family:	Verdana, Arial, Helvetica, sans-serif; 
	font-size:		normal; 
	font-weight: 	bold; 
	x-background:		#EFA500 none; 
	background:		#F8A96A none; 
	color:			#8C8C8C; 
	width:			auto;
}

A IMG {
	border: none;
}

A IMG:HOVER {
	background-color: yellow;
}

TABLE.appttable {
	font-size: 10pt;
	x-background-color: red;
}

.appt-spacer {
	background-color: #E0E0E0;
}

.appt-summary-confirmed, .appt-summary-confirmed TABLE, 
.appt-summary-completed, .appt-summary-completed TABLE, 
.appt-summary, .appt-summary TABLE {
	font-size:10pt;
}

.appt-summary-confirmed {
	background-color: #D0FFD0;
}

.appt-summary-completed {
	background-color: #80FF80;
	x-background-color: red;
}

.appt-summary {
	background-color: #eaf39d;
}

.appt-time {
	font-family: monospace;
	font-weight: bold;
	border: solid 1px white;
	background-color: #A0FFA0;
}

TABLE.stdtable {
	x-background-color : #FFFAF5;
}

TABLE.bodytable {
	background-color : #FFFAF5;
}

.appttable TH, .stdtable TH, .bodytable TH {
	x-background-color : #EFA500;
	background-color : #F8A96A;
	color:#8C8C8C;
	font-weight: bold;
	font-size: 10.5pt;
}

.stdtable TD, .bodytable TD, .stdtable A {
	x-background-color : #FFFAF5;
	color:#EFA500;
	x-color:#F2A902;
}

.bodytable TD {
	color: black;
}

.stdtable A, .bodytable A {
	border-bottom: solid 1px transparent;
	text-decoration: none;
	color: #F47918;
	
}

.stdtable A {
	x-font-weight: bold;
}

.stdtable A:HOVER, .bodytable A:HOVER {
	border-bottom: solid 1px #F47918;
}

TABLE.formtable{
	x-background-color: #E8FFE8;
	background-color : #FFFAF5;
}
.formtable TH {
	background-color: #F8A96A;
	font-size: 12pt;
	font-weight: bold;;
}
.formtable INPUT {
	x-background-color: #F8A96A;
	font-weight: bold;
}
.appt-contract_number {
	font-family: monospace;
	font-weight: bold;
	border: solid 1px white;
	background-color: #A0FFA0;
}