html {
	background: #124981 url("../images/background_gradient.png") repeat-x;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	font-family: verdana, sans-serif;
}
body {
	margin: 0;
	padding: 0px;
	color: #204952;
	font-family: verdana, sans-serif;
	background: transparent url("../images/background_header_100.jpg") no-repeat center 0;
}
h1, h2, h3 {
	color: #276ab5;
	margin-top: 0px;
	letter-spacing: 1px;
}
h1 {
	font-size: 15pt;
}
h2 {
	font-size: 9pt;
	margin: 0px;
}
p, h4 {
	margin: 0px;
	padding: 5px 0px;
	font-size: 8pt;
	line-height: 12pt;
	letter-spacing: 1px;
	text-align: justify;
}
ol li{
	margin: 5px 0px;
	font-size: 8pt;
	line-height: 12pt;
	letter-spacing: 1px;
	text-align: justify;
}
ul li{
	font-family: verdana, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	letter-spacing: 1px;
}
a {
	color: #276ab5;
	text-decoration: none;
	border-bottom: dotted 1px #276ab5;
}
a:hover {
	color: #276ab5;
	border-bottom-style: solid;
}
input, textarea, select {
	border:solid 1px #0B222A;
	vertical-align:middle;
	padding: 3px 2px 2px 4px;
	background: white url("../images/input_bkgrd.png") no-repeat top left;
	color: #0B222A;
}
input:focus {
	background: #D1E4F8;
}
img {
	border: solid 3px #aacdf2;
}
#noscript {
	width: 500px;
	padding: 15px;
	display: block;
	font-size: 9pt;
	line-height: 12pt;
	background: #30679f;
	color: #9ab7c7;
	z-index: 600;
	border: solid 4px #90bcec;
}
#noscript a {
	color: white;
	border-color: white;
}

#header, #main_content, #footer {
	position: relative;
	left: 2px;
	width: 722px;
	margin: 0px auto;	
	padding: 0 20px;
	z-index: 1;
}
#header {
	height: 284px;
	z-index: 600;
}
#main_content {
	background: #f1f9fb url('../images/background_content.png') repeat-y top center;
	overflow: hidden;
	padding-bottom: 10px;
}
#footer {
	font-size: 8pt;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 15px;
	background: #30679f url('../images/footer_top.gif') no-repeat top center;
	color: #99cccc;
	clear: both;
}
#footer #copywrite {
	float: left;
}
#footer #sitecredit {
	float: right;
}

#footer a, #nav a {
	color: white;
	border-color: white;
}

#news {
	width: 200px;
	padding-left: 20px;
	padding-bottom: 10px;
	float: right;
}
#news a {
	letter-spacing: 1px;
}
.date {
	font-style: italic;
	font-size: 8pt;
	color: #276ab5;
}
#news p {
	line-height: 10pt;
	text-align: left;
	letter-spacing: 0px;
	margin-bottom: 15px;	
}

#news .icon {
	padding: 8px 0 5px 28px;
	border: none;
	display: block;
	margin: 2px auto;
}
#news .icon:hover {
	border: none;
}
#news  .pdf {
	background: transparent url('/images/icons/pdf.gif') no-repeat left;
}
#news  .doc {
	background: transparent url('/images/icons/doc.gif') no-repeat left;
}
#news  .ppt {
	background: transparent url('/images/icons/ppt.gif') no-repeat left;
}

.centered_image {
	display: block;
	margin: 20px auto;
}
blockquote {
	width: 460px;
	color: #276ab5;
	font-size: 0.9em;
	margin: 20px;
	line-height: 12pt;
}
blockquote .author {
	display: block;
	margin: 5px 0 0 30px;
}
.clear {
	clear: both;
}
table td {
	padding: 4px 8px;
}
/************Membership Levels******/
#milestone{
	width: 250px;
	border: 1px solid gray;
	margin: 0px auto;
	padding: 10px;
}
.fifty{
	color:#B79F1C;
}
.thirty{
	color: #069;
}
.ten{
	color: #dc9000;
}
.five{
}


