﻿HTML, BODY, FORM
{
	background-color: black;
	font-family: Sans-Serif, Tahoma, Serif;
	color: white;
	font-size: 11px;
	margin: 0px;
	height: 100%;
	min-height: 100%;
	background-image: url(Images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

html {
    overflow-y: scroll;
}


H1 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #00a0c6;
	font-size: 17px;
}

.ImitH1 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #00a0c6;
	font-size: 17px;
}

H2 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #00a0c6;
	font-size: 13px;
}

.TxtBigger
{
	font-size: 12px;
}

/* Input Clasees */
SELECT, TEXTAREA
{
	font-family: Sans-Serif, Tahoma, Serif;
	color: Black;	
	font-size: 11px;
}

.Textbox
{
	font-family: Sans-Serif, Tahoma, Serif;
	color: Black;	
	font-size: 11px;
	border: solid 2px #666666;
	width: 200px;
	padding: 3px;
}



.TextboxUnEdit
{
	border: none;
	width: 200px;
	font-family: Sans-Serif, Tahoma, Serif;
	color: White;	
	font-size: 11px;
	background-color: black;
}

.TextboxSml
{
	font-family: Sans-Serif, Tahoma, Serif;
	color: Black;	
	font-size: 11px;
	border: solid 2px #666666;
	width: 115px;
	padding: 2px;
}

.TextboxSSml
{
	font-family: Sans-Serif, Tahoma, Serif;
	color: Black;	
	font-size: 11px;
	border: solid 2px #666666;
	width: 50px;
	padding: 2px;
}


.TextboxBig
{
	width: 700px;
	font-family: Sans-Serif, Tahoma, Serif;
	color: Black;	
	font-size: 11px;
	border: solid 2px #666666;
	padding: 3px;
}

.AlbumButton
{
	border: solid 2px dimgray;	
}

.Login
{
	background-color: Black;
	border: solid 1px #8c8c8c;
	width: 110px;
	color: #8c8c8c
	}

.ButtonSml
{
	font-family: Sans-Serif, Tahoma, Serif;
	font-size: 11px;
	font-weight: bold;
	width: 60px;
	padding: 2px;
}

.Numeric
{
	width: 100px;
}

.Buttons
{
	font-family: Sans-Serif, Tahoma, Serif;
	font-size: 11px;
	font-weight: bold;
	width: 210px;
	padding: 5px;
}


.ButtonBig
{
	font-family: Sans-Serif, Tahoma, Serif;
	font-size: 14px;
	font-weight: bold;
	width: 210px;
	padding: 5px;
}

.Button
{
	font-family: Sans-Serif, Tahoma, Serif;
	font-size: 11px;
	font-weight: bold;
	width: 210px;
	padding: 2px;
}

.ButtonAnySize
{
	font-family: Sans-Serif, Tahoma, Serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
}

.ButtonAlt
{
	font-family: Sans-Serif, Tahoma, Serif;
	font-size: 11px;
	font-weight: bold;
	width: 210px;
	padding: 2px;
}

/* Anchor Clases */
A
{
	color: #00a0c6;
	text-decoration: none;
}

A:Hover
{
	color: white;
	text-decoration: underline;
}

A.YellowLnk
{
	color: #00a0c6;
	text-decoration: none;
}

A.YellowLnk:Hover
{
	color: white;
	text-decoration: underline;
}

A.white
{
	color: white;
	text-decoration: none;
}

A.white:Hover
{
	color: white;
	text-decoration: underline;
}

/* PlaceHolders */
.MainHolder
{
	background-color: Black;
	width: 900px;
	margin: 0px auto;
	height: 100%;
	min-height: 100%;
}

.BodyHolder
{
	padding-left: 45px;
	padding-right: 15px;
	width: 810px;
	height: 100%;
}

.Body
{
	background-color: Black;
	width: 900px;
}


