﻿html {
	color: #0f0702;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

body {
	background: #9d8d67 url('../../images/bg2.jpg') repeat-x top center;
	margin: 0px auto;
	padding: 0px auto;
}

hr {
	color: #271204;
}

.png {
	behavior: none !important;
	behavior: url('../../png/iepngfix.htc');

}

.error
{
	font-size: 10pt;
	color: Red;
	margin-bottom: 5px;
}

.pagingLinks a
{
	color: #0f0702;
	text-decoration: underline;
}

.pagingLinks a:hover
{
	text-decoration: underline;
}

.gridLinks a
{
	color: #0f0702;
	font-weight: bold;
	text-decoration: underline;
}
.gridlinks a:hover
{
	text-decoration: underline;
}

#wrapper {
	margin: 0px auto;
	width: 970px;
}

#header {
	height: 250px;
}

#content {
	background-color: #b3a17c;
	border: 4px solid #4b301d;
	border-top: 0;
	letter-spacing: 1px;
	color: #221006;
	font-size: 1em;
	margin-top: -10px;
	padding: 10px 20px 10px 20px;
	text-align: justify;
}

#leftContentFooter {
	background: url('../../images/leftContentFooter.gif') no-repeat;
	float: left;
	height: 131px;
	width: 607px;
}


#rightContent {
	background: url('../../images/rightContentBG.png') no-repeat top center;
	behavior: none !important;
	behavior: url('png/iepngfix.htc');
	float: right;
	height: 449px;
	margin-top: -10px;
	width: 337px;
	text-align: center;
}

#rightContent p {
	margin-top: 0px;
}

#rightContent p:first-child {
	margin-top: 15px;
}


#footer {
	border-top: 1px #6c5b40 dashed;
	color: #4a301e;
	font-size: .8em;
	height: 100px;
	margin-top: 40px;
	padding-top: 10px;
	width: 970px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/** IMAGES, TEXT, LINKS **/
h1 {
	border-bottom: 1px #0f0702 solid;
}

img {
	border: none;
}

p.lyrics {
	font-style: italic;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;

}
#leftContent a, .link {
	color: #271204;
	font-weight: bold;
	text-decoration: none;
}

#leftContent a:hover, .link:hover {
	text-decoration: underline;
}

.link
{
	font-size: 10pt;
}

.logoutLink .link
{
	color: White;
}

.logoutLink
{
	position: relative;
	color: White;
	float:right;
	top: 20px;
	margin-right: 20px;
	text-align: right;
	font-size: 10pt;
}

#footer img {
	float: left;
}

#footer a {
	color: #271204;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


#rightContent img {
	border: none;
}

.faq {
	/*margin-bottom: 30px;*/
}

.faq em {
	display: block;
	font-weight: bold;
}


/** FORMS **/

.descrip
{
	display: block;
	font-size: 10pt;
	font-style: italic;
}

.contactForm {
	font-size: .8em;
	margin: 0;
	padding: 0;
	list-style: none;
}

.contactForm li {
	margin-bottom: 6px;
	clear: both;
}

.contactForm li .frmLabel {
	width: 150px;
	margin-right: 5px;
	float: left;
}

.LoginLabel
{
	width: 80px;
	margin-right: 5px;
	float: left;
}

.adminForm
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.adminForm li
{
	margin-bottom: 30px;
}

.adminForm .fieldTitle
{
	display: block;
}


/* TABLES */

.tabularData
{
	color: #221006;
}

.tabularData th
{
	text-align:left;
}

tabularData tr.even
{
	background-color: #866C48;
}

tabularData tr.odd
{
	background-color: #C59F6A;
}

.tabularData tr td
{
	padding: 3px;
}


/* GENERIC CLASSES */

.center 
{
	text-align: center;
}

.displayNone
{
	display: none;
}

.displayBlock
{
	display: block;
}

.displayInline
{
	display: inline;	
}

.leftMargin5
{
	margin-left: 5px;
}

.leftMargin10
{
	margin-left: 10px;
}

.topMargin10
{
	margin-top: 10px;
}

.rightMargin5
{
	margin-right: 5px;
}

.rightMargin10
{
	margin-right: 10px;
}

.font10
{
	font-size: 10pt;
}

.vAlignBottom
{
	vertical-align: bottom;
}