/************ NAV ************/
#nav {
	padding: 220px 0 0 0;
	margin: 0px;
	position: relative;
	z-index: 100;
}
#nav a {
	border: none;
}
#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	letter-spacing: 1px;
}
#nav li { /* all list items */
	float: left;
	position: relative;
	padding-right: 15px;
	list-style: none;
	font-size: 9pt;
}
#subnav{
	font-size: 0.8em;
	font-weight: bold;
	color: #276ab5;
}
#subnav li{
	display: inline;
	list-style: none;
	padding-right: 15px;
}
#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	left: -9pt;
	top: 11.5pt;
	background: #6391bb;
	border-top: none;
	font-weight: normal;
	padding: 5px 0;
	width: 108px;
	z-index: 60000;
	margin: 0;
	
	border-left: solid 4px #ccdded;
	border-right: solid 4px #ccdded;
	border-bottom: solid 4px #ccdded;
	
}
#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
	margin: 0;
	padding: 0;
}
#nav li ul li {
	float: none;
	font-size: 7.5pt;
	margin: 0;
	padding: 0;
}
#nav li ul li a {
	width: 98px;
	
	display: block;
	margin: 0;
	padding: 3px 0px 2px 10px;
}
#nav li a:hover, .on {
	color: #124981 !important;
}
#nav li ul li a:hover {
	background: #ccdded;
	color: #124981 !important;
}

/************ Login ************/
#login {
	width: 300px;
	margin: 0px auto;
	background: #aacdf2;
	border: solid 2px #154e65;
	font-size: 9pt;
	float: left;
}
#login h3 {
	padding: 5px;
	margin: 0px 0px 8px 0px;
	background: #30679f;
	border-bottom: solid 2px #154e65;
	font-size: 10pt;
	text-align: center;
	color: #aacdf2;
}
#login label {
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	padding-right: 5px;
	margin-top: 4px;
}
#login input {
	display: block;
	float: left;
	width: 135px;
	margin-bottom: 8px;
}
.button {
	border:solid 1px black;
	background: #2d3a89;
	color:white;
	cursor:pointer;
	font-size:8pt;
	letter-spacing:1pt;
	margin-bottom:1px;
	padding: 2px;
}
#login_container {
	margin: 0px auto;
	width: 300px;
	padding: 25px 0px;
}
/************ Logout ************/
#logout {
	position: absolute;
	bottom: 0px;
	right: 15px;
	z-index: 50;
}
/************ Admin ************/

#post {
	width: 665px;
	margin: 0px auto;
}
#post label {
	font-weight: bold;
}
#post .button{
	font-weight: bold;
	padding: 3px;
}
.archive_title{
	font-weight: bold;
	color: #276ab5;
	padding-top: 25px;
	clear: both;
}
.archive_title form {
	display: inline;
}
.archive {
	width: 690px;
	clear: both;
	margin: 0;
	padding-left: 20px;
}
.archive li {
	margin-bottom: 20px;
}
.archive p {
	line-height: 10pt;
	clear: right;
}
.archive .edit {
	float: right;
}
.new_post {
	display: block;
	float: right;
	background: transparent url('../images/add_user.gif') no-repeat left;
	padding: 4px 0 4px 30px;
	height: 20px;
	margin: 10px 15px 10px 0;
}
/**********************
Pop Windows
**********************/
#center {
	margin: 0px auto;
	width:720px;
}
#event_spotlight {
	width:600px;
	background-color:#f1f9fb;
	border:solid 4px #9ab7c7;
	padding:15px;
	padding-top:35px;
	position:absolute;
	top: 0px;
	margin-left: 45px;
}
#dimmer{
	position:absolute;
	top: -180px;
	left: 0;
	width:755px;
	height:1000px;
	opacity:0.6;
	filter:alpha(opacity=60);
	background-color:#c2d4e0;
	clear: both;
}
#event_spotlight #title {
	font-size:10pt;
	font-weight:bold;
	position:absolute;
	top:0px;
	left:0px;
	border-bottom:solid 4px #90bcec;
	padding: 2px;
	width: 626px;
	background: #30679f;
	color: #9ab7c7;
}
#event_spotlight #title a {
	padding-right: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 2px;
	right: 2px;
	background: transparent url("../images/close.gif") no-repeat right -1px;
	border: none;
	color: #9ab7c7;
}
#calendar {
	height: 75px;
	width: 70px;
	background: transparent url("../images/cal.png") no-repeat;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
}
#month {
	font-weight: bold;
	margin-top: 12px;
	margin-left: -3px;
	color: white;
	font-size: 10px;
}
#day {
	font-weight: bold;
	margin-top: 5px;
	color: black;
	font-size: 25px;
}
h4 {
	padding: 0px;
}
.toggle {
	padding: 0px;
	border-bottom: dotted 1px #276ab5;
	cursor: pointer;
	display: inline;
}
.toggle:hover {
	border-bottom: solid 1px #276ab5;
}
.memberlist {
	padding: 0px;
	margin: 0px 8px;
	width: 340px;
	float: left;
}
.memberlist li {
	padding: 8px 2px;
	width: 320px;
	float: left;
}
form ul {
	list-style: none;
	clear: both;
	margin: 20px auto;
	width: 450px;
}
form ul li label {
	display: block;
	width: 100px;
	float: left;
	text-align: right;
	margin: 2px 4px 0px 0px;
}
form ul li input {
	display: block;
	float: left;
}

