@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.master  #container {
	width: 760px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}
.master  #header {
	padding-bottom: -20px;
}
.master  #logo_banner {
	padding-top: 10px;
	background-color: #003366;
	height: 125px;
}
.master  #logo_banner  img {
}

.master  #mainContent {
	background-color: #FFFFFF;
	background-image: url(../assets/NCBAbwfadesm.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 10px;
	font-size: 0.8em;
}
.master #mainContent a {
	text-decoration: none;
}

.master #mainContent a:hover {
	color: #990000;
}

.master #content_title {
	font-size: medium;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.master  #footer {
	background-color: #003366;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.master  #footer  p {
	margin: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: 0.7em;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.master #footer ul {
	text-align: right;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.master  #footer li {
	display: inline;
	list-style-type: none;
	font-size: 0.7em;
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding-right: 8px;
}


.master   #footer   a, #footer  a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

/* Used to define general settings in "columns" on the pages */
.mastercontainer {
	font-size: 75%;
}
.mastercontainer img {
	margin: 0px;
	padding: 0px;
}

.fltlft {
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
}

.fltrt {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
.clrflt {
	clear: both;
}
.content_title {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.acc_disabled {
	font-size: 0.6em;
	color: #FFFFFF;
	background-color: #003366;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: right;
}

.acc_statement {
	font-size: 0.6em;
	color: #FFFFFF;
	background-color: #003366;
	padding-top: 2px;
	padding-bottom: 2px;
}
.acc_statement form {
	margin: 0px;
	padding: 0px;
}
.caption {
	font-size: 0.8em;
	text-align: center;
}
/* Additional spacing for single column display */
#details {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}
#details_billcenter {
	width: 610px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}
#details_jobs/* Additional spacing for single column display */
 {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}
#details_memb {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}
#details_reg {
	width: 745px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}

#details_symclass {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}
#details_symphotos {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}

#details_symspeakers {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}


#details_symschedule {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}
#details_symschedule  td {
	font-size: 0.7em;
	text-decoration: none;
}
#details_symschedule img {
	margin: 0px;
	padding: 0px;
}



#pres_title {
	font-weight: bold;
	font-size: medium;
	margin-left: 110px;
}
.indexholder, .indexholder img {
	margin: 0px;
	padding: 0px;
}

.jobtable {
	font-size: 1em;
	width: 100%;
}
.jobtable  th {
	text-align: center;
}
.jobtable   a {
	text-decoration: none;
}
#bodtable {
	margin-right: auto;
	margin-left: auto;
	width: 625px;
	padding-bottom: 30px;
}
#bodtable a {
	text-decoration: none;
}
#bodtable_adm {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	padding-bottom: 30px;
	padding-top: 10px;
}

#membtable {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	font-size: 0.9em;
}
#membtable  a {
	text-decoration: none;
}
#vendordocs th {
	text-align: left;
	width: 310px;
}
#vendordocs {
	margin-right: auto;
	margin-left: auto;
}
#vendordocs td {
	text-align: center;
	width: 75px;
}


#jobdetails_posteddate {
	font-size: 0.7em;
	font-style: italic;
	text-align: center;
}
#bc_container {
	width: 100%;
	margin-bottom: 20px;
}
#bc_container th {
	text-align: center;
}
#bc_container  form {
	margin: 0px;
	padding: 0px;

}
#bc_corpmembrenew_table {
	padding-bottom: 10px;
}
#bc_assocmembrenew_table {
	padding-bottom: 10px;
}
#bc_indmembrenew_table {
	padding-bottom: 10px;
}
#bc_donation {
	padding-bottom: 10px;
}
#bc_standalone_classreg {
	padding-bottom: 10px;
}
#bc_vendbooth_table {
	padding-bottom: 10px;
}
#bc_indreg_table {
	padding-bottom: 10px;
}
#bc_golfreg_table {
	padding-bottom: 10px;
}
#bc_vendguest_table {
	padding-bottom: 10px;
}
#bc_studentreg_table {
	padding-bottom: 10px;
}

