/* Styles for body */
body {
	background-color: #F9F9FF;
	min-width: 850px
}
div.container {
	width: 400px;
}
div.sidePanel {
	width: 25%;
	display: inline;
	border: double black;
}
div.centerPanel {
	width: 50%;
	display: inline;
	border: double red;
}
div.logo {
	margin-bottom: 1em;
	margin-left:0px auto;
	margin-right:0px auto;
}

/* Styles for menu */
.menu {
	padding: 0;
	margin-left: 0px auto;
	margin-right: 0px auto;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
}
.submenuDelimiter, a.submenuLink, .submenuNoLink {
	display: block;
	margin: 0em;
	white-space: nowrap;
	font: bold small Arial, Verdana, sans-serif;
	border: 1px solid gray;
}
.submenuDelimiter {
	padding: 0.33em 0.25em 0;
	border: 1px solid silver;
	border-width: 1px;
	background-color: rgb(96%,95%,94%);
	color: rgb(46%,45%,44%)
}
a.submenuLink, .submenuNoLink {
	padding: 0.33em 0.25em 0 1.5em;
/*	text-decoration: none; */
	text-align: left;
	border: 1px solid gray;
	border-color: rgb(90%,85%,80%) rgb(60%,55%,50%) rgb(60%,55%,50%) rgb(90%,85%,80%);
	color: #222222;
	background: #BEC5C9;
}
a.submenuLink {
	background: #BEC5C9;
}
.submenuNoLink {
	background: #A0A5A6;
	color: rgb(80%,79%,78%)
}
a.submenuLink:hover {
	background: #9BA1A2;
}
a.submenuLink:active {
	border-style: inset;
	background-color: #606566;
	color: rgb(96%,95%,94%)
}

.submenu {
	margin-top: 5em;
	margin-right: 1em;
	margin-bottom: 2em;
	width: 200px;
	border: double black;
}
div.views {
	margin: 0px auto;
	font: bold small Arial, Verdana, sans-serif;
	text-align: center;
}
div.viewNoLink, div.linkedView {
	display: inline;
	width: 10em;
	text-align: center;
	margin: 2em;
}
div.viewNoLink {
	color: gray;
}
a.viewLink {
	color: blue;
	text-decoration: underline;
}
a.viewLink:hover {
	text-decoration: underline;
}
a.viewLink:active {
	text-decoration: underline;
	border-style: inset;
}
	

/* Styles for content */
h2 {
	text-align: center
}
div.content {
	margin: 1em;
	padding: 1em;
	background-color: #F7F2E8;
	border: thin solid black;
	width: 430px;
}
div.subtitle {
	font-size: small;
	text-align: center;
	margin-top: -1.5em;
	margin-bottom: 1em
}
.footer, .subfooter {
	font-style: italic;
	text-align: center
}
.footer {
	font-size: small
}
.subfooter {
	font-size: xx-small
}

/* Styles for play list */
li.tune {
	margin-bottom: 1em;
}
.tuneTitle {
	font-weight: bold;
}
p.tune {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 4em;
	text-indent: -4em;
}
div.notunes {
	margin: 5em;
	text-align: center;
	font-size: large;
	font-weight: bold;
}

/* Styles for schedule */
div.event {
	margin-bottom: 1em;
	margin-left: 1em;
	display: list-item;
}
div.eventTime {
	font-style: italic;
}
div.eventMonth {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: large;
	font-weight: bold;
	text-align: center;
	margin-bottom: .25em;
}
li.event {
	margin-bottom: 1em;
}
div.comment {
	font-style: italic;
}
#checkboxLabel,#nameLabel,#addressLabel,#phoneLabel,#emailLabel,#urlLabel {
	color: gray;
	text-align: right;
}
#zipPrompt {
	font-style: italic;
	color: gray;
}
fieldset{ 
	display: block; 
	float: left; 
	width: 358px!important; 
	width: 360px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	margin-top: 20px; 
	margin-left: 20px; 
	border: 1px solid #888888;
	text-align: left;
	background-color: #F7F2E8;
}
legend{ 
	padding: 2px 5px; 
	border: 1px solid #888888; 
	background-color: #F7F2E8;
}
div.eventPublic{
	font-weight: bold;
}
.cancelled{
	color: #AAAAAA
}
#content{ 
	display: block; 
	float: left; 
	padding-top: 10px; 
	padding-left: 10px; 
	padding-right: 0; 
	padding-bottom: 0; 
	margin: 0; 
}
#content p{ 
	padding-right: 10px; 
	padding-bottom: 10px; 
	margin:0; 
}
.moreInfo{ 
	display: block; 
	float: right; 
}

/* Styles for photos */
div.photo {
	margin: 20px;
}
div.matte {
	background-color: #111111;
	width: 214px;
	height: 144px;
	text-align: center;
	margin-top: 3em;
	margin-bottom: 3em;
	margin-left: .1em;
	margin-right:.1em;
}
div.photoSpacer {
	width: 140px;
	display: inline
}
div.thumbnailTitle {
	font-size: small;
	text-align: center
}
div.photoTitle {
	font-size: medium;
	text-align: center
}

/* Styles for player info */
div.player {
	border: thin solid gray;
	background-color: #FFFFF4;
	padding: 10px;
	margin-bottom: 2em;
}
td {
	vertical-align: top;
}
td.label {
	text-align: right;
	font-weight: bold;
}
div.memberInfoLine {
	margin-top: 0;
	margin-bottom: 0;
}
	

/* Styles for Contact */
li.tips {
	margin: 2em;
}
span.tips {
	font-weight: bold;
}

/* Styles for login */
div.loginBox {
	margin-left: auto;
	margin-right: auto;
	padding: 3em;
	border: thick outset #B5AAAA;
	width: 15em;
	background-color: #E7E2D8;
}
div.loginLine {
	text-align: left;
	font-weight: bold;
	font-size: small;
}
div.loginButton {
	text-align: center;
	margin-top: 1em;
}
div.warning {
	text-align: center;
	margin-bottom: 1em;
	color: red;
	font: small Arial, Helvetica;
}
div.emailLine {
	padding-top: .25em;
	padding-bottom: .25em;
}
p.email {
	text-align: center;
	font-style: italic;
}
div.submit {
	margin:1em;
	text-align: center;
}
div.lineIndented {
	margin-left:4em;
}
img.about {
	width: 390px;
	text-align: center;
}
div.login {
	text-align: right;
	font-size: small;
}
td.leftLabel {
	text-align:right;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}