form ul li {
	margin-top: 10px;
	clear: both;
	float: left;
	width: 450px;
}
input.radio {
	background: none;
	float: left;
	margin: 0px 10px 0px 110px;
}
label.radio {
	float:left;
	text-align: left;
	width: 200px;
	margin: 0px;
}
.noclear {
	float: left;
}
label.noclear {
	width: 40px;
}
form ul li .button {
	margin: 5px 160px;
	float: none;
	font-weight: bold;
}
#message {
	margin: 8px;
	padding: 8px;
	border-top: 2px solid #092028;
	border-bottom: 2px solid #092028;
	text-align: center;
	font-weight: bold;
	background-color: #A9CDF1;
}
#message ul {
	text-align: left;
}
/************ Add Post ****************/
#post_form  legend {
	padding: 0 4px;
	color: #276ab5;
	font-weight: bold;
}
#post_form fieldset {
	border: none;
	border-top: 1px solid #204952;
	clear: left;
	margin: 20px;
	padding: 10px;
}
/************ Registration ************/
#registration_form fieldset {
	border: none;
	border-top: 1px solid #204952;
	clear: left;
	margin: 20px;
	padding: 10px;
}
#registration_form  legend {
	padding: 0 4px;
	color: #276ab5;
	font-weight: bold;
}
#registration_form th {
	color: white;
	font-weight: normal;
}
#registration_form td {
	padding: 5px 2px;
}
#registration_form #event_name, #registration_form .event_name, #sponsorship_name, #registration_name {
	width: 275px;
}
#registration_form #event_cost, #registration_form .event_cost, #sponsorship_cost, #registration_cost {
	width: 150px;
	text-align: right;
}
#registration_form #event_total, #registration_form .event_total, #sponsorship_total, #registration_total  {
	width: 150px;
	text-align: right;
}
#registration_form #event_quantity, #registration_form .event_quantity, #sponsorship_quantity, #registration_quantity {
	width: 100px;
	text-align: right;
}
#registration_form .event_total input {
	border: none;
	background: transparent;
	text-align: right;
}
#registration_form .event_total input {
	color: #204952;
	# /* Hack to disable in safari */
}
#registration_form #button_holder {
	margin-left: 250px;
}
#registration_form .button {
	padding: 5px;
	font-size: 9pt;
}
#registration_form a.button {
	padding: 6px;
	position: relative;
	top: 7px;
}
#registration_steps {
	list-style: decimal inside;
	padding-bottom: 30px;
}
#registration_steps li {
	float: left;
	padding: 0 20px 0 0;
}
#registration_steps #active {
	font-weight: bold;
}
#registration_steps .incomplete {
	color: #517074;
}
label.missingfield {
	font-style: italic;
	color: red;
}
input.missingfield {
	border: solid 1px red;
}
/****** BROWSER *********/
#file_browser {
	width: 715px;
	clear: both;
}
#file_browser img {
	vertical-align: middle;
}
#file_browser a img, #file_browser a{
	border: none;
}
#breadcrumbs, .bold {
	font-weight:bold;
}
#breadcrumbs {
	margin: 0px 0px 10px 10px;
}
#selected_folder {
	color: #000;
}
th {
	background: #30679f;
	letter-spacing:1pt;
	color: white;
}

