@charset "UTF-8";
.inside-page {
    font-family: Tahoma;
    font-size: 12px;
}
.whitetext {
    font-family: "Tahoma";
    font-size: 13px;
    color: #FFFFFF;
}
.box {
    font-family: "Tahoma";
    font-size: 13px;
    border: 1px solid #666666;
}
.login {
    font-family: "Tahoma";
    font-size: 12px;
    background-color: #0F0F0F;
    color: #FFFFFF;
    border: .5px solid #666666;
}
.whitetextCopy {
    font-family: "Tahoma";
    font-size: 13px;
    color: #FFFFFF;
    font-style: normal;
}
.boxCopy {
    font-family: "Tahoma";
    font-size: 12px;
    border: 1px solid #666666;
    height: 18px;
    width: 250px;
}
.boxCopy1 {
    font-family: "Tahoma";
    font-size: 12px;
    border: 1px solid #666666;
    height: 16px;
    width: 120px;
}
.inside-pageCopy {
    font-family: "Tahoma";
    font-size: 20px;
    font-style: normal;
}

/* date: july 15 2008, Based On "untitled.css", update the font size
 14px to 11px.  */
.albumtext {
    font-family: "Tahoma";
    font-size: 11px;
    color: #000000;
}
.albumtextCopy {
    font-family: "Tahoma";
    font-size: 12px;
    color: #000000;
}
.textlinkblack {
    font-family: "Tahoma";
    font-size: 12px;
    color: #000000;
    text-decoration: underline;
}

.boxCopy2 {
    font-family: "Tahoma";
    font-size: 12px;
    border: 1px solid #666666;
    height: 16px;
    width: 160px;
}
.error_msg{
    color:#FF0000;
    font-size:14px;
    font-weight;bold;
}

.textlinkblack td{
color:ffffff;
}


/* Forms */

form{
text-align:left;
}

label {
    display: block;
    font-size: 14px;
    padding-right: 20px;
}
input, textarea {
    clear: both;
    display: block;
    font-size: 14px;
}
select {
    clear: both;
    font-size: 14px;
    vertical-align: text-bottom;
}
select[multiple=multiple] {
    width: 100%;
}
option {
    font-size: 14px;
    padding: 0 0.3em;
}
input[type=checkbox] {
    clear: left;
    float: left;
    margin: 2px 6px 7px 2px;
    width: auto;
}

.reg_head{
    width:100%;
    height:28px;
    background-color:#990C1F;
    font-family: "Tahoma";
    font-size: 16px;
    color: #FFFFFF;
    text-align:left;
    padding-left:20px;
}

.album_img{
    border:2px solid #ffffff;
    margin-top:5px;
}

/* Created By Praveen. Dated 09th July 2008 */
.ratingtext {
    font-family: "Tahoma";
    font-size: 12px;
    color: #000000;
}

/* date: july 15 2008, Based On "untitled.css" Newly Added Class.  Updated date : Sep 02, 2008 */
.boxred {
    font-family: "Tahoma";
    font-size: 12px;
    border: 1px solid #666666;
    height: 18px;
    width: 60px;
    background-color: #B70B24;
    color: #FFFFFF;
    cursor:pointer;
}
/* date: july 16 2008, Based On "untitled.css" Newly Added Class.  */
.inside-page2 {
    font-family: "Tahoma";
    font-size: 13px;
    font-style: normal;
}

.boxmailer {
    font-family: "Tahoma";
    font-size: 12px;
    border: 1px solid #666666;
    height: 35px;
    width: 300px;
}
.boxmailerbody {
    font-family: "Tahoma";
    font-size: 12px;
    border: 1px solid #666666;
    width: 300px;
}

.send {
    font-family: "Tahoma";
    font-size: 12px;
    border: .5px solid #666666;
    background-color: #FFFFFF;
}

.inside-page a:link {
    font-family: "Tahoma";
    font-size: 13px;
    color: #000000;
    text-decoration: none;
}
/* This class are found newly present in the untitled.css
a:visited {
    color: #000000;
}
a:hover {
    color: #333333;
    text-decoration: underline;
}
a:active { 
    color: #333333;
    text-decoration: none;
}
*/

.whitetextCopyLogout {
    font-family: "Tahoma";
    font-size: 13px;
    color: #FFFFFF;
    text-decoration: none;
}

.whitetextCopyLogout a:link {
    font-family: "Tahoma";
    font-size: 13px;
    color: #FFFFFF;
    text-decoration: none;
}

.whitetextCopy a:link {
    font-family: "Tahoma";
    font-size: 13px;
    color: #FFFFFF;
    text-decoration: none;
}

.whitetextCopy a:visited {
    font-family: "Tahoma";
    font-size: 13px;
    color: Yellow;
    text-decoration: none;
}

.whitetextCopy a:hover {
    font-family: "Tahoma";
    font-size: 13px;
    color: Yellow;
    text-decoration: none;
}

