/* CSS Document */
* {
	padding: 0;
	margin:0 auto;
}

body {
	background-color: #1a1919;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
	text-align:left !important;
}


.div_bar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-transform: uppercase;
	background-image: url(../image/bg_bar.jpg);
	background-repeat: repeat-x;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #FFF;
	color: #FFF;
	text-indent: 5px;
}

a:link, a:visited	* {
	color:#FFFFFF;
	text-decoration:underline;
}

a:hover, a:active	* {
	color:#FFFFFF;
	text-decoration:: none;
}


.body
{
	border:solid;
	border-width:2px;
}

.div_maintable
{height:auto
color: #0000FF;
background-color:#CCCCCC;
}

.NowPlaying {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 200;
	font-variant: normal;
	color: #FFF;
	text-decoration: none;
}
.NowPlaying a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 200;
	font-variant: normal;
	color: #FFF;
	text-decoration: none;
}
.NowPlaying a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 200;
	font-variant: normal;
	color: #FF0;
	text-decoration: none;
}



.footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-transform: capitalize;
	color: #FFF;
	text-align: right;
	background-color: #333333;
}
.birthdayheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	text-transform: capitalize;
	color: #9EA2A5;
	text-decoration: underline;
	text-align: center;
}

.scrollbar {
	scrollbar-3dlight-color:#111; 
scrollbar-arrow-color:#ff6622; 
scrollbar-base-color:#333; 
scrollbar-darkshadow-color:#0032EA; 
scrollbar-face-color:#cc0000; 
scrollbar-highlight-color:#ccc; 
scrollbar-shadow-color:#111;
}