th a, #other_info_container input {
	display:block;
	color: white;
}
th a:hover {
	color: #9cc5f2;
}

th img {
	margin-left:5px;
	vertical-align:middle;
}

#headerfile {
	border-top:solid 1px #2b322f;
	border-bottom:solid 1px #2b322f;
	border-right: none;
	width:350px;
}

#headersize {
	border-top:solid 1px #2b322f;
	border-bottom:solid 1px #2b322f;
	border-left:solid 1px #25434A;
	width:100px;
}

#headermodified {
	border-top:solid 1px #2b322f;
	border-bottom:solid 1px #2b322f;
	border-left:solid 1px #25434A;
	width:200px;
}

#listingheader {
	font-size:9pt;
	margin-top:10px;
	background-color:#768a81;
	padding:5px;
}

.file_name, .folder_name {
	padding: 3px 0px 3px 15px;
}

.folder_name {
	font-weight:bold;
}

.previous_directory {
	font-weight:bold;
	padding-left:6px;
}

.size {
	text-align:center;
	border-left:solid 1px #25434A;
	width:100px;
}

.file_date {
	text-align:center;
	border-left:solid 1px #25434A;
}

.b, .lighten, tr.odd td {
	background: #e1ebf3;
}

.w, .darken, tr.even td {
	background: #cbdef1;
}

#file_admin {
	text-align: right;
	margin-right: 10px;
	padding: 12px;
	border: solid 1px #768a81;
	float: right;
}
.clear {
	clear: both;
}
#file_admin form {
	margin-bottom: 8px;
}

#file_admin img {
	padding-left: 10px;
	border: none;
}

.delete_file {
	float: right;
	text-align: right;
}

.delete_folder {
	float: right;
	text-align: right;
	margin-right: 113px;
}
img {
	vertical-align: middle;
}

*html .delete_folder {
	float: right;
	text-align: right;
	padding-right: 34px;
}
a.folder {
	padding-left: 30px;
	padding-top: 8px;
	padding-bottom:5px;
	background: transparent url('../images/icons/blue_folder.gif') no-repeat 0px 6px;
}

