/* CSS Document */

body{
 	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-family:Tahoma;
	color:#666666;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	font-size:12px;
 }

a{
	color:#0073AA;
	text-decoration: none;
}

a:link{
	color: #000000;
	text-decoration: none;
}

a:visited{
	color: #000000;
	text-decoration: none;
}

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

.JangoLink{
    font-size:10px;
	font-weight:bold;
	color:#0073AA;
	text-decoration: none;
}

.JangoLink:hover{
    font-size:10px;
	font-weight:bold;
	color:#2FBBFF;
	text-decoration: none;
}

.activemenucolor{
	color:#FF0000;
	cursor:pointer;
	text-decoration:none;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

h2{
	font-family: Arial,sans-serif;
	font-size: 114%;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

h3{
	font-family: Arial,sans-serif;
	font-size: 100%;
	color: #334d55;
	margin: 0px;
	text-align:left;
	padding-left:5px;
	padding-top:10px;
}

h4{
	font-family: Arial,sans-serif;
	font-size: 100%;
	font-weight: bold;
	color:#FFFFFF;
	text-align:left;
	margin: 0px;
	padding-left:0px;
	padding-top:10px;
 }

h5{
	font-family: Verdana,Arial,sans-serif;
	font-size: 100%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: square;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}
.checkbox{
	border:none;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#666666;
	border: 1px solid #EAEEF9;
	padding: 5px;
	height: 22px;
	vertical-align:middle;
	text-align:center;
	cursor:pointer;
}

 .button1{
	background-color:#F0FAFF;
	color:#0080C0;
	/*background-color:#0083C1;
	color:#000000;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	border-bottom:#4FC6FF 1px solid;
	border-right:#4FC6FF 1px solid;
	border-top: #0098E1 1px solid;
	border-left: #0098E1 1px solid;
	cursor:pointer;
	/*padding:2px 5px;*/
}

.button1:hover{
	/*background-color:#379BFF;*/
	background-image:url(../../images/tbar.gif);
	background-repeat:repeat-x;
	color:#F5F5F5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	border-bottom:#4FC6FF 1px solid;
	border-right:#4FC6FF 1px solid;
	border-top: #0098E1 1px solid;
	border-left: #0098E1 1px solid;
}

 .Newsbutton
{
	background-color:#54c0d5;
	color:#FFFFFF;
	/*background-color:#0083C1;
	color:#000000;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	border:#0aa5c3 1px solid;
	width:65px;
	height:20px;
	cursor:pointer;
	/*padding:2px 5px;*/
}
 .Newsbutton:hover
{
	background-color:#1dc7e7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	border:#0aa5c3 1px solid;
	width:65px;
	height:20px;
	cursor:pointer;
	color:#FFFFFF;
}

 .buttonxml
{
	background-color:#F0FAFF;
	color:#FF7C3E;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	/*padding:2px 5px;*/
  	
}


.errmsg{

	text-align:center;
	clear:both;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;  
	color:#FF0000; 
	font-weight:bold;
}

.Successmsg{

	text-align:center;
	clear:both;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;  
	color:#006C00;
	font-weight:bold;
}


textarea{
	border:1px solid #9BDEFF;
	font-family: Verdana;
	color: #666666;
	font-size:11px;
	padding-left:4;
	padding-right:4;
	padding-top:1;
	padding-bottom:1;
	background-color:#FFFFFF;
}

.textbox{
	border:1px solid #B0D8FF;
	font-family: Verdana;
	color: #666666;
	font-size:11px;
	padding-left:4;
	padding-right:4;
	padding-top:1;
	padding-bottom:1;
	background-color:#F2F9FF;
}

select{
    border:1px solid #B9DCFF;
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	padding: 0;
	background-color: #F0FAFF;
}

input{
	font-family: Verdana;
	color: #666666;
	border: 1px solid #9BDEFF;
    background-color: #FFFFFF;
	font-size:11px
}
option {
	font-family: Verdana;
	color: #666666;
	font-size:10px;
}
.error {
	font-size:11px;
	font-weight:bold;
	color:#EE0000;
	text-align:center;
	width:100%;
	height:35px;
	vertical-align:middle;
}

 .paging {
	font-size:10px;
	font-weight:bold;
	color:#999999;
	text-align:right;
	width:99%;
	height:15px;
	vertical-align:middle;
	float:right;
	/*padding-right:10px;*/
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
 #Outer_Wrap {
	margin: 0 auto 0 auto;
	padding: 0;
	/*color:#66CCFF;*/
	min-width: 760px;
	width: 893px;
 	height:100%; 
	border:0;
	vertical-align:top;
}

#Wrap {
	margin: 0 auto 0 auto;
	padding: 0;
	/*color:#66CCFF;*/
	width: 100%;
 	height:100%; 
	border:1px solid #D5EAFF;
}

#OuterBorder {
	margin: 0 auto 0 auto;
	padding: 0;
 	width: 100%;
	height:100%;
  }

 #header {
	margin: 0 auto 0 auto;
	padding: 0;
	font-size:24px;
	font-weight:bold;
	height:65px;
	color:#FFFFFF;
 	width: 100%;
	padding-top:50px;
 	/*border-bottom:1px solid #DDEEFF;
	background-color:#CFD8EF;*/
	background-image:url(../../images/header.jpg);
	background-repeat:repeat-x;
	
 }

#content{
   	width: 100%;
	vertical-align:top;
	float:left;
	height:100%;
	min-height:400px;
	/*border-left:1px solid #DDEEFF;*/
 	
}
#footer{
	clear: both;
	border: 1px solid #DDEEFF;
	font-size: 11px;
	color:#FFFFFF;
	padding: 10px 0px 10px 0px;
	width: 100%;
	/*background-color:#CFD8EF;*/
	background-image:url(../../images/footer.jpg);
	vertical-align:bottom;
 }

 
#welcome {
	font-size:14px;
	font-weight:bold;
	color:#5a84cd;
 	vertical-align:middle;
 	
}
#multi_lang{
	float: left;
 	vertical-align:top;
 	font-weight:normal;
	text-align:right;
	text-decoration:none;
	font-size:11px;
	width:79%;
 }