/* Homepage Classes */
.TDCell
{
	width: 269px;
	vertical-align: top;
}

.TDCellBG
{
	width: 269px;
	background-image: url(Images/panel.png);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
}

.TDCellBGA
{
	width: 269px;
	background-image: url(Images/artist-page-panel.png);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
}

.TDCellBGAR
{
	width: 388px;
	background-image: url(Images/Archive-panel-slice_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
	height: 41px;
}

.TDCellBGARAlt
{
	width: 269px;
	background-image: url(Images/archive-panel_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
	height: 41px;
}

.TDCellBGARAlt
{
	width: 269px;
	background-image: url(Images/archive-panel_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
	height: 41px;
}

.TDCellBGARBG
{
	width: 388px;
	background-image: url(Images/Archive-panel-slice_02.png);
	background-repeat: repeat-y;
	background-position: left top;
}

.TDSpacer
{
	width:0px;
}

.TBLFullWidth
{
	width: 820px;
}

.TBLFullWidth2
{
	width: 830px;
}

.BlackBG
{
	background-color: black
}

/* Header Classes */
.MainBG
{
	background-repeat: no-repeat;
	background-position: right top;
	height: 402px;
	*height: 420px;
	
}

.NavBar
{
	*width: 695px;
	width: 680px;
	height: 60px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
	*margin-left: 15px;
	background-image: URL(Images/nav-bar.png);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	top: 25px;
	position: relative;
}

.NavRadio
{
	width: 112px;
	height: 60px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 20px;
	margin-left: 10px;
	background-image: URL(Images/player-button.png);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	top: 25px;
	position: relative;
}

.NavRadioSml
{
	width: 112px;
	height: 60px;
	margin-top: 7px;
	margin-bottom: 0px;
	margin-right: 20px;
	margin-left: 10px;
	background-image: URL(Images/player-button.png);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	top: 0px;
	position: relative;
}

.NavBarSml
{
	*width: 695px;
	width: 680px;
	height: 60px;
	margin-top: 7px;
	margin-bottom: 0px;
	margin-left: 40px;
	background-image: URL(Images/nav-bar.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: left;
	top: 0px;
	position: relative;
}


/* Misc classes */
.Text-Center
{
	text-align: center;
	
}
.Text-Right
{
	text-align: right;
}

.Yellow
{
	color: #00a0c6;
}

.Grey
{
	color: #9F9F9F
}

.SmallText
{
	font-size: 9px;
}

.NoBorder
{
	border: none;
}

.MarBot5
{
	margin-bottom: 5px;
}

.Clear
{
	clear: both;
}


/* IndicaTION cLASSES */

.Error
{
	border-right: darkred 1px solid;
	padding-right: 10px;
	border-top: darkred 1px solid;
	padding-left: 10px;
	padding-bottom: 10px;
	border-left: darkred 1px solid;
	color: darkred;
	padding-top: 10px;
	border-bottom: darkred 1px solid;
	background-color: #ffc4c5;
	text-align: center;
}

.Warning
{
	border-right: darkorange 1px solid;
	padding-right: 10px;
	border-top: darkorange 1px solid;
	padding-left: 10px;
	padding-bottom: 10px;
	border-left: darkorange 1px solid;
	color: chocolate;
	padding-top: 10px;
	border-bottom: darkorange 1px solid;
	background-color: #fff1c4;
	text-align: center;
}
.Success
{
	border-right: darkgreen 1px solid;
	padding-right: 10px;
	border-top: darkgreen 1px solid;
	padding-left: 10px;
	padding-bottom: 10px;
	border-left: darkgreen 1px solid;
	color: darkgreen;
	padding-top: 10px;
	border-bottom: darkgreen 1px solid;
	background-color: #ebffeb;
	text-align: center;
}

/* ************************************************************ */
/* Basket */
.Basket_QTY
{
	width: 30px;
	border: solid 1px silver;
	font-family:Sans-Serif, Tahoma, Serif;
	font-size:11px;
}

.Basket_Header
{
	font-weight: bold;
	background-color: #00a0c6;
	color: White;
}

.Basket_Footer
{
	font-weight: bold;
	background-color: #00a0c6;
	color: White;
}

.Basket_Seperator
{
	border-bottom: none;
	border-top: none;
	border-left: none;
	border-right: none;	
}

.Basket_Table
{
	border-bottom: none;
	border-top: none;
	border-left: none;
	border-right: solid 1px red;	
}

.Width83
{	
	width: 100px;
	height: 83px;
	overflow: hidden;
	display: inline-block;
}

.Width90
{	
	width: 90px;
	height: 75px;
	overflow: hidden;
	display: inline-block;
}


.BBRight
{
	border-right: solid 1px #878786
}

.BBTop
{
	border-top: solid 1px #878786
}

.BBLeft
{
	border-left: solid 1px #878786
}

.BBBottom
{
	border-bottom: solid 1px #878786
}
.NoShow
{
	display: none;
}

.PlaylistSub
{	
	height: 110px; 
	overflow: auto;
}

.Playlist
{
	padding-top: 30px;
	width: 248px;
	float: right; 
	padding-right: 20px;
}

.Playlist H1
{
	padding-bottom: 10px;
}

.Playlist A
{
	color: White;
	font-size: 13px;
}

.Playlist A:Hover
{
	color: #00a0c6;
}

.NowPlaying
{
	height: 150px; 
	padding-top: 30px;
	padding-left: 40px;
}

.NowPlaying H1
{
	padding-bottom: 10px;
	width: 500px;
}

.NowPlaying A
{
	font-weight: bold;
	font-size: 13px;
}

H5
{
	text-transform: uppercase;
	font-size: 15px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

H6
{
	font-size: 35px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

.Controls
{
	text-align: center;
	padding-top: 1px;
	float: left;
	padding-left: 320px;
}

.Controls IMG
{
	border: none 0px;
}

.RadioInfo
{
	margin-top: 0px;	
}

.Inline1
{
	display: inline;
}

A.PlaylistLink
{
	font-size: 12px;
	display: block;
	padding-left: 10px;
}

A.PlaylistLink1
{
	font-size: 12px;
	display: block;
	padding-left: 10px;
	background-image: url(Images/playercontrols/play.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.ScrollBars
{
	overflow:auto 
}

.ArchiveMUPlayer
{
	margin-top: 7px; 
	left: 57px;
	position: relative;
}


/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px;
	padding: 0px;
	color : windowtext;
	border : dimgray;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
    z-index: 999;
    background-color: white;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #a3dde9;
	color: black;
	padding: 1px;
	cursor: default
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

/*
.CMSHolder
{
	position: absolute;
	top: 610px;
	*top: 626px;
	_top: 626px;
	top: 626px\9;
	height: 202px;
	width: 424px;
	overflow: hidden;
	left: 50%;
	margin-left: -271px;
	background-color:#2d2d2a;
}

.CMSHolder DIV
{
	background-color:#2d2d2a;
	padding: 10px 20px;
	font-size: 12px;
}
*/

.CMSHolder
{
	position: absolute;
	top: 626px;
	*top: 626px;
	_top: 626px;
	top: 626px\9;
	height: 202px;
	width: 424px;
	overflow: hidden;
	left: 50%;
	margin-left: -271px;
	background-color:#2d2d2a;
}

.CMSHolderBooked
{
	position: absolute;
	top: 662px;
	*top: 662px;
	_top: 662px;
	top: 662px\9;
	height: 202px;
	width: 424px;
	overflow: hidden;
	left: 50%;
	margin-left: -271px;
	background-color:#2d2d2a;
}

.CMSHolder DIV, .CMSHolderBooked DIV
{
	background-color:#2d2d2a;
	padding: 10px 20px;
	font-size: 12px;
}
