body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

table {
	border-collapse: collapse;
}

.shows th{
	background-color: #E7E7E7;
	border: 1px solid #999999;
	text-align: left;
	font-family: sans-serif;
	padding: 2px;
	font-size: 14px;
}

.shows td{
	background-color: #FFFFFF;
	border: 1px solid #999999;
	text-align: left;
	padding: 2px;
	font-family: sans-serif;
	font-size: 12px;
}

.theFooter{
	margin-top: 20px; 
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #af9f8b;
	text-align: center;
	padding-bottom: 5px;
}

a.theFooter:link	{ text-decoration: underline; color: black; }
a.theFooter:active	{ text-decoration: underline; color: black; }
a.theFooter:visited	{ text-decoration: underline; color: black;}
a.theFooter:hover	{ text-decoration: none; color: #450163;}

.form-center {	border: 1px solid #534640; 
	border-bottom: 0px; 
	border-top: 0px; 
	background-color: #EAE1D5;
	font-size: 11px;
	font-family: sans-serif;
	padding: 2px;
}
.form td {
	font-family: sans-serif;
	font-size: 12px;
	padding: 4px;
}
.form-center {
	border: 1px solid #534640; 
	border-bottom: 0px; 
	border-top: 0px; 
	background-color: #EAE1D5;
	font-size: 11px;
	font-family: sans-serif;
	padding: 2px;
}
.theMessage{
	color: red; 
	font-weight: bold; 
	font-family: sans-serif; 
	font-size: 12px;
	padding-top: 10px;
}
a:link		{ text-decoration: underline }
a:active	{ text-decoration: underline }
a:visited	{ text-decoration: underline }
a:hover		{ text-decoration: none; color: #450163; }

.showList td{
	 border-bottom: 1px solid silver;
	 text-align: left;
	 padding-right: 4px; 
	 padding-top: 6px; 
	 padding-bottom: 6px;
	 margin-left: 0px;
	 font-family: Trebuchet MS;
	 font-size: 12px;
}
.button{
	background-color:#E7E7E7; 
	border-left: 2px solid #cccccc;
	border-top: 2px solid #cccccc;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	padding: 5px;
}
.appTable td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	padding: 4px;
} /*border: 1px solid silver;*/
.altrow1{
	background-color:#E7E7E7; 
}
.altrow2{
	background-color:#FFFFFF; 
}
