html,
body {
	margin:0px;
	padding:0px;
	font-size: auto;
	width:100%;
}

#main_container,
#popup_content {
	min-height:100%;
	margin:0px 20px 0px 20px;
	padding:0;
	font-family: "Lucida Grande","Tahoma", Arial, verdana;
}


#popup_header, 
#popup_header img,
#popup_header_darkrow,
#popup_footer,
#min_width,
.footer_copyright,
table.registration_list select,
.no_print{
	margin:0px;
	padding:0px;
	display: none;
	width:100% !important;
}

#popup_content h2 {
	margin: 0px;
	font-size: 16px;
	font-family: "Lucida Grande","Tahoma", Arial, verdana;
	color: #000;
	font-weight: bold;
}

#popup_content h3 {
	margin: 0px;
	padding-top:8px;
	font-size: 15px;
	font-family: "Lucida Grande","Tahoma", Arial, verdana;
	color: #000;
	font-weight: normal;
}

a:link, a:visited, a:active, a:hover {
	color: #000;
	text-decoration:none;
}

hr {
	background-color: #FFF;
	color: #FFF;
	border-color: #666;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
	text-align: left;
	margin: 5px auto 5px 0;
}

table.registration_list {
	border: 0px none;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width:100%;
}

table.registration_list th.field_title{
	height:auto;
	border-width: 0px 0px 1px 0px;
	border-style: solid; 
	border-color: #CCC;
	padding: 0px 3px 0px 2px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 12px;
	background-color: #EEE;
	line-height:normal;
	text-align: left;
	white-space:nowrap;
	width:100%;
}

table.registration_list td{
	height:auto;
	padding: 3px 3px 3px 2px;
	line-height:normal;
	width:100%;
}

table.registration_list td.separator{
	border-color: #D4D4D4;
	border-width: 1px 0px 0px 0px;
	border-style: solid none none none;
	width:100%;
}

.attendance_check
{
	float:left;
	display: block;
	width:10px;
	height:10px;
	border: 1px solid #000;
	margin: 0px 4px 0px 0px;
}

.attendance_line
{
	float:left;
	display: block;
	width:150px;
	height:15px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #666;
	margin: 0px 4px 0px 0px;
}

.history_list{
	width:870px;
}


td.history_list_item_detail_open {
	border: 0px none;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #666;
}
	
td.history_list_item_separator {
	border: 0px none;
}

td.history_list_item_open {
	border: 0px none;
	border-top: 1px solid #666;
}

td.history_item_custom_fields {
border-left:1px dotted #CCC;
}

.only_print {
	display: block;
}