body {
	margin: 0;
	padding: 0;
	font-family: Arial, Geneva, sans-serif;
	font-size: 10pt;
	/*
	scrollbar-base-color: #000000;
	scrollbar-face-color: #772925;
	scrollbar-track-color: #CF7930;
	scrollbar-arrow-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #E8B258;
	scrollbar-shadow-color: #772925;
	scrollbar-darkshadow-color: #000000;
	*/
	
	/*
		New style added 8_4_2008
	*/
	scrollbar-base-color: #000000;
	scrollbar-face-color: #999999;
	scrollbar-track-color: #cccccc;
	scrollbar-arrow-color: #601a1a;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-shadow-color: #999999;
	scrollbar-darkshadow-color: #999999;
}

img { border:none; }

a:link, a:visited {
	color: #6F0225;
}
a:hover, a:active {
	color: #CA5C07;
}

h1, h2, h3, h4, h5, h6 {
	color: #772925;
}

h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 10px;
}
h5 {
	font-size: 8px;
}
h6 {
	font-size: 6px;
}

#system_message {
	margin: 5px 0;
	padding: 5px;
	border: 5px solid green;
	color: green;
	font-size: 12pt;
	font-weight: bold;
	background: White;
}
#system_error {
	margin: 5px 0;
	padding: 5px;
	color: Yellow;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: blink;
	text-align: center;
	background: Red;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
}

/* default styles for sortable tables of info */
.pager {
	clear: both;
	line-height: 2em;
	margin: 10px 0;
}
#sorted_list {
  font-size: 8pt;
	margin-top: 10px;
	clear: both;
}
#sorted_list table {
	border: 1px solid #6F0225;
}
#sorted_list th {
	border: 1px solid #6F0225;
	text-align: left;
	padding: 3px;
}
#sorted_list td {
	border: 1px solid #6F0225;
	padding: 3px;
	font-size: 8pt;
}
#sorted_list .overdue {
	color: red;
	font-weight: bold;
	background: White;
}

/* convention registration review */
.section_title {
	font-size: 16pt;
	font-weight: bold;
}
td .field_name {
	font-weight: bold;
}
.conv_reg_section {
	margin-top: 20px;
	width: 50%;
}
.conv_reg_section_wide {
	margin-top: 20px;
	width: 90%;
}

span.name {
	font-size: 14pt;
}

.vertical_top {
	vertical-align: top;
}

.vertical_bottom {
	vertical-align: bottom;
}

.vertical_middle {
	vertical-align: middle;
}

.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}

.align_center {
	text-align: center;
}

.capitalize {
	text-transform: capitalize;
}

.notBold {
	font-weight: normal !important;
}