body{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	//font-family: arial,sans-serif;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

a:link, a:active, a:visited
{
	color: #00c;
    text-decoration: underline;
}

a:hover
{
	color: #ff0000;
    text-decoration: underline;
}

a.hidden:link, a.hidden:active, a.hidden:visited, a.hidden:hover
{
	color: #ffffff;
    text-decoration: none;
}

a.underline:hover
{
	color: #ff0000;
    text-decoration: underline;
}

a.underline:link, a.underline:active, a.underline:visited
{
	color: #B8B8B8;
    text-decoration: underline;
}

a.nc:link, a.nc:active, a.nc:visited
{
	color: #545454;
    text-decoration: none;
}


.content
{
	background-color:#FFFFFF;
	font-size: 12px;
	color: #545454;
	padding: 2px 4px 5px 4px;
}

.navigation {
	font-size: 14px;
	color: #000;
	font-family: arial,sans-serif;
	}

.devide
{
	position:relative;
	top: -22px;
	background-color: #e5ecf9;
	height: 22px;
	border-bottom: #00c solid 1px;
	font-size: 13px;
	color: #000000;
	font-family: arial,sans-serif;
}

.copyright
{
	width:100%;
	text-align:center;
	align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #B8B8B8;
}

.submit
{
	text-align:left;
	width: 600px;
	font-size: 12px;
	color: #545454;
}

td.list
{
	width: 250px;
	padding: 0px 0px 0px 0px;
	border: none;
	text-align:left;
	font-size: 14px;
	color: #545454;
	font-family: arial,sans-serif;
}

td.list1
{
	width: 250px;
	padding: 0px 0px 20px 0px;
	border: none;
	text-align:left;
	font-size: 14px;
	color: #545454;
	font-family: arial,sans-serif;
}

td.artist
{
	width: 100px;
	padding: 0px 0px 0px 0px;
	border: none;
	text-align:left;
	font-size: 14px;
	color: #B8B8B8;
	font-family: arial,sans-serif;
}

td.side_ad
{
	width: 160px;
	padding: 0px 0px 0px 0px;
	border: none;
	text-align:left;
}


.small
{
	font-size: 12px;
	color: #6f6f6f;
	font-family: arial,sans-serif;
}

.vid
{
	width: 120px;
	padding: 5px 5px 5px 20px;
	color: #545454;
	font-family: arial,sans-serif;
}

.v_1{ position:relative; right: 15px; bottom: 0px; }
.v_2{ position:relative; left: 55px; bottom: 58px; }
.v_3{ position:relative; right: 15px; bottom: 58px; }
.v_4{ position:relative; left: 55px; bottom: 116px; }
.v_5{ position:relative; right: 15px; bottom: 116px; }
.v_6{ position:relative; left: 55px; bottom: 174px; }

ul.sp	{
	list-style-image:  url('../images/tune.jpg');
	list-style-position: left;
	}
	
ul.ss	{
	list-style-image:  url('../images/search.gif');
	list-style-position: left;
	}


/*********** bubble tooltip*************************/

#bubble_tooltip{
	width:147px;
	position:absolute;
	display:none;
	z-index:999
}
#bubble_tooltip .bubble_top{
	background-image: url('../images/bubble/bubble_top.png');
	background-repeat:no-repeat;
	height:19px;
}
#bubble_tooltip .bubble_middle{
	background-image: url('../images/bubble/bubble_middle.png');
	background-repeat:repeat-y;
	background-position:bottom left;
	padding-left:15px;
	padding-right:15px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight: bold;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('../images/bubble/bubble_bottom.png');
	background-repeat:no-repeat;
	height:50px;
	position:relative;
}

/**********************************/

.img-shadow {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 3px;
  }

/*****************************************/
/* Sortable tables */
table.sortable a.sortheader {
    background-color:#e5ecf9;
    color:#00c;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}

a.info{
    position:relative;
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{
    display:block;
    position:absolute;
    top:0px; left:60px; width:120px;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: justify}
/*****************************************/

/* Octopus Engine */
.north { background: url(../images/i/north.png) repeat-x top; }
.east { background: url(../images/i/east.png) repeat-y right; }
.south { background: url(../images/i/south.png) repeat-x bottom; }
.west { background: url(../images/i/west.png) repeat-y left; }
.ne { background: url(../images/i/ne.gif) no-repeat top right; }
.se { background: url(../images/i/se.gif) no-repeat bottom right; }
.sw { background: url(../images/i/sw.gif) no-repeat bottom left; }
.nw { background: url(../images/i/nw.gif) no-repeat top left; }
 .nw1 { background: url(../images/i/nw.gif) no-repeat top left; }

.nw { padding: 35px; } /* Controls padding.  Increase to make text further away from edges; decrease to bring closer.  */
.nw1 { padding: 19px; } /* Controls padding.  Increase to make text further away from edges; decrease to bring closer.  */


/* Box 1 - max width default */
.octopus {
	text-align: justify;
	}

/* Navigation*/

.basictab ul			{margin: 0px;padding: 0px 0px 16px;list-style-type: none;width: 450px;position:relative; right: 16px; }
.basictab li			{display: inline;margin: 0;}
.basictab li a			{text-decoration: none;padding: 1px 16px; 20px 0pxmargin-right: 1px;border-bottom: none;background-color: #fff;text-decoration: underline;}
.basictab li a.current		{background-color: #fff;text-decoration: none;color: #000;}
.basictab li a:hover		{text-decoration: none;color: black;}
.basictab li a:active		{color: black;}


.nav a:link, .nav a:visited {
	padding: 3px 10px 3px 10px;
	border: 1px solid #06c;
	background: #fff;
	color: #06c;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	}

.nav_c {
	padding: 3px 10px 3px 10px;
	border: 1px solid #06c;
	background: #06c;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	}

.nav a:hover {
	background: #06c;
	color: #fff;
	}

/* Status message*/
.sm	{
/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
	position: absolute;
	background-color: #ffffff;
	color: #fff;
	float: left;
	}
	
.middle {
	float: left;
	}

body > div#sm {
/* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
	position: fixed;
	z-index: 9999;
	background-color: #ffffff;
	color: #fff;
	float: left;
}

/*Search layout*/
.top_ad {
	position:relative;
	padding:0px;
	left: 0px;
	top: 0px;
	width: 960px;
	height: 90px;
	}

.streach {
	position:relative;
	top:-15px;
	height: 90px;
	background-color: #ffffff;
	}

.right_ad {
	position:relative;
	float: right;
	top: -105px;
	text-align:left;
	background-color: #fff;
	color: #6f6f6f;
	width: 180px;
	}

.limit2 {
	position:relative;
	float: right;
	top: -105px;
	text-align:center;
	background-color: #fff;
	width: 180px;
	height: 0px;
	margin-left: 728px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 180px;
	height: 0px;
	margin-left: 50px;
	}
html>body #limit {
	width: 180px;
	height: 0px;
	margin-left: 50px;
	}

.hotspot {color:#900; padding-bottom:1px; border-bottom:0px; cursor:pointer}
#tt {position:absolute; display:block;}
#tttop {display:block; height:5px; margin-left:5px; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#545454; color:#FFF; font-size: 11px;}
#ttbot {display:block; height:5px; margin-left:5px; overflow:hidden}