#search_form {
	text-align: right;
	padding: 25px 10px 10px 10px;
	float: right;
}
#search_field {
	padding-left: 22px;
	width: 125px;
	background: white url('../images/search.png') no-repeat left top;
}
/******************	Users & Sales Logs ******************/
#user_list, #sales_records {
	list-style: none;
	width: 715px;
	margin: 30px 0 0 0;
	padding: 0;
	float: left;
}
#user_list li, #sales_records li{
	float: left;
	padding: 5px;
	width: 705px;
}
#name_title, #type_title, #action_title, #customer_title, #company_title, #amount_title {
	float: left;
	font-weight: bold;
	text-decoration: underline;
}
#sales_records .delete {
	padding-left: 14px;
	background: transparent url('../images/delete_user.gif') no-repeat left;
	margin-left: 10px;
}
#sales_records .view {
	padding-left: 20px;
	background: transparent url('../images/view.gif') no-repeat left;
}
/******************	Sales Logs ******************/
#sales_records #action_title {
	width: 200px;
}
#customer_title, #company_title, #amount_title, #sales_records .customer, #sales_records .company, #sales_records .amount {
	width: 165px;
}
#amount_title, #sales_records .amount {
	text-align: right;
}
#sales_records #action_title, #sales_records .action, #company_title, #sales_records .company {
	text-align: center;
}
#sales_records .customer, #sales_records .company, #sales_records .amount {
	display: block;
	float: left;
}
#sales_records #personal_details, #sales_records #registration_details {
	list-style: none;
	padding: 8px 0 0 0;
	margin: 0;
	float: left;
}
#sales_records #personal_details {
	width: 305px;
}
#sales_records #registration_details {
	width: 400px;
}
#sales_records #personal_details li {
	float: left;
	width: 305px;
	padding: 0;
	margin: 0;
}
#sales_records #registration_details li {
	float: left;
	width: 400px;
	padding: 0;
	margin: 0;
}
#personal_details .label, #registration_details .label {
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
	float: left;
}
#personal_details .value, #registration_details .value {
	vertical-align: baseline;
	float: left;
}
#personal_details .label {
	width: 80px;
}
#personal_details .value {
	width: 220px;
}
#registration_details .label {
	width: 300px;
}
#registration_details .value {
	width: 95px;
}
/******************	Users ******************/
#name_title {
	width: 235px;
}
#type_title {
	width: 235px;
	text-align: center;
}
#user_list #action_title {
	width: 235px;
	text-align: center;
}
#user_list .name {
	width: 235px;
	float: left;
}
#user_list .type {
	width: 235px;
	float: left;
	text-align: center;
}
#user_list .edit, #user_list .delete, #user_list .email {
	float: left;
	text-align: right;
}
#user_list .edit {
	width: 40px;
	margin-right: 25px;
	background: transparent url('../images/edit_user.gif') no-repeat left;
}
#user_list .email {
	width: 55px;
	margin-right: 25px;
	background: transparent url('../images/email_user.gif') no-repeat left;
}
#user_list .delete {
	width: 55px;
	background: transparent url('../images/delete_user.gif') no-repeat left;
}
.readonly {
	border: none;
	background: transparent;
	color: #204952;
}
.darken, .lighten {
	border-top: solid 1px #2e525b;
}
#user_form {
	width: 360px;
	margin: 0px auto;
	border: solid 2px #092028;
}
#user_form label {
	width: 150px;
	float: left;
	padding: 3px 5px 0 0;
	text-align: right;
}
#user_form h3 {
	margin: 0 0 15px 0;
	padding: 5px;
	text-align: center;
	border-bottom: solid 2px #092028;
	background: #154e65;
	color: white;
	letter-spacing: 1px;
}
input {
	margin: 0 0 5px 0;
	padding: 2px 1px 1px 3px;
	border: solid 1px #333399;
	background: #FFF url('../images/input_bkgrd.png');
	letter-spacing: 1px;
}
#user_form #button_holder {
	clear: both;
	text-align: center;
	font-weight: bold;
}
#user_form .button {
	vertical-align: middle;
	padding: 3px;
}
#user_form input.button {
	margin-bottom: 15px;
}
#user_form a.button {
	padding: 4px;
}
#button_holder input {
	margin: 15px 0 0 0;
	padding: 2px 3px 3px 3px;
}
#user_form p {
	padding: 0;
}
#guest_notice {
	padding: 10px;
	text-align: center;
}
#user_form .radio_buttons {
	margin: 0 0 0 70px;
}
#user_form .radio_buttons input {
	float: left;
	margin: 5px 0 0 5px;
	background: none;
}
#user_form .radio_buttons label {
	width: 60px;
	float: left;
	text-align: left;
	display: block;
	padding: 0 0 0 5px;
}
#add_new {
	padding: 10px 0 10px 35px;
	margin: 0 0 0 10px;
	font-weight: bold;
	background: transparent url('../images/add_user.gif') no-repeat left;
	display: inline;
}



.error label {
	font-weight: bold;
	color: #DA4656;
}
.error input {
	border: solid 1px #DA4656;
}

fieldset {
	border: none;
}

#join_wwema ul {
	padding: 0;
	margin: 0;
}
#join_wwema li {
	width: 700px;
}
#join_wwema label {
	width: 280px;
}
#join_wwema .button {
	margin: auto;
}

.fake_label {
	float: left;
	width: 280px;
}

