HTML, BODY
{
	height:100.1%;
	background-color:#FFFFFF;
}
FORM 
{
	margin:0px;
}

.shadow,
.content{
	position: relative;
	bottom: 4px;
	right: 4px;	
	width:600px;
	padding-top:2px; 
	padding-left:2px;
}

.content 
{
	background-color: #FFFFFF;
	background-image: url(/images/handle.gif);
	background-repeat: repeat-y;
	background-position:right top;
	border:solid 1px #C2C4C6;

}
.shadow{
	background-color: #E4E4E2; /*shadow color*/
	width:603px;
}

.shadowMixes,
.contentMixes,
.contentMixes2{
	position: relative;
	bottom: 4px;
	right: 4px;	
	
}
.contentMixes2
{
	background-color: #FFFFFF;
	border:solid 1px #C2C4C6;
	background-position:top right;
	background-repeat:repeat-y ;
	padding:6px;
}
.contentMixes
{
	background-color: #FFFFFF;
	border:solid 1px #C2C4C6;
	background-image: url(/images/handle.gif);
	background-position:top right;
	background-repeat:repeat-y ;
	
	padding:6px;
}

.shadowMixes{
	background-color: #E4E4E2; /*shadow color*/	
}

#boxes {
	font-family: Arial, sans-serif;
	list-style-type: none;
	margin: 0px;
	padding:0px;
	width: 620px;

}

#boxes li {
	position: relative;
	margin:6px;
	float: left;
	width: 620px;

	padding:6px;
	
}

/*
Misc Object Styles
*/

#greyRule
{
	position: relative;
	width: 100%;
	height: 1px;
	background-color: #C2C4C6;
}

img.mainlogo
{
	position: relative;
	top: 20px;
	left: 28px;
}
img.userLogo
{
	position: relative;
	bottom: -10px;
}

#searchBox
{
	position: relative;
	width: 166px;
	height: 90px;
	border: solid 1px #A7AAAD;
	background-color: #EBEBEB;
}

#searchBoxContents
{
	position: relative;
	top: 12px;
	left: 8px;
	width: 156px;
	height: 90px;
}
#textPageLinkBox
{
	border:solid 0px red;
	position: relative;
	top:12px;
	width:376px;
	text-align:right;
}
#textPageContentBox
{
	border:solid 0px red;
	position: relative;
	float:left;
	top:20px;
	left:30px;
	height: 250px;
	width: 330px;
/*	overflow:auto;
	overflow-x:hidden ;
*/
}
#textPageDemoLinkBox
{
	border:solid 0px red;
	position: relative;
	float:left;
	height:10px;
	width:376px;
	top:350px;
	text-align:right;
}

#contentImageBox
{
	float: right;
	position: relative;
	height: 375px;
	width: 254px;
	top:20px;
	left:13px;
}

#contentImageBoxHeadline
{
	float: left;
	position: relative;
	width: 106px;
	height: 70px;
	top: 200px;
	left: 129px;
}

