<!--

/***********************************************/
/* use this area to display colors in the site */
/***********************************************/
/*

	HEX       COLOR

*/

/**************/
/* main items */
/**************/
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;  
/*	color: #336666;*/
	color: #003333;
	font-size:7pt;
}

table.main {
	width: 750px; 
	border: 0px; 
	width: 750px;
}

a.main {
	font-size:9pt;
}

a.main:active {
	color: #003333;
	text-decoration: none;
}

a.main:link {
	color: #003333;
	text-decoration: none;
}

a.main:visited {
	color: #003333;
	text-decoration: none;
}

a.main:hover {
	color: #003333;
	text-decoration:underline;
}

/*******************/
/* green box items */
/*******************/

table.greenbox {
	border: 1px solid #336666;
	height: 226px;
	width: 226px;
}

table.greenbox td {
	background-color: #D3E9E9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10pt;
}

table.greenbox a {
	color: #666666;
}

table.greenbox a:link {
	text-decoration: none;
}
table.greenbox a:active {
	text-decoration: none;
}
table.greenbox a:visited {
	text-decoration: none;
}

table.greenbox a:hover {
	text-decoration: underline;
}

table.greenbox img {
	border:0px;
}


/**************/
/* topnav css */
/**************/
td.topnav {
	color: #979797;
	font-size: 9pt;
	font-weight: bold;
	padding: 2px;
	padding-left:5px;
	padding-right: 5px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

a.topnav:active {
	color: #666666;  /*#003333;*/
	text-decoration: none;
}

a.topnav:link {
	color: #666666;
	text-decoration: none;
}

a.topnav:visited {
	color: #666666;   /*#979797;*/
	text-decoration: none;
}

a.topnav:hover {
	color: #CC9933;        /*"#666666";*/
	text-decoration: none;
}

.searchWebTopText {
	color: #666666;
}


#searchWebTopBlock {
	visibility:hidden;
	display:none;
}


.topSearchButton {
	font-family: verdana, arial, sans-serif;
	font-size: 8px;
	background-color: #699;
	color: #fff;
	font-weight: bold;
	padding: 1px;
	margin: 0px;
	border-top: outset 1px #69c;
	border-right: outset 1px #069;
	border-bottom: outset 1px #069;
	border-left: outset 1px #69c;
}

/**************/
/* midnav css */
/**************/
td.midnav {
	color: #98B1AD;
	font-size: 9pt;
	font-weight: bold;
	vertical-align: middle;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}

a.midnav {
	text-decoration:none;
	background: #FFFFFF;
	padding: 2px;
	padding-left:5px;
	display: block;
	width: 100%;
}

a.midnav:active {
	color: #669999; /*#98B1AD;*/
	text-decoration: none;
}

a.midnav:link {
	color: #669999;
	text-decoration: none;
}

a.midnav:visited {
	color: #669999;
	text-decoration: none;
}

a.midnav:hover {
	color: #996600;
	background: url("https://www.themusicblast.com/images/yellowDots.gif");
	text-decoration:none;
}


/***************/
/* sidenav css */
/***************/


table.sidenav {
	 position: relative;
}

table.sidenav td {
	border:1px solid #666666;
	background-color: #FFF0D1;
	border-bottom:0px;
	font-weight:bold;
	font-size:7.5pt;
} 

table.sidenav td.sidenavlast {
	border:1px solid #666666;
	font-weight:bold;
	font-size:7.5pt;
}

table.sidenav a {
	color: #CC9900; /*#336666;*/
	font-size:7.5pt;
	text-decoration:none;
	display: block;
	width: 92%;
	padding: 6px;
	background: #FFF0D1;
}

table.sidenav a:linked {
	text-decoration:none;
}

table.sidenav a:active {
	text-decoration:none;
}

table.sidenav a:visited {
	text-decoration:none;
}

table.sidenav a:hover {
	color: #006666;
	background: #FFFFFF;
	text-decoration: none;
}

/****************/
/* content info */
/****************/

table.content {
	border: 1px solid #336666;
	width:460px;
	/*padding-left:3px;
	padding-right:3px;*/
}

table.content td.headerImg {
	text-align:left; 
	vertical-align:top;
	padding-left:0px;
}

table.content span.contentheader {
	font-weight: bold;
	color: #003333;
	font-size: 12pt;
}

table.content td {
	background-color: #D3E9E9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003333;
	font-size: 10pt;
	vertical-align:top;
	text-align:left;
}

table.content th {
	background-color: #D3E9E9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003333;
	font-size: 10pt;
	vertical-align:top;
	text-align:left;
}