.product_list {
	clear: both;
}
.product_list ul {
	padding: 0;
	margin: 0;
	width: 100%;
}
.product_list li {
	width: 345px;
	float: left;
	margin: 0;
	padding: 2px 0;
	clear: none;
}
#catalog_search, #article_search {
	position: relative;
	margin: 10px auto;
	display: inline;
}
#search_field {
	border: solid 1px black;
	height: 18px;
}
#catalog_search .button, #article_search .button {
	margin-bottom: 6px;
}
.product_list input {
position: relative;
top: 3px;
}
.product_list label {
	text-align: left;
	padding: 0px 0 0 5px;
	width: 300px !important;
}
.product_list li {
margin-top: 5px;
}
#catalog_index {
	text-align: center;
	margin: 10px 0 0 0;
}
#catalog_index h3 {
	margin: 5px;
}
#catalog_index a {
	padding: 0 3px;
}
#catalog_index strong {
	padding: 0 3px 5px 5px;
	font-size: 15pt;
	vertical-align: middle;
}
#catalog_results h3 {
	font-size: 11pt;
	margin: 0;
	padding: 0;
}
#catalog_results ul {
	padding: 30px 0 0 0;
	list-style-type: none;
}
#catalog_results ul ul {
	padding: 0 0 15px 0;
	list-style-type: disc;
}
#catalog_results ul ul li {
	margin: 5px 0;
}

.company_info .description {
	font-style: italic;
}
.compactlabel-on {
	position:absolute;
	top:-1px;
	left:25px;
	z-index:1;
	color:#A3B8A8;
}
*html .compactlabel-on {
	position:absolute;
	top:4px;
	left:25px;
	z-index:1;
	color:#A3B8A8;
}
.compactlabel-off {
	position: absolute;
	text-indent: -90000px;
}
.radio_row input {
	margin: 5px 0 0 285px;
	background: none;
}
.radio_row label {
	padding: 0 0 3px 5px;
	text-align: left;
}

#company_registration fieldset {
	border: none;
	border-top: 1px solid #204952;
	clear: left;
	padding: 10px;
}
#company_registration legend {
	padding: 0 4px;
	color: #276ab5;
	font-weight: bold;
}
#company_registration .button {
	margin: 0 350px;
}
#company_profile {
	margin: 0;
	padding: 0;
}
#company_profile li {
	list-style: none;
	margin-bottom: 4px;
}
#company_profile label {
	float: left;
	clear: left;
	width: 120px;
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
}

#company_registration label {
	width: 150px;
}
.center {
	margin: 0 auto;
	text-align: center;
}
#optimizing, #voice_of_industry, .pdfDownload {
	text-align: center;
	padding-top: 40px;
	margin: 0 auto 20px;
	width: 150px;
	border: none;
	display: block;
	background: transparent url("../images/pdf_icon.gif") no-repeat top center;
}

.pdf:hover, .pdfDownload:hover {
	border: none;
}
#logo_link {
	position: absolute;
	display: block;
	width: 226px;
	height: 98px;
	border: none;
}
#logo_link:hover {
	border: none;
}
/******************	forumreg ******************/

#forumreg fieldset {
	width: 400px;
	margin: 25px auto;
	border-top: solid 1px #124981;
}
#forumreg fieldset ul {
	margin-top: 0;
}

#forumreg input {
	padding: 3px;
}

fieldset.current {
	display: none;
}
#fakebuttons {
	text-align: center;
	margin-bottom: 50px;
}
#fakebuttons .buttons {
	padding: 5px;
	display: inline-block;
}

/******************	Orders ******************/
.orders {
	border-collapse: collapse;
	border-spacing: 0;
	width: 720px;
	margin-top: 20px;
	border:solid 1px #0B222A;
	text-align: center;
}
.orders th {
	color: #cbdef1;
}
.orders .total {
	text-align: right;
}
.orders .address {
	border-top: none;
}

#register_online { 
	display: block;
	text-align: center;
	border: none;
	padding-bottom: 10px;
}

#register_online:hover {
	border: none;
}

#washington_forum .checkbox_row label {
	width: 300px;
	text-align: left;
	padding-left: 5px;
	font-weight: bold;
}
/******************	Newsletters  ******************/
#newsletters h2 {
	border-bottom: solid 1px #276ab5;
	margin-bottom: 10px;
}

#newsletters a {
	clear: both;
	display: block;
	float: left;
	padding: 5px 0 15px 42px;
	border: none;
	background: transparent url('/images/pdf_icon.gif') no-repeat;
}

#newsletters a:hover {
	border: none;
}

#newsletters a .size {
	font-size: 8pt;
	border: none;
	display: block;
	width: 400px;
	text-align: left;
	color: #204952;
	font-style: italic;
	font-variant: small-caps;
}
/************ Presentaions *************************/
#presentations h2 {
	border-bottom: solid 1px #276ab5;
	margin-bottom: 10px;
}

