@charset "UTF-8";

/* orange page */
.orangePage{
	background: #f78f1e url(../images/page/orangeSwirl_BG.gif) no-repeat top right;
}

.orangePage .rip{
	float: left;
	width: 980px;
	height: 16px;
	background: url(../images/page/orangeRip_BG.gif) no-repeat top left;
}

.orangePage .listing .songEven{
	display: block;
	width: 613px;
	height: 20px;
	background: #f9a54b;
}

.orangePage .listing .songOdd{
	display: block;
	width: 613px;
	height: 20px;
}

.orangeFooter{
	background: #7b470f;
}

.orangeInfo{
	color: #f9a54b;
}

/* purple page */
.purplePage{
	background: #a54399 url(../images/page/purpleSwirl_BG.gif) no-repeat top right;
}

.purplePage .rip{
	float: left;
	width: 980px;
	height: 16px;
	background: url(../images/page/purpleRip_BG.gif) no-repeat top left;
}

.purplePage .listing .songEven{
	display: block;
	width: 613px;
	height: 20px;
	background: #b769ad;
}

.purplePage .listing .songOdd{
	display: block;
	width: 613px;
	height: 20px;
}

.purpleFooter{
	background: #52214c;
}

.purpleInfo{
	color: #b769ad;
}

/* green page */
.greenPage{
	background: #b8cc9e url(../images/page/greenSwirl_BG.gif) no-repeat top right;
}

.greenPage .rip{
	float: left;
	width: 980px;
	height: 16px;
	background: url(../images/page/greenRip_BG.gif) no-repeat top left;
}

.greenPage .listing .songEven{
	display: block;
	width: 613px;
	height: 20px;
	background: #c6d6b1;
}

.greenPage .listing .songOdd{
	display: block;
	width: 613px;
	height: 20px;
}

.greenFooter{
	background: #5c664f;
}

.greenInfo{
	color: #c6d6b1;
}

/* pink page */
.pinkPage{
	background: #f875b4 url(../images/page/pinkSwirl_BG.gif) no-repeat top right;
}

.pinkPage .rip{
	float: left;
	width: 980px;
	height: 16px;
	background: url(../images/page/pinkRip_BG.gif) no-repeat top left;
}

.pinkPage .listing .songEven{
	display: block;
	width: 613px;
	height: 20px;
	background: #f991c3;
}

.pinkPage .listing .songOdd{
	display: block;
	width: 613px;
	height: 20px;
}

.pinkFooter{
	background: #7c3a5a;
}

.pinkInfo{
	color: #f991c3;
}

/* red page */
.redPage{
	background: #c12027 url(../images/page/redSwirl_BG.gif) no-repeat top right;
}

.redPage .rip{
	float: left;
	width: 980px;
	height: 16px;
	background: url(../images/page/redRip_BG.gif) no-repeat top left;
}

.redPage .listing .songEven{
	display: block;
	width: 613px;
	height: 20px;
	background: #cd4d51;
}

.redPage .listing .songOdd{
	display: block;
	width: 613px;
	height: 20px;
}

.redFooter{
	background: #601013;
}

.redInfo{
	color: #cd4d51;
}

/* blue page */
.bluePage{
	background: #008dcf url(../images/page/blueSwirl_BG.gif) no-repeat top right;
}

.bluePage .rip{
	float: left;
	width: 980px;
	height: 16px;
	background: url(../images/page/blueRip_BG.gif) no-repeat top left;
}

.bluePage .listing .songEven{
	display: block;
	width: 613px;
	height: 20px;
	background: #33a4d9;
}

.bluePage .listing .songOdd{
	display: block;
	width: 613px;
	height: 20px;
}

.blueFooter{
	background: #004667;
}

.blueInfo{
	color: #33a4d9;
}
