@charset "utf-8";
/* CSS Document */

/* Added by Ravish */
#menutab {
    table-cellpadding: 10;
	table-cellspacing: 0;
    cellpadding:20;
}



.currenttab {
  background-color: #999999;
}

.othertab {
    background-color: #333333;
}

.listing {
    background-color: #666666;
}

.links {
  color: #FFFFFF;
  text-decoration: none;

}

.links hover {
  color: #FFFFFF;
  text-decoration:
}

#arttable
{
    background-color: #666666;
    list-style: none;
}

#arttable .headrow
{
    font-family: Arial, Verdana;
    font-size: 13px;
    font-weight:bold;
    color: #FFFFFF;
    letter-spacing:-1px;
}
#arttable .name
{
    font-family:Times New Roman;
    font-size: 12px;
    font-weight:bold;
    color: #FFFFFF;
}

#arttable .headrow hover
{
    font-family: Arial, Verdana;
    font-size: 14px;
    font-weight:bold;
    color: #FFFFFF;
}



#arttable .tabrow
{

}

#arttable ul
{
list-style: none;
padding: 0;
margin: 0;
}

#arttable ul li
{
    font-family: Arial, Verdana;
    font-size: 12px;
    color: #DBDBDB;
    list-style: none;
    padding: 0;
    margin: 0;
}

#arttable .caption
{
    font-family: Arial, Verdana;

    color: #6262FF;

    padding-top:10px;
	color: ##333399;
    padding-right:10px;
	font-size: 21px;
	font-weight: bold;
    margin-left: 5px;
}

#arttable .listcol
{
    font-family: Arial, Verdana;
    font-size: 12px;
    color: #DBDBDB;
    padding-top:10px;
}

#arttable .listcol:hover
{
    font-family: Arial, Verdana;
    font-size: 12px;
    color: #DBDBDB;
    padding-top:10px;
}
#arttable .h2
{
	color: #3399FF;
	font-family: Arial, Verdana;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 2px;

    background-color: #000000;


	}

.topviewmenu{
    font-family: Arial, Verdana;
    font-size: 14px;
    color: #FFFFFF;
    padding-top:10px;
    padding-bottom:10px;
    background-color: #999999;
}

.menulasta_g {
    height: 25px ;
    width: 97px ;
    border: 0px;
    background: url(layout_img/last_added_grey.gif);
}

.menulasta_b {
    height: 25px ;
    width: 97px ;
    border: 0px;
    background: url(layout_img/last_added_black.gif);
}

.menutopr_b
{
  height: 25px ;
  width: 97px ;
  border: 0px;
  background: url(layout_img/top_rated_black.gif);
}

.menutopr_g
{
  height: 25px ;
  width: 97px ;
  border: 0px;
  background: url(layout_img/top_rated_grey.gif);
}

.menutopv_b
{
  height: 25px ;
  width: 100px ;
  border: 0px;
  background: url(layout_img/top_viewed_black.gif);
}

.menutopv_g
{
  height: 25px ;
  width: 27px ;
  border: 0px;
  background: url(layout_img/top_viewed_grey.gif);
}

.menuartist_b
{
  height: 25px ;
  width: 97px ;
  border: 0px;
  background: url(layout_img/artist_black.gif);
}

.menuartist_g
{
  height: 25px ;
  width: 97px ;
  border: 0px;
  background: url(layout_img/artist_grey.gif);
}

.whitebgd_left
{
  margin: 0;
  border: 0;
  background: url(layout_img/whitebackground/t_left.gif) no-repeat ;
  background-position: top left;
  /*margin-right: -15px;*/
}

.whitebgd_mid
{
  background: url(layout_img/whitebackground/t_mid.gif);
  background-repeat:repeat-x;
}

.whitebgd_lright
{
  background: url(layout_img/whitebackground/t_lright.gif);
  background-position: top right;
  margin-right: -15px;
}

.whitebgd_lmid
{
  background: url(layout_img/whitebackground/l_mid.gif);
  background-repeat:repeat-y;
}

.whitebgd_bright
{
  background: transparent url(layout_img/whitebackground/b_right.gif) no-repeat bottom right;
}

.whitebgd_b_mid
{
  background: url(layout_img/whitebackground/b_mid.gif);
  background-repeat:repeat-x;
}

.whitebgd_bottom_left
{
  background-position: bottom left;
  background: url(layout_img/whitebackground/b_left.gif) no-repeat;
}

.whitebgd_rmid
{
  background: url(layout_img/whitebackground/r_mid.gif);
  background-repeat:repeat-y;
}