#presentations a {
	clear: both;
	display: block;
	float: left;
	padding: 5px 0 15px 0;
	border: none;
	width:100%;	
}

#presentations a:hover {
	border: none;
}

#presentations a .size {
	font-size: 8pt;
	border: none;
	display: block;
	width: 400px;
	text-align: left;
	color: #204952;
	font-style: italic;
	font-variant: small-caps;
}


/************ Message Board ******/
#threads {
	width: 720px;
	margin: 10px auto;
	border-collapse: collapse;
	border-spacing: 0;
	border: solid 1px #124981;
}
#threads th {
	font-weight: normal;
	color: white;
	padding: 3px;
}
#threads .post {
	width: 400px;
}
#board_search {
	margin-top: 20px;
	float: right;
}
#board_search label {
	position: absolute;
	left: -1000000px;
}
#board_search .button {
	margin-bottom: 4px;
}

#threads .author {
	font-weight: bold;
}
#threads .title {
	display: block;
	font-size: 10pt;
	font-weight: bold;
	float: left;
}
#threads td {
	font-size: 8pt;
}
#threads h2 {
	font-size: 10pt;
}
#threads th.post, #threads th.last_reply, #threads th.replies  {
	border-right: solid 1px #124981;
}
#threads td.post, #threads td.last_reply, #threads td.replies  {
	border-right: solid 1px #6387A3;
}

#threads .last_reply .date {
	display: block;
}
#threads .replies, .views {
	text-align: center;
}
/************ A Thread  ******/
#post {
	margin: 15px auto;
}
.reply {
	margin: 0px auto;
	padding-bottom: 15px;
}
#post, .reply  {
	width: 100%;
}
#post {
	border-bottom: solid 1px #124981;
	border-right: solid 1px #124981;
	border-left: solid 1px #124981;	
}
#post .header, .reply .header {
	background: #AACCF1;
	font-size: 9pt;
}
#post .header .title {
	font-size: 12pt;
	color: white;
	background: #30679f;
	letter-spacing:1pt;
	margin: 0px;
	padding: 4px 10px;
}
#post .header h2, .reply .header h2 {
	font-weight: normal;
	padding: 4px 10px;
	text-align: right;
}
#post .author, #post .date, .reply .author, .reply .date {
	font-weight: bold;
	color: #204952;
}
#post .content, .reply .content {
	padding: 10px;
}
.reply .content {
	background: transparent url('../images/reply_gradient.gif') repeat-x top;
}

.reply .header {
	border: solid 1px #124981;	
}
#post_reply {
	padding-top: 30px;
}
#addpost {
	float: left;
}

/************ Registration Log ******/
.admin_table .date {
	font-style: normal;
}
.admin_table {
	border-collapse: collapse;
	width: 100%;
	margin-top: 20px;
}
.admin_table th, .admin_table td {
	text-align: center;
}
.admin_table th, .admin_table th.date {
	font-size: 9pt;
	color: white;
}
.admin_table td.date {
	color: #204952;
}
.admin_table th a {
	color: #AAB3C9;
	text-decoration: none;
}
.admin_table th a:hover {
	color: white;
}
.admin_table .view, .admin_table .delete {
	float: left;
	padding-left: 15px;
}
.admin_table .view {
	margin-right: 10px;
	background: transparent url('../images/edit_user.gif') no-repeat left;
}
.admin_table .delete {
	background: transparent url('../images/delete_user.gif') no-repeat left;
}
#view_record {
	border-collapse: collapse;
}
#view_record th {
	font-weight: bold;
	background: transparent;
	text-align: right;
	font-size: 9pt;
	color: black;
	width: 50%;
}
#view_record .lighten, #view_record .darken {
	border: none;
}
#view_record th.title {
	color: #276ab5;
	padding: 15px 0 3px;
	vertical-align: bottom;
	border-bottom: 1px solid #204952;
	text-align: center;
}

#survey input {
	border: none;
	background: none;
}
#survey .button {
	border:solid 1px black;
	background: #2d3a89;
	color:white;
	cursor:pointer;
	font-size:8pt;
	letter-spacing:1pt;
	margin-bottom:1px;
	padding: 2px;
}