/*********** #Form styles ***********/
#register {
	font-size:11px;
	color:#666666;
	text-align:left;
   	width: 91%;
	float:left;
	padding-left:10px; 
	padding-right:10px; 
	padding-bottom:20px; 
 }
 #registerBorder{
 	border:1px solid #CEEFFF;
	font-size:11px;
	color:#0078B3;
	text-align:left;
   	width: 91%;
	float:right;
	padding-left:10px; 
	padding-right:10px; 
  }

#register h3 {
	font-size:14px;
	font-weight:bold;
	color:#0070A6;
 	height:30px;
	vertical-align:top;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
 }
  
 
.registerleft {
	font-size:11px;
	color:#666666;
	text-align:right;
	width:40%;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:20px;
	vertical-align:middle;
	float:left;
}

 .registerRight {
	font-size:11px;
	color:#999999;
	text-align:left;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	vertical-align:middle;
	float:right;
	
   }
.registerInner {
	font-size:11px;
	color:#999999;
	text-align:left;
	width:40%;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:20px;
	vertical-align:middle;
	float:left;
}

.ToolTipHelpBox{
	padding:1px;
	text-align:left;
	vertical-align:middle;
	height:24px;
	border:1px solid #FF0000;
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#FFF2EA; 
}
.RegisterNewInner{
	font-size:11px;
	color:#666666;
	text-align:left;
	width:25%;
	padding-top:5px;
	padding-bottom:5px;
	vertical-align:top;
	float:left;
}
.Registertootip{
	padding:1px;
	text-align:left;
	vertical-align:middle;
	height:24px;
	width:200px;
	border:1px solid #FF0000;
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#FFF2EA; 

}
   
/*********** #leftLinks styles ***********/
#navBarLeft{
	float: left;
	/*width: 20%;*/
	width: 100%;
	margin: 0px;
	padding: 0px;
	/*background-color:#D7EBFF;
	border-right: 1px solid #BBDDFF;*/
	height:100%;
	vertical-align:bottom;
	
	/*	
	min-height:615px;
	min-height:100%;*/	
	}

#leftLinks {
	position: relative;
	margin: 0px;
	padding: 0px;
	width:100%;
 	/*border-left: 1px solid #cccccc;
	border-bottom: 1px solid #BBDDFF;*/
	font-size:11px;
	line-height:20px;
}

 #leftLinks h3{
	padding: 10px 0px 2px 10px;
	text-align:left;
	border-bottom: 1px solid #BBDDFF;
}

#leftLinks a {
	display: block;
	height:27px;
	text-align:left;
	text-decoration:none;
	
	/*border-bottom: 1px solid #BBDDFF;*/
	/*color:#7F7F7F;*/
	font-size:12px;
	color:#FFFFFF;
}

/*#leftLinks a:hover{
	background-image:url(../../images/links_bg_over.jpg);
	background-repeat:no-repeat;
	height:32px;
	background-color:#EAEAEA;*/
	/*text-align:left;
	text-decoration:none;
	color:#F9FDFF;
	
}*/


.leftTRclass{
	background-image:url(../../images/links_bg.jpg);
	background-repeat:no-repeat;
	height:32px;
	
	font-size:12px;
	color:#FFFFFF;
}

.lefttrselected , .leftTRclass:hover{
	background-image:url(../../images/links_bg_over.jpg);
	background-repeat:no-repeat;
	height:32px;
	
	font-size:12px;
	color:#F9FDFF;
}

.leftsubmenuLinks{
	background-image:url(../../images/sub_menu_bg.jpg);
	background-repeat:no-repeat;
	height:32px;
	font-size:12px;
	color:#F9FDFF;
}

.leftsubmenuLinks_select , .leftsubmenuLinks:hover{
	background-image:url(../../images/sub_menu_bg_over.jpg);
	background-repeat:no-repeat;
	height:32px;
	font-size:12px;
	color:#F9FDFF;
}	

.leftLinks1{
	background-image:url(../../images/links_bg_over.jpg);
	background-repeat:no-repeat;
	height:32px;
	
	font-size:12px;
	color:#F9FDFF;
/*	background-color:#1FBFDC;
	background-repeat:repeat-x;
	background-color:#EAEAEA;
	text-align:left;
	text-decoration:none;
	color:#E1F0FF;*/
}

.leftLinksnew{
	/*background-image:url(../../images/bottom.jpg);*/
	/*background-color:#FEEAA5;
	background-repeat:repeat-x;
	background-color:#EAEAEA;*/
	text-align:left;
	text-decoration:none;
	color:#E1F0FF;
}
.menu_div{
	height:32px; 
	cursor:pointer;	
	vertical-align:middle;
	
}
/*.menu_div:hover{
	height:20px; 
	cursor:pointer;	
	color:#6699FF;
}
*/
 

.footer_link{
	color:#232323;
	text-decoration: none;
}

.footer_link:link{
	color:#000000;
	text-decoration: none;
}

.footer_link:visited{
	color:#000000;
	text-decoration: none;
}

.footer_link:hover{
	color:#006595;
	text-decoration: underline;
}
 /*********** #Login styles ***********/

#Login {
	position:relative;
	margin: 0px;
	/*padding: 0px;*/
	width:400px;
	padding: 0px 0px 2px 5px;
	border: 1px solid #E1E1E1;
	background-color: #D7EBFF;
	font-size:11px;
	line-height:13px;
	text-align:center;
}

#Login h3{
  text-align:left;
  padding-top:2px;
}

.loginHead{
	text-align:left;
	height:15px;
	vertical-align:top;
	font-family: Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #339933;
}	

.loginLeft{
	text-align:right;
	height:25px;
	vertical-align:top;
	position:relative;
	width:40%;
	float:left;
}

.loginRight{
	text-align:left;
	height:25px;
	vertical-align:top;
	position:relative;
	width:58%;
	float:left;
}

/***********************for Password strength*************************************/
#passwordStrength
{
 		height:15px;
 		display:block;
 		float:left;
}
.strength0
{
	width:150px;
	background:#cccccc;
	color:#334d55;
	font-weight: 700px;
}

