/*
	General
*/

xml {
	display:none;
	font-size: 0px;
}

.softdelete
{
	text-decoration: line-through;
}



/*
	PhotoGallery
*/

div.popupDivHide
{
	position:absolute;
	position:fixed;
	display:none;
	left:50%;
	top:50%;
	z-index:-1;
	height: 574px;
	margin-top: -300px;
	margin-left: -270px;

	filter:alpha(Opacity=0);
	opacity:0;
	-moz-opacity:0;
	-khtml-opacity:0;

	-moz-transition:opacity 1s ease;
	-webkit-transition:opacity 1s ease;
	transition:opacity 1s ease;
}

div.popupDivHide .container_7{position: relative; width: 540px; margin: 0 auto; padding: 0;}
div.popupDivHide .container_7 .alpha			{margin-left: 0 !important;}
div.popupDivHide .container_7 .omega			{margin-right: 0 !important; margin-bottom:0 !important}
div.popupDivHide .container_7 .grid_7		{width: 520px;}

div.popupDivShow
{
	display:block;
	z-index:25;
}

div.popupDivShow #lyrics_display,
div.popupDivShow #event_display,
div.popupDivShow #gallery_display
{
	height:480px;
}

@media only screen and (max-width: 767px) {
	div.popupDivHide {height: 240px; margin-top: -120px; margin-left: -210px}
	div.popupDivHide .container_7 {width: 420px;}
	div.popupDivHide .container_7 .grid_7{width: 400px; margin-left: 5px; margin-right:0;}

	div.popupDivHide #lyrics_display {height:146px;}
}

@media only screen and (max-width: 479px) {
	div.popupDivHide {height: 420px; margin-top: -210px; margin-left: -125px}
	div.popupDivHide .container_7{width:250px;}
	div.popupDivHide .container_7 .grid_7{width: 230px;}

	div.popupDivHide #lyrics_display {height:271px;}
}

div.popupDivHide .container_7:after {content: "\0020"; display: block; height: 0; clear: both; visibility: hidden;}

div.popupDivVisible
{
	filter:alpha(Opacity=100);
	opacity:1;
	-moz-opacity:1;
	-khtml-opacity:1;
}

div.backgroundDivGrey
{
	position:fixed;
	display:none;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#222222;
	background-color:rgba(0,0,0,0.8);
	filter:alpha(Opacity=0);
	opacity:0;
	-moz-opacity:0;
	-khtml-opacity:0;
	z-index:20;
	
	-moz-transition:opacity 1s ease;
	-webkit-transition:opacity 1s ease;
	transition:opacity 1s ease;
}

div.backgroundDivGreyIE6
{
	position:absolute;
	display:none;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#222222;
	background-color:rgba(0,0,0,0.8);
	filter:alpha(Opacity=0);
	opacity:0;
	-moz-opacity:0;
	-khtml-opacity:0;
	z-index:20;
	
	-moz-transition:opacity 1s ease;
	-webkit-transition:opacity 1s ease;
	transition:opacity 1s ease;
}

div.backgroundDivGreyVisible
{
	filter:alpha(Opacity=90);
	opacity:1;
	-moz-opacity:1;
	-khtml-opacity: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:30;
}

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:30;
}

div.actionDisabled
{
	background-repeat:no-repeat;
	cursor:default;
	float:left;
	height:43px;
	width:55px;
	font-size: 24px;
}

div.actionEnabled
{
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
	height:43px;
	width:55px;
}

div.actionHover
{
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
	height:43px;
	width:55px;
}

div.actionDepressed
{
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
	height:43px;
	width:55px;
}

div.actionSpacer
{
	width:245px;
}

@media only screen and (max-width: 767px) {
	div.actionSpacer  {width: 115px;}
}

@media only screen and (max-width: 479px) {
	div.actionSpacer {width: 165px;}
}


div.gallarythumbs
{
	width: 73%;
	margin-left: auto;
	margin-right: auto;
	clear: left;
}

@media only screen and (max-width: 995px) {
	div.gallarythumbs {width: 91%;}
}

@media only screen and (max-width: 767px) {
	div.gallarythumbs  {width: 90%;}
}

@media only screen and (max-width: 479px) {
	div.gallarythumbs {width: 90%;}
}

#gallery_paging
{
	margin-bottom: 10px;
}


div.songtitle
{
	width:200px;
	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
*/

.nopaging
{
	margin: 0px;
	padding: 0px;
}

div.numberedButton, div.numberedButtonActive, div.numberedButtonFull
{
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;
	margin-top:8px;
	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,
div.numberedButton a:hover, div.numberedButtonActive a:hover, div.numberedButtonFull a:hover
{
	text-decoration: none;
	color: #B3B3B3;
}

/*
	music player
*/
div.musicplayer
{
	width:80%;
	margin: 0 auto;
}

@media only screen and (max-width: 479px) {
	div.musicplayer {width: 99%;}
}

.musicplayerHTML
{
	width:380px
}

@media only screen and (max-width: 479px) {
	.musicplayerHTML {width: 280px;}
}


/*
	video layout
*/

div.videoListController
{
	cursor:pointer;
	margin-bottom:5px;
}

div.videoList
{
	height: 0px;
	display: block;
	overflow: hidden;

	-moz-transition:height 0.5s ease;
	-webkit-transition:height 0.5s ease;
	transition:height 0.5s ease;
}

.videoObject, .videoObjectFrame
{
	width:640px;
	height:480px;
}

@media only screen and (max-width: 995px) {
	.videoObject {width: 480px; height: 360px;}
}
@media only screen and (max-width: 480px) {
	.videoObjectFrame {width: 480px; height: 360px;}
}

@media only screen and (max-width: 767px) {
	.videoObject {width: 400px; height: 300px;}
}
@media only screen and (max-width: 400px) {
	.videoObjectFrame {width: 400px; height: 300px;}
}

@media only screen and (max-width: 479px) {
	.videoObject {width: 280px; height: 210px;}
}
@media only screen and (max-width: 280px) {
	.videoObjectFrame {width: 280px; height: 210px;}
}


.youtubePlayerFrame
{
	width:600px;
	height:400px;
}
@media only screen and (max-width: 995px) {
	.youtubePlayerFrame {width: 480px; height: 360px;}
}
@media only screen and (max-width: 767px) {
	.youtubePlayerFrame {width: 400px; height: 300px;}
}
@media only screen and (max-width: 479px) {
	.youtubePlayerFrame {width: 280px; height: 210px;}
}




/*
	store
*/

.storeicon
{
	margin-right: 5px;
}