html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,input { margin: 0; padding: 0; }

html,body
{
	background-color:#e2e2e2;
	color:#333366;
	font-family:Verdana, Arial; 
	font-size:12px;
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
}

.PageBreak		{PAGE-BREAK-AFTER: always;}

img	{border-width: 0px 0px 0px 0px;}

div	{padding:0px 0px 0px 0px;border-width: 0px 0px 0px 0px;}



/************************************************************************
* 	Main Containers & Borders
************************************************************************/
div#MainContainer
{
	width:1024px;
	margin:auto;
	background-color:#f5f5f7;
	border-left:1px solid #ffffff;
}

/************************************************************************
*	Header
************************************************************************/
div#HeaderContainerInt
{
	width:1024px;
	height:152px;
	float:left;
	background-image:url(/Images/Structural/Header/hdr_Internal.jpg);
	background-repeat:no-repeat;
}
div#HeaderContainer
{
	width:1024px;
	height:152px;
	float:left;
	background-image:url(/Images/Structural/Header/hdr_Home.jpg);
	background-repeat:no-repeat;
}
	div#Menu
	{
		width:1024px;
		height:29px;
		float:left;
		padding-top:117px;
	}

/************************************************************************
*	MainBody
************************************************************************/
div#MainBodyContainer
{
	width:1024px;
	float:left;
	background-image:url(/Images/BG.gif);
	background-repeat:repeat-y;
}
	div#LeftPane
	{
		width:229px;
		float:left;
		background-color:#f5f5f7;
		padding:25px 4px 15px 16px;
	}
		div#LeftPaneTodayMusicListContainer
		{
			width:229px;
			float:left;		
			vertical-align:top;		
		}		
		.EmtyDataGrid{font-family:Arial; color:#333366; font-size:11px;}
			div#LeftPaneTodayMusicListContainer table td
			{
				vertical-align:top;		
			}			
			div#LeftPaneTodayMusicListContainer table 
			{
				vertical-align:top;		
			}					
			div#LeftPaneTodayMusicListProgramTimeContainer
			{
				width:35px;height:17px;
				float:left;
				font-family:Arial; color:#333366; font-size:11px;
				overflow:hidden;
			}			
			div#LeftPaneTodayMusicListProgramDetailsContainer
			{
				width:185px;
				float:right;
				font-family:Arial;
				color:#333366;
				font-size:11px;
				padding:0px 9px 0px 0px ;
				/*border-bottom-width: 1px;
				border-bottom-style: solid;
				border-bottom-color: #003366;	*/			
			}		
	div#MainContentPane
	{
		width:550px;
		float:left;
		padding:15px 15px 15px 15px;
	}
	div#RightPane
	{
		width:195px;
		float:left;
		padding-bottom:15px;
	}
		div#SearchPane
		{
			width:195px;
			float:left;
			padding-top:16px;
		}
		div#RightPortfolio
		{
			width:195px;
			float:left;
		}
		div#Newsletter
		{
	width:195px;
	float:left;
		}
/************************************************************************
*	Internal Today Music List Container
************************************************************************/
.ProgramTime{font-family:verdana; font-size:11px; color:#333366; font-weight:bold;}
.ProgramDetails{font-family:verdana; font-size:11px; color:#333366; font-weight:bold;}
.Composer{font-family:verdana; font-size:11px; color:#333366; font-weight:normal;}
.WorkDetails{font-family:verdana; font-size:11px; color:#333366; font-weight:normal;}



.MusicDayList{background-color: #ffffff; border: solid 1px #CACACA; width: 200px; font-family:verdana; font-size:11px; color:#555555; font-weight:normal;}
.musicListCopy{font-family:verdana; font-size:11px; color:#555555; font-weight:normal;}
	div#InternalTodayMusicListContainer
		{
			width:550px;
			float:left;		
			vertical-align:top;		
		}		
		.EmtyDataGrid{font-family:Arial; color:#333366; font-size:11px;}
			div#InternalTodayMusicListContainer table td
			{
				vertical-align:top;		
			}			
			div#InternalTodayMusicListContainer table 
			{
				vertical-align:top;		
			}					
			div#InternalTodayMusicListProgramTimeContainer
			{
				width:35px;height:17px;
				float:left;
				font-family:Arial; color:#333366; font-size:11px;
				overflow:hidden;
			}			
			div#InternalTodayMusicListProgramDetailsContainer
			{
				width:500px;
				float:right;
				font-family:Arial;
				color:#333366;
				font-size:11px;
				padding:0px 15px 0px 0px ;
				overflow:hidden;
				/*border-bottom-width: 1px;
				border-bottom-style: solid;
				border-bottom-color: #003366;	*/			
			}		

/************************************************************************
*	Footer
************************************************************************/
div#FooterContainer
{
	width:1024px;
	float:left;
	background-color:#ffffcc;
	border-top:1px solid #333366;
}
div#FooterCopy
{
	width:160px;
	float:left;
	padding:7px 3px 10px 0px;
	text-align:right;
}

