body {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	margin:0;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-image:url(images/body2.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#D7E8FC;
	behavior: url("csshover.htc");
}

       li.headlink ul { display: none; }
       li.headlink:hover ul { display: block; }

.rightColumn {
	background-color:#DDE2E8;
	border-left-color: #CCC;
	border-left-style: solid;
	border-left-width: 1px;
}

.bodycontents {
	background-image:url(images/bottomBG.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#FFF;
}

.load{
	background:url('images/loader.gif') no-repeat center;
}
SELECT,TEXTAREA   {
	border: 1px solid #8BADC9;
	background-color: #FFF;
	background-image: url(images/input_bkg.gif);
	background-repeat: no-repeat;
}
a {
	font-size: 8pt;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-weight: bold;
	color: #3b5998;
	text-decoration: underline;
	position: relative;
}
a:hover {
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #F00;
	font-size: 8pt; /* this is just for IE */
	visibility:visible;/*	display:compact;
*/
}
a span.tooltip {
	display: none;
	position: absolute;
	top: 20px;
	left: -10px;
	width: 125px;
	padding: 5px;
	z-index: 9000;
	background: #000;
	color: #fff;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
}
a:hover span.tooltip {
	display: block;
	visibility:visible;
}

h1 {
	font-size: 16px;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffc15e;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffc15e;
	color: #000;
	padding: 7px;
}

h2 {
	font-size: 14px;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffc15e;
	margin-top: 25px;
}

#tblHeaderMenu td {
	border-left-style: solid;
	height: 30px;
	border-left-color: #FFFFFF;
	border-left-width: 1px;
	vertical-align:bottom;
	text-align: left;
}
#tblHeaderMenu td a{
	color: #FFFFFF;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 10px;
	font-style:normal;
	text-decoration:none;
	background-image: url(images/topLinksBG.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-right: 10px;
	background-position: 2px;
}
#tblHeaderMenu td a:hover{
	background-image: url(images/topLinksBGHover.gif);
}
#tblSearchBox {
	width: 457px;
	background-image: url(images/searchbox.gif);
	background-repeat: no-repeat;
}
#tblLoginBox {
	background-image: url(images/loginbox.gif);
	background-repeat: no-repeat;
}
#tblBody  #tblBodyContainer {
	width: 969px;
}
#tblBody #tblBodyContents {
	width: 100%;
}
#tblBody #tblBodyContents #bodyTop {
	height: 9px;
	background-color: #FFF;
}
#tblBody #tblBodyContents #bodyLeft {
	background-repeat: repeat-y;
	vertical-align: top;
	background-color: #FFF;
}
#tblBody #tblBodyContents #bodyRight {
	vertical-align: top;
	background-color: #FFF;
}
#tblBody #tblBodyContents #bodyBottom {
	height: 10px;
	background-color: #FFF;
}
#tblAlphabets a {
	font-family: tahoma;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 14px;
}
#tblAlphabets a:hover {
	font-family: tahoma;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
