@charset "utf-8";
/* rsvp module css */

.headertext {
	font-size: 1.2em;
	font-weight: bold;
}
td.headertext {
	border-bottom: 1px dotted #666666;
}
.boxhead { 
	font-size: 1.0em;
	font-weight: bold;
}
.smboxhead {
	background: #666666;
	color: #FFFFFF;
}
.inside {
	background: #eeeeee;
}

.subrow td, .oddrow td, .evenrow td { padding: 3px; }
.hint { color: #900; display: inline;}
