@charset "utf-8";
/* CSS Document */

h1, h2, h3 {
	color: #A54F00;
}

TABLE.details, TABLE.attendees, TABLE.eval, TABLE.listing, TABLE.rating, TABLE.sugg {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #000;
	border-collapse:collapse;
	width:100%;
}
TABLE.details TH, TABLE.attendees TH, TABLE.eval TH, TABLE.listing TH, TABLE.rating TH, TABLE.sugg TH {
	padding:2px;
	vertical-align:top;
	color:#FFC;
}
TABLE.details TH, TABLE.attendees TH, TABLE.eval TH, TABLE.listing TH, TABLE.rating TH, TABLE.sugg TH {
	border-bottom:1px solid #000;
}
TABLE.details TD, TABLE.attendees TD, TABLE.eval TD, TABLE.listing TD, TABLE.rating TD, TABLE.sugg TD {
	border-bottom:1px solid #000;
}
TABLE.details TH, TABLE.attendees TH, TABLE.eval TH, TABLE.listing TH {
	background-color: #C93;
}
TABLE.details TR, TABLE.attendees TR, TABLE.eval TR, TABLE.rating TR, TABLE.sugg TR {
	vertical-align:top;
}
TABLE.details TH, TABLE.attendees TH, TABLE.attendees TD {
	padding:5px;
}
TABLE.details TH {
	width: 150px;
	text-align:right;
}
TABLE.details TD {
	width: 537px;
	padding:5px 15px 5px 5px;
	/* background-color:#EEE;*/
}
TABLE.attendees TH {

}
TABLE.attendees TD {

}
TABLE.eval {
	border-bottom:1px solid #000;
}
TABLE.eval .num {width:25px; text-align:right;}
TABLE.eval .que {width:300px}
TABLE.eval .ans {width:352px}
TABLE.eval .num, TABLE.eval .que, TABLE.eval .ans {padding: 5px 5px 10px 5px;}

TABLE.rating TH, TABLE.sugg TH {background-color:#C93;}

TABLE.rating, TABLE.sugg, TABLE.listing {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #000;
}
TABLE.rating, TABLE.sugg {width:100%;}
TABLE.rating TH, TABLE.rating TD {width:20%;text-align:center}

TABLE.sugg { margin:5px 0px 5px 20px }
TABLE.sugg TD.label {
	background-color:#C93;
	width:200px;
}

DIV.actions {
	color: white;
	margin: 10px 0;
	padding: 3px 0 3px 0;
	border:1px solid #000000;
	background-color:#42445D;
	text-align:center;
}

TH.waiting { background-color:#CC6666; }

INPUT.btn { 
	background-color: #996600;
	color: #FFFFDD;
	width:150px; 
	text-transform:uppercase; 
	font-size:8pt;
}

@media print {
	DIV.breadcrumbs, DIV.actions {
		display:none;
	}
}
