/* CSS Document */

/*
text color: #202020
orange: #E9570C
yellow: #F4A81E
red: #E22300
light grey: #DEDEE2
*/
.DaveWhiffinBandTitle
{
	font-family: Tahoma;
	font-size: large;
	font-weight: bold;
	color: #333333;
}
.IntroDiv
{
	color: #951313;
}
.DaveWhiffinBandIntroDiv
{
	
}
.DaveWhiffinOriginalIntroDiv
{
	
}
#FlashPlayer
{
	border-top: solid 1px Gray;
	text-align: right;
	margin-top: 50px;
}
#SongPlayerDiv
{
	width: 250px;
	height: 180px;
	background-color: #F4A81E;
	color: White;
	text-align: center;
}
.SongPlayerTitle
{
	font-weight: bold;
	color: White;
}
BODY
{
	font-family: verdana;	
	font-size: 10pt;
	background-color: Black;
}

/*   Tables */
.MainTable
{
	width: 650px;
	height: 450px;
	border: solid 1px black;
	background-color: White;
}
.MenuContainerCell
{
	width: 120px;
	background-color: #F4A81E;
	padding-top: 10px;
	padding-left: 5px;
}
.BodyContainerCell
{
	width: 450px;
	height: 600px;
	padding: 20px;
}
.HeaderCell
{
	text-align: left;
	padding: 0px;
	background-color: #951313;
	color: White;
	font-weight: bold;
	font-family: Verdana;
	height: 50px;
}
.SiteLogo 
{
	padding: 0px;
	margin: 0px;
	height: 50px;
	/* line-height: 50px; */
	margin-bottom: -5px;
}

.HeaderCellBottomSpacer
{
	background-color: #E9570C;
	font-size: 8pt;
	margin: 0px;
	line-height: 10px;
}

.FooterCell
{
	background-color: #E9570C;
	color: White;
	font-weight: bold;
	text-align: right;
	padding-bottom: 3px;
	padding-right: 3px;
}

TD
{
	color: #202020;
	font-size: 10pt;
}

/*  TEXT */
P
{
	color: #202020;
	font-size: 10pt;
}
.SmallText
{	
	font-size: 8pt;
}

/* HEADINGS */
H1
{
	font-family: Verdana;
	font-size: 12pt;
	color: Black;
}

H2
{
	font-family: Verdana;
	font-size: 10pt;
	color: Black;
}

/*
=================================================================
  LINKS 
=================================================================
*/
A
{
	border: 0px;
	text-decoration: none;
}

A:link
{
	color: #E22300;
	font-weight: bold;
	text-decoration: none;
}
A:visited
{
	color: #E9570C;
	font-weight: bold;
	text-decoration: none;	
}
A:hover
{
	color: #E9570C;
	font-weight: bold;
	text-decoration: none;	
}

.SmallLink:link
{
	font-size: 8pt;
	font-weight: normal;
}
.SmallLink:visited
{
	font-size: 8pt;
	font-weight: normal;
}
.SmallLink:hover
{
	font-size: 8pt;
	font-weight: normal;
}

.MenuItemLink:Link
{
	font-family: Arial;
	color: Black;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;	
}

.MenuItemLink:Visited
{
	font-family: Arial;
	color: Black;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;	
}

.MenuItemLink:Hover
{
	font-family: Arial;
	color: white;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;	
}

.DownloadLink:Link
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	background-color: #E22300;
	color: White;
	width: 200px;
	height: 20px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom-style: ridge;
	border-right-style: ridge;
}
.DownloadLink:Visited
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	background-color: #E22300;
	color: White;
	width: 200px;
	height: 20px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom-style: ridge;
	border-right-style: ridge;	
}
.DownloadLink:Hover
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	background-color: #E9570C;
	color: White;
	width: 200px;
	height: 20px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom-style: ridge;
	border-right-style: ridge;	
}

.FooterContactLink:Link
{
	color: Black;
	font-weight: bold;
	font-size: 12pt;
}

.FooterContactLink:Visited
{
	color: Black;
	font-weight: bold;
	font-size: 12pt;
}

.FooterContactLink:hover
{
	color: White;
	font-weight: bold;
	font-size: 12pt;
}
#LeftNavBar
{
	text-align: left;
	width: 125px;
}
#LeftNavBar ul {
	display: block;
	margin: 0px;
	padding: 0px;
}
#LeftNavBar li {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}
#LeftNavBar a
{
	
}
#LeftNavBar a:visited
{
	color: #E22300;
}
#LeftNavBar a:hover
{
	color: Red;
}
.BodyScrollingContainer{
	margin-top: 10px; overflow: auto; width: 100%; height: 400px
}
#flashPlayer
{
	border: none;
	margin-top: 10px;
	text-align: left;	
}