/*
author: Chad K. Flentje
copyright 2015, Boy Scout Troop 374
*/


/*------------------------*/
/* Top Page
/*------------------------*/
tr#top_banner
{
	background-image:url('images/banner_middle.gif');
}

tr#top_menu
{
	background-image:url('images/top_menu_bkgnd.gif');
}

.top_page
{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
}

.top_page a:link { color: white; text-decoration: none; }
.top_page a:active { color: white; text-decoration: none; }
.top_page a:visited { color: white; text-decoration: none; }
.top_page a:hover { color: #FFCC00; text-decoration: none; }


/*------------------------*/
/* Left Page
/*------------------------*/
.left_page
{
	background-color: white;
	color: black;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center
}

.left_page a:link { color: black; text-decoration: none; }
.left_page a:active { color: #0000FF; text-decoration: none; }
.left_page a:visited { color: black; text-decoration: none; }
.left_page a:hover { color: #0000FF; text-decoration: none; }

.copyright_notice
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: 900;
	text-align: center
}


/*------------------------*/
/* Scout Link Page
/*------------------------*/
.scoutlink_page a:link { color: #604F6C; text-decoration: underline; }
.scoutlink_page a:active { color: #604F6C; text-decoration: none; }
.scoutlink_page a:visited { color: #604F6C; text-decoration: underline; }
.scoutlink_page a:hover { color: #FFCC00; text-decoration: none; }

/*------------------------*/
/* Leader Roster Pages
/*------------------------*/
.roster_table table
{
border: 0px;
border-spacing: 0px;
padding: 0px;
}

.roster_table tr
{
vertical-align: top;
}

.roster_table td.small_subtitle
{
text-align: right;
white-space: nowrap;
}

.roster_table td.table_body
{
text-align: left;
white-space: nowrap;
}


/*------------------------*/
/* Common
/*------------------------*/
.common_page a:link { color: #604F6C; text-decoration: underline; }
.common_page a:active { color: #604F6C; text-decoration: none; }
.common_page a:visited { color: #604F6C; text-decoration: underline; }
.common_page a:hover { color: #FFCC00; text-decoration: none; }

.title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

.subtitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.small_subtitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

.body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

.table_title
{
	background-color: #604F6C;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center
}

.table_subtitle
{
	background-color: #604F6C;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-align: center
}

.table_body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}
