@import "n4hatesyou.css";

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body, p, ul, li, ol, input, select, textarea, td, th {
	background: #ffffff;
	color: #330033;
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
}

td {
	background-color: #ffffff;
}

.indent {
	padding-left:25px;
}

td.sidebar {
	background-color: #ffffff;
	background-image:url(images/sidebar/buttonBackground.gif);
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;
	text-align:center;
}

td.titlebar {
	background-image:url(images/titles/titleBackground.gif);
	background-repeat:repeat-x;
}

div.title {
	padding:0px;
	text-align:left;
	width:100%;
}

p {
	margin-right: 50px;
	line-height: 14px;
	text-align: left;
}

.small {
	font-size: 0.9em;
	font-style: oblique;
}

li {
	margin: 10px;
	text-align: left;
	line-height:11px;
}

ul.radio li {
	line-height:16px;
}

h1,h2,h3,h4,h5,h6 {
	color: #660099;
}

h1 {
	font-size: 14px;
	letter-spacing: 0em;
	font-weight: bold;
	text-align: left;
	font-family: verdana,arial,sans-serif;
}

h2 {
	font-size: 12px;
	letter-spacing: 0em;
	font-weight: bold;
	text-align: left;
	font-family: verdana,arial,sans-serif;
}

h3 {
	color: #666666;
	font-size: 12px;
	letter-spacing: 0em;
	font-weight: bold;
	text-align: left;
	font-family: verdana,arial,sans-serif;
}

a:link, a:visited, a:active {
	color:#990033;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	cursor: hand;
}

a.listen {
	color:#660099;
}

.spacer {
	background: transparent;
	clear: both;
}

.indexSpacer {
	background: transparent;
	clear: both;
	height:50px;
}

table td {
	vertical-align: top;
}

table.dates {
	border-collapse: collapse;
	border-left: 1px solid #6633cc;
	border-right: 1px solid #6633cc;
}

table.dates th {
	border-top: 1px solid #6633cc;
	border-right: 1px solid #6633cc;
	border-bottom: 1px dotted #6633cc;
	background-color: #cc99ff;
}

table.dates th.last {
	border-right-width: 0px;
	border-bottom: 1px dotted #6633cc;
}

table.dates td {
	text-align:left;
	border-right: 1px solid #6633cc;
	border-bottom: 1px solid #6633cc;
}

table.dates td.last {
	border-right-width: 0px;
	border-bottom: 1px solid #6633cc;
}


div#credit {
	background: transparent;
	/* color: #cc3399; */
	color: #999999;
	margin-left:10px;
	padding: 0;
	border: 0;
	text-align:left;
	font-family: tahoma,verdana,arial,sans-serif;
	font-size: 10px;
	}
	
div#credit a {
	background: transparent;
	/* color: #cc3399; */
	color: #999999;
	font-family: tahoma,verdana,arial,sans-serif;
	font-size: 10px;
}

.success { color: #009900; font-weight: bold;}