.greybgd_left
{
  /* background-position: top left; */
  background: url(layout_img/greybackground/t_left.gif) no-repeat;
}

.greybdg_mid
{
  background: url(layout_img/greybackground/t_mid.gif);
  background-repeat:repeat-x;
}

.greybgd_lright
{
  background: url(layout_img/greybackground/t_lright.gif);
}

.greybgd_bleft
{
  background-position: bottom left;
  background: url(layout_img/greybackground/b_left.gif) no-repeat;
}

.greybgd_bright
{
  background: url(layout_img/greybackground/b_right.gif);
}

.greybgd_bmid
{
   background: url(layout_img/greybackground/b_mid.gif);
   background-repeat:repeat-x;
}

.greybgd_rmid
{
  background: url(layout_img/greybackground/r_mid.gif);
  background-repeat:repeat-y;
}

.greybgd_lmid
{
  background: url(layout_img/greybackground/l_mid.gif);
  background-repeat:repeat-y;
}

.dgraybgd_tleft
{
  background: url(layout_img/dgraybackground/t_left.gif);
}

.dgraybgd_tmid
{
  background: url(layout_img/dgraybackground/t_mid.gif);
  background-repeat: repeat-x;
}

.dgraybgd_tlright
{
  background: url(layout_img/dgraybackground/t_lright.gif);
}

.dgraybgd_lmid
{
  background: url(layout_img/dgraybackground/l_mid.gif);
  background-repeat: repeat-y;
}

.dgraybgd_rmid
{
  background: url(layout_img/dgraybackground/r_mid.gif);
  background-repeat: repeat-y;
}

.dgraybgd_bleft
{
  background: url(layout_img/dgraybackground/b_left.gif);
  background-repeat: repeat-x;
}

.dgarybgd_bright
{
  background: url(layout_img/dgraybackground/b_right.gif);
}

.dgraybgd_bmid
{
  background: url(layout_img/dgraybackground/b_mid.gif);
}

a.music-video:link {color: #ffffff}
a.music-video:link {font-size: 18px}
a.music-video:link { text-decoration: none}
a.music-video:visited {color: #ffffff}
a.music-video:visited {font-size: 18px}
a.music-video:hover { text-decoration: underline}
a.music-video:hover {background: none}
a.music-video:link {font-size: 18px}
a.music-video:hover {color: #ffffff}


a.music-video-artist:link {color: #cccccc}
a.music-video-artist:link {font-size: 12px}
a.music-video-artist:link { text-decoration: none}
a.music-video-artist:visited {color: #cccccc}
a.music-video-artist:visited {font-size: 12px}
a.music-video-artist:hover { text-decoration: underline}
a.music-video-artist:hover {background: none}
a.music-video-artist:link {font-size: 12px}
a.music-video-artist:hover {color: #cccccc}

a.player-video-artist:link {color: #333333}
a.player-video-artist:link {font-size: 12px}
a.player-video-artist:link { text-decoration: underline}
a.player-video-artist:link { padding: 0px 2px 2px 2px}
a.player-video-artist:visited {color: #333333}
a.player-video-artist:visited {font-size: 12px}
a.player-video-artist:visited { text-decoration: underline}
a.player-video-artist:visited { padding: 0px 2px 2px 2px}
a.player-video-artist:hover { text-decoration: underline}
a.player-video-artist:hover { color: #ffffff}
a.player-video-artist:hover { background-color:#00CC00}
a.player-video-artist:hover { padding: 0px 2px 2px 2px}

.music-video-artist {
line-height: 2.5;
}

.music-video-title {
font-size: 18px;
color:#000;
}
.borderit-video img{
border: 2px solid #999;
margin: 0px;

}


.borderit-video:hover img{
border: 2px solid #aeed04;
}

.borderit-video:hover{
color: red; /* irrelevant definition to overcome IE bug */
}

a.button:link, a.button:visited {
color: #002577;
}
a.button:hover, a.button:active {
background-position: 0 -36px;
color: #FF7200;
}

.music-video-search-input {
	background-color: #dddddd;
	border: 2px solid #555555;
	color: #000000;
	font-family: verdana;
	font-size: 140%;
	width: 180px;
	text-transform:capitalize;
	
}


.music-video-search-input:focus {
	background-color: #eeeeee;
	border: 2px solid #aeed04;
	color: #000000;
	font-family: verdana;
	font-size: 140%;
	width: 180px;
	text-transform:capitalize;	
}

.video-artist-top-pad-bug {
padding: 10px 0px 0px 0px;

}