#contentImageBoxFooter
{
	float: left;
	position: relative;
	width: 227px;
	height: 12px;
	top: 346px;
	left: 20px;
}
#contentBox
{
	position: relative;
	top: -8px;
	left: -7px;
	height: 375px;
	width: 645px;
	border-top: solid 1px #A7AAAD;
	border-left: solid 1px #A7AAAD;
	border-right: solid 1px #A7AAAD;
	background-image: url(/images/bg_squiggle.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#contentBoxContents
{
	position: relative;
	left: 30px;
	top: 30px;
}
#featuredartist
{
	position: relative;
	height: 144px;
	width: 166px;
}
#findyourmusic
{
	position: relative;
	height: 207px;
	width: 166px;
}
#findyourmusic A
{
	float: left;
	position: relative;
	height: 207px;
	width: 166px;
	border: solid 1px #B03626;
}

#findyourmusic a:hover
{
	border: solid 1px #A7AAAD;
}
#redBox
{
	position: relative;
	top: -8px;
	left: -7px;
	height: 89px;
	width: 645px;
	border-left: solid 2px #B03626;
	background-color: #B03626;
	background-image: url(/images/red_corner.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#redBoxContents
{
	position: relative;
	left: 26px;
	top: 58px;
}
#redBoxContents_Playlist
{
	position: relative;
	left: 6px;
	top:10px;
}
#redBoxContents_PlaylistGrid
{
	position: relative;
	height: 54px;
	width: 470px;
	border:solid 0px white;
	overflow-y:scroll;
	overflow:-moz-scrollbars-vertical;
}
#shadowBox
{
	position: relative;
	background-image: url(/images/bg_homeshadow.gif);
	background-position: top left;
	background-repeat: no-repeat;
	left: 17px;
	top: 8px;
}

#trackIcon 
{
		position: relative;
	top: 2px;
}


#contentBox_flash
{
	position: relative;
	top: -8px;
	left:-6px;
	height: 375px;
	width: 645px;
}
#searchBox_flash
{
	position: relative;
	float:left;
	left:-6px;
	width: 166px;
	height: 83px;
	border: solid 1px #A7AAAD;
	background-color: #EBEBEB;
}
#redBox_flash
{
	position: relative;
	top: -4px;
	left: 1.5px;
	height: 89px;
	width: 645px;
	border-left: solid 2px #B03626;
	background-color: #B03626;
	background-image: url(/images/red_corner.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#shadowBox_flash
{
	position: relative;
	background-image: url(/images/bg_homeshadow_flash.gif);
	background-position: top left;
	background-repeat: no-repeat;
	top: 8px;
}
/* 
Misc
*/

div.hideMe {display: none; }
div.showMe {display: block; }
.dgSep
{
	background-color:Transparent;
	background-image: url(/images/redshim.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
.formfieldNoBG
{
	color: #5B6E70;
	font-family: Verdana,Arial;
	font-size: 10px;
}

.formfieldBG
{
	background: url( '/images/bgFormField.gif' );
	background-color:#FFFFFF;
	background-position: left top;
	background-repeat: no-repeat;
	border: solid 1px #C2C4C6;
	color: #5B6E70;
	font-family: Verdana,Arial;
	font-size: 10px;
	padding: 3px;


}

.contentFrameBorder
{
	border: solid 1px #C2C4C6;
}

.dropshadowRight
{
	position: relative;
	float: right;
	height: 100%;
	width: 3px;
	top: 4px;
	left: 4px;
	background-color: #F2F2F2;
}

.dropshadowBottom
{
	position: relative;
	height: 3px;
	width: 838px;
	left: 4px;
	background-color: #F2F2F2;
}

.textFieldShim
{
	position: relative;
	width: 1px;
	height: 6px;
}

/*
Font Styles 
*/
.blueText10
{
	color: #2881BB;
	font-family: Verdana, Arial;
	font-size: 10px;
}
.blueText10 a
{
	color: #2881BB;
	font-family: Verdana, Arial;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}
.blueText10 a:hover
{
	text-decoration: underline;
}

.blueTextStrong11
{
	color: #2881BB;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight:bold;	
}
.blueTextStrong11 a
{
	color: #2881BB;
	font-family: Verdana, Arial;
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;	
}
.blueTextStrong11 a:hover
{
	text-decoration: underline;
}

.blueText16
{
	color: #2881BB;
	font-family: Verdana, Arial;
	font-size: 16px;
}

.blueGreyText11 
{
	color: #5B6E70;
	font-family: Arial Narrow, Arial;
	font-size: 11px;
}

.blueGreyText11 A
{
	color: #5B6E70;
	font-family: Arial Narrow, Arial;
	font-size: 11px;
}


.blueGreyText18 
{
	color: #5B6E70;
	font-family: Arial Narrow, Arial;
	font-size: 18px;
}

.bronzeText16
{
	color: #72634D;
	font-family: Arial Black;
	font-size: 16px;
}

.bronzeText24
{
	color: #72634D;
	font-family: Arial Black;
	font-size: 24px;
}

.darkBlueText10Radio
{
	POSITION:relative;
	TOP:-2pt;
	color: #517180;
	font-family: Verdana, Arial;
	font-size: 10px;	
}

.darkBlueText10Radio label
{
	POSITION:relative;
	TOP:-.30em;

}
.darkblueText10
{
	color: #517180;
	font-family: Verdana, Arial;
	font-size: 10px;

}

.darkblueText10 a
{
	position: relative;
	top: -1px;
	color: #517180;
	font-family: Verdana, Arial;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}
.darkblueText10 a:hover
{
	color: #2881BB;
}
.darkblueTextStrong10
{
	color: #517180;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
}

.darkblueTextStrong10 a
{
	position: relative;
	top: -1px;
	color: #517180;
	font-family: Verdana, Arial;
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;
}
.darkblueTextStrong10 a:hover
{
	color: #2881BB;
}
.darkblueText12
{
	color: #517180;
	font-family: Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
}

.darkblueText12 a
{
	position: relative;
	top: -1px;
	color: #517180;
	font-family: Verdana, Arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
.darkblueText12 a:hover
{
	color: #2881BB;
}
.darkGreyText10
{
	color: #5F6055;
	font-family: Verdana,Arial;
	font-size: 10px;
}

.darkGreyText10 a
{
	color: #5F6055;
}

.darkGreyText10 a:hover
{
	color: #2881BB;
}

.darkGreyText12
{
	color: #5F6055;
	font-family: Verdana,Arial;
	font-size: 12px;
}

.darkGreyText16
{
	color: #5F6055;
	font-family: Verdana,Arial;
	font-size: 16px;
}

.darkRedText10
{
	color: #83130B;
	font-family: Verdana,Arial;
	font-size: 10px;

}
.greyBlueText10
{
	color: #A2B0B4;
	font-family: Verdana,Arial;
	font-size: 10px;
}

.greyBlueText10 a
{
	color: #A2B0B4;
	font-family: Verdana,Arial;
	font-size: 10px;
	text-decoration: none;
}

.greyBlueText10 a:hover
{
	color: #2881BB;
	font-family: Verdana,Arial;
	font-size: 10px;
	text-decoration: none;
}

.greyTextBlueLink10
{
	color: #5B6E70;
	font-family: Verdana,Arial;
	font-size: 10px;
}

.greyTextBlueLink10 A
{
	color: #5B6E70;
	text-decoration: none;
}

.greyTextBlueLink10 A:hover
{
	color: #52BEDE;
	text-decoration: none;
}

.greyText10
{
	color: #5B6E70;
	/*color: #A_6A69E;*/
	font-family: Verdana,Arial;
	font-size: 10px;
}

.greyText10BorderBottom
{
	border-bottom:solid 1px #C2C4C6;
	color: #5B6E70;
	font-family: Verdana,Arial;
	font-size: 10px;
}
.greyText10 A
{
	color: #5B6E70;
	text-decoration: none;
}

.greyText10 A:hover
{
	color: #B03626;
	text-decoration: none;
}

.greyText16
{
	color: #5B6E70;
	font-family: Verdana,Arial;
	font-size: 16px;
}
.lightGreyText10
{
	color: #CECBC6;
	font-family: Verdana,Arial;
	font-size: 10px;
}
.redAsterix10
{
	position:relative;top:-4px;
	color: #B03626;
	font-family: Verdana,Arial;
	font-size: 10px;
	font-weight: bold;
}

.redText10NoBold
{
	color: #B03626;
	font-family: Verdana,Arial;
	font-size: 10px;

}
.redText10NoBold A
{
	color: #B03626;
	font-weight: normal;
	text-decoration: none;
}

.redText10NoBold A:hover
{
	color: #B03626;
	text-decoration: underline;
}
.redText10
{
	color: #B03626;
	font-family: Verdana,Arial;
	font-size: 10px;
	font-weight: bold;
}
.redText10 A
{
	color: #B03626;
	font-weight: normal;
	text-decoration: none;
}

.redText10 A:hover
{
	color: #B03626;
	text-decoration: underline;
}

.redText16
{
	color: #B03626;
	font-family: Arial Black;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 16px;
}

.redText26
{
	color: #B03626;
	font-family: Arial Black;
	font-size: 26px;
	letter-spacing: 1px;
}

.whiteText10
{
	color: #FFFFFF;
	font-family: Verdana,Arial;
	font-size: 10px;
}

.whiteText10 a
{
	color: #FFFFFF;
	font-family: Verdana,Arial;
	font-size: 10px;
	text-decoration: none;
}

.whiteText10 a:hover
{
	color: #2881BB;
	font-family: Verdana,Arial;
	font-size: 10px;
	text-decoration: none;
}