#tblBody #tblBodyContents #bodyField2 {
	background-color: #7C0403;
	background-image: url(images/body-table_05.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
}
.tabHeading {
	font-weight: bold;
	font-size: 20px;
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
}
.advancedSearchLink {
	font-size: 12px;
	text-decoration: underline;
	font-weight: normal;
}
.txtSearchStyle {
	width: 210px;
	background-image: url(images/search.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	border:solid;
	border-width: 0px;
	border-color: #FFF;
	background-position: top left;
}
.LoginBoxHeadings {
	color: #000;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}
.txtUserLogin {
	width: 130px;
	background-image: url(images/txtUsersBG.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-left: 20px;
	border:solid;
	border-width: 1px;
	border-color: #00F;
	background-position: 1px;
}
.redTextBold {
	font-size: 14px;
	font-weight: bold;
	color: #ec1d25;
	text-decoration: none;
}
.dottedUnderLine {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}
.bigHeading {
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}

.InnerTabLeft {
	background-image: url(images/InnerTabLeft.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
}
.InnerTabBody {
	font-weight: bold;
	font-size: 13px;
	color: #FFC;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(images/InnerTabBG.gif);
	background-repeat: repeat-x;
	background-position: left 1px;
	vertical-align: middle;
}
.InnerTabBody a {
	font-weight: bold;
	font-size: 20px;
	color: #FFC;
	font-family: "Courier New", Courier, monospace;
	vertical-align: middle;
	text-decoration: none;
}

.InnerTabMiddle {
	background-image: url(images/InnerTabMiddle.gif);
	background-repeat: repeat-x;
	background-position: left 1px;
}

.InnerTabRight {
	background-image: url(images/InnerTabRight.gif);
	background-repeat: repeat-x;
	background-position: left 1px;
}
.fullBox {
	border: 1px solid #CCC;
}
.fullBoxMargin2px {
	border: 1px solid #CCC;
	padding: 3px;
	margin: 2px;
}

.fullBoxRed {
	border: 1px solid #ff0000;
}
.tabBar {
	background-image: url(images/tabs_bar_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.redLink a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	text-align: right;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	margin-right: 10px;
	color: #F00;
}
.redLink a:hover {
	text-decoration: none;
}
.itemBox {
	width: 90px;
	text-align: center;
	margin-top: 10px;
	margin-left: 7px;
	margin-right: 1px;
	margin-bottom: 10px;
	float: left;
	line-height: 1.4em;
}
.itemBox span {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
}

.itemBox a {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
}
.itemBox a:hover {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #F00;
}
.itemBox .normal {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

.itemBox .normal a {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
}
.itemBox .normal a:hover {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}
.itemBox .gray {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #999;
}
.image {
	position:relative;
	/*float:left;  optional */
}
.imageSelected img {
	position:relative;
	border: 1px solid #F00;
}
.image img:hover {
	position:relative;
	border: 1px solid #F00;	/*float:left;  optional */
}
.image .play {
	position:absolute;
	top:85px; /* in conjunction with left property, decides the text position */
	left:75px;
	width:30px; /* optional, though better have one */
	/*	background-image:url(images/headphones.gif);
*/	background-repeat: no-repeat;
	height: 30px;
}
.image .video {
	position:absolute;
	top:85px; /* in conjunction with left property, decides the text position */
	left:75px;
	width:30px; /* optional, though better have one */
	height: 30px;
	background-image:url(images/video.gif);
	background-repeat: no-repeat;	
}
.image .new {
	position:absolute;
	top:72px; /* in conjunction with left property, decides the text position */
	left:67px;
	width:35px; /* optional, though better have one */
	height:15px;
	background-image:url(images/ico_New.gif);
	background-repeat: no-repeat;
}
.image .newVideo {
	position:absolute;
	top:72px; /* in conjunction with left property, decides the text position */
	left:67px;
	width:35px; /* optional, though better have one */
	height:15px;
	background-image:url(images/ico_New.gif);
	background-repeat: no-repeat;
}
.image .hot {
	position:absolute;
	top:56px; /* in conjunction with left property, decides the text position */
	left:67px;
	width:35px; /* optional, though better have one */
	height:30px;
	background-image:url(images/fire.gif);
	background-repeat: no-repeat;
}
.image .hotVideo {
	position:absolute;
	top:56px; /* in conjunction with left property, decides the text position */
	left:67px;
	width:35px; /* optional, though better have one */
	height:30px;
	background-image:url(images/fire.gif);
	background-repeat: no-repeat;
}
.summeryLink a{
	font-size: 8pt;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-weight: normal;
	text-decoration: underline;
}
.summeryLink a:hover {
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}
.aboutLinks {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E4E4E4;
}

.aboutLinks a {
	line-height: 25px;

}
.searchBox {
	border: thin solid #FFAEAE;
}
.resultVideo {
	width:580px;
	float:left;
	margin-left:3px;
	margin-right:3px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}
.resultVideo:hover {
	background-color: #EEE;
}
.resultVideo .title a{
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}
.resultVideo .title a:hover {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #F00;
}
.resultVideo .misc {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #999;
	line-height: 1.65em;
}
.resultVideo .misc a {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	font-weight: normal;
	color: #3b5998;
}
.resultVideo .misc a:hover {
	text-decoration: none;
	color: #F00;
}
.resultVideo .links {
	font-size: 12px;
	line-height: 1.75em;
}


.videoLink {
	background-image: url(images/videolink.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.videoLink:hover {
	color: #F00;
}

.downloadLink {
	background-image: url(images/downloadLink.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 2px;
	background-attachment: fixed;
}
.downloadLink:hover {
	color: #F00;
}

.commentLink {
	background-image: url(images/chat.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 2px;
}
.commentLink:hover {
	color: #F00;
}

.lineHeight2em {
	line-height: 2em;
}
.buttons{
	color: #000;
	font-size: 8pt;
	font-weight: bold;
	border: 3px double #FF0000;
	background-color: #FFECEC;
}

.categoryHeading {
	font-size: 8pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #000;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top: 2px;
}

.categoryLink {
	font-size: 9pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}
.categoryLink:hover {
	font-size: 9pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #F00;
	text-decoration: none;
}
.categoryLinkBold {
	font-size: 9pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #F00;
	text-decoration: underline;
}
.categoryLinkBold:hover {
	font-size: 9pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}

.artistLink {
	background-image: url(images/artists.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 5px;
}
.artistLink:hover {
	color: #F00;
}
.searchTerm {
	font-style: italic;
	font-weight: bold;
	color: #F00;
}
.greyText {
	color: #CCC;
	font-style: italic;
}
.resultOther {
	width:580px;
	float:left;
	margin-left:3px;
	margin-right:1px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	line-height: 1.5em;
	background-color: #FFF;
}
.resultOther:hover {
	background-color: #EAF4FF;
}
.resultOther .misc {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #999;
	line-height: 1.75em;
}
.resultOther .title a {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}
.resultOther .title a:hover {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #F00;
}
.resultOther .misc a {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	font-weight: normal;
	color: #3b5998;
}
.resultOther .misc a:hover {
	text-decoration: none;
	color: #F00;
}
.resultOther .links {
	font-size: 12px;
	line-height: 1.75em;
}
.songPlayLink {
	background-image: url(images/songplay.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 5px;
}

.misclink {
	background-image: url(images/nextpg2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	padding-top: 0px;
}
.Hand {
	cursor: pointer; cursor: hand;
}

.songPlayLink:hover {
	color: #F00;

}
.boxBorder1px {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.boxBorderColorRed {
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
}
.boxPadding2px {
	margin: 2px;
	padding: 3px;
}
.boxBorderColorGrey {
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.artistDetails {
	background-color: #F5F5F5;
	margin: 5px;
	padding: 5px;
	border: 1px solid #F90;
}
.artistImage {
	margin: 2px;
	padding: 4px;
	float: left;
	height: 200px;
	width: 161px;
	border: 1px solid #CCC;
}
.artistShortcuts {
	float: none;
	background-color: #DEE8F3;
	margin-top: 5px;
	line-height: 1.75em;
	width: 100%;
}
.artistBiodata {
	width: 400px;
	float: left;
	border: 1px solid #F90;
	margin-left: 5px;
	margin-top: 5px;
	line-height: 1.75em;
}
.boldData {
	font-weight: bold;
}

.artistBiography {
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	line-height: 1.75em;
	text-align: justify;
	float: left;
	width: 98%;
}
.artistContentMenu {
	margin-top: 15px;
	width: 98%;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5D7B4;
}
.artistContentBorder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #BCD2E6;
	border-bottom-color: #BCD2E6;
	border-left-color: #BCD2E6;
}
.hide {
	visibility: hidden;
}
.commentbox{
	background-color: #ececec;
	width: 97%;
	padding: 10px;
}
.commentfooter{
	background: url(images/commentArrow.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
	padding-left: 58px;
	padding-top: 5px;
	margin-bottom: 2em;
	font-size: 90%;
	color: #4A4A4A;
}
.pageTopLink {
	background-image: url(images/pageUp.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 5px;
}
.pageTopClass {
	padding-bottom: 10px;
	text-align: right;
}
.artistSongs {
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	line-height: 1.75em;
	text-align: justify;
	float: left;
	width: 98%;
}
.resultArtist {
	width:560px;
}
.resultArticle {
	width:100%;
	float:none;
	margin-left:0px;
	margin-right:3px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}
.resultArticle:hover {
	background-color: #EEE;
}
.resultArticle .title a {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}
.resultArticle .title a:hover {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #F00;
}
.resultArticle .misc {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #999;
	line-height: 1.75em;
}
.resultArticle .misc a {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	font-weight: normal;
	color: #3b5998;
}
.resultArticle .misc a:hover {
	text-decoration: none;
	color: #F00;
}
.resultArticle .links {
	font-size: 12px;
	line-height: 1.75em;
}
.playlistLink {
	background-image: url(images/articles.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 2px;
}
.playPlaylistLink {
	background-image: url(images/NEXTPG.GIF);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
	padding-bottom: 10px;
	padding-top: 2px;
}
.playlistLink:hover {
	color: #F00;
}

.deleteLink {
	background-image: url(images/delete.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 2px;
}
.deleteLink:hover {
	color: #F00;
}


Total enteries: 

.uploadedImage {
	width: 147px;
	margin-top: 0px;
	margin-left: 27px;
	margin-right: 1px;
	margin-bottom: 15px;
	float: left;
	border: 1px solid #CCC;
	padding: 3px;
}
.uploadedImage:hover {
	background-color: #EEE;
	border: 1px solid #FF0000;
}

.uploadedImage a {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.uploadedImage a:hover {
	text-decoration: none;
	color: #F00;
}
.uploadedImage .normal a {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
}
.uploadedImage .normal a:hover {
	text-decoration: none;
}
.uploadedImage .gray {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #999;
}
.uploadedImage .text {
	text-align: left;
	margin-left: 5px;
	float: left;
	position: relative;
	text-align:center;
}
.uploadedImage .imageHolder{
	width: 75px;
	float: left;
}
.fans {
	width: 265px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 1px;
	margin-bottom: 15px;
	float: left;
	border: 1px solid #CCC;
	padding: 3px;
}
.fans:hover {
	background-color: #EEE;
}

.fans a {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.fans a:hover {
	text-decoration: none;
	color: #F00;
}
.fans .normal a {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
}
.fans .normal a:hover {
	text-decoration: none;
}
.fans .gray {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #999;
}
.fans .text {
	width: 140px;
	text-align: left;
	margin-left: 5px;
	float: left;
	position: relative;
}
.fans .imageHolder{
	width: 75px;
	float: left;
}
.videoData {
	width: 580px;
	float: none;
	border: 1px solid #F90;
	margin-left: 5px;
	margin-top: 5px;
	line-height: 1.75em;
}
.ContentBorder {
/*	border: 1px solid #BCD2E6;
*/}
.lyricsContainer {
	width: 570px;
	float: none;
/*	border: 1px solid #BCD2E6;*/	
	margin-left: 5px;
	margin-top: 5px;
	line-height: 1.75em;
	padding: 5px;
}
.addLink {
	background-image: url(images/add.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 2px;
}
.homeGroupBoxHeading {
	font-weight: bold;
	font-size: 18px;
	color: #F00;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: middle;
}
.InverseTabRight {
	background-image: url(images/InnerTabRightInverse.gif);
	background-repeat: repeat-x;
	background-position: left 1px;
}
.InverseTabMiddle {
	background-image: url(images/InnerTabMiddleInverse.gif);
	background-repeat: repeat-x;
	background-position: left 1px;
}
.InverseTabBody a {
	font-weight: bold;
	font-size: 20px;
	color: #FFC;
	font-family: "Courier New", Courier, monospace;
	vertical-align: middle;
	text-decoration: none;
}
.InverseTabBody {
	font-weight: bold;
	font-size: 13px;
	color: #FFC;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(images/InnerTabBGInverse.gif);
	background-repeat: repeat-x;
	background-position: left 1px;
	vertical-align: middle;
}
.InverseTabLeft {
	background-image: url(images/InnerTabLeftInverse.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
}
.width150px {
	width: 150px;
}
.width225px {
	width: 225px;
}
.width300px {
	width: 300px;
}
.width350px {
	width: 350px;
}
.width425px {
	width: 425px;
}
.width575px {
	width: 575px;
}
.avatarLink {
	background-image: url(images/image.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 2px;
}
.nuralLink {
	background-image: url(images/nural.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 2px;
}
.LyricsSignature {
	visibility: hidden;
}
.footerLinks a{
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #530000;
	color: #CCC;
	text-decoration: none;
	padding: 5px;
}
.footerLinks a:hover {
	background-color: #370000;
	color: #CCC;
}

.footerTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	height: 35px;
	vertical-align: middle;
}.footerBG {
	background-image: url(images/footerbg.gif);
	background-repeat: repeat-x;
	background-color: #790300;
}
.imageGallery {
	border: 1px solid #CCC;
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	position: relative;
	width: 580px;
	text-align: center;
}
.imageGallery .text
{
	padding:5px;
	color:#FFFFFF;
	position: absolute;
	float:left;
	overflow:hidden;
	border: 1px solid #CCC;
	bottom:-1px;
	width:580px;
	left:-1px;
	z-index:0;
}

.imageGallery .text .transparency
{
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	background-color:#fff;
	width:600px;
	height:60px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-1;
	background-image: url(images/greybg.gif);
}

.content
{
	position:relative;
	color:#000;
}
.toplist {
	position:relative;
	width:325px;
	padding:5px;
}

.toplist h1 {
	font-size: 16px;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	padding: 7px;
	background-color:#DFAD00;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;	
	width: 321px;
}


.toplist .position 
{
	margin-bottom: 20px;
	margin-top: 5px;
	width:325px;
	position: relative;
	height: 63px;
	background-color: #FFF;
	padding-top: 5px;
}

.toplist .position .positionColor {
	position: absolute;
	height:15px;
	left:0px;
	bottom: 0px;
	width: 325px;
}
.toplist .position .positionColor .footer {
	margin-left: 110px;
	padding-right: 0px;
	text-align:left;
}

.toplist .position .rank {
	position:absolute;
	left: 5px;
	bottom: -2px;
	z-index: 100;
	color:#666;
	font-size:48px;
}

.toplist .position .image {
	position:absolute;
	left: 43px;
	bottom: 3px;
	z-index: 100;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.toplist .position .image img {
	background-color:#FFF;
}
/*.toplist .position .title a {

	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 14px;
	text-decoration: none;

	position:absolute;
	left: 105px;
	top: 0px;
}
.toplist .position .details {
	position:absolute;
	left: 105px;
	top: 25px;
	color:#000;
	font-size:14px;
	letter-spacing: 0.08em;
}

.toplist .position .details a {
	text-decoration:none;
	font-weight:normal;
	font-size: 14px;
}*/
.toplist .position .title a {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	position:absolute;
	left: 110px;
	top: 15px;
}
.toplist .thumbs {
	left: 20px;
	position:relative;
	width: 288px;
	height: 230px;
	
}

.toplist .thumbs .image {
	margin-left: 8px;
	margin-top: 10px;
	float:left;
}

