/*
Titel        : ControlPanel
Document     : stylesheet.controlpanel.css
Last updated : 07/24/2008
*/

/* MISC */
p.center
{
	text-align				: center;
}

p.center a.imageButtonLarge
{
	margin-left				: auto;
	margin-right			: auto;
}

hr
{
	color					: #DF5354;
	background-color		: #DF5354;
	height					: 1px;
	border					: 0px;
}

/* ControlPanel > MyShop > Videos */
div.moduleControlPanelMyShopVideos
{
}

div.moduleControlPanelMyShopVideos span.small
{
	font-size				: 10px;
}

div.moduleControlPanelMyShopVideos input
{
	width					: 95%;
	border					: 1px solid #CCCCCC;
}

/* ControlPanel > MyShop > LDbutton */
div.moduleControlPanelMyShopLDButton textarea
{
	border					: 1px solid #DF5354;
	height					: 100px;
}

div.moduleControlPanelMyShopLDButton input.large
{
	width					: 90%;
}

/* ControlPanel > MyShop > PageStyle */
div.moduleControlPanelMyShopPageStyle
{
}

div.moduleControlPanelMyShopPageStyle div.artists
{	
}

div.moduleControlPanelMyShopPageStyle div.artist
{
	float					: left;
	margin-left				: 5px;
	margin-right			: 5px;
	text-align				: center;
}

div.moduleControlPanelMyShopPageStyle span.image
{
	cursor					: pointer;
}

div.moduleControlPanelMyShopPageStyle p.center
{	
	padding-top				: 10px;
	clear					: both;
}

div.moduleControlPanelMyShopPageStyle p.center a.imageButtonLarge
{
	margin-left				: auto;
	margin-right			: auto;
}

/* ControlPanel > Promotion > Invite */
div.promotionInvite
{
	width					: 100%;
}

div.promotionInvite div.messengers
{		
	width					: 400px;
	
	margin-left				: auto;
	margin-right			: auto;
}

div.promotionInvite span.messenger
{

}

div.promotionInvite table.inviteContacts
{
	font-size				: 10px;
	width					: 100%;
	border					: 1px solid #EAEAEA;	
}

div.promotionInvite table.inviteContacts tr.group
{
	background-color		: #EAEAEA;
	border					: 1px solid #EAEAEA;	
}

/* ControlPanel > Promotion > RadioPromotion */
a.upgradePackageButtonNL
{	
	display					: block;
	
	width					: 375px;
	height					: 30px;

	background-image		: url('../graphics/buttons/upgrade_package-nl.png');
}

a.upgradePackageButtonNL:hover
{
	background-image		: url('../graphics/buttons/upgrade_package-nl-hover.png');
}

a.upgradePackageButtonEN
{	
	display					: block;
	
	width					: 375px;
	height					: 30px;

	background-image		: url('../graphics/buttons/upgrade_package-en.png');
}

a.upgradePackageButtonEN:hover
{
	background-image		: url('../graphics/buttons/upgrade_package-en-hover.png');
}

div.moduleControlPanelPromotionRadioPromotion p.center a.imageButtonLarge
{
	margin-left				: auto;
	margin-right			: auto;
}

div.moduleControlPanelPromotionRadioPromotion ol li
{
	line-height             : 14px;
}

/* ControlPanel > Promotion > iTunes */
div.moduleControlPanelIModulePromotionCaseITunes input
{
 
}

div.moduleControlPanelIModulePromotionCaseITunes div.album
{
    padding                 : 10px;
}

div.moduleControlPanelIModulePromotionCaseITunes div.album table
{
    width                   : 100%;
    border-collapse         : collapse;
}

div.moduleControlPanelIModulePromotionCaseITunes div.album table tr.head
{
    padding 				: 5px;
	background-color		: #FDE3E0;
	font-weight				: bold;	
}

div.moduleControlPanelIModulePromotionCaseITunes div.album table tr.track
{
	padding 				: 5px;
	border					: 0px;
	background-color		: #FFBAA4;
	font-weight				: bold;
}

div.moduleControlPanelIModulePromotionCaseITunes div.album table td.actions
{
    width                   : 40px;
}

div.moduleControlPanelIModulePromotionCaseITunes div.album table td.albumNumber
{
    width                   : 25px;
}

/* FAQS */
div.faq b
{
	font-size				: 14px;
}

div.faq a.dark_u
{
	text-decoration 		: underline;
}

div.faqdiv
{
	display					: none;
	margin-top				: 5px;
	margin-left				: 5px;
}