.strength1
{
	width:35px;
	background:#ff0000;
	color:#000000;
}
.strength2
{
	width:60px;    
	background:#ff5f5f;
	color:#FFFFFF;
}

.strength3
{
	width:90px;
	background:#56e500;
	color:#000000;
} 

.strength4
{ 
	background:#4dcd00;
	width:120px;
	color:#000000;
}
.strength5
{
	background:#006633;
	width:150px;
	color:#000000;
}

 .retrivepwd_subh{
	width:95%; 
	float:left; 
	text-align:left; 
	color:#666666; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	padding-bottom:5px; 
	margin-top:5px;
}

.greenstar{
	color:#009900;
	font-weight:bold;
}

.heading1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	color: #0075EA;
	margin: 0px;
	text-align:left;
 	font-size:11px;
	font-weight:bold;
	vertical-align:middle;
	text-decoration:underline;
	padding-left:5px;
 }	

#music_list {
	font-size:11px;
	color:#007BB7;
	text-align:left;
   	width: 97%;
	/*padding-left:10px;
	border:1px solid #B9E9FF;
	margin-left:2px;*/
	float:left;
}

#music_list h3 {
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#007BB7;
 	height:30px;
	vertical-align:top;
	text-align:left;
}

.addmusicHead{
	float:left; 
	height:30px; 
	width:99%; 
	font-size:12px; 
	font-weight:bold; 
	text-align:left;
}

#music_list a{
	color: #006699;
	text-decoration: none;
}

#music_list a:link{
	color: #006699;
	text-decoration: none;
}

#music_list a:visited{
	color: #006699;
	text-decoration: none;
}

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

#music_content{
	width:99%;
	text-align:center;
	/*position:relative;*/
}