.whitetextCopy a:active {
    font-family: "Tahoma";
    font-size: 13px;
    color: Yellow;
    text-decoration: none;
}


/* Begins  : created by praveen, date: 16 july 2008 
   Updated : By Praveen, Date - 1 Aug 2008
*/
/* Footer Hyper Link Style */
.whitetext a:link {
    color: #FFFFFF;
    text-decoration: underline;
}
.whitetext a:visited { 
    color: #FFFFFF;
}
.whitetext a:hover {
    color: #FFCC00;
    text-decoration: none;
}
.whitetext a:active { 
    color: #333333;
}
/* Header Hyper Link Style */
.inside-page a:link {
    color: #000000;
    text-decoration: underline;
}
.inside-page a:visited { 
    color: #000000;
}
.inside-page a:hover {
    color: #ae0a22;
    text-decoration: none;
}
.inside-page a:active { 
    color: #000000;
}
/* Ends */

/* Date : 28-July-08 */
.footerCopy
{
    text-align:center;
    font-family: Times New Roman;/*"Tahoma";*/
    font-size: 11px;/*12px;*/
    color:White;
}
/* Newly added Class Date : 31 July 2008 */
.blacktextbig {
    font-family: "Tahoma";
    font-size: 13px;
    color: #000000;
    font-style: normal;
}
/* Added Date : 04 Aug 2008. Purpose: class for Search a song text box
 and button*/
.searchbysong {
    font-family: "Tahoma";
    font-size: 12px;
    border: 1px solid #666666;
    height: 16px;
    width: 278px;
}
/* Modified Date : 12 Aug 2008 */
/* Search button style */
.btnsearch {
    height:19px;
    width:46px;
    font-family: "Tahoma";
    font-size: 12px;
    font-weight:normal;
    border: 1px solid #580710;
    background-color: #F4C600;
    color:White;
    cursor:pointer;
}
/* Created Date : 06 Aug 2008 */
/* Header Hyper Link Style */
.headermenu {
    font-family: "Tahoma";
    font-size: 13px;
}
.headermenu a:link {
    color: #000000;
    text-decoration: none;
}
.headermenu a:active { 
    color: #000000;
    text-decoration: none;
}
.headermenu a:visited { 
    color: #000000;
    text-decoration: none;
}
.headermenu a:hover {
    color: #ae0a22;
    text-decoration: none;
}
/* Footer Hyper Link Style */
.footermenu {
    font-family: "Tahoma";
    font-size: 13px;
    color: #FFFFFF;
}
.footermenu a:link {
    color: #FFFFFF;
    text-decoration: none;
}
.footermenu a:visited { 
    color: #FFFFFF;
    text-decoration: none;
}
.footermenu a:hover {
    color: #FFCC00;
    text-decoration: none;
}
.footermenu a:active { 
    color: #FFCC00;
    text-decoration: none;
}
.rememberme {
    font-family: "Tahoma";
    font-size: 11px;
    color: #FFFFFF;
}
.forgotpw {
    font-family: "Tahoma";
    font-size: 11px;
    color: #FFFFFF;
}
.forgotpw a:link, a:visited, a:active { 
    color: #FFFFFF;
    text-decoration: none;
}
.forgotpw a:hover {
    color: #FFCC00;
    text-decoration: none;
}
/* Date : 07 Aug 2008 - Style for Top Albums*/
.topalbumtext {
    font-family: "Tahoma";
    font-size: 11px;
    color: #FFFFFF;
}
.topartisttext {
    font-family: "Tahoma";
    font-size: 11px;
    color: #FCDD59;
}
/* Created Date : 12 Aug 2008 */
/* Go button style */
.gobutton {
    height:19px;
    width:38px;
    font-family: "Tahoma";
    font-size: 12px;
    font-weight:normal;
    border: 1px solid #580710;
    background-color: #F4C600;
    color:White;
    cursor:pointer;
}
/*Create Date: 19 Aug 2008. By, Praveen
 * Purpose : Set the visited links are blue in color
 */
.textlinkblack  a:link {
    color: #0000FF;
    text-decoration: underline;
}

.textlinkblack a:visited {
    color: #0000FF;
    text-decoration: underline;
}

.textlinkblack a:active {
    color: #0000FF;
    text-decoration: underline;
}

.textlinkblack a:hover {
    color: #0000FF;
    text-decoration: underline;
}

/*Added - Date : 20 Aug 08, Purpose iMusti News text */
.inside-page3 {
    font-family: "Tahoma";
    font-size: 12px;
}

.yellowtext {
	font-family: Tahoma;
	font-size: 12px;
	color: #F4C600;
}

.yellowtextCopy {
	font-family: Tahoma;
	font-size: 14px;
	color: #F4C600;
}

.yellowtextCopy a:link {
	font-family: Tahoma;
	font-size: 14px;
	color: #F4C600;
	text-decoration: none;
}

