
/* General Template Formatting for 94.3 WACN Website */
/* Authored by Michael Bonte, November 2005 */
/* webmaster@fasidemedia.com */


/* Basic Layout Formatting */

BODY, DIV, TD, TR, TH
		{ background-color: #ffffff; margin: 0; padding: 10px;
		  font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size: 8pt; }
#header		{ text-align: left; background-color: #000000; padding: 0; }
#menu		{ margin: 0; padding: 0; font-size: 7pt; }
#content	{ width: 100%; padding: 2px; border: 0px none; margin: 0; }

.center	{ text-align: center; }
.right	{ text-align: right; }
.floatr	{ float: right; }
.small	{ font-size: 7pt; }
.menu	{ margin: 0; }

P		{  }
H1		{ font-size: 14pt; font-weight: bold; }
H2		{ font-size: 12pt; font-weight: bold; }
H3		{ font-size: 10pt; font-weight: bold; }

STRONG	{ font-weight: bold; }
EM		{ font-style: italic; }


LI		{ margin: .2em; }



/* Table Formatting */

TABLE	{ border-collapse: collapse; padding: 0; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; }
.100	{ width=100%; }


#FORM	{ border: 1px black solid;  }
.playlist	{ border: 1px black solid; width: 100%; margin: 0;  }
#REQ	{ border: 1px black solid; width: 100%;  }

.formhd	{ background-color: #c74d29; padding: 3px 1px 3px 1px; color: #ffffff; font-size: 8pt; font-weight: bold; text-align: left;  }
.form	{ padding: 4px; font-size: 7pt; font-weight: bold; }
.playhd	{ background-color: #c74d29; padding: 3px 10px 3px 10px; color: #ffffff; font-size: 8pt; font-weight: bold; text-align: left; }
.reqhd	{ background-color: #c74d29; padding: 3px 1px 3px 1px; color: #ffffff; font-size: 8pt; font-weight: bold; text-align: left; }
.bg1	{ background-color: #ffffff; padding: 6px 6px 6px 6px; }
.bg2	{ background-color: #F5E8E5; padding: 6px 6px 6px 6px; }


/* Other Objects */
HR		{ margin: 0; }
INPUT		{ font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 8pt; }
TEXTAREA	{ font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 8pt; }

/* Link Formatting */
a:link		{ color: #000080; text-decoration: none; }
a:visited	{ color: #000080; text-decoration: none; }
a:active	{ color: #000080; text-decoration: underline; }
a:hover 	{ color: #000080; text-decoration: underline; }
a.menu:link		{ color: #000080; text-decoration: none; }
a.menu:visited	{ color: #000080; text-decoration: none; }
a.menu:active	{ color: #ffffff; background: #2a4486; text-decoration: underline; }
a.menu:hover 	{ color: #ffffff; background: #2a4486; text-decoration: underline; }