.trloop1{
	color:#0080C0;
	/*background-color:#F1F1F8; 
	background-color:#EAF4FF;*/
	background-image:url(../../images/trloop.gif);
	background-repeat:repeat-y;	
	height:22px;  
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border-left:1px solid #CAEEFF;
	border-bottom:1px solid #CAEEFF;
	vertical-align:middle;
	/*border-left:1px solid #dddddd;
	border-bottom:1px solid #dddddd;*/
	
}
.trloop2{
	color:#0080C0;
	/*background-color:#EAEAF4;
	background-color:#F8F8F8;*/ 
	background-image:url(../../images/trloop.gif); 
	background-repeat:repeat-y;	
	height:22px;  
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border-left:1px solid #CAEEFF;
	border-bottom:1px solid #CAEEFF;
	vertical-align:middle;
	/*border-left:1px solid #dddddd;
	border-bottom:1px solid #dddddd;*/
 }
 
  .trloop3,.trloop5{
	color:#0080C0;
	background-color:#E1F5FF;
	height:22px;  
	font-size:11px;
	border-bottom:1px solid #CEE7FF;
	vertical-align:middle;
	
}
.trloop4,.trloop6{
	color:#0080C0;
	background-color:#E8F8FF;
	height:22px;  
	font-size:11px;
	border-bottom:1px solid #CEE7FF;
	vertical-align:middle;
 }
 
 .trloop5{ background-color:#c2f3fc; border-left:1px solid #c2f3fc;  border-right:1px solid #c2f3fc; }
 .trloop6{ background-color:#c2f3fc; border-left:1px solid #c2f3fc;  border-right:1px solid #c2f3fc; }
 
 .generalTR{
 	width:99%;
	float:left; 
	position:relative;
	padding-top:4px;
 }
.general_head{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#0070A6;
 	height:30px;
	vertical-align:top;
	text-decoration:underline;
}
.general_left{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	text-align:right;
	width:48%;
	vertical-align:top;
	color:#0080C0;
	height:30px;
}


 .general_right{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	float:right;
	width:50%;
	text-align:left;
	vertical-align:top;
	height:30px;
}

.ListForm {
	padding-left:15px;
	font-size:11px;
	color:#666666;
	text-align:left;
	width:95%;
	padding-top:5px;
	padding-bottom:5px;
	}
.ListHeading{
	font-size:13px;
	font-weight:bold;
	color:#007BB7;
	text-align:left;
	width:100%;
	height:30px;
	vertical-align:middle;
}
.ListHeadingNew{ 
	float:left; 
	height:40px; 
	text-align:left; 
	vertical-align:middle; 
	font-size:10px; 
	font-weight:bold;
	color:#007BB7; 
	width:100%;
}

.ListForm h3{
	font-size:14px;
	font-weight:bold;
	color:#007BB7;
	text-align:left;
	width:100%;
	height:30px;
	vertical-align:middle;
	text-decoration:underline;
	}
.ListFormSubheadSmalltext{
	font-size:10px;
	font-weight:bold;
	color:#007BB7;
	text-align:left;
	width:100%;
 	height:30px;
	vertical-align:top;
	text-decoration:none;
	}
.ListFormInner {
	font-size:11px;
	color:#666666;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0px;
	vertical-align:middle;
	float:left;
	word-wrap: break-word;
	
}

.spanInnerlist{

	font-size:11px;
	color:#666666;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0px;
	vertical-align:middle;
	float:left;
	word-wrap: break-word;
	width:20%; 
	border:1px solid #E6E6E6;
	cursor:pointer;
	
}

.spanInnerlist:hover{
	
	border:1px solid #AED7FF;
	background-color:#F8F8F8;
	cursor:pointer;
}

.ListFormSubHead {
	font-size:12px;
	font-weight:bold;
	color:#0099CC;
	text-align:left;
	width:100%;
	height:20px;
	vertical-align:middle;
	padding:0px;
}
.ListFormleft {
	font-size:11px;
	color:#666666;
	background-color:#EEEEEE;
	text-align:center;
	/*width:29%;*/
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0px;
	vertical-align:middle;
	float:left;
}
.linkheading{
	font-size:12px;
	font-weight:bold;
	color:#006633;
}
.linkheading:hover{
	font-size:12px;
	font-weight:bold;
	color:#009966;
}

.myFormMessage
{
	font-size:10px;
	font-weight:bold;
	color:#EE0000;
	text-align:center;
	width:100%;
	height:15px;
	vertical-align:bottom;
	padding:0;
	margin:0;
}

.myFormSubHead {
	font-size:12px;
	font-weight:bold;
	color:#0099CC;
	text-align:left;
	width:100%;
	height:20px;
	vertical-align:middle;
	padding-left:30px;
}
.myFormleft {
	font-size:11px;
	color:#666666;
	text-align:right;
	width:40%;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:20px;
	vertical-align:middle;
	float:left;
}

.myFormRight {
	font-size:11px;
	color:#666666;
	text-align:left;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	vertical-align:middle;
	float:right;
}
.myFormInner {
	font-size:11px;
	color:#666666;
	text-align:left;
	width:40%;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:20px;
	vertical-align:middle;
	float:left;
}

.foldersetting{
	font-size:10px;
	font-weight:bold;
	color:#007BB7;
	text-align:left;
	cursor:pointer;
	border:thin solid #A8D3FF;
	background-color:#DFEFFF;
	padding:2px 1px 2px 8px;
	vertical-align:top;
	text-decoration:none;
}
.divsubmenu{
	padding-left:0px;
	background-color:#FCFBE2;
}

.radiobutton{
	background-color:#DFEFFF;
	/* border:thin solid #59ACFF;*/
}
.radio{
	border:none;
}

.welcomepage_right{
	border-bottom:1px solid E4E4E4;
	border-right:1px solid E4E4E4;
	border-top:1px solid E4E4E4;
}

.opc {
	width:400px;
	height:370px;
	position:absolute;
	left: 50%; 
	top: 50%;
	margin-top: -200px; /* half of the width */
	margin-left: -165px; /* half of the height */
	background:#000000;
	filter:alpha(opacity=6);
	-moz-opacity:.06;
	opacity:.06;
	text-center: right;

}
.normal {
	background:#e8e8e8;
	color:#000000;
	width:380px;
	height:350px;
	position:absolute;
	left: 50%; 
	top: 50%;
	margin-top: -190px; /* half of the height */
	margin-left: -155px; /* half of the width */
	border-bottom:#333333 3px solid;
	border-right:#333333 3px solid;
	overflow: auto;
}

.addsongstoplaylist {
/*width:400px;*/
	width:1001px;
	/*min-width:1021px;*/
	height:580px;
	position:absolute;
	float:left;
	left: 1px; 
	top: 1px;
	margin-top: 0px;  /*half of the width */
	margin-left: 0px;  /*half of the height */
	background:#999999;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	text-align:center;
	z-index:0;

}
.addsongstoplaylist_normal {
/*background:#F8F8F8;*/
background-color:#F8F8F8;
color:#000000;
width:350px;
min-width:350px;
height:230px;
position:absolute;
left: 50%; 
top: 50%;
margin-top: -130px; /* half of the height */
margin-left: -150px; /* half of the width 
border-bottom:#333333 3px solid;
border-right:#333333 3px solid;*/
border:5px solid #E1E1E1;
padding:1px 1px 1px 1px;
overflow: hidden;
z-index:10000;
}

.passwordopcs {
	width:100%;
	height:100%;
	position:absolute;
	left:0px; 
	top:0px;
	/*margin-top: -190px;
	margin-left: -165px; */
	background:#666666;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
	/*border:#FF0000 1px solid
	text-center: right;*/

}

.passwordinner {
	background:#E9E9E9;
	color:#000000;
	width:380px;
	height:120px;
	position:absolute;
	left: 50%; 
	top: 70%;
	margin-top: -180px; /* half of the height */
	margin-left: -155px; /* half of the width 
	border-bottom:#333333 3px solid;
	border-right:#333333 3px solid;*/
	border:5px solid #999999;
	padding:10px 10px 10px 10px;
}

.passwordinnerlogin {
	background:#E9E9E9;
	color:#000000;
	width:380px;
	height:120px;
	position:absolute;
	left: 50%; 
	top: 70%;
	margin-top: -180px; /* half of the height */
	margin-left: -155px; /* half of the width 
	border-bottom:#333333 3px solid;
	border-right:#333333 3px solid;*/
	border:5px solid #999999;
	padding:10px 10px 10px 10px;
}
.PlayerDivs {
	width:100%;
	/*height:250px;*/
	position:absolute;
	/*left: 50%; 
	top: 50%;*/
	margin-top: -0px; /* half of the width */
	margin-left: -0px; /* half of the height 
	background:#E9E9E9;*/
	filter:alpha(opacity=20);
	-moz-opacity:.20;
	opacity:.20;
	text-center: right;

}

.PlayerDivsinner {
	background:#E9E9E9;
	color:#000000;
	width:500px;
	height:340px;
	position:absolute;
	left: 35%; 
	top: 35%;
	margin-top: -120px; /* half of the height */
	margin-left: -100px; /* half of the width */
	border-bottom:#333333 3px solid;
	border-right:#333333 3px solid;
}

.homepage_main{
/*height:400px;*/
	width:98%;float:left; 
	padding-left:10px; 
	padding-right:10px; 
	overflow:auto;
}

.homepage_Inner{
	float:left; width:100%; 
	overflow:auto; 
	text-align:left; 
	vertical-align:middle; 
	padding-top:10px;
}

.homepage_Left{
	width:49%;
	float:left; 
	overflow:auto;
/*height:390px;*/
}
.homepage_LeftInner{
	width:98%; 
	float:left; 
	height:45px; 
	padding-left:2px; 
	padding-top:2px;
}

.homepage_LeftInner2{
	width:99%; 
	float:left;  
	border:1px solid #EAEAEA;
	overflow:auto;
/*height:325px;*/
}

.homepage_LeftHead{
	width:99%; 
	float:left;  
	text-align:left; 
	vertical-align:middle; 
	font-size:12px; 
	font-weight:bold; 
	color:#007CB9; 
	padding-top:3px; 
	margin-left:2px;
	overflow:auto;
/* height:22px;*/
}
.homepage_LeftContent{
	width:99%; 
	height:300px;  
	float:left; 
	text-align:left; 
	vertical-align:middle;  
	font-size:10px; 
	font-weight:normal; 
	margin-left:2px;
	overflow:auto;
/*height:300px;*/
}

.homepage_Right{
	width:50%; 
	float:left; 
	overflow:auto; /*height:390px;*/
}

.homepage_RightImg{
	width:99%; 
	float:left;  
	text-align:center; 
	vertical-align:middle; 
	overflow:auto;
	height:150px;/**/
}
.homepage_RightHead{
	width:99%; 
	float:left;  
	border-bottom:1px solid #EAEAEA; 
	border-top:1px solid #EAEAEA; 
	text-align:left;  
	font-size:10px;
	font-weight:normal;
	overflow:auto; 
	border-right:1px solid #EAEAEA;

}
.homepage_RightText{
	width:99%; 
	float:left; 
	color:#FF3333; 
	border-bottom:1px solid #EAEAEA; 
	border-top:1px solid #EAEAEA;
	border-right:1px solid #EAEAEA; 
	text-align:left;  
	font-size:10px; 
	font-weight:normal;
	overflow:auto; 

}

.homepage_RightHeadBottom{
	width:100%;  
	text-align:left; 
	float:left; 
	vertical-align:middle;  
	font-size:12px; 
	font-weight:bold; 
	color:#007CB9; 
	padding-top:3px;
	overflow:auto;
/*height:20px;*/
}

.homepage_RightContent{
	width:100%; 
	float:left; 
	text-align:left; 
	vertical-align:middle; 
	font-size:10px; 
	font-weight:normal; 
	overflow:auto;
}

.PasswordProtectionshead{
	width:100%; 
	float:left; 
	font-size:12px; 
	font-weight:bold; 
	text-align:left; 
	color:#0078B3; 
	margin-top:2px; 
	margin-left:2px;
}
.PasswordProtectionLeft{
	float:left; 
	width:49%; 
	height:25px; 
	font-size:10px; 
	font-weight:bold; 
	text-align:right; 
}

.PasswordProtectionRight{
	float:right; 
	width:49%; 
	height:25px; 
	font-size:10px; 
	font-weight:bold; 
	ext-align:left;}

.settingstwoleft{
	float:right; 
	width:80%;
	height:25px; 
	text-align:left; 
	vertical-align:middle; 
}
.settingstwoleft1{
	float:right; 
	width:100%; 
	height:25px; 
	text-align:left; 
	vertical-align:middle; 
}

.settingonemain{
	width:50%; 
	float:left; 
	text-align:right; 
	height:50px; 
}
.settingonemainright{
	width:48%; 
	float:left; 
	text-align:right; 
	height:50px; 
}
.settinginnerspan{
	float:left; 
	width:40%; 
	text-align:left; 
	vertical-align:middle; 
	height:25px; 
	font-size:11px;
}
.settinginnerspantwo{
	float:right; 
	width:58%; 
	text-align:left; 
	vertical-align:middle; 
	height:25px;  
	font-size:11px;
}

.settings_left{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
	text-align:right;
	width:70%;
}
	
 .settings_right{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	float:right;
	width:30%;
	text-align:left;
}
.settings_submit{
	text-align:center;
}
/*Music listing css*/
.newMusicHead{
	width:100%; 
	float:left; 
	height:25px; 
	font-size:14px; 
	font-weight:bold; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	text-align:left; 
	vertical-align:middle; 
	color:#0083C1;
}
.MusicSubheadclass{
	width:100%; 
	height:25px; 
	float:left; 
	text-align:left; 
	vertical-align:middle;
}



 .musicButton
{
	background-color:#DFEFFF;
	color:#0080C0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	border-bottom:#9FCFFF 1px solid;
	border-right:#9FCFFF 1px solid;
}

/*=================================*/

.li2{
	border-left:1px dotted #BBBBBB;
	border-bottom:1px none #BBBBBB;
	padding:4px 0px 4px 0px;
	list-style-type:none;
	list-style-position:inside;
	list-style-image: url(../../images/arrow.gif);  
}
/*.li2:hover
{
	
	background-color:#CCCCCC
		
}*/
.ul2{
 border-left:1px dotted #990000;
 
}
.li1{
	border-left:1px none #990000;
	padding:4px 2px 4px 0px;
	list-style-type: none;
	list-style-position: inside; 
	  
}
/*.li1:hover
{
	background-color:#aaaaaa;
		
}*/
.ul1{
	 
	border-left:1px none #990000;
}
/*=================================*/

/*Music listing css*/

#MultiLanguage{
 	margin: 0 auto 0 auto;
  	min-width: 890px;
	width: 890px;
 	padding-top:5px;
	min-height:20px;
 }
 
.newsstyle{
	background-color:#F8F8F8;
 }
.newsstyle1{
 	background-color:#FCFCFC;
 }

.faqList{
	width:100%; 
	float:left; 
	border:1px solid #54c0d5; 
	color:#FFFFFF;
	background-color:#c2f3fc;
}
.news1{
	
	width:100%; 
	margin-left:20px; 
	float:left; 
	border:1px solid #54c0d5; 
	/*color:#000000; */
	color:#FFFFFF;
	background-color:#c2f3fc;

 }
.news2{
	
	width:100%; 
	float:left; 
	height:26px; 
	/*background-color:#1FBFDC;*/
	background-image:url(../../images/tile.jpg);
	background-repeat:repeat-x;
	background-position:center;
	font-size:16px;
	font-weight:bold; 
	text-align:left;
	border:1px solid #54c0d5;
	padding-top:3px;
}
.news3{
	width:100%; 
	float:left; 
	/*font-size:11px; */
	font-weight:bold; 
	text-align:left; 
	color:#007CB9; 
	/*background-color:#89e0ed;*/
	height:20px;
	padding-top:3px;
	/*background-image:url(../../images/1.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;*/
	
}
.news4{
font-family:Tahoma;
font-size:12px;
font-style:normal;

	width:95%; 
	float:right; 
	position:relative;
	text-align:left; 
	color:#000000; 
	/*color:#0194b0; 
	background-color:#9eeaf4;*/
	min-height:80px;
}
.playlistPlayer{
	font-family:Tahoma;
	font-size:12px;
	font-style:normal;
	position:relative;
	color:#000000; 
	padding-top:25px;
	background-color:#F7F7F7; 
	text-align:center; 
	width:600px;
	height:425px;
}

.playlistGetCode{
	font-family:Tahoma;
	font-size:12px;
	font-style:normal;
	position:relative;
	color:#000000; 
	padding-top:25px;
	background-color:#F7F7F7; 
	text-align:center; 
	width:600px;
	height:115px;
}


/*comments section */
.comment_container{
	float:left; 
	margin-left:25px;  
	width:95%; 
	border:1px solid #54c0d5;
	background-color:#c2f3fc;
}
.comment_container1{
	float:left; 
	margin-left:25px; 
	width:90%; 
	background-color:#c2f3fc;
}
.comment_head{
font-family:Tahoma;
	float:left; 
	width:100%; 
	height:26px;  
	font-size:16px; 
	font-weight:bold; 
	text-align:left; 
	color:#FFFFFF; 
	background-image:url(../../images/tile.jpg);
	background-position:center;
	background-repeat:repeat-x;
	padding-top:3px;
	
	
}
.comment_subhead{
	font-family:Tahoma;
	float:right; 
	width:99%; 
	font-size:11px; 
	font-weight:bold; 
	/*color:#0194b0; */
	color:#292929;
	text-align:left; 
	/*background-color:#89e0ed; */
	height:20px;
	padding-top:3px;
}
.comment_subhead2{
	font-family:Tahoma;
	float:right; 
	width:100%; 
	font-size:11px; 
	font-weight:bold; 
	/*color:#0194b0; */
	color:#3C3C3C;
	text-align:left; 
	/*background-color:#89e0ed;
	background-color:#D9ECFF; */
	height:20px;
	font-style:normal;
	padding-top:3px;
}
.comment_content{
	font-family:Tahoma;
	float:right; 
	width:98%; 
	font-size:12px; 
	/*color:#0194b0; */
	color:#242424;
	text-align:left; 
	overflow:auto;
	min-height:45px;
	/*min-height:75px;
	background-color:#9eeaf4; */
}
.comment_contentfooter{ 
	float:left; 
	width:100%;  
	height:22px;  
	font-size:11px; 
	font-weight:bold; 
	color:#000000; 
	text-align:center; 
	background-color:#9eeaf4; 
	padding-top:3px;
	padding-bottom:2px;
}
.comment_error{ 
	float:left; 
	width:100%; 
	height:25px; 
	font-size:10px; 
	color:#009900; 
	font-weight:bold; 
	text-align:center;
}
 
 .PageHead{
	width:95%;
	color:#009AD5;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	padding-left:10px;
	padding-bottom:10px;
	float:left;
	vertical-align:top;
} 
.Formleft{
	width:45%; 
	float:left; 
	padding-left:20px; 
	text-align:right; 
	height:25px; 
	font-size:11px;
	font-weight:bold; 
	
}
.FormRight{
	width:45%;
	float:left; 
	font-size:11px;
	text-align:left; height:25px; 
 }
 
.userList{
	font-size:11px;
	height:50px;
	color:#666666;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	vertical-align:middle;
	float:left;
	word-wrap: break-word;
	width:29%; 
	border: 1px solid #EAEEF9;
 } 
 .cursorPointer{
 	cursor:pointer;
	text-decoration:underline
}

 .slideHead{
	width:95%;
	color:#009AD5;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	float:left;
	vertical-align:top;
} 
/*styles for mailbox*/
.mailboxbutton{
	width:10%; 
	float:left; 
	text-align:left; 
	padding-left:20px; 
	padding-bottom:10px; 
}
.blogForwardText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:20%;
	float:left;
	text-align:left; 
	font-weight:bold;
	color:#000000;
}
/* style for home page */
.borderc2{
	border-top-color: #EBEBED;
	border-bottom-color: #EBEBED;
	border-left-color: #EBEBED;
	border-color: #EBEBED;
	border-right-color: #EBEBED;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	font-size: 11px;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../../images/bg_right_pan.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#D9F6FA;
	}
