/*
 * Global Styling
 */

body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px; 
	background: url(/images/bg_inverted_hq.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #363634;
}

p
{
	display: inline;
}

input
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input.button
{
	width: 100px;
}

form
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: inline;
}

table
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

tr
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
	text-decoration: none;
}

a:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2e9bc4;
	text-decoration: none;
	cursor: pointer;
}



/*
 * Additional Styling
 */
.shadeBox
{
	border: 1px solid #CCCCCC; 
	padding: 5px 5px 5px 5px; 
	background-image: url(/images/gradient.jpg); 
	background-repeat: repeat-x; 
	background-position: bottom; 
	background-color: #FFFFFF;
}

.shadeBox_small
{
	border: 1px solid #CCCCCC; 
	padding: 5px 5px 5px 5px; 
	background-image: url(/images/gradient_small.jpg); 
	background-repeat: repeat-x; 
	background-position: bottom; 
	background-color: #FFFFFF;
}

.bannerLink
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
}

.bannerLink:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
}

.bannerText
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.memberbannerLink
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
}

.memberbannerLink:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
}
.memberbannerText
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.header
{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-image: url('/images/bars.gif');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 25px;
	margin: 5px 0px 10px 0px;
}

.greyheader
{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-image: url('/images/greybars.gif');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 25px;
	margin: 5px 0px 10px 0px;
}


.headerText
{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.hintLink
{
	font-size: 10px;
	text-decoration: underline;
}

.hintLink:hover
{
	font-size: 10px;
	text-decoration: blink;
}

.hintText
{
	font-size: 10px;
	color: #999999;
}

.altRow
{
	background-color: #e9f2ff;
}


.footerLink
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
}

.footerLink:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #363634;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
}

.footerText
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
}


.redLink
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#990000;
	text-decoration: none;
}


.redLink:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#CC0000;
	text-decoration: none;
}


.whiteLink
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
}

.whiteLink:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
}



/*
 * Search Styling
 */
.searchHeader
{
	font-weight: bold;
	font-style: italic;
}

.searchHeaderAlt
{
	font-weight: bold;
	font-style: italic;
	background-color: #e9f2ff;
}

.searchFooter
{
	font-weight: bold;
	font-style: italic;
}

/*
 * Hoverbox Styling
 */
.hoverbox_album
{
	display: inline;
	position: relative;
}

.hoverbox_album a .preview
{
	display: none;
}

.hoverbox_album a:hover .preview
{
	display: block;
	position: absolute;	
	z-index: 1;
}

.hoverbox_photo
{
	display: inline;
	position: relative;
}

.hoverbox_photo a .preview
{
	display: none;
}

.hoverbox_photo a:hover .preview
{
	display: block;
	position: absolute;	
	z-index: 1;
}

.hoverbox_top10
{
	display: inline;
	position: relative;
}

.hoverbox_top10 a .preview
{
	display: none;
}

.hoverbox_top10 a:hover .preview
{
	display: block;
	position:absolute;	
	z-index: 1;
}


/*
 * Popup Calendar Styling
 */
.calendar_cpYearNavigation,
.calendar_cpMonthNavigation
{
	text-align: center;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	border-bottom: 1px solid #333333;
}

.calendar_cpDayColumnHeader,
.calendar_cpYearNavigation,
.calendar_cpMonthNavigation,
.calendar_cpCurrentMonthDate,
.calendar_cpCurrentMonthDateDisabled,
.calendar_cpOtherMonthDate,
.calendar_cpOtherMonthDateDisabled,
.calendar_cpCurrentDate,
.calendar_cpCurrentDateDisabled,
.calendar_cpTodayText,
.calendar_cpTodayTextDisabled,
.calendar_cpText
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px 3px 3px 3px;
	text-align: center;
}

TD.calendar_cpDayColumnHeader
{
	text-align: right;
	border-bottom: 0px solid #333333;
}

.calendar_cpCurrentMonthDate,
.calendar_cpOtherMonthDate,
.calendar_cpCurrentDate
{
	text-align: right;
	text-decoration: none;
}

.calendar_cpCurrentMonthDateDisabled,
.calendar_cpOtherMonthDateDisabled,
.calendar_cpCurrentDateDisabled
{
	color: #D0D0D0;
	text-align: right;
	text-decoration: line-through;
}

.calendar_cpCurrentMonthDate
{
	color: #2e9bc4;
	font-weight: bold;
}

.calendar_cpCurrentDate
{
	color: #FFFFFF;
	font-weight:bold;
}

.calendar_cpOtherMonthDate
{
	color:#808080;
}

TD.calendar_cpCurrentDate
{
	color:#FFFFFF;
	background-color: #2e9bc4;
	border: 1px solid #000000;
}

TD.calendar_cpCurrentDateDisabled
{
	border: 1px solid #FFAAAA;
}

TD.calendar_cpTodayText,
TD.calendar_cpTodayTextDisabled
{
	border: 1px solid #2e9bc4;
}

