﻿/* 0 BASIC TAGS */

* {
	padding: 0;
	margin: 0;
}

table {
	font-size: 1em;
}

tr
{
	text-align: center;
}

td
{
	text-align: center;
}

caption 
{
	font-weight: bold;
	font-size: 1.3em;
}

input.btn
{
	border: 1px solid #888888;
	border: 1px solid;
	border-top-color:#666666;
	border-left-color:#666666;
	border-right-color:#888888;
	border-bottom-color:#888888;
	background-image: url(Images/button-background.gif);
	background-repeat: repeat-x;
	font-weight: bold;
}

h1, h2, h3, h4 {
	font-family: tahoma, arial, helvetica, sans-serif;
}

p {
	line-height: 1.4em;
}

li 
{
	line-height: 1.2em;
}

hr {
	border-top: 1px solid #bababa;
	height: 1px;
	margin: 10px 0px 10px 0px;
}

a {
	text-decoration: none;
	color: #d32525;
}

a:visited {
	color: #980000;
}

a:hover {
	text-decoration: underline;
	color: #e05252;
}

a:active {
	color: #980000;
}

pre {
	font-family: Courier New, Courier;
	font-weight: bold;
	background-color: #F0F0F0;
	color: #303030;
	font-size: 12pt;
	width: 500px;
	text-align: left;
}

body 
{
	background-image: url(Images/border-left.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}

img {
	border-width: 0px;
}

.tight {
	line-height: 1.2em;
}

.header {
	background-image: url(Images/title-middle.gif);
	background-repeat: repeat-x;
	position: relative;
	width: auto;
	height: 190px;
}

.header-left {
	background-image: url(images/title-left.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 460px;
	height: 190px;
}
	
.header-right {
	background-image: url(Images/title-right.gif);
	background-repeat: no-repeat;
	float: right;
	width: 26px;
	height: 190px;
}

.headersearch 
{
	position: absolute;
	top: 160px;
	right: 40px;
	width: 530px;
	height: 28px;
	font-size: 9pt;
	font-weight: bold;
	visibility: hidden;
}
.headersearchlogo
{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 28px;
	width: 85px;
}
.headersearchbox
{
	position: absolute;
	left: 86px;
	top: 0px;
	height: 28px;
	width: 239px;
}
.headersearchradio
{
	position: relative;
	top: 0px;
	left: 325px;
	height: 28px;
	width: 210px;
}

.headerbanner 
{
	position: absolute;
	top: 3px;
	right: 3px;
	width: 728px;
	height: 90px;
	border: 1px solid #666666;
}

#SiteTitle
{
	position: absolute;
	left: 280px;
	top: 10px;
	font-size: 28px;
}

#SiteInfo
{
	position: absolute;
	left: 620px;
	top: 45px;
	font-size: 14px;
}

#UserTitle {
	position: absolute;
	left: 185px;
	top: 87px;
	font-size: 11px;
}

.staticmenuitem 
{
	height: 15px;
	text-align: center;
	margin: 0px 3px 0px 3px;
	padding: 4px 6px 4px 6px;
	border: 1px solid;
	border-top-color:#666666;
	border-left-color:#666666;
	border-right-color:#888888;
	border-bottom-color:#888888;
	background-image: url(Images/menubuttonbackground.gif);
	background-repeat: repeat-x;
	cursor: pointer;
}

.nav {
	position: absolute;
	right: 37px;
	top: 130px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

.outerpage
{
	background-position: right;
	background-image: url(Images/border-right.gif);
	background-repeat: repeat-y;
	padding-bottom: 10px;
}

.pagetopleft
{
	float: left;
	height: 14px;
	width: 14px;
	background: transparent url(Images/pagetopleft.gif) no-repeat top left;
}

.pagetopright
{
	float: right;
	height: 14px;
	width: 14px;
	background: transparent url(Images/pagetopright.gif) no-repeat top right;
}

.middlepage
{
	margin: 0px 40px 0px 40px;
}

.innerpage
{
	padding: 10px 20px 5px 20px;
	border: 1px solid #333333;
	background-color: #E4E4E4;
}

h3 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
}
h4 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
}
h5 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.2em;
	font-weight: bold;
}
#sidebar {
	float: left;
	width: 214px;
	height: 100%;
	z-index: 50;
}

#sidemenubar 
{
	text-align: left;
	float: left;
	width: 214px;
	height: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #d32525;
	text-decoration: none;
}

#sidemenubar a {
	text-decoration: none;
	color: #D32525;
}

#sidemenubar a:hover 
{
	color: #FF2525;
}

.audioMenuHeader
{
	width: 200px;
	height: 45px;
	vertical-align: middle;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
}

.audioMenuHeader a:hover {
	text-decoration: none;
	color: #FF2525;
	background-color: #FFFFFF;
}

.audioMenuCategoryHeader
{
	background-image: url(Images/MenuCategoryHeader.gif);
	background-repeat: repeat-x;
	height: 33px;
	padding-top: 7px;
	text-align: center;
}

.audioMenuCategory
{
	width: 200px;
	border: 2px solid #ABABAB;
	margin-bottom: 10px;
	padding-bottom: 3px;
}

.audioMenuItem
{
	padding-left: 10px;
	width: 190px;
	height: 18px;
}

#content {
	margin-left: 214px;
	padding-left: 20px;
}

.audiocontent 
{
	min-height: 1260px;
}