.yellowtextCopy a:hover {
	font-family: Tahoma;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

.yellowtextCopy1 a:link {
	font-family: Tahoma;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

.yellowtextCopy1 a:hover {
	font-family: Tahoma;
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
}
/* for option boxes */
.ul_st{
border: #000000 solid 1px;
font-family: Tahoma;
font-size: 14px;
width:100%;
}
.ul_st tr td{
width:25px;
}
.ul_st tr th{
font-weight:500;
}
.ul_title{
padding:5px 5px 5px 5px;
font-size:14px;
font-family: Tahoma;
letter-spacing:1px;
background-color:#990000;
color:#FFFFFF;
}

.cc_err{
font-size:16px;
color:#990000;
font-weight:900;
font-family: Tahoma;

}
.cc_err ul li{
list-style:circle;
}
.cc_err span{
color:#990000;
font-size:16px;
font-weight:900;
font-family: Tahoma;

}

#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
#popUpDiv {
position:absolute;
background-color:#eeeeee;
display:block;
width:300px;
height:300px;
z-index: 9002;
color:#000000;
}

.boxCopy1 {
	font-family: "Tahoma";
	font-size: 12px;
	border: 1px solid #666666;
	height: 16px;
	width: 120px;
}
.inside-pageCopy {
	font-family: "Tahoma";
	font-size: 20px;
	font-style: normal;
}
.albumtext {
	font-family: "Tahoma";
	font-size: 11px;
	color: #000000;
}
.albumtextCopy {
	font-family: "Tahoma";
	font-size: 12px;
	color: #000000;
}
.textlinkblack {
	font-family: "Tahoma";
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.boxCopy2 {
	font-family: "Tahoma";
	font-size: 12px;
	border: 1px solid #666666;
	height: 16px;
	width: 160px;
}
.boxred {
	font-family: "Tahoma";
	font-size: 12px;
	border: 1px solid #666666;
	height: 16px;
	width: 90px;
	background-color: #B70B24;
	color: #FFFFFF;
}
.inside-page2 {
	font-family: "Tahoma";
	font-size: 13px;
	font-style: normal;
}
.boxmailer {
	font-family: "Tahoma";
	font-size: 12px;
	border: 1px solid #666666;
	height: 35px;
	width: 300px;
}
.boxmailerbody {
	font-family: "Tahoma";
	font-size: 12px;
	border: 1px solid #666666;
	width: 300px;
}
.send {
	font-family: "Tahoma";
	font-size: 12px;
	border: .5px solid #666666;
	background-color: #FFFFFF;
}
.inside-page a:link {
	font-family: "Tahoma";
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	}
	
a:visited {
	color: #000000;
	}
a:hover {
	color: #333333;
	text-decoration: underline;
	}
a:active { 
	color: #333333;
	text-decoration: none;
	}

.whitetextCopy a:link {
	font-family: "Tahoma";
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
.blacktextbig {
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
	font-style: normal;
}
.inside-page3 {
	font-family: "Tahoma";
	font-size: 12px;
}
.yellowtext {
	font-family: Tahoma;
	font-size: 11px;
	color: #F4C600;
}
.yellowtextCopy {
	font-family: Tahoma;
	font-size: 14px;
	color: #F4C600;
}
.redtextbigCopy {
	font-family: Tahoma;
	font-size: 13px;
	color: #AC0B22;
	font-style: normal;
}
.title {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	color: #FFF;
}
.filter_ele
{
	font-size:12px;
		font-family: Tahoma;

}
.filter_ele option
{
	font-size:12px;
		font-family: Tahoma;

}
.filter_op {
	font-size::12px;
		font-family: Tahoma;

}
.filter_op option
{
	font-size:12px;
		font-family: Tahoma;


	
}
.filter_op select
{
	font-size:12px;		font-family: Tahoma;


	
}
.title_pro {
	font-family: Tahoma;
	font-size: 16px;
	font-style: normal;
	color: #FFF;
}
.yellowtext_pro {
	font-family: Tahoma;
	font-size: 14px;
	color: #F4C600;
	font-style: normal;
}

.registration {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	border: .5px solid #666666;
}
.fourmtext {
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
}
.blacktextlarge {
	font-family: Verdana;
	font-size: 19px;
	color: #000000;
	font-style: normal;
}
.whitetextlargeCopy {
	font-family: Verdana;
	font-size: 15px;
	color: #FFF;
	font-style: normal;
}
.yellowtextlarge {
	font-family: Verdana;
	font-size: 18px;
	color: #F4C600;
}
.searchbox {
	font-family: Verdana;
	font-size: 14px;
	width: 190px;
	background-image: url(http://playground.imustidev.net/img/searchbar.gif);
	color: #FFF;
	height: 29px;
}
.current{
	color:#F00;
	font-weight:bold;
}