/* General style */
body {
	font-family: Arial;
	font-size: 12px;
	background-color: black;
	background-image: url(../design/bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;

}

.bookmark {
	padding: 5px;

}

a {
	color: #CCCCCC;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.bg_left {
	background-image: url(left_shadow.jpg);
	background-repeat: repeat-y;
	width: 20px;
}

.bg_right {
	background-image: url(right_shadow.jpg);
	background-repeat: repeat-y;
	width: 20px;
}

.vertical_blank {
	width: 5px;
}

.vertical_blank2 {
	width: 5px;
	background-color: #464646;

}

.horizontal_blank {
	height: 5px;
}

/* Affiliates */
.affiliates ul{
	font: bold 12px Arial;
	width: 600px;
}

.affiliates li{
display: inline;
}

.affiliates li a{
	color: white;
	display: inline;
	padding: 1px 10px;
	text-decoration: none;
	border-right: 1px solid #CCCCCC;
}

.affiliates li a:hover {
color: white;
text-decoration: underline;
}

/* Header style */

.header_links {
	height: 20px;
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	padding-left: 5px;
}

.header_logo {
	height: 100px;
	width: 385px;
}

.header_bg {
	background-image: url(header_bg.jpg);
	background-repeat: no-repeat;

}

.header_right {
	background-image: url(right_header.jpg);
	width: 18px;
	background-repeat: no-repeat;

}

.searchbox {
	text-align: right;
	font-size: 12px;
	color: white;
	padding-top: 28px;
	padding-bottom: 0px;
}

input {
font-size: 12px;
font-family: Tahoma;
height: 26px;
}

input.submit {
	background-image: url(search.jpg);
	width: 27px;
	height: 26px;
}

input.submit:hover {
	background-image: url(search_hover.jpg);
	width: 27px;
	height: 26px;
}

.input_off {
	background-image: url(textarea_bg.jpg);
	padding: 5px;
	width: 150px;
	border: 0px solid #FFFFFF;
}

.input_on {
	background-image: url(textarea_bg_hover.jpg);
	padding: 5px;
	width: 150px;
	border: 0px solid #FFFFFF;
}


/* Main Content style */

.main_bg {
	padding: 5px;
	background-color: #333333;
	font-family: Arial;
	font-size: 16px;
	color: #FFFFFF;
	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: #666666;
	border-bottom-color: #454545;
	border-left-color: #454545;

}

.title-bar_1 {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(title_bar1.jpg);
	background-repeat: repeat-x;
	height: 32px;
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 10px;

}

.contents_1 {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #2d2d2d;
	padding: 5px;
}

.right_side_bg {
	background-color: #333333;
}

.main_contents {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px;
	background-color: #333333;
	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: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.main_contents2 {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px;
}

.box_1 {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px;
	background-color: #464646;
	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: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	width: 300px;
}

.box {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

.title-bar_2 {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(title_bar2.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	height: 32px;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 10px;
}


.title-bar_3 {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(title_bar3.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	height: 32px;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 10px;
}

.title-bar_4 {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(title_bar4.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 10px;
	font-weight: bold;
	height: 32px;
}


.title-bar_5 {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(title_bar5.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	height: 32px;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 10px;
}

.navigation {
	font-family: Arial;
	font-size: 12px;
	background-color: #333333;
	height: 30px;
	padding-left: 1px;
	padding-top: 1px;
	color: #FFFFFF;
	padding-right: 2px;
}

/*Chart style*/

.chart_title {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding: 5px;
	width: 400px;
}

.chart_header_number {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding: 5px;
	width: 100px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	text-align: center;
}

.cover_row {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding: 5px;
	width: 120px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}

.chart_column_1 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #f1f8cc;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #666666;
}

.chart_column_1_no {
	font-family: Tahoma;
	font-size: 15px;
	font-style: italic;
	color: #000000;
	background-color: #f1f8cc;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #666666;
	text-align: center;
}

.chart_column_1 a{
	color: #333333;
	text-decoration: underline;
}

.chart_column_1 a:hover{
	color: #666666;
	text-decoration: none;
}

.chart_column_2 {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	background-color: #cff1fb;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #666666;
	
}

.chart_column_2 a{
	color: #333333;
	text-decoration: underline;
}

.chart_column_2 a:hover{
	color: #666666;
	text-decoration: none;
}

.chart_column_2_no {
	font-style: italic;
	font-family: Tahoma;
	font-size: 15px;
	color: #000000;
	background-color: #cff1fb;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #666666;
	text-align: center;
}
.top_album {
	font-family: Arial;
	font-size: 12px;
	color: white;
	background-color: #434343;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-transform: capitalize;
	width: 100%;
	height: 30px;
}

.top_album_no {
	font-family: Arial;
	font-size: 12px;
	color: white;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 30px;
}

.top_album_artist {
	font-family: Verdana;
	font-size: 12px;
	color: yellow;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.top_album_title {
	font-family: Arial;
	font-size: 12px;
	color: white;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-transform: capitalize;
}


/* Music style */
.background_info {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
}

.artist_photo {
	width: 150px;
}

.artist_info {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #272727;
	padding: 5px;
	width: 300px;
}

.artist_subject {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding: 5px;
	width: 120px;
}

.music_title_1 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding: 5px;
}

.music_title_2 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	text-align: center;
	padding: 5px;
	width: 100px;
}

.song_title {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	padding: 5px;
	width: 300px;
}

.available {
	text-align: center;
	padding: 1px;
	background-color: #999999;
}

.available2 {
	text-align: center;
	padding: 1px;
	background-color: #666666;
}

/* Biography */
.artist_listing {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	width: 150px;
}

/* video */
.video {
	background-color: #000000;
}

.skin_left {
	background-image: url(skin/left.gif);
	background-repeat: no-repeat;
	height: 435px;
	width: 8px;1
}

.skin_right {
	background-image: url(skin/right.gif);
	height: 435px;
	width: 8px;
	background-repeat: no-repeat;1

}

.skin_top {
	background-image: url(skin/top.gif);
	background-repeat: no-repeat;
	height: 37px;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #00CCFF;
	padding-top: 5px;
	padding-left: 10px;
1
}

.skin_bottom {
	background-image: url(skin/bottom.gif);
	background-repeat: no-repeat;
	height: 8px;
	width: 480px;1
}

/* Footer style */

.footer_1 {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
	height: 20px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

.footer_2 {
	background-color: #000000;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-weight: bold;
	color: #FFFFFF;
}

.footer_2_text {
	font-family: Arial,;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-position: center;
}

.copyright {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	height: 18px;
	padding: 5px;
}
