/* This style sheet was written for Lafayette Surgical Specialty Hospital by Wendt L. Withers - 01/05/2005 */
/* Copyright (c) 2005 Encompass, LLC.  All rights reserved. */

/*
	Colors:
		Purple: 	RGB(121,74,110)		#794A6E
		SS Tan: 	RGB(219,203,155)	#DBCB9B
		Light Tan: 	RGB(238,229,208)	#EEE5D0
*/

/* Generic page properties */
body { background-color: white; font-family: Times New Roman,Times,serif; margin-top: 10px; }
p { color: black; font-size: 11pt; }
ul { color: black; font-size: 11pt; }
ol { color: black; font-size: 11pt; }
h1 { color: #660099; font-size: 12pt; margin-bottom: -15px; }
h2 { color: #794A6E; font-size: 10pt; margin-bottom: -10px; }
a { font-weight: bold; text-decoration: underline; color: #660099; }
a:visited { color: #794A6E; }
a:hover { color: #9900CC; }

/* Specific Styles */
.FinePrint { font-size: 8pt; margin-bottom: 0px; }
p.disabled { color: #888888 }
.required { color: #2222DD }

/* Generic data-input properties */
table.data-input { border: 0px; border-collapse: collapse; border-spacing: 0px; margin: 10px; }
table.data-input td { font-weight: bold; vertical-align: baseline; font-size: 10pt; }
table.data-input th { font-weight: bold; vertical-align: baseline; font-size: 10pt; }
table.data-input p { font-size: 10pt; }
table.data-input input { color: #0000AA; font-size: 10pt; }
table.data-input select { color: #0000AA; font-size: 10pt; }
table.data-input textarea { color: #0000AA; font-size: 10pt; font-family: Verdana,Arial,sans-serif; }

/* Generic data-table properties */
table.data-table { border: 1px solid #AAAAAA; border-collapse: collapse; border-spacing: 0px; background-color: #FFFFFF; margin-bottom: 10px; }
table.data-table td { border: 1px solid #AAAAAA; font-weight: normal; font-size: 11pt; padding: 4px; vertical-align: top; }
table.data-table th { border: 1px solid #AAAAAA; font-weight: bold; color: #794A6E; background-color: #DBCB9B; font-size: 12pt; padding: 4px; vertical-align: top; }
table.data-table p { font-size: 10pt; }

/* Generic physician table properties */
table.physicians { border: 0px solid #AAAAAA; border-collapse: collapse; border-spacing: 0px; background-color: #FFFFFF; margin-bottom: 10px; }
table.physicians td { border: 0px solid #AAAAAA; font-weight: normal; font-size: 11pt; padding: 4px; vertical-align: top; margin: 12px; }
table.physicians th { border: 0px solid #AAAAAA; font-weight: bold; color: #794A6E; background-color: #DBCB9B; font-size: 12pt; padding: 4px; vertical-align: top; }
table.physicians p { font-size: 10pt; }