﻿body {
	font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
	margin: 0px;
	font-size: 0.7em;
	background-image: url("images/body_bg.gif");
}
#container {
	margin: 5px auto 0px auto;
	width: 950px;
	background: #000000;
}
#content {
	font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
	font-size: 1.2em;
	margin: 1px auto 1px auto;
	width: 934px;
	padding: 7px;
	background: #FFFFFF url("images/ttlklogo.jpg") no-repeat right top;
}
a:link {
	color: #8A3700;
}
a:visited {
	color: #542100;
}
a:hover {
	text-decoration: none;
	color: #A45521;
}
a:active {
	text-decoration: none;
	color: #000000;
}
textarea {
	font-size: 1em;
	font-family: Arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}
select {
	font-size: 1em;
	font-family: Arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}
input {
	font-size: 1em;
	font-family: Arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}
/* Use headers in the markup for accessibility reasons but control look with styles below*/
h6 {
	margin: 2px 0 2px 0;
}
h5 {
	margin: 2px 0 2px 0;
}
h4 {
	margin: 2px 0 2px 0;
}
h3 {
	margin: 2px 0 2px 0;
}
h2 {
	margin: 2px 0 2px 0;
}
h1 {
	font-size: 28px;
	font-weight: bold;
	margin: 5px 0 5px 0;
}
h1 a:active {
	text-decoration: none;
	color: #000000;
}
h1 a:hover {
	text-decoration: none;
	color: #000000;
}
h1 a:visited {
	text-decoration: none;
	color: #000000;
}
h1 a:link {
	text-decoration: none;
	color: #000000;
}
/************************************************************************
* 
* Main navigation used by the masterpage
*
************************************************************************/
/* Navigation strips */
#navtop {
	background: url("images/mainnav-bgred.gif") no-repeat center;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
	height: 50px;
	margin: 0 auto 0 auto;
	width: 950px;
}
#footer {
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 9px 0 9px 0;
	color: #000000;
	vertical-align: bottom;
	width: 950px;
}
/* Make main navigation bars from an unordered list for easy update and better accessibility */
#navtop a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navtop a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#navtop a:active {
	color: #FFFFFF;
	text-decoration: none;
}
/************************************************************************
* 
* Next / previous specific formatting 
*
************************************************************************/
.nextlink {
	position: absolute;
	right: 0;
	padding-right: 15px;
}
/************************************************************************
* 
* Global formatting
*
************************************************************************/
/* all the legend tags use this same style */
legend {
	font-weight: bold;
	color: #666666;
	font-size: 1em;
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 7px;
}
/* apply zero margin to all forms and hide fieldset borders. Keep fieldset borders in the markup for better accessibility */
form {
	margin: 0px;
}
fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}
/* sometimes we hide elements from display in visual browsers (but leave them in the source for non visual browsers and for accessibility) */
.hidden {
	visibility: hidden;
}
.none {
	display: none;
}

/* A full width block on the page */

.fullwidth, #loginbanner
{
    border: 1px solid #B60000;
    width: 750px;
    margin-right: auto;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.fullwidth2
{
    width: 750px;
    margin-right: auto;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

/* membercard configuration */
.membercard
{
    background-color: #FFFFFF;
    border: 1px solid #B60000;
    padding: 10px;
    margin-bottom: 10px;
    width: 227px;
}
.membercard p
{
    margin: 5px;
}
.clearcard
{
    clear:left;
    height:0;
    margin:0;
    padding:0;
}

#membercardcolumnleft
{
    float: left;
    position: relative;
}
#membercardcolumnright
{
    margin-left: 226px;
}
.membercard h3
{
    font-size: 1em;
}

/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #B60000;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
    width:750px;
}

.dashedlinesml
{
    border-bottom: 1px dashed #B60000;
    padding-top: 0px;
    margin-bottom: 0px;
    clear:right;
}

/************************************************************************
* 
* Rollover buttons
*
************************************************************************/

.buttonsmall, .buttonsmall-ovr
{
    border: none;
    color: #FFFFFF;
    height: 16px;
    font-weight: normal;
    font-size: 9px;
    padding-bottom: 9px;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #B60000;
    background-image: none;
    text-align: center;
}
.buttonsmall-ovr
{
    text-decoration: underline;
    background-color: #965858;
}