#content_home{

	width:250px;
	height:300px;
	overflow-x:hidden;
	overflow:auto;
	/*overflow-y:scroll;*/
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	

}
.bg1{
	background-position:top;
	background-repeat:no-repeat;
}
.bg3{
	background-image:url(../../images/page_bg.jpg);
	/*background-image: url(../images/page_bg.jpg);*/
	background-position:top center;
	background-repeat:no-repeat;

}
.bg4{
	background-image: url(../../images/page_bg2.jpg);
	background-position:top center;
	background-repeat:repeat-y;
}
.bg5{
	background-image: url(../../images/page_bg3.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
.text-normal {
	font-family:'Tahoma', Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	padding-left:25px;

}

.blueLink{
	font-family:'Tahoma', Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding-left:25px;
	text-decoration:underline !important;
	color:#0000FF !important;
}

.linkTextBold{
	color: #000033; 
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}
#table{
}

#table #img{
	/*width:50px;
	height:48px;
	position:absolute;
	margin-left:1px;
	top: 658px;*/
	width:50px;
	height:48px;
	position:absolute;/**/
	margin-left:1px;
	top: 640px;
}

#table #img1{
	width:50px;
	height:48px;
	position:absolute;
	margin-left:1px;
	top: 115px;
}
.TableBorder{
	 border:1px solid #C4EAFC; ;
}
.text-grey {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	font-weight:bold;
	padding-bottom:2px;
}
.text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}.text2 {
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000;
}
/* end ***********style for home page */
/*style for home fade screen*/
.text-blue {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#13808E;
	font-weight:bold;
	padding-bottom:2px;
	padding-left:15px;
}
.alertWin
{
	position:absolute;
	background:#FFFFFF;
	border:#333333 1ps solid;
	visibility:hidden;
	display:none;  	
}
.alertWin_s
{
	/*position:absolute;
	left:250px;
	top:150px;
	border:#333333 1ps solid;
	visibility: visible;
	display: block;	
	z-index:100;
	//left: 40%;*/
	position:absolute; 
	left:250px; 
	top:50px; 
	z-index:100; 
	width:260px; 
	height:300px; 
	float:left; 
	display:block;
}