* html .audiocontent {
	height: 1500px;
}

dl {
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	position: relative;
}

dt {
	position: absolute;
	left: 0px;
}

dd {
	margin-left: 150px;
	height: 2.0em;
}

.emptydata td {
	padding: 50px;
	color: #aeaeae;
}

.itembox
{
	padding-top: 5px;
}

.itemtop 
{
	background-image: url(Images/item-topmiddle.gif);
	background-repeat: repeat-x;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 29px;
}

.itemtopleft
{
	background-image: url(Images/item-topleft.gif);
	background-repeat: no-repeat;
	float: left;
	top: 0px;
	width: 56px;
	height: 29px;
}

.itemtopright
{
	background-image: url(Images/item-topright.gif);
	background-repeat: no-repeat;
	float: right;
	top: 0px;
	width: 14px;
	height: 29px;
}

.itemheader
{
	font-weight: bold;
	font-size: 1.3em;
	padding: 5px 0px 10px 0px;
}

.itembody
{
	background-image: url(Images/item-middletop.gif);
	background-position: top;
	background-repeat: repeat-x;
	border: 1px solid #828282;
	padding: 5px 10px 5px 10px;
	color: #000000;
}

.itembottom
{
	background-image: url(Images/item-bottommiddle.gif);
	background-repeat: repeat-x;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 7px;
	margin-bottom: 10px;
}

.itembottomleft
{
	background-image: url(Images/item-bottomleft.gif);
	background-repeat: no-repeat;
	float: left;
	top: 0px;
	width: 45px;
	height: 7px;
}

.itembottomright
{
	background-image: url(Images/item-bottomright.gif);
	background-repeat: no-repeat;
	float: right;
	top: 0px;
	width: 10px;
	height: 7px;
}

.borderedTable
{
	border: 2px solid #CCCCCC ;
	background-color: #EFEFEF;
	margin: 10px 10px 10px 10px;
	color: Black;
}

.borderedTable td
{
	border: 2px solid;
	border-top-color: #ACA899;
	border-left-color: #ACA899;
	border-bottom-color: #ECE9D8;
	border-right-color: #ECE9D8;
	padding: 3px 10px 3px 10px;
}

.borderedTable th
{
	border: 2px solid;
	border-top-color: #ACA899;
	border-left-color: #ACA899;
	border-bottom-color: #ECE9D8;
	border-right-color: #ECE9D8;
	padding: 3px 10px 3px 10px;
}

.smallBorderedTable
{
	border: 2px solid #CCCCCC;
	background-color: #EFEFEF;
	color: Black;
}

.smallBorderedTable td
{
	border: 2px solid;
	border-top-color: #ACA899;
	border-left-color: #ACA899;
	border-bottom-color: #ECE9D8;
	border-right-color: #ECE9D8;
	padding: 3px 3px 3px 3px;
}

.smallBorderedTable th
{
	border: 2px solid;
	border-top-color: #ACA899;
	border-left-color: #ACA899;
	border-bottom-color: #ECE9D8;
	border-right-color: #ECE9D8;
	padding: 3px 3px 3px 3px;
}

.borderlessTable th
{
	padding: 3px 3px 3px 0px;
}

.borderlessTable td
{
	padding: 3px 3px 3px 0px;
}

.bottomPage 
{
	background: url(images/pageBottom.gif);
	width: 760px;
	height: 8px;
	margin: 0px;
	margin-bottom: 16px;
}

.footersearch 
{
	background-position: right;
	background-image: url(Images/border-right.gif);
	background-repeat: repeat-y;
	left: 37px;
	right: 37px;
	width: 100%;
	height: 50px;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
}
.footersearchinner
{
	height: 40px;
	text-align: center;
	color: Black;
	margin: 0px 40px 0px 40px;
	border:1px solid #333333;
	background-color: #DDDDDD;
}
.footersearchtable
{
	margin-left: auto;
	margin-right: auto;
	width: 575px;
	text-align: center;
}

.footerbg 
{
	background-position: right;
	background-image: url(Images/border-right.gif);
	background-repeat: repeat-y;
	left: 37px;
	right: 37px;
	width: 100%;
	height: 172px;
	text-align: center;
	vertical-align: middle;
}
	
.footer 
{
	text-align: center;
	height: 77px;
	text-align: center;
	font-size: 10px;
	color: Black;
	margin: 0px 40px 0px 40px;
	background-color: #DDDDDD;
	background-image: url(Images/footerbackground.gif);
	background-repeat: repeat-x;
}

.pagebottomleft
{
	float: left;
	width: 14px;
	height: 77px;
	background: transparent url(Images/pagebottomleft.gif) no-repeat bottom left;
}

.pagebottomright
{
	float: right;
	width: 14px;
	height: 77px;
	background: transparent url(Images/pagebottomright.gif) no-repeat bottom right;
}

.footer-bottom {
	background: url(images/footer-middle.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 87px;
	bottom: 0px;
}

.footer-left {
	background: url(images/border-left.gif);
	background-repeat: repeat-y;
	float: left;
	left: 0px;
	width: 26px;
	height: 87px;
	bottom: 0px;
	text-align: left;
}

.footer-right 
{
	background: url(images/footer-right.gif);
	background-repeat: no-repeat;
	float: right;
	width: 491px;
	height: 87px;
	right: 0px;
	left: auto;
}