table.content th.colheader {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background: #D3E9E9;
}

table.content a {
	color: #666666;
}

table.content a:link {
	text-decoration: none;
}
table.content a:active {
	text-decoration: none;
}
table.content a:visited {
	text-decoration: none;
}

table.content a:hover {
	text-decoration: underline;
}

table.content img {
	border:0px;
}

table.content td.musicPref {
	color:#003333;
	font-size:10px;
}

a.termsPolicy:active {
	color: #003333;
	text-decoration:none;
}

a.termsPolicy:link {
	color: #003333;
	text-decoration:none;
}

a.termsPolicy:visited {
	color: #003333;
	text-decoration:none;
}

a.termsPolicy:hover {
	color: #003333;
	text-decoration:underline;
}

/***************/
/* banner info */
/***************/
table.banner {
	border: 1px solid black;
	height:100%;

}

table.banner td {
	background: url("https://www.themusicblast.com/images/ad.bg.gif");
	vertical-align:top;
}

/********************/
/* cyber agent info */
/********************/

table.cyberContent td {
	background: #ffffff;
}

/**********************/
/* video channel info */
/**********************/

table.channel {
	border: 1px solid #336666;
}

table.channel td.greenHeader {
	color:#FFFFFF;
	text-align:center;
	background:#336666;
	border-right:1px solid white;
}

table.channel a.greenHeader {
	color: #FFFFFF;
}

table.channel a.greenHeader:link {
	text-decoration: none;
}
table.channel a.greenHeader:active {
	text-decoration: none;
}
table.channel a.greenHeader:visited {
	text-decoration: none;
}

table.channel a.greenHeader:hover {
	text-decoration: underline;
}

/************/
/* want ads */
/************/

table.want_ad_details {
	border:1px solid #336666;
}

table.want_ad_details td.ad_data {
	background: #FFFFFF;
	padding-left:3px;
}

table.want_ad_details th.ad_data {
	background: #FFFFFF;
	font-weight: bold;
	padding-left:3px;
}

/************/
/* messages */
/************/

table.inbox {
	border-left:1px solid #336666;
	border-right:1px solid #336666;
}

table.inbox th {
	background: #666666;
	color: #FFFFFF;
	border-top:1px solid #336666;
	border-bottom:1px solid #336666;
}

table.inbox td {
	border-bottom:1px solid #336666;
	border-right:1px solid #336666;
}

table.inbox td.lightRow {
	background: #FFFFFF;
}

table.inbox td.darkRow {
	background: #FFF0D1;
}

table.inbox td.lightRowEnd {
	border-right:0px;
	background: #FFFFFF;
}

table.inbox td.darkRowEnd {
	border-right:0px;
	background: #FFF0D1;
}

table.inbox td.inboxFooter {
	border-right:0px;
}

/****************/
/* signup items */
/****************/

table.signup {
	border: 2px solid #003333;
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	color: #003333;
}

table.signup th {
	background: #FFFFDC;
	border: 2px solid #669999;
	text-align: center;
	font-size:10pt;
}

table.signup td {
	background: #D3E9E9;
	border-top: 2px solid #000000;
	text-align: left;
	padding: 3px;
	font-size:9pt;
}



.genersstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	background-color:#CCCCCC;  		
	text-decoration:none  	
}


.genersselectedstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ececec;
	background-color:#029797;  		
	text-decoration:none  	
}

.genersmorestyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#029797;
	text-decoration:none  	
}

table.contents {
	border: 1px solid #336666;
	width:460px;
	/*padding-left:3px;
	padding-right:3px;*/
}

table.contents td.headerImg {
	text-align:left; 
	vertical-align:top;
	padding-left:0px;
}

table.contents span.contentheader {
	font-weight: bold;
	color: #003333;
	font-size: 12pt;
}

table.contents td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003333;
	font-size: 10pt;
	vertical-align:top;
	text-align:left;
}

table.contents th {
	background-color: #D3E9E9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003333;
	font-size: 10pt;
	vertical-align:top;
	text-align:left;
}

table.contents th.colheader {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background: #D3E9E9;
}

table.contents a {
	color: #666666;
}

table.contents a:link {
	text-decoration: none;
}
table.contents a:active {
	text-decoration: none;
}
table.contents a:visited {
	text-decoration: none;
}

table.contents a:hover {
	text-decoration: underline;
}

table.contents img {
	border:0px;
}

table.contents td.musicPref {
	color:#003333;
	font-size:10px;
}




//-->
