/* Main style sheet */



/* Define links */

a:visited
{
	text-decoration: none;
	color:#0e72a4;
}

a:link
{
	text-decoration: none;
	color:#0e72a4;
}

a:hover
{
	text-decoration: underline;
	color:#0e72a4;
}
	
a:active
{
	text-decoration: none;
	color:#0e72a4;
}

a.menu:visited
{
	text-decoration: none;
	font-size: 12pt;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	color: #0e72a4;
	vertical-align: bottom;
}

a.menu:link
{
	text-decoration: none;
	font-size: 12pt;
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #0e72a4;
	vertical-align: bottom;
}

a.menu:hover
{
	text-decoration: none;
	font-size: 12pt;
	font-family: arial, sans-serif;
	color: #ffffff;
	background-color: #0e72a4;
}

a.menu:active
{	text-decoration: none;
	color:#ffffff;
	background-color: #0e72a4;
}

/* Define fonts */

.topic
{
	font-size: 13px;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	color:#0e72a4;
}

.text
{
	font-size: 11px;
	font-family: verdana, sans-serif;
	color: #000000;
}

.date
{
	font-size: 9px;
	font-family: verdana, sans-serif;
	color: #666666;
}

.sig
{
	font-size: 11px;
	font-family: arial, verdana, sans-serif;
}

.trailhead
{
	font-size: 16px;
	font-family: verdana, arial, sans-serif;		
	color: #4F7B5C;
	font-weight: bold;
}


/* Format tables */

.header
{
	border-color: #0e72a4;
	border-style: solid;
	border-width: 1px;
	background-color: #0e72a4;
	font-size: 12px;
	font-family: verdana, sans-serif;
	font-weight: bold;
	color: #ffffff;
	width: 100%
}


table.poll
{
	border-color: #0e72a4;
	border-style: solid;
	border-width: 1px;
	background-color: #ffffff;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #505050;
	width: 100%;
}

table.body
{
	border-color: #0e72a4;
	border-style: solid;
	border-width: 1px;
	background-color: #ffffff;
	width: 100%;
}

table.ssi_table
{
	border-color: #0e72a4;
	border-style: solid;
	border-width: 0px;
	background-color: #ffffff;
	width: 100%;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #505050;
}

table.menu 
{
	border-color: #0e72a4;
	border-style: solid;
	border-width: 1px;
	background-image: url(images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #ffffff;
	width: 90%;
}

td.ssi_td
{
	font-family: verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #505050;
	padding: 4px;
	background-image: url(images/titlebg.jpg);
}

td.ssi_td2
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #505050;
	background-image: url(images/titlebg.jpg);
	padding: 4px;
}

td.welcome
{
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #afc6db;
	padding: 4px;
}

td.poll
{
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-image: url(images/head_bg.gif);
	padding: 4px;
}

td.pollbody
{
	padding: 6px;
}

td.title 
{
	font-size: 40pt;
	font-family: arial, sans-serif;
	color: #0e72a4;
	background-image: url(images/home_bg_blue.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-bottom: 14px;
}

td.links
{
	text-align: center;
	background-image: url(images/links_bg.jpg);
	padding: 8px;
}

tr.shops
{
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #fffff0;
}

tr.shopsalt
{
	font-family: verdana, sans-serif;
	font-size: 12px;
}

/* General page layout */

body
{
	background-color: #fffffa;
	margin-top:10px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}

p.menu
{
	border-right: thin solid #0e72a4;
}

/* Misc styles */

img.banner
{
	border: none;
	padding-bottom: 10px;
}

img.poll
{
	vertical-align: bottom;
	padding-top: 3px;
	padding-bottom: 6px;
}

select.links
{
	font-family: arial, sans-serif;
	font-size:11px;
}

select
{
	font-family:verdana, sans-serif;
	font-size:10px;
	background:#ffffff;
	color:#000000;
}

input
{
	font-family:verdana, sans-serif;
	font-size:11px;
	background:#ffffff;
	color:#000000;
}
textarea
{	
	font-family:verdana, sans-serif;
	font-size:10px;
	background:#ffffff;
	color:#000000;
}


