/*
	General
*/

xml {
	display:none;
	font-size: 0px;
}

.softdelete
{
	text-decoration: line-through;
}



/*
	PhotoGallery
*/

div.popupDivHide
{
	position:absolute;
	display:none;
	left:0px;
	top:0px;
	z-index:-1;
}

div.popupDivShow
{
	position:fixed;
	display:block;
	left:100px;
	top:100px;
	z-index:2;
}

div.popupDivShowIE6
{
	position:absolute;
	display:block;
	left:100px;
	top:100px;
	z-index:2;
}

div.backgroundDivGrey
{
	position:fixed;
	display:none;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#666666;
	filter:alpha(Opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	z-index:1;
}

div.backgroundDivGreyIE6
{
	position:absolute;
	display:none;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#666666;
	filter:alpha(Opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	z-index:1;
}

div.savingDivGrey
{
	position:fixed;
	display:none;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#000000;
	filter:alpha(Opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	z-index:4;
}

div.savingDivGreyIE6
{
	position:absolute;
	display:none;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#666666;
	filter:alpha(Opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	z-index:4;
}

div.actionDisabled
{
	background-repeat:no-repeat;
	cursor:default;
	float:left;
	height:51px;
	width:55px;
	font-size: 24px;
}

div.actionEnabled
{
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
	height:51px;
	width:55px;
}

div.actionHover
{
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
	height:51px;
	width:55px;
}

div.actionDepressed
{
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
	height:51px;
	width:55px;
}

div.songtitle
{
	width:140px;
	float:left;
}

div.songaction
{
	float:left;
	margin-right:10px;
}


/*
	Div Layout
*/

div.containerLayout
{
	margin-left:auto;
	margin-right:auto;
	border:1px solid black;
}

div.containerCell
{
	float:left;
	width:auto;
}

div.containerRowEnd
{
	width:0px;
	clear: both
}


/*
	Paging Buttons
*/

div.numberedButton, div.numberedButtonActive, div.numberedButtonFull
{
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;
	margin-right:8px;
	color: #B3B3B3;
	float:left;
}

div.numberedButton, div.numberedButtonFull
{
	border:2px solid #999999;
}


div.numberedButton:hover, div.numberedButtonFull:hover
{
	cursor:pointer;
	background-color: #444444;
}

div.numberedButtonActive
{
	border:2px solid #333333;
}

div.numberedButtonFull
{
	width:110px;
}

div.numberedButton a, div.numberedButtonActive a, div.numberedButtonFull a
{
	text-decoration: none;
}
