/* this css file is for all site styling */
thead tr {
	line-height: 1.1em;
}
tbody tr {
	line-height: 1em;
}

form { 
	padding: 0px;
	margin: 0px;
}

.clear {
	clear: both; 
	margin: 0;
}

#mainContentBlock {
	width: 746px;
}

.section {
	margin: 0px 0px 30px 0px;
	line-height: 1.2em;
	font-size: 0.9em;
}

.section .title {
	margin: 0px;
	background-color: #268DD1;
	color: white;
	background-image: url(/images/nav-bkgd.png);
	padding: 2px 9px;
	font-size: 1.1em;
	font-weight: bold;
}

.section .title h1 {
}

.section .entry {
	padding: 0 20px;
}

.section .meta {
	font-weight: bold;
	padding-left: 20px;
}

.section .byline {
	margin: 0px;
	padding-left: 20px;
	font-style: italic;
}

/* Flash warnings / errors */
#sidebar UL LI, .flash_error, .flash_notice {
	text-align: left;
}

.flash_error {
	background: url(/images/icons/dialog-error.png) no-repeat +5px +12px;
}
.flash_notice {
	background: url(/images/icons/dialog-warning.png) no-repeat +5px +12px;
}

#content .flash_error, #content .flash_notice {
	background-color: white;
	position: relative;
	top: -16px;
	padding: 10px; 
	padding-left: 2.5em;
	border: 1px red solid;
	border-top: none; 
}

/* this is for notices in the page (not at the top): */
#content .section .entry .flash_notice {
	margin-top: 2em;
	border: 1px red solid;
}

.section table {
	width: 100%;
}

table tr.odd {
	background-color: #BABABA;
	color: black;
}

.section table td, .section table th {
	text-align: left;
	vertical-align: top;
}

table.meetings TD, table.meetings TH {
	vertical-align: middle;
}

.section TABLE.centered TD, .section TABLE.centered TH {
	text-align: center;
}

.section .meta table.legend {
	border: none;
	border-top:1px solid black;
}
.warning {
	font-size: 1.2em;
	font-weight: bold;
	color: red;
}

/* FORM ERRORS */
UL.error_list {
	margin: 0px;
	padding: 0px;
	color: red;
	font-weight: bold;
}
UL.error_list LI {
	line-height: 100%;
	margin: 0px;
	margin-top: 0.4em;
	margin-bottom: 0.2em;
}

/* OTHER */
.chartwrapper {
	padding: 10px 0px; 
	text-align: center;
}

.tutorial {
	text-align: center;
	display: block;
	margin-bottom: 0.3em;
}
.tutorial EM {
	display: block;
	margin-bottom: 0.3em;
}

/* TABBED PANEL */
.tabpanel {
}

.tabpanel h2 {
	line-height: 1.1em;
	margin: 0px;
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	padding: 2px 0px;
}

.tabpanel h2 a {
	line-height: 1.2em;
	padding: 2px 5px;
	margin: 0px 9px 0px 0px;
	border: none;
	text-decoration: none;
	background-color: white;
	background-image: url(/images/url-bkgd.png);
	color: #444;
}

.tabpanel h2 a.selected {
	background-image: url(/images/nav-bkgd.png);
	color: white;
}

.tabcontent {
	border: 1px solid #268DD1;
	border-top: none;
	padding: 0px;
}

.tabcontent .section .title {
	background-position: center;
}
.tabcontent .section:first-child .title {
	margin-right: -1px;
	background-position: top right;
}

/* OTHER */
.nodatatext {
	margin-top: 1em; 
	font-weight: bold; 
	display: block;
}

.footnoteasterisk {
	font-weight: bold;
	color: red;
}

.meta ul li, .meta ul {
	margin: 0px;
	padding: 0px;
}
.meta ul li {
	font-weight: normal;
	list-style: none;
	margin-bottom: 1.2em;
	font-style: italic;
}

.searchbar {
	margin-top: 0.5em;
}

.formhelpemphasis {
	font-weight: bold;
	color: red;
}

.tabcontent .pagehelp {
	margin-top: -20px;
	margin-left: 25px;
}

#joinExternalForm {
	text-align: right;
}

#joinExternalForm label {
	display: block;
	margin-top: 7px;
	text-align: right;
	font-size: 0.825em;
	font-weight: bold;
}

#joinExternalForm label span {
	font-size: 0.8em;
	font-weight: bold;
}

#joinExternalForm input {
	width: 140px;
}

#joinExternalForm input[type=submit] {
	margin-top: 6px;
}

.testimonial {
	margin-left: 0.5em;
	padding-left: 0.5em;
	margin-bottom: 1em;
	border-left: 3px solid #268DD1;
	border-bottom: 1px solid #268DD1;
}
.testimonial p {
	text-align: justify;
	margin-bottom: 0px;
}
.testimonial em {
	font-size: 10pt;
	font-weight: bold;
}

.fullSizeUnit {
	float: left;
	width: 746px;
}

#registrationForm h1.title {
	display: none;
}
#registrationForm .extrainfo { text-align: justify; }
#registrationForm .section {
	border-top: 1px solid #268DD1;
}
#registrationForm .formfieldandlabel{
	font-size: 0.95em;
}
#registrationForm .formlabel {
	font-weight: bold;
}
#registrationForm .extrainfo {
	float: left;
	clear: both;
	margin-left: 30px;
	font-size: 0.9em;
}
#registrationForm td.extrainfo {
	float: none;
	padding-left: 30px;
	font-size: 0.9em;
}
#registrationForm .formfieldandlabel {
	margin-top: 0.75em;
	float: left;
	clear: both;
}
#registrationForm .fieldfirst .formlabel {
	float: left;
}
#registrationForm .fieldfirst .formfield {
	float: left;
}
#registrationForm .error_list {
	margin-left: 20px;
	list-style: none;
}
#registrationForm h3 {
	margin: 1em 0em;
}
#registrationForm th {
	font-weight: normal;
	font-size: 0.95em;
	width: 170px;
}