.opc_h {
	/*width:100%;
	height:100%;
	background:#333333;
	position:absolute;
	left:0px;
	top:0px;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	visibility:hidden;
	display:none;
	*/
	position: absolute; 
	background:#333333;
	width:1002px; 
	height:1400px; 
	z-index:71;
	opacity:0.4;
	filter:alpha(opacity=40); 
	vertical-align:middle; 
	left:0px; top:0px; 
	display:none; 
	margin:0px;
	
 }
 
 .opc_s {
/*	width:100%;
	height:100%;
*/	width:1002px; 
	height:1400px; 
	background:#666666;
	position:absolute;
	left:0px;
	top:0px;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	visibility:visible;
	display:block;
 }
 #login{
	height:264px;
	width:444px;
	position:relative;
	display:block;
}

#login #text{
height:218px;
width:385px;
position:absolute;
margin-left:27px;
margin-top:25px;
display:block;

}


.text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}
.text-black {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#000000;
	font-weight:bold;
	padding-bottom:2px;

}

.text-black1 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	padding-bottom:2px;

}

.playlistBrdr{
	border:#83E0EE 1px solid; 
	padding-bottom:5px; 
	padding-top:5px;
}
	.backgrounf{
		background-position:top;
		background-repeat:no-repeat;
	}
	.bordercl{
	/*border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-left-style: solid;*/
	font-size: 11px;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*background-image:url(../../images/bg_left_pan.gif);
	background-position:top;
	background-repeat:repeat-x;*/
	background-color:#F0FBFD;
	}