A.calendar_cpTodayText,
SPAN.calendar_cpTodayTextDisabled
{
	height: 20px;
}

A.calendar_cpTodayText
{
	color: #2e9bc4;
	font-weight: bold;
}

A.calendar_cpTodayText:hover
{
	color: #333333;
}

SPAN.calendar_cpTodayTextDisabled
{
	color: #D0D0D0;
}

.calendar_cpBorder
{
	border: 1px solid #2e9bc4;
}

/*Buttons*/
.linkbutton
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #336699;
	height: 20px;
	border:none;
	background:none;
	cursor:pointer;
	text-align:left;
}

.linkbuttonOver
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #336699;
	height: 20px;
	border:none;
	background:none;
	cursor:pointer;
	text-align:left;
}

.featuredbutton
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	border:none;
	cursor:pointer;
	text-align:left;
	height:40px;
	background:none;
	width:130px;
	background:url(/images/featured_bg.jpg);
	background-repeat:repeat-x;
	padding-left:5px;
}

.featuredbutton2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	border:none;
	cursor:pointer;
	text-align:left;
	height:40px;
	background:none;
	width:130px;
	background-repeat:repeat-x;
	background:url(/images/featured_bg1.jpg);
	border-left:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	padding-left:5px;
}

.featuredbuttonOver
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	border:none;
	cursor:pointer;
	text-align:left;
	background:#333333;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	height:40px;
	width:130px;
	padding-left:5px;
}

.featuredbuttonOver2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	border:none;
	cursor:pointer;
	text-align:left;
	background:#333333;
	height:40px;
	width:130px;
	padding-left:5px;
}

.featuredbuttonSelected
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	border:none;
	cursor:pointer;
	text-align:left;
	background:url(/images/featuredSelected.gif);
	background-repeat:no-repeat;
	height:40px;
	width:140px;
	padding-left:5px;
	font-style:italic;
}

.recommandedbutton
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #336699;
	cursor:pointer;
	text-align:left;
	height:22px;
	width:58px;
	border:none;
	background: url(/images/recommended_bg.jpg);
	background-repeat:no-repeat;
	text-align:center;
	
}

.recommandedbuttonOver
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #333333;
	cursor:pointer;
	text-align:left;
	background:#FFFFFF;
	height:25px;
	width:57px;
	text-align:center;
	border:none;
}


.top11button
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	color: #336699;
	cursor:pointer;
	text-align:center;
	height:22px;
	width:46px;
	background: url(/images/top11_bg.jpg);
	background-repeat:no-repeat;
	border:none;
}

.top11buttonOver
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	color: #######;
	cursor:pointer;
	text-align:left;
	background:#FFFFFF;
	height:25px;
	width:46px;
	text-align:center;
	border:none;
}


.samplebutton
{
	border:none;
	background:url(/images/sound.png);
	width:30px;
	height:30px;
	cursor:pointer;
}
.samplebuttonOver
{
	border:none;
	background:url(/images/sound.png);
	width:30px;
	height:30px;
	cursor:pointer;
}

.buybutton
{
	border:none;
	background:url(/images/buy.gif);
	width:27px;
	height:27px;
	cursor:pointer;
}
.buybuttonOver
{
	border:none;
	background:url(/images/buy.gif);
	width:27px;
	height:27px;
	cursor:pointer;
}
.playlistbutton
{
	border:none;
	background:url(/images/plus.png);
	width:30px;
	height:30px;
	cursor:pointer;
}
.playlistbuttonOver
{
	border:none;
	background:url(/images/plus.png);
	width:30px;
	height:30px;
	cursor:pointer;
}
.commentbutton
{
	border:none;
	background:url(/images/chat.png);
	width:30px;
	height:30px;
	cursor:pointer;
}
.commentbuttonOver
{
	border:none;
	background:url(/images/chat.png);
	width:30px;
	height:30px;
	cursor:pointer;
}

.downloadbutton
{
	border:none;
	background:url(/images/save.png);
	width:30px;
	height:30px;
	cursor:pointer;
}
.downloadbuttonOver
{
	border:none;
	background:url(/images/save.png);
	width:30px;
	height:30px;
	cursor:pointer;
}

#featuredcontainer {
   position: absolute;
   top: 156px;
   height:50px;
   float:left; 
   padding-left:1px;         
}

#translucentbkg {
   width: 310px; height: 50px;     
   background-color: #000000;       /* the background              */
   filter:alpha(opacity=50);
   -moz-opacity:0.5;
   opacity: 0.5;
}

#opaquetext {
   width: 300px; height: 40px;    
   background-color: transparent;   /* transparent background      */
   position: absolute;              /* absolute positioning        */
   z-index: 2;                      /* place it over the other DIV */
}

/*
 * Image Fading Styling
 */
.blend img 
{
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity:0;
	filter: alpha(opacity=0);
}