body {
        font-family: Lucida Sans, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bolder;
        background-color: #000000;
        /* background-image: url('/img/main_background.jpg'); */
        background-attachment: fixed;
        color: #ffffff;
        margin: 0px;
  		  white-space: normal;
}


a:link		{ color: #ffffff; font-size: 10px;}
a:visited	{ color: #ffffff; font-size: 10px;}
a:active	{ color: #00ff00; text-decoration: none; font-size: 10px;}
a:hover		{ color: #00ff00; text-decoration: underline; font-size: 10px;}

TD,DIV{
        font-family: Lucida Sans, Helvetica, Arial,  sans-serif;
        font-size: 10px;
        white-space: normal;
        text-align: left;
}

INPUT
{
	font-size: 12pt;
  background-color: #000000;
  color: #ffffff;
	border-style:groove;
	border-width:2px;
  border-color: #aaaaaa;
}


SELECT
{
	font-size: 12pt;
  background-color: #000000;
  color: #ffffff;
	border-style:groove;
	border-width:2px;
  border-color: #aaaaaa;
}
TEXTAREA
{
	font-size: 12pt;
  background-color: #000000;
  color: #ffffff;
	border-style:groove;
	border-width:2px;
  border-color: #aaaaaa;
}
BUTTON
{
	font-size: 12pt;
  background-color: #000000;
  color: #ffffff;
	border-style:groove;
	border-width:2px;
  border-color: #aaaaaa;
}



.tdnav{
   background-color: #333333;
}


.PAGE_MAIN_CONTENT{
   background-color: #333333;
   align:center;
   border: 1px solid;
   border-color:#cccccc;
   margin:5px;
   padding:5px;
}

.PAGE_HEADER_CONTENT{
   border: 1px solid;
   border-color:#cccccc;
	width: 944px;
}

.grid_listing_title
{
        font-family: Lucida Sans, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bolder;
}

.grid_listing
{
        font-family: Lucida Sans, Arial, Helvetica, sans-serif;
        font-size: 10px;

}

.main_outline{
        background-color: #000000;
        /* border-style: none outset none inset; */
        border-color:  #cccccc;
}
.dark_outline{
        background-color: #000000;
        border-style: ridge ridge ridge inset;
        border-color:  #cccccc;
}

.light{
   background-color: #333333;
}

.label{
        font-family: Lucida Sans, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bolder;
        padding: 5px;
        margin: 5px;
}

.musicimgframe{background-color: #708090;
position:relative;
border: 6px solid #101642;
border-style:double;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
behavior: url(/styles/PIE.htc);
}
.imgframe{background-color: #333333;
position:relative;
border: 4px solid #101642;
border-style:double;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
behavior: url(/styles/PIE.htc);
}