/*styles for myplaylist*/

.myplaylist_head{
	float:left; 
	width:100%; 
	height:40px; 
	padding-top:25px; 
	text-align:left; 
	font-size:14px; 
	font-weight:bold; 
	color:#0070A6;
}
.myplaylist_lefttop{
	width:100%; 
	float:left; 
	height:40px; 
	background-image:url(../../images/top_bg.gif); 
	background-repeat:no-repeat; 
}
.myplaylist_innerleft{
	float:left; 
	width:98%; 
	margin-top:5px; 
	margin-left:3px; 
	text-align:right; 
	
}
.myplaylist_leftcontent{
	width:100%; 
	height:230px;
	overflow:auto;
	float:left; 
	background-image:url(../../images/center_bg.gif); 
	background-repeat:repeat-x;  
}
.myplaylist_rightspan{
	float:left; 
	height:20px; 
	padding-top:10px; 
	font-size:10px; 
	font-weight:bold; 
	color:#000000; 
}
.myplaylist_rightcontent{
	width:99%; 
	float:right; 
	background-image:url(../../images/right_center_bg.gif); 
	background-repeat:repeat-y; 
}
.myplaylist_rightfooter{
	width:99%; 
	float:right; 
	background-image:url(../../images/right_bottom_bg.gif); 
	background-repeat:no-repeat; 
}
.addnewsongerr{
	width:99%;
	padding-left:20px;
	height:15px; 
	text-align:center; 
	color:#F20000; 
	font-size:10px; 
	font-weight:bold;
}
.myplaylist_innerleft{
	float:left; 
	width:98%; 
	margin-top:5px; 
	margin-left:3px; 
	text-align:right; 
}
.myplaylist_leftcontent{
	width:99%; 
	float:left; 
	height:230px;
	background-image:url(../../images/center_bg.gif); 
	background-repeat:repeat-y; 
}
.myplaylist_leftfooter{
	width:100%; 
	float:left; 
	height:15px; 
	background-image:url(../../images/bottom_bg.gif); 
	background-repeat:no-repeat;
}
/*.myplaylist_leftfooter{
	width:100%; 
	float:left; 
	height:15px; 
	background-image:url(../../images/bottom_bg.gif); 
	background-repeat:no-repeat;
}*/
.myplaylist_righttop{
	width:99%; 
	float:right; 
	height:40px;  
	background-image:url(../../images/right_top_bg.gif); 
	background-repeat:no-repeat;
}
.myplaylist_rightspan{
	float:left; 
	height:20px; 
	padding-top:10px; 
	font-size:10px; 
	font-weight:bold; 
	color:#000000; 
}
.myplaylist_rightcontent{
	width:99%; 
	height:230px; 
	overflow:auto;  
	float:right; 
	background-image:url(../../images/right_center_bg.gif);
	background-repeat:repeat-y; 
}
.myplaylist_rightcontent1{
	width:99%; 
	height:230px; 
	overflow:auto;  
	float:right; 
	background-image:url(../../images/right_center_bg.gif); 
	background-repeat:repeat-y; 
}
.myplaylist_rightfooter{
	width:99%; 
	float:right; 
	background-image:url(../../images/right_bottom_bg.gif); 
	background-repeat:no-repeat; 
}

.playedMusic{
	color:#CC3333;
	background-color:#E1F5FF;
	height:22px;  
	font-size:11px;
	font-weight:bold;
	vertical-align:middle;
}

.getcodebacklayer {
width:1000px;
min-width:1000px;
height:600px;
position:absolute;
float:left;
left: 1px; 
top: 1px;
margin-top: 0px;  /*half of the width */
margin-left: 0px;  
background:#666666;
filter:alpha(opacity=60);
-moz-opacity:.60;
opacity:.60;
text-align:center;
z-index:0;

}
.playerpop {
background-color:#B0D8FF;
color:#000000;
width:500px;
min-width:500px;
height:450px;
position:absolute;
left: 50%; 
top: 50%;
margin-top: -250px; /* half of the height */
margin-left: -240px; 
border:5px solid #E1E1E1;
padding:1px 1px 1px 1px;
overflow: hidden;
z-index:10000;
}


.ratingHead1,.ratingHead,.ratingleft,.rateheadnew,.mailmsg{  
	font-size:10px;
	font-weight:bold;
	color:#000000;
 }
 
.ratingHead{
font-size:12px; 
font-weight:bolder; 
text-align:left; 
background-color:#84C1FF; 
}

