﻿/* Elements */
html, body
{
	height:100%;
	width:100%;
	margin:auto;
}

body
{
    background-color:#232936;
    font-family:Tahoma, times new roman, Arial;
	font-size: 11px;
	font-weight: normal;
    color:#825244;
    margin: 0px;
    padding: 0px;
}

a:link, a:active, a:visited 
{
	color:#825244;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

a:hover 
{
	font-size: 11px;
	color:#825244;
	font-weight: normal;
	text-decoration: none;
}

div 
{
	position: relative;
}

h1 
{
	font-size: 14px;
	font-weight: bold;
}

h2 
{
	font-size: 13px;
	font-weight: bold;
}

h3 
{
	font-size: 12px;
	font-weight: bold;
}

img 
{
	border:0px;
	margin:0px;
	padding:0px;
}

input[type=text] 
{
    border-style:solid;
    border:1px;
    border-color:#666A73;
    padding-left:3px;
    width:150px;
}

input[type=password] 
{
    border-style:solid;
    border:1px;
    border-color:#666A73;
    padding-left:3px;
    width:150px;
}

li
{
	margin-left: 1em;
}

th
{
	text-align:left;
	text-decoration:underline;
}

ul
{
	text-indent:5px;
	list-style-position:outside;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	margin-right: 0em; 
	padding-left: 1em;
}
/* End Elements */



/* Classes */
a.footer, a:link.footer, a:active.footer, a:visited.footer
{
	color:#666A73;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

a:hover.footer
{
	font-size: 11px;
	color:#666A73;
	font-weight: normal;
	text-decoration: none;
}

a.headerLink, a:link.headerLink, a:active.headerLink, a:visited.headerLink
{
	color:white;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

a:hover.headerLink
{
	font-size: 11px;
	color:white;
	font-weight: bold;
	text-decoration: none;
}

div.bottomCap
{
	background:url(../Images/BottomCap.gif);
	background-repeat:no-repeat;
    border-width:0px;        
    border-style:solid;
    border-color:White;
    margin:auto;
    padding:0px 0px 5px 0px;
    text-align:center;
    height:40px;
    width:800px;
}

div.container
{
    height:100%; 
    width:100%; 
    text-align:center;
    padding:0px;
    margin:0px;
}

div.content
{
    /* Main content goes here */
    height:400px;
    overflow:auto;
    padding:10px 18px 10px 10px;
}

div.footer
{
	font-family:Tahoma, times new roman, Arial;
	font-size: 11px;
	font-weight: normal;
    color:#666A73;
    padding-bottom:15px;
}

div.headerLink
{
	font-size: 11px;
	color:white;
	font-weight: bold;
}

div.innerContainer
{
    background: url(../Images/Border.jpg);
    background-repeat:repeat-y;
    border-width:0px;        
    border-style:solid;
    border-color:White;
    margin:auto;
    padding:0px 20px 0px 20px;
    text-align:center;
    width:760px;
}

div.mastHead
{
    background: url(../Images/MastHead.jpg);
    background-repeat:no-repeat;
    height:279px;   
    margin:0px;
    padding:5px 5px 0px 5px;
    text-align:right;
}

div.news
{
	background-image:url(../Images/News.jpg);
	background-repeat:no-repeat;
}

div.newsContent 
{
	padding-bottom:15px;
}

div.panel
{
	border-color:#292929;
	border-style:solid;
	border-width:1px;
	margin:0px;
	overflow:auto;
	padding:0px 5px 0px 10px;
	position:absolute;
	text-align:left;
	width:340px;
}

div.shows
{
	background-image:url(../Images/Shows.jpg); 
	background-repeat:no-repeat;
}

div.showsContent 
{
	padding-bottom:15px;
}

div.bio
{
	background-image:url(../Images/Bio.jpg);
	background-repeat:no-repeat;
}

span.date
{
	color:#A0A0A0;
}

td.padded
{
	padding: 10px;
}
/* End Classes */