/* CSS Document */
html,body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFCC;

    height: 100%;

/*	ffcf8c; bastard amber
	0079c6; sky blue */
}

td,th {
	border-style:none;
}

table {
	border-style: solid;
	border-color: #000066;
}

.dues_unpaid {
	font-size: small;
	padding:0;
	text-align:center;
	background-color:#909090;
	border-left:hidden;

}

.dues_paid {
	font-size: small;
	padding:0;
	text-align:center;
	background-color:#0099FF;
	border-left:hidden;

}

h6 {
	font-size: x-small;
}

h2 {
	text-align: center;
}

h3,h2 {
	font-weight:bold;
	text-decoration:underline;
}

.small {
	font-size: small;
}

.showdates {
	font-size: x-small;
	font-style: italic;
}

.season {
	font-size: large;
	font-weight: bold;
}

.playbill {
	font-family: "Courier New", Courier, mono;
	font-size: small;	
}

.navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFCC;
	background-color: #000066;
}

a.navbar:link {
	color: #FFFFCC;
	text-decoration: none;
}
a.navbar:visited {
	text-decoration: none;
	color: #FFFFCC;
}
a.navbar:hover {
	text-decoration: underline;
	color: #FFFFCC;
}
a.navbar:active {
	text-decoration: none;
	color: #FFFFCC;
}


a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color: #000066;
}
a:active {
	text-decoration: none;
	color: #000066;
}

.wall {
	font-size:x-small;
    margin: 0;
    padding: 0;
}

td.wall {
	background-color: #000099;
	color: #FFFFFF;
    border: none;
}

img.wall {
	border: 0px;
}

a.wall:link{
	color: white;
	font-size: smaller;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.wall:visited {
	font-size: smaller;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
}

a.wall:hover {
	font-size: medium;
}