.rateheadnew{  
font-size:12px; 
font-weight:bolder; 
text-align:left; 
background-color:#9FCFFF; 
}

.ratingleft{
float:left; 
font-weight:bold; 
text-align:right;
}

.ratingRight{
font-weight:bold; 
text-align:left;
}

.ratingRight1{ 
font-weight:normal; 
text-align:left;
}


/*styles for myplaylist*/


/*  new style for archive section sbn 9-1-09 start here.. */
	
.bg_top {
	background-image:url(../../images/bg_top.jpg);
	background-repeat:no-repeat;
	height:43px;
}

.bg_center {
	background-image:url(../../images/bg_center.jpg);
	background-repeat:repeat-y;
}

.bg_bottom {
	background-image:url(../../images/bg_bottom.jpg);
	background-repeat:no-repeat;
	height:20px;
}
.bg_r_top {
	background-image:url(../../images/bg_r_top.jpg);
	background-repeat:no-repeat;
	height:43px;
}

.bg_r_center {
	background-image:url(../../images/bg_r_center.jpg);
	background-repeat:repeat-y;
	
}

.bg_r_bottom {
	background-image:url(../../images/bg_r_bottom.jpg);
	background-repeat:no-repeat;
	height:20px;
}

.right_title {
	font-family:tahoma;
	color:#416c7d;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	height:25px;
}


.left_title {
	font-family:tahoma;
	font-weight:bold;
	color:#468baa;
	font-size:11px;
	text-align:center;
	height:25px;
}


/*  new style for archive section sbn 9-1-09 End here.. */

/**** old styles of song archives ****/
.SognarchiveOne{
	width:99%; 
	float:left; 
	text-align:left; 
	vertical-align:middle; 
	overflow:auto;
}

/**** old styles of song archives ****/

.LeftContentstext{
	font-size:11px;
	color:#666666;
	text-align:right;
	width:30%;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:20px;
	vertical-align:middle;
	float:left;
}

.LeftContentsInner {
	font-size:11px;
	color:#666666;
	text-align:left;
	width:52%;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:20px;
	vertical-align:middle;
	float:left;
 }

.ImgArch{
	background-image:none;
}

.ImgArch:hover{
	/*border:1px solid #f6f6f6;*/
	background-image:url(../../images/over.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.Loginbutton {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height: 28px;
	width:97px;/**/
	cursor:pointer;
	font-weight:bold;
	background-image:url(../../images/p_btn-submit.jpg);/**/
	background-position:center;
	background-repeat:no-repeat;
	text-align:center; 
	text-decoration:none;
	color:#000000;
}

.Loginbutton:hover {
	background-image:url(../../images/p_btn-submit-hover.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.Cancelbutton {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:27px;
	width:96px; 
	cursor:pointer;
	font-weight:bold;
	background-image:url(../../images/p_btn-cancel.jpg); 
	background-position:center;
	background-repeat:no-repeat;
	border:0;
	text-align:center; 
	text-decoration:none;
	color:#000000;
	background-color:#C1EBFF;
}

.Cancelbutton:hover  {
	background-image:url(../../images/p_btn-cancel-hover.jpg); 
	background-color:#C1EBFF;
	background-position:center;
	background-repeat:no-repeat;
	
}

/*sbn songarchive new desing 11-3-09 starts here*/

.bg_top_archiv {
	background-image:url(../../images/bg_top_arch.jpg);
	background-repeat:no-repeat;
	height:43px;
}

.bg_center_archiv {
	background-image:url(../../images/bg_center_arch.jpg);
	background-repeat:repeat-y;
}

.bg_bottom_archiv {
	background-image:url(../../images/bg_bottom_arch.jpg);
	background-repeat:no-repeat;
	height:20px;
}

.bg_r_top_archiv {
	background-image:url(../../images/bg_r_top_arch.jpg);
	background-repeat:no-repeat;
	height:43px;
}

.bg_r_center_archiv {
	background-image:url(../../images/bg_r_center_arch.jpg);
	background-repeat:repeat-y;
	
}

.bg_r_bottom_archiv {
	background-image:url(../../images/bg_r_bottom_arch.jpg);
	background-repeat:no-repeat;
	height:20px;
}

.right_title_archiv {
	font-family:tahoma;
	color:#416c7d;
	font-size:11px;
	text-align:center;
	height:25px;
}


.left_title_archiv {
	font-family:tahoma;
	font-weight:bold;
	color:#468baa;
	font-size:11px;
	text-align:center;
	height:25px;
}

/*sbn songarchive new desing 11-3-09 end here*/

#registernew {
	font-size:11px;
	color:#666666;
	text-align:left;
   	width: 91%;
	float:left;
	padding-left:10px; 
	padding-right:10px; 
	padding-bottom:20px; 
 }

#registernew h3 {
	font-size:14px;
	font-weight:bold;
	color:#0070A6;
 	height:30px;
	vertical-align:top;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
 }
.link-text {
	FONT-SIZE: 11px;
	FONT-FAMILY: Arial, tahoma, Helvetica, sans-serif;
	color:#FF6600 !important;
	font-weight:bold !important;
	text-decoration:underline !important;
	}
.heading-5 {
	FONT-SIZE: 12px;
	FONT-FAMILY: tahoma, arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	}
.heading6-text {
	FONT-SIZE: 12px;
	FONT-FAMILY: tahoma, arial, Helvetica, sans-serif;
	color:#666666;
	font-weight:normal;
	padding-left:0px;
	padding-bottom:0;
	padding-right:0;
	padding-top:0;
	text-decoration:none;
	
	}
.bold-text2 {
	FONT-SIZE: 12px;
	FONT-FAMILY: tahoma, arial, Helvetica, sans-serif;
	color:#666666;
	font-weight:normal;
	padding-left:0px;
	padding-bottom:0;
	padding-right:0;
	padding-top:0;
	text-decoration:none;
	
	}
.popupHead{
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	color: #0075EA;
	margin: 0px;
	text-align:left;
 	font-size:18px;
	font-weight:bold;
	vertical-align:middle;
	padding-left:15px;
	height:100;
 }	
