﻿body 
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: White;
	font-family: Calibri;
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
}

div#MasterPage
{
	position: absolute;
	left: 50%;
	margin-left: -420px;
	width: 840px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('Images/background.jpg');	
	padding-top: 160px;
}

div#Menu
{
	text-align: center;
	float: left;
	width: 100px;
	background-image: url(Images/bg_grid_cell.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 10px 10px 10px 10px;
	color: #F0A11E;
	margin: 10px 10px 10px 10px;
	height: 200px;
	line-height: 23px;
	overflow: hidden;
	font-weight: bold;
}

a
{
	color: #00b0d9;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

div#Menu a
{
	color: #F0A11E;
}

div#Menu a:hover
{
	text-decoration: underline;
}
	
div#Content
{
	float: left;
	width: 520px;	
	padding: 10px 10px 10px 10px;
}

.LoginStatus
{
	text-decoration: none;
}

div#IntroductionControl
{
	float: left;
	width: 520px;
	overflow: hidden;
	margin-bottom: 20px;
}

div#IntroductionControl div#Indent
{
	margin-left: 30px;
}

.Paragraph
{
	float: left;
	display: block;
	padding-bottom: 20px;
	width: 520px;
}

.Header
{
	float: left;
	width: 498px;
	display: block;
	color: #00B0D9;
	border: solid 1px #00b0d9;
	padding: 10px 10px 10px 10px;
	background-color: White;
	margin-bottom: 20px;
	font-weight: bold;
}

.Introduction
{
	padding-bottom: 20px;
}

.accordionHeader
{
	float: left;
	width: 498px;
	display: block;
	color: #00B0D9;
	border: solid 1px #00b0d9;
	padding: 10px 10px 10px 10px;
	background-color: White;
	margin-bottom: 20px;
	font-weight: bold;
}

.accordionContent
{
	float: left;
	width: 450px;
	background-color: Red;
}

.FlashMixtape
{
	float: left;
	width: 500px;
	text-align: center;
	padding: 10px 10px 10px 10px;
}

.Graph
{
	float: left;
	width: 500px;
	text-align: center;
	padding: 10px 10px 10px 10px;
}

.AlbumArt
{ 
	text-align: center;
	width: 50%; 
	float: left; 
	padding: 20px 10px 10px 10px;
}

.accordionHeaderSelected
{
	float: left;
	width: 518px;
	background-color: White;
	border: solid 1px #6699CC;
	margin-bottom: 10px;
	cursor: cursor;
	color: #6699CC;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
}

#MixTapesPage
{
	float: left;
}

#MixTapesPage .Paragraph
{
	float: left;
	width: 520px;
	padding-bottom: 20px;
}

.MixTape
{
	float: left;
	width: 520px;
}

.Track
{
	float: left;
	width: 520px;
}

.TrackNumber
{
	float: left;													
	display: block;
	width: 70px;	
	font-weight: bold;
	overflow: hidden;
}

.TrackName
{
	float: left;
	display: block;
	width: 150px;
	overflow: hidden;
	color: #6699CC;
	text-decoration: none;
}

.Artist
{
	float: left;
	display: block;
	width: 150px;
	overflow: hidden;
	font-weight: bold;
}

.AlbumName
{
	float: left;
	display: block;
	width: 150px;
	overflow: hidden;
}

#ContactPage
{
	float: left;
	width: 520px;
}

#ContactPage .Paragraph
{
	float: left;
	width: 520px;
	padding-bottom: 10px;
}

#ContactPage .ContactType
{
	float: left;
	display: block;
	width: 150px;
}

#GoogleCharts
{
	float: left;
	width: 520px;
	overflow: hidden;
}

#GoogleCharts .Graph
{
	left: auto;
	right: auto;
}

#RssControl
{
	float: left;
	width: 520px;
	padding-bottom: 20px;
}

#RssControl .Paragraph
{
	float: left;
	width: 520px;
}

DateLabel
{
	overflow: hidden;
}

.GridView
{
	float: left;
	width: 520px;
}

#Images
{
	float: left;
	width: 520px;
}

.DataGrid
{
	float: left;
	width: 520px;
}

#RssControl
{
	float: left;
	width: 520px;
}

#TwitterControl
{
	position: absolute;
	top: 10px;
	left: 400px;
	width: 250px;
	background-color: #00b0d9;
	color: White;
	padding: 10px 10px 10px 10px;	
}

#TwitterControl a
{
	color: White;
}

.StatusTextBox
{
	background-color: White;
	width: 250px;
	height: 100px;
}

.TextBox
{
	width: 200px;
	height: 20px;
	background-color: White;
	border: solid 1px #00b0d9;
}

.Button
{
	background-color: White;
	height: 24px;
	border: solid 1px #00b0d9;
}