body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	color: #FAEEA6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#wrapper {
	padding: 15px 0px 50px 40px;
}
#top {
	width: 760px;
	}
#name {
	float: left;
	padding: 0px 0px 12px 15px;
	font-size:16px;
	color: #FAEEA6;
	letter-spacing: 1px;
}
a.name:link {
	text-decoration: none;
	color: #FAEEA6;
}
a.name:visited {
	text-decoration: none;
	color: #FAEEA6;
}
a.name:hover {
	text-decoration: none;
	color: #64C5CC;
}
a.name:active {
	text-decoration: none;
	color: #FAEEA6;
}
#number {
	float: right;
	padding: 4px 15px 12px 0px;
	color: #FAEEA6;
}
#head {
	clear: both;
	height: 222px;
	width: 375px;
	padding: 0px 0px 0px 400px;
	background-image: url(http://wmxm.org/images/header_sticker.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a.listen:link {
	height: 222px;
	width: 360px;
	background-image: url(http://wmxm.org/images/header_tape_a.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
}
a.listen:visited {
	height: 222px;
	width: 360px;
	background-image: url(http://wmxm.org/images/header_tape_a.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
}
a.listen:hover {
	height: 222px;
	width: 360px;
	background-image: url(http://wmxm.org/images/header_tape_b.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
}
a.listen:active {
	height: 222px;
	width: 360px;
	background-image: url(http://wmxm.org/images/header_tape_a.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
}

/* menu */

#nav {
	padding: 43px 0px 0px 0px;
	height: 160px;
	width: 760px;
	background-image: url(http://wmxm.org/images/header_tangle.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.menu ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
.menu li{
	float:left;
	position:relative;
	z-index:100;
}
.menu table{
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	left:-1px;
	top:24px;
}
.menu a, .menu :visited {
	display:block;
	font-size:11px;
	font-weight: bold;
	width:161px;
	padding:6px;
	color:#143A25;
	text-decoration:none;
	margin-right:2px;
	text-align:center;
	background-color: #64C5CC;
	background-image: url(http://wmxm.org/images/menu_bg_a.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.menu :hover{
	color:#143A25;
	background-color: #FAEEA6;
	background-image: url(http://wmxm.org/images/menu_bg_b.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.menu ul ul {
	visibility:hidden;
	position:absolute;
	width:161px;
	height:0;
}
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
}

#footer {
	clear: both;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 250px 0px;
	background-image: url(http://wmxm.org/images/footer.jpg);
	width: 760px;
	height: 25px;
	line-height:25px;
	text-align: center;
	background-repeat: no-repeat;
	color: #64C5CC;
	font-size: 11px;
	letter-spacing: 1px;
}
#footspace {
	clear: both;
	height: 25px;
}
a.credits:link {
	color: #64C5CC;
	text-decoration: underline;
}
a.credits:visited {
	color: #64C5CC;
	text-decoration: underline;
}
a.credits:hover {
	color: #FAEEA6;
	text-decoration: underline;
}
a.credits:active {
	color: #64C5CC;
	text-decoration: underline;
}

/* end of my stuff */

ul, ol, blockquote { 
	margin-top: 5px; 
	margin-bottom: 10px; 
	margin-left: 20px 
	}

form {
	margin: 0px;
	}

h1	{
	font-size: 14px;
	margin-top: 5px; 
	margin-bottom: 5px;
	}

h2	{ 
	font-size: 14px;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h3	{ 
	font-size: 14px; font-style: italic;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h4	{ 
	font-size: 12px;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h5	{ 
	font-size: 12px; font-style: italic;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h6	{ 
	font-size: 12px;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

th	{ 
	font-size: 12px;
	}

td { 
	font-size: 12px;
	}

/* END Common */

.Header {
	width: 100%;
	}

.Header th { 
	font-size: 12px; text-align: left;
	padding: 3px;
	width: 100%;
	white-space: nowrap;
	}

.Header a:link { 
	color: #64C5CC;
	}

.Header a:visited { 
	color: #64C5CC;
	}

.Header a:hover, .Caption a:active { 
	color: #FAEEA6; text-decoration: none;
	}

/* Grid Options */
.Grid { 
	border-left: 1px solid #FAEEA6; border-bottom: 1px solid #FAEEA6;
	width: 100%;
	}

.Caption th { 
	font-size: 12px; 	text-align: left; vertical-align: top;
	padding: 3px;
	border-top: 1px solid #777777; border-right: 1px solid #777777;
	color: #FAEEA6;
	white-space: nowrap;
	}

.Caption td { 
	font-size: 12px; 	text-align: left; vertical-align: top;
	padding: 3px;
	border-top: 1px solid #777777; border-right: 1px solid #777777;
	color: #FAEEA6;
	white-space: nowrap;
	}

.Caption a:link { 
	color: #000000;
	}

.Caption a:visited { 
	color: #000000;
	}

.Caption a:hover, .Caption a:active { 
	color: #64C5CC;
	}

.Caption img {
	margin: 2px; 
	vertical-align: middle;
	}

.Caption input {
	vertical-align: middle;
	}

.Row th { 
	font-size: 12px; font-weight: normal; text-align: left; vertical-align: top;
	padding: 3px;
	border-top: 1px solid #FAEEA6; border-right: 1px solid #FAEEA6;
	color: #FAEEA6;
	white-space: nowrap;
	}

.Row td { 
	font-size: 12px;
	padding: 3px;
	border-top: 1px solid #FAEEA6; border-right: 1px solid #FAEEA6;
	vertical-align: top;
	color: #FAEEA6;
	}

.Row a:link { 
	color: #64C5CC
	}

.Row a:visited { 
	color: #64C5CC
	}

.Row a:hover, .Row a:active { 
	color: #FAEEA6;
	}

.Separator{
	color: #FAEEA6;
	}

.Separator td{
	height: 1px;
	}


.AltRow th { 
	font-size: 12px; font-weight: normal; text-align: left; vertical-align: top;
	padding: 3px;
	border-top: 1px solid #FAEEA6; border-right: 1px solid #FAEEA6;
	background-color: #143A25;
	white-space: nowrap;
	color: #FAEEA6;
	}

.AltRow td { 
	font-size: 12px;
	padding: 3px;
	border-top: 1px solid #FAEEA6; border-right: 1px solid #FAEEA6;
	vertical-align: top;
	background-color: #143A25;
	color: #FAEEA6;
	}

.AltRow a:link { 
	color: #0033cc;
	}

.AltRow a:visited { 
	color: #840084;
	}

.AltRow a:hover, .AltRow a:active { 
	color: #64C5CC;
	}

.NoRecords td { 
	font-size: 80%;
	padding: 3px;
	border-top: 1px solid #777777; border-right: 1px solid #777777;
	background-color: #f7f7f7; 
	color: #000000;
	vertical-align: top;
	}

.Footer td { 
	font-size: 80%;
	padding: 3px;
	border-top: 1px solid #777777; border-right: 1px solid #777777;
	background-color: #f7f7f7; color: #000000;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	}

.Footer a:link { 
	color: #0033cc;
	}

.Footer a:visited { 
	color: #840084;
	}

.Footer a:hover, .Footer a:active { 
	color: #64C5CC;
	}

.Footer img {
	margin: 2px; 
	vertical-align: middle;
	}

.Footer input {
	margin: 2px;
	vertical-align: middle;
	}

/* Record Options */
.Record { 
	border-left: 1px solid #777777; border-bottom: 1px solid #777777;
	width: 100%;
	}

.Error td { 
	font-size: 80%;
	padding: 3px;
	border-top: 1px solid #777777; border-right: 1px solid #777777;
	color: #64C5CC;
	vertical-align: top;
	background-color: #f7f7f7; 
	}

.Controls th { 
	font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 3px;
	border-top: 1px solid #777777; border-right: 1px solid #777777;
	background-color: #f7f7f7; color: #000000;
	white-space: nowrap;
	color: #000000;
	}

.Controls td { 
	font-size: 80%;
	padding: 3px;
	border-top: 1px solid #777777; border-right: 1px solid #777777;
	vertical-align: top;
	background-color: #f7f7f7; 
	color: #000000;
	}

.Bottom td { 
	font-size: 80%;
	padding: 3px;
	border-top: 1px solid #777777; border-right: 1px solid #777777;
	background-color: #f7f7f7; color: #000000;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	}

.Bottom a:link { 
	color: #0033cc;
	}

.Bottom a:visited { 
	color: #840084;
	}

.Bottom a:hover, .Caption a:active { 
	color: #64C5CC;
	}

.Bottom img {
	margin: 2px;
	vertical-align: middle; 
	}

.Bottom input {
	margin: 2px;
	vertical-align: middle;
	}

/* Report */
.GroupCaption th{
	font-size: 12px;
	padding: 3px;
	border-top: 1px solid #FAEEA6; border-right: 1px solid #FAEEA6;
	white-space: nowrap;
	text-align: left; 
	vertical-align: top;
	color: #FAEEA6;
	}

.GroupCaption td{
	font-size: 80%;
	padding: 3px;
	border-top: 1px solid #FAEEA6; border-right: 1px solid #FAEEA6;
	vertical-align: top;
	color:#FAEEA6;
	}

.GroupCaption a:link {
	color: #64C5CC;
	}

.GroupCaption a:visited{
	color: #64C5CC;
	}

.GroupCaption a:hover, .GroupCaption a:active{
	color: #FAEEA6;
	}

.GroupFooter td{
	font-size: 12px;
	padding: 3px;
	border-top: 1px solid #FAEEA6; border-right: 1px solid #FAEEA6;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #FAEEA6;
	}

.GroupFooter a:link {
	color: #64C5CC;
	}

.GroupFooter a:visited{
	color: #64C5CC;
	}

.GroupFooter a:hover,.GroupFooter a:active{
	color: #FAEEA6;
	}

.GroupFooter img {
	margin: 2px; 
	vertical-align: middle;
	}

.GroupFooter input {
	margin: 2px;
	vertical-align: middle;
	}

.SubTotal td{
	font-size:12px;
	padding: 3px;
	border-top: 1px solid #FAEEA6; border-right: 1px solid #FAEEA6;
	vertical-align: top;
	color: #FAEEA6;
	border-bottom: 2px solid #FAEEA6;
	}

.SubTotal a:link {
	color: #64C5CC;
	}

.SubTotal a:visited{
	color: #64C5CC;
	}

.SubTotal a:hover, .SubTotal a:active{
	color: #FAEEA6;
	}

.Total td{
	font-size: 12px;
	padding: 3px;
	border-top: 1px solid #FAEEA6; border-right: 1px solid #FAEEA6;
	vertical-align: top;
	white-space: nowrap;
	background-color: #000000; 
	color: #FAEEA6;
	}

.Total a:link {
	color: #64C5CC;
	}

.Total a:visited{
	color: #64C5CC;
	}

.Total a:hover, .Total a:active{
	color: #FAEEA6;
	}

/* Form Options */
.Button { 
	background-color: #777777; border-left: solid 1px #EDEDED; border-top: solid 1px #EDEDED; border-right: solid 1px #848284; border-bottom: solid 1px #848284; padding: 2px; font-weight: bold; font-size: 85%; font-family: Tahoma;
	}

/* Calendar */

.Calendar { 
	border: 1px solid #FAEEA6;
	width: 196px;
	color: #FAEEA6;
	}

.CalendarWeekdayName{
	font-size: 12px;
	padding: 3px;
	border-top: 1px solid #FAEEA6; border-right: 1px solid #FAEEA6;
	text-align: center; 
	vertical-align: top;
	white-space: nowrap;
	background-color: #143A25;
	color: #FAEEA6;
	}

.CalendarWeekdayName a:link {
	color: #64C5CC;
	}

.CalendarWeekdayName a:visited{
	color: #64C5CC;
	}

.CalendarWeekdayName a:hover, .CalendarWeekdayName a:active{
	color: #FAEEA6;
	}

.CalendarWeekendName{
	font-size: 12px;
	padding: 3px;
	border-top: 1px solid #FAEEA6; border-right: 1px solid #FAEEA6;
	white-space: nowrap;
	text-align: center; 
	vertical-align: top;
	background-color: #143A25;
	color: #FAEEA6;
	}

.CalendarWeekendName a:link {
	color: #64C5CC;
	}

.CalendarWeekendName a:visited{
	color: #64C5CC;
	}

.CalendarWeekendName a:link, .CalendarWeekendName a:visited{
	color: #FAEEA6;
	}

/* Calendar Day */
.CalendarDay{
	font-size: 12px;
	padding: 3px;
	border-top: 1px solid #FAEEA6; border-right: 1px solid #FAEEA6;
	text-align: center;
	background-color: #000000;	
	color: #FAEEA6;
	}

.CalendarDay a:link {
	color: #64C5CC;
	}

.CalendarDay a:visited{
	color: #64C5CC;
	}

.CalendarDay a:hover, .CalendarDay a:active{
	color: #FAEEA6;
	}

/* Calendar Weekend */
.CalendarWeekend{
	font-size: 12px;
	padding: 3px;
	border-top: 1px solid #FAEEA6; border-right: 1px solid #FAEEA6;
	text-align: center;
	background-color: #000000;	
	color: #FAEEA6;
	}

.CalendarWeekend a:link {
	color: #64C5CC;
	}

.CalendarWeekend a:visited{
	color: #64C5CC;
	}

.CalendarWeekend a:hover, .CalendarWeekend a:active{
	color: #FAEEA6;
	}

/* Calendar Today */
.CalendarToday {
	font-size: 12px;
	padding: 1px;
	border-top: 3px solid #FAEEA6; border-right: 3px solid #FAEEA6; border-left: 2px solid #FAEEA6; border-bottom: 2px solid #FAEEA6;
	text-align: center;
	background-color: #000000;	
	color: #FAEEA6;
	}

.CalendarToday a:link {
	color: #64C5CC;
	}

.CalendarToday a:visited{
	color: #64C5CC;
	}

.CalendarToday a:hover, .CalendarToday a:active {
	color: #FAEEA6;
	}

/* Calendar Weekend Today */
.CalendarWeekendToday {
	font-size: 12px;
	padding: 1px;
	border-top: 3px solid #FAEEA6; border-right: 3px solid #FAEEA6; border-left: 2px solid #FAEEA6; border-bottom: 2px solid #FAEEA6;
	text-align: center;
	background-color: #143A25;	
	color: #FAEEA6;
	}

.CalendarWeekendToday a:link {
	color: #64C5CC;
	}

.CalendarWeekendToday a:visited{
	color: #64C5CC;
	}

.CalendarWeekendToday a:hover, .CalendarWeekendToday a:active{
	color: #FAEEA6;
	}

/* Calendar Other Month's Day */
.CalendarOtherMonthDay{
	font-size: 12px;
	padding: 3px;
	border-top: 1px solid #FAEEA6; border-right: 1px solid #FAEEA6;
	text-align: center;
	background-color: #000000;	
	color: #FAEEA6;
	}

.CalendarOtherMonthDay a:link {
	color: #64C5CC;
	}

.CalendarOtherMonthDay a:visited{
	color: #64C5CC;
	}

.CalendarOtherMonthDay a:hover, .CalendarOtherMonthDay a:active{
	color: #FAEEA6;
	}

/* Calendar Other Month's Today */
.CalendarOtherMonthToday {
	font-size: 12px;
	padding: 1px;
	border-top: 3px solid #FAEEA6; border-right: 3px solid #FAEEA6; border-left: 2px solid #FAEEA6; border-bottom: 2px solid #FAEEA6;
	text-align: center;
	background-color: #000000;	
	color: #FAEEA6;
	}

.CalendarOtherMonthToday a:link {
	color: #64C5CC;
	}

.CalendarOtherMonthToday a:visited{
	color: #64C5CC;
	}

.CalendarOtherMonthToday a:hover,.CalendarOtherMonthToday a:active{
	color: #FAEEA6;
	}

/* Calendar Other Month's Weekend */
.CalendarOtherMonthWeekend {
	font-size: 12px;
	padding: 3px;
	border-top: 1px solid #FAEEA6; border-right: 1px solid #FAEEA6;
	text-align: center;
	background-color: #000000;	
	color: #FAEEA6;
	}

.CalendarOtherMonthWeekend a:link {
	color: #64C5CC;
	}

.CalendarOtherMonthWeekend a:visited{
	color: #64C5CC;
	}

.CalendarOtherMonthWeekend a:hover, .CalendarOtherMonthWeekend a:active{
	color: #FAEEA6;
	}

/* Calendar Other Month's Weekend Today */
.CalendarOtherMonthWeekendToday {
	font-size: 80%;
	padding: 1px;
	border-top: 3px solid #FAEEA6; border-right: 3px solid #FAEEA6; border-left: 2px solid #FAEEA6; border-bottom: 2px solid #FAEEA6;
	text-align: center;
	color: #FAEEA6;
	background-color: #000000;	
	}

.CalendarOtherMonthWeekendToday a:link {
	color: #64C5CC;
	}

.CalendarOtherMonthWeekendToday a:visited{
	color: #64C5CC;
	}

.CalendarOtherMonthWeekendToday a:hover, .CalendarOtherMonthWeekendToday a:active{
	color: #FAEEA6;
	}

/* Calendar Selected Day (for DatePicker) */
.CalendarSelectedDay{
	font-size: 12px;
	padding: 3px;
	border-top: 1px solid #FAEEA6; border-right: 1px solid #FAEEA6;
	background-color: #000000;
	color: #FAEEA6;
	text-align: center;
	}

.CalendarSelectedDay a:link {
	color: #64C5CC;
	}

.CalendarSelectedDay a:visited{
	color: #64C5CC;
	}

.CalendarSelectedDay a:hover, .CalendarSelectedDay a:active{
	color: #FAEEA6;
	}

/* Calendar Navigator */
.CalendarNavigator {
	font-size: 12px;
	color: #FAEEA6;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	}

.CalendarNavigator a:link {
	color: #64C5CC;
	}

.CalendarNavigator a:visited{
	color: #64C5CC;
	}

.CalendarNavigator a:hover, .CalendarNavigator a:active{
	color: #FAEEA6;
	}

.CalendarNavigator img{
	margin: 2px;
	vertical-align: middle; 	
	}

/* Calendar Extra */
.CalendarEvent{
	font-size: 12px;
	text-align: left;
	}

.CalendarEvent a:link {
	color: #64C5CC;
	}

.CalendarEvent a:visited{
	color: #FAEEA6;
	}

.CalendarEvent a:hover, .CalendarEvent a:active{
	color: #64C5CC;
	}