#survey h1 {
margin-bottom: 0px;
}

#survey h2 {
font-style: italic;
}

#survey h3 {
margin-top: 20px;
}

#survey h4 {
margin-top: 20px;
text-align: center;
font-style: italic;
}
#survey table {
width: 100%;
border-left: solid 1px #124981;
border-right: solid 1px #124981;
border-bottom: solid 1px #124981;
padding: 0px 5px 5px 5px;
border-spacing: 0px; 
}

#survey table td {
border-right: solid 1px white;
}

#survey table caption {
font-weight: bold;
text-decoration: underline;
padding: 25px 0 5px;
}

#survey table th {
color: black;
background: transparent;
font-size: 8pt;
}

#survey table td {
text-align: center;
}

#survey table .rowHeader {
text-align: left;
width: 200px;
}






#graph {
clear: both;
width: 100%;
height: 500px;
position: relative;
border: solid 1px #3C73AB;
background: white;
}

#graph #yChords, #graph #stripes {
list-style-type: none;
position: absolute;
top: 0px;
left: 0px;
padding: 0;
margin: 0;
}

#graph .xAxis, #graph .yAxis {
	position: absolute;
	left: 70px;
	margin: 0;
}

#graph .xAxis {
	top: 250px;
	width: 650px;
	border: none;
	height: 1px;
	background:  #134578;
}
#graph .yAxis {
	top: 0px;
	height: 500px;
	border: none;
	width: 1px;
	background: #134578;
}

#graph #yChords li {
	height: 50px;
	width: 720px;

	position: relative;
	padding: 0;
	margin: 0;

}


#graph #stripes li {
width: 652px;
height: 49px;
margin-left: 70px;
border: none;
background: white;
border-top: solid 1px #d9d9d9;
}

#graph #stripes li.negative {
background: #e7e7e7;
border-top: solid 1px #c2c2c2;
}

#graph #yChords li {
	top: 42px;
	text-align: right;
	width: 50px;
	font-weight: bold;
}

#graph .barContainer {
	width: 20px;
	position: absolute;
}
#graph .barContainer .bar {
	padding: 0px 0;
}
#graph .barContainer .label {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 7.5pt;
	position: relative;
	z-index: 100000;
}

#graph .positive {
	bottom: 250px;
}
#graph .negative {
	top: 250px;
}

#graph .positive .bar  {
	border-top: solid 1px #515151;
	border-left: solid 1px #515151;
	border-right: solid 1px #515151;
}
#graph .negative .bar  {
	border-bottom: solid 1px #515151;
	border-left: solid 1px #515151;
	border-right: solid 1px #515151;
}
#graph .negative {
	top: 250px;
}

#key {
padding: 15px;
margin: 20px 0;
border: solid 1px #3C73AB;
float: left;
background: white;
}

#key .box {
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	border: solid 1px #134578;
margin-left: 10px;
vertical-align: middle;
}

#key .full, #key .associate {
float: left;
width: 340px;
}

#key .label {
width: 280px;
display: block;
float: left;
padding: 5px 0 15px 5px;
clear: none;
}

.bigLabel {
	position: absolute;
	text-align: center;
	font-weight: bold;
border-right: solid 1px #d0d0d0;
top: 0 !important;
height: 500px;
font-size: 8pt;
}
.last {
	border-right: none;
}

#printOptions {
	float: right;
	margin-bottom: 5px;
}

/****** Articles *******/
#articles, .pagination {
	list-style: none;
	padding: 5px 0;
	margin: 0;
}
#articles li {
	margin: 0;
	padding: 5px 0;
}
#articles li .date {
	padding-top: 4px;
}
.pagination {
	text-align: center;
}
.pagination li {
	display: bold;
	display: inline;
	padding: 0 2px;
	font-size: 11pt;
}
.pagination .next, .pagination .previous {
	font-size: 9pt;
	padding: 0 8px;
}
#article_search {
	margin-left: 260px;
}
.clear_search {
	text-align: center;
	display: block;
	border: none;
}
.clear_search:hover {
	border: none;
}


