﻿/*********************************************************************************************************
*** Default Styles ***************************************************************************************
*********************************************************************************************************/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
}

tr {
	height: 23px;
}

td {
	vertical-align: top; 
}



/*********************************************************************************************************
*** Placeholder Styles ***********************************************************************************
*********************************************************************************************************/
div.left_side_bar {
	background-image: url("images/scroll.jpg");
	background-position: top left;
	background-repeat: repeat;
	width: 220px;
	height: 130px;
	color: White;
	padding: 3px;
}

div.left_side_bar tr {
	height: 15px;
}

div.left_side_bar legend.feature_section {
	font-weight: bold;
	color: brown;
}

div.left_side_bar td.feature_section {
	width: 200px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	color: black;
}

div.left_side_bar a {
	color: red;
}

div.head_bar {
	background-image: url("images/main_banner.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	width: 750px;
	height: 150px;
}

div.logo_bar {
	background-image: url("images/main_logo.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	width: 231px;
	height: 91px;
}

div.sub_logo_bar {
	background-image: url("images/main_sub_logo.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	width: 183px;
	height: 132px;
}

div.cnt_main {
	margin-top: 15px;
	width: 750px;
}



/*********************************************************************************************************
*** Login Styles *****************************************************************************************
*********************************************************************************************************/
div.loginstrip {
	width: 600px;
}

div.loginstrip a {
	color: Black;
	font-weight: bold;
	text-decoration: none;
}

div.loginstrip a:hover {
	color: Black;
	font-weight: bold;
	text-decoration: underline;
}

div.loginstrip span {
	color: Black;
	font-weight: bold;
	text-decoration: none;
}


div.login {
	background-color: #FFFFCC;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	top: 25px;
	left: 682px;
	position: absolute;
	z-index: 1000;
}

div.login table {
	margin: 5px;
}

div.login span.error {
	font-weight: bold;
	color: #CC0000;
}

div.login span.default {
	font-weight: bold;
	color: #339900;
}



/*********************************************************************************************************
*** Editorial Styles *************************************************************************************
*********************************************************************************************************/
div.editorial {
	border-style: solid;
	border-color: Black;
	border-width: 1px;
	padding: 5px;
	width: 210px;
}

div.editorial tr.detail {

}

div.editorial tr.detail td {
	font-size: 12px;

}

div.editorial tr.spacer {
	height: 12px;
}

div.editorial a {
	
}



/*********************************************************************************************************
*** Navigation Tool Styles *******************************************************************************
*********************************************************************************************************/
div.nav_main {
	margin-top: 5px;
	width: 750px;
}

div.nav_main tr {
	height: 13px;
}



/*********************************************************************************************************
*** Officers and Directors Section Styles ****************************************************************
*********************************************************************************************************/
table.officer_list {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

table.officer_list tr {
	height: 15px;
}

table.officer_list td {
	vertical-align: middle;
}

table.officer_list tr.header {
	height: 14px;
}

table.officer_list tr.header td {
	font-weight: bold;
	font-size: 13px;
}

table.officer_list tr.sub_header {
	height: 11px;
}

table.officer_list tr.sub_header td {
	font-size: 10px;
}

table.officer_list tr.title {
	height: 13px;
}

table.officer_list tr.title td {
	font-size: 11px;	
}

table.officer_list tr.sub_title {
	height: 11px;
}

table.officer_list tr.sub_title td {
	font-size: 10px;
}

table.officer_list tr.spacer {
	height: 5px;
}



/*********************************************************************************************************
*** Navigation Link Styles *******************************************************************************
*********************************************************************************************************/
div.nav_main {
	
}

div.nav_main a {
	color: Black;
	text-decoration: none;
}

div.nav_main a:hover {
	color: Black;
	text-decoration: underline;
}



/*********************************************************************************************************
*** News Flash Styles ************************************************************************************
*********************************************************************************************************/
div.news_flash_main {
	border-style: solid;
	border-color: Blue;
	border-width: 1px;
	width: 750px;
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
}

div.news_flash_main span.news_tag {
	font-weight: bold;
}

div.news_flash_main span.news_text {
	color: Red;
	font-family: Courier New;
	font-weight: bold;
}

input.news_text {
	font-family: Courier New;
}



/*********************************************************************************************************
*** Tab Menu Styles **************************************************************************************
*********************************************************************************************************/
table.tab_control {
	
}

table.tab_control a {
	color: Black;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

table.tab_control a:hover {
	color: Black;
	text-decoration: underline;
}

td.tab_item_inactive {
	border-top-style: solid;
	border-top-color: Gray;
	border-top-width: 1px;
	border-left-style: solid;
	border-left-color: Gray;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: Gray;
	border-bottom-width: 1px;
	vertical-align: middle;
	text-align: center;
}

td.tab_item_active {
	border-top-style: solid;
	border-top-color: Gray;
	border-top-width: 1px;
	border-left-style: solid;
	border-left-color: Gray;
	border-left-width: 1px;
	vertical-align: middle;
	text-align: center;
}

td.tab_filler {
	border-left-style: solid;
	border-left-color: Gray;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: Gray;
	border-bottom-width: 1px;
}

div.tab_menu {
	border-right-style: solid;
	border-right-color: Gray;
	border-right-width: 1px;
	border-left-style: solid;
	border-left-color: Gray;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: Gray;
	border-bottom-width: 1px;
	padding: 5px;
}



/*********************************************************************************************************
*** Generic List Styles **********************************************************************************
*********************************************************************************************************/
div.generic_list {
	
}

div.generic_list tr {

}

div.generic_list tr.header_row {
	height: auto;
}

div.generic_list tr.header_row td {
	font-weight: bold;
	font-size: 12px;
}

div.generic_list tr.subheader_row {
	height: auto;
}

div.generic_list tr.subheader_row td {
	font-weight: bold;
	font-size: 11px;
}

div.generic_list tr.title_row {
	height: auto;
}

div.generic_list tr.title_row td {
	font-size: 11px;
}

div.generic_list tr.detail_row {
	height: auto;
}

div.generic_list tr.detail_row td {
	font-size: 12px;
}

div.generic_list tr.spacer_row {
	height: 12px;
}

div.generic_list tr.spacer_row td {
	
}

div.generic_list a {
	color: Black;
}



/*********************************************************************************************************
*** Schedule List Styles *********************************************************************************
*********************************************************************************************************/
div.schedule_list {
	text-align: center;	
}


div.schedule_list table.page_section {
	text-align: center;
	vertical-align: middle;
}

div.schedule_list table.page_section tr {

}

div.schedule_list table.page_section tr td.control_column {
	vertical-align: middle;
	font-weight: lighter;
	font-size: 12px;
	width: 80px;
}

div.schedule_list table.page_section tr td.title_column {
	font-weight: bolder;
	font-size: 18px;
	width: 350px;
}


div.schedule_list table.calendar_section {
	text-align: left;
	vertical-align: top;
}

div.schedule_list table.calendar_section tr {
	height: 40px;
	background-color: #F0F0F0;
	color: #000000;
}

div.schedule_list table.calendar_section tr.alt {
	height: 40px;
	background-color: #FFFFFF;
	color: #000000;
}

div.schedule_list table.calendar_section tr.adjacent_month {
	background-color: #C0C0C0;
	color: #000000;
}

div.schedule_list table.calendar_section tr.current_month {
	background-color: #66CCFF;
	color: #000000;
}

div.schedule_list table.calendar_section tr td.firstday_column {
	color: #FF0000;
	font-weight: bold;
	width: 80px;
}

div.schedule_list table.calendar_section tr td.day_column {
	width: 80px;
}

div.schedule_list table.calendar_section tr td.date_column {
	width: 100px;
}

div.schedule_list table.calendar_section tr td.date_memo {
	width: 500px;
}



/*********************************************************************************************************
*** Library List Styles **********************************************************************************
*********************************************************************************************************/
div.library_backlogo {
	background-image: url("images/souvenir - cover.jpg");
	background-position: top right;
	background-repeat: no-repeat;
}

div.library_list {
	
}

div.library_list tr {

}

div.library_list tr.header_row {
	height: 15px;
}

div.library_list tr.header_row td {
	font-weight: bold;
	font-size: 13px;
}

div.library_list tr.detail_row {
	height: 14px;
}

div.library_list tr.detail_row td {
	font-size: 12px;
}

div.library_list tr.note_row {
	height: 12px;
}

div.library_list tr.note_row td {
	font-style: italic;
	font-size: 11px;
	color: #990033;
}

div.library_list tr.spacer_row {
	height: 15px;
}

div.library_list tr.spacer_row td {
	
}

div.library_list a {
	color: Black;
}



/*********************************************************************************************************
*** Contact Us Styles ************************************************************************************
*********************************************************************************************************/
div.contact_info {
	
}

div.contact_info tr {
	height: 15px;
}

div.contact_info td.header {
	font-weight: bold;
}


div.online_message {
	
}

div.online_message tr {
	height: 25px;
}

div.online_message td.title {
	text-align: right;
	vertical-align: middle;
}

div.online_message td.success {
	font-weight: bold;
	color: #66CC00;
	vertical-align: middle;
}

div.online_message td.failure {
	font-weight: bold;
	color: #FF3333;
	vertical-align: middle;
}



/*********************************************************************************************************
*** Message List Styles **********************************************************************************
*********************************************************************************************************/
div.message_item {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 570px;
}

div.message_item table {
	margin-top: 3px;
	margin-left: 3px;
	margin-bottom: 3px;
	margin-right: 3px;
}

div.message_item tr {
	height: 15px;
}

div.message_item td.title {
	font-weight: bold;
}


/*********************************************************************************************************
*** Photo Profile List Styles *********************************************************************************
*********************************************************************************************************/
div.photoprof_list {
	background-color: #FFFFFF;
}

div.photoprof_list tr.photo_row {

}

div.photoprof_list tr.photo_row td {
	width: 150px;
	height: 110px;
	text-align: center;
	vertical-align: middle;
}

div.photoprof_list tr.title_row {
	height: 15px;
}

div.photoprof_list tr.title_row td {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

div.photoprof_list tr.subtitle_row {
	height: 15px;
}

div.photoprof_list tr.subtitle_row td {
	font-size: 10px;
	text-align: center;
}



/*********************************************************************************************************
*** Generic List Styles **********************************************************************************
*********************************************************************************************************/
div.multicol_list {
	
}

div.multicol_list tr {
	height: 15px;
}

div.multicol_list td.header_cell {
	font-weight: bold;
	font-size: 11px;
}


div.multicol_list table.member_list {
	
}

div.multicol_list table.member_list a {
	text-decoration: none;
	color: #000000;
}

div.multicol_list table.member_list a:hover {
	text-decoration: none;
	color: Blue;
}



/*********************************************************************************************************
*** General Address Styles *******************************************************************************
*********************************************************************************************************/
div.genaddress {
	
}

div.genaddress tr.photo {
}

div.genaddress tr.photo td {
	text-align: center;
}

div.genaddress tr.title {
	height: 16px;
}

div.genaddress tr.title td {
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}

div.genaddress tr.subtitle {
	height: 15px;
}

div.genaddress tr.subtitle td {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

div.genaddress tr.subsection {
	height: 15px;
}

div.genaddress tr.subsection td {
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}

div.genaddress tr.spacer {
	height: 14px;
}

div.genaddress tr.spacer td {
	
}

div.genaddress tr.line {
	height: 13px;
}

div.genaddress tr.line td {
	font-size: 12px;
}



/*********************************************************************************************************
*** Video Page Styles ************************************************************************************
*********************************************************************************************************/
table.video_box {
	
}

table.video_box td.title {
	font-weight: bold;
}



/*********************************************************************************************************
*** Independent Anchor Styles ****************************************************************************
*********************************************************************************************************/
a.direct_link {
	font-size: 10px;
	font-style: italic;
}



/*********************************************************************************************************
*** Ad Rotator Styles ************************************************************************************
*********************************************************************************************************/
div.ads_frame {
	width: 980px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

table.ads_frame {
	
}

div.ads_item {
	width: 187px;
	height: 150px;
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #E0E0E0;
	margin: 3px;
}

div.ads_item img.ads_item {
	cursor: pointer;
	width: 187px;
	height: 147px;
}

div.ads_item td {
	font-size: 10px;
}

div.ads_item a {
	font-size: 10px;
	font-weight: bold;
}



/*********************************************************************************************************
*** Diagnostic Styles ************************************************************************************
*********************************************************************************************************/
.border_outline {
	border-style: dotted;
	border-width: 1px;
	border-color: Blue;
}
