@charset "utf-8";
/* CSS Document */
/* AAHC Event Styles */
/*
AAHC Colors:
Brown: #663333;
Light Brown: #D1C6B9;
Red: #CA3827;

Links: #663300;
Text: #333333;
*/


/* CALENDAR //////////////////////////////////////////////////*/

.calendar {
	background: none;
}

table.calendar {
	table-layout:fixed;
	width:100%;
}

table.calendar caption {
	font-size: 2em;
	font-weight: bold;
	padding: 0.5em;
	text-align: center; 
}

table.calendar td {
    background-color: #FFFFFF;
	height: 6em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	border: 1px solid #CCCCCC;
	padding: 0.3em;
}

table.calendar th {
	background-color: #FFFFFF;
	color: #174E14;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	vertical-align: middle;
}

table.calendar p {
	font-size: 0.8em;
	font-weight: bold;
}

table.calendar a {
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	padding: 0.3em;
}

table.calendar a:hover {
	background-color: #CCCCCC;
}


/* REGISTRAION ////////////////////////////////////////////////////*/
table.priceSelect{
	width:100%;
}

table.priceSelect td{
	background-color:#D1C6B9;
	padding-left:10px;
}


table.customerSearch{
	background-color:#663333;
}

table.customerSearch td{
	color:white;
	background-color:#663333;
}

div.attendee{
	background-color:#D1C6B9;
	color:#333333;
	padding-bottom:15px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	width:90%;
}

span.attendee{
	background-color:#D1C6B9;
	color:#333333;
}

.attendee{
	background-color:#D1C6B9;
	color:#333333;
}


div#AddUser{
	background-color:#D1C6B9;
}


	