@charset "utf-8";
/* CSS Document */
/*
CVWEB Colors:

Background: #E9E9E9;
LeftNav: #D7D7D7;

Green:#46B82F;
Dark Blue:#104F66;

Links: #1D8DBB
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 {
	text-decoration:underline;
}


/* REGISTRAION ////////////////////////////////////////////////////*/
table.priceSelect{
	width:100%;
}

table.priceSelect td{
	background-color:#E9E9E9;
	padding-left:10px;
	padding-right:10px;
}


table.guestSearch{
	width:100%;
}
	
table.guestSearch h2{
	color:white;
}	

table.guestSearch td, table.guestSearch th{
	color:white;
	background-color:#104F66;
	padding:5px;
}

table.guestSearch table{
	text-align:right;
}

div.attendee{
	background-color:#E9E9E9;
	color:#333333;
	padding-bottom:15px;
	width:90%;
}

span.attendee{
	background-color:#E9E9E9;
	color:#333333;
}

.attendee{
	background-color:#E9E9E9;
	color:#333333;
}


div#AddUser{
	background-color:#E9E9E9;
}


	