/* ==========================================
    CSS STYLES FOR PERFORMANCE NUTRITION SHOW
   ==========================================
*/   

/* RESET */

html, body { height: 100%; margin-bottom: 1px; } /* Forces vertical scroll bars on shorter pages */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, blockquote, th, td { margin: 0; padding: 0; }
a img { border: none; }
a { outline: none; } /* Gets rid of dotted border around clicked links in Firefox */
table { border-collapse: collapse; }

/* PAGE ELEMENTS */

body,td,th {
	font: 11px/15px Verdana, Geneva, sans-serif;
	color: #FFF;
}
body {
	background: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#header {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 720px;
	position: relative;
}
#top {
	background: #D5D5D5 url(../images/elements/edge_top_red.gif) repeat-x 0px 6px;
	margin: 0px;
	padding: 0px;
	height: 11px;
	width: 720px;
}
#masthead {
	background: url(../images/elements/masthead_pns.jpg) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 720px;
}
#contentTop {
	background: url(../images/elements/edge_top.gif) repeat-x 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 24px;
}
#contentLeft {
	height: 443px;
	width: 6px;
}
#contentMain {
	margin: 0px 0px 0px 22px;
	padding: 0px;
	width: 670px;
}
#marginBottom {
	height: 8px;
}
#copyright {
	font: bold 9px/11px Verdana, Geneva, sans-serif;
	color: #999;
	text-align: left;
	margin: 6px auto 0px;
	padding: 0px 0px 6px;
	width: 720px;
}
#copyright a:link, #copyright a:active, #copyright a:visited {
	font-weight: bold;
	color: #999999;
	text-decoration: none; 
}
#copyright a:hover {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none; 
}
#head {
	margin: 0px;
	height: 30px;
}
#minHeight {
	float: right;
	height: 420px;
	width: 0px;
}
#pastShows {
	margin: 0px 0px 0px 22px;
	padding: 0px;
	width: 474px;
}
#showList table {
	margin: 0px 0px 8px;
	width: 670px;
}
#showList ul {
	list-style: none;
}
#showList table li {
	text-indent: -0.95em;
	margin: 0px;
	padding: 0px 0px 0px .95em;
}

/* HTML TAGS */

h3 {
	font: bold 12px/14px Verdana, Geneva, sans-serif;
	color: #FF3333;
	margin: 0px;
}
h4 {
	font: bold 12px/14px Verdana, Geneva, sans-serif;
	color: #FFF;
	margin: 0px 0px 4px;
}
h4 a:link, h4 a:active, h4 a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none; 
}
h4 a:hover {
	font-weight: bold;
	color: #FF3333;
	text-decoration: none; 
}
h6 {
	font: bold 12px/15px Verdana, Geneva, sans-serif;
	color: #FFF;
	margin: 2px 0px 4px;
}
h6 a:link, h6 a:active, h6 a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none; 
}
h6 a:hover {
	font-weight: bold;
	color: #FF3333;
	text-decoration: none; 
}
p {
	margin: 0px 0px 12px;
	padding: 0px;
}

/* CLASSES */

.head-11 {
	font: bold 11px/13px Verdana, Geneva, sans-serif;
	color: #FFF;
	margin: 0px;
}
.text-10 {
	font: 10px/13px Verdana, Geneva, sans-serif;
	color: #FFF;
}
.floatLeft 	{
	float: left;
}
.floatRight	{
	float: right;
}
.box-pad {
	padding: 8px 10px 10px;
}
.list-11-solid {
	text-indent: -.95em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0em;
	padding-left: .95em;
}
.list-11 {
	text-indent: -.95em;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 0em;
	padding-left: .95em;
}
.list01 {
	text-indent: -.95em;
	margin: 0px 0px 12px;
	padding: 0px 0px 0px 0.95em;
	list-style: none;
}
.showbuttons {
	margin: 0px 0px 10px;
}
.dots-horiz {
	background: url(../images/elements/dot_whiteonblack_4h.gif) repeat-x 0px center;
	height: 34px;
	width: 100%;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}

/* LINK STYLES */

a:link, a:active, a:visited { 
	color: #FFFFFF;
	text-decoration: underline; 
}
a:hover { 
	color: #FF3333; 
	text-decoration: underline; 
}
