body {
 	font-family: Verdana, Trebuchet, Helvetica, Arial, sans-serif;
	font-size: 100%;
	width: 100%;
	background-image: url("bg_shape.gif");
	background-color: #fff;
	background-position: top left;
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}
oldbody {
	font-family: Verdana, Trebuchet, Helvetica, Arial, sans-serif;
	font-size: 100%;
	width: 100%;
	background-image: url("bg_shape.gif");
	background-color: #6699ff;
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
a:link {
	color: #005DB3;
	text-decoration: none;
}

a:visited {
	color: #969;
	text-decoration: none;
}

a:hover {
	color: #054950;
	text-decoration: underline;
}

col.ccontent { width: 70%; }
col.cnews    { width: 30%; }
col.artist   { width: 44%; }
col.song     { width: 45%; }
col.mpm      { width: 11%; }

div {
	margin: 0;
	padding: 0;
}

hr {
	color: #789A9f;
	height: 1px;
}

img {
	border-width: 0;
}

img.fl {
	float: left;
	margin-right: 15px;
}

img.fr {
	float: right;
	margin-left: 10px;
}

img#banner {
	width: 100%;
}

ol {
	text-align: left;
}

ol.a {
	list-style-type: lower-alpha;
	padding: 0 0 10px 10px;
}

p {
	font-family: Verdana, Trebuchet, Helvetica, Arial, sans-serif;
	padding: 0 5px;
}

table, tr, th, td {
	border-collapse: collapse;
}

table {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
	border: 0;
	margin: 0;
	background-color: #fffff3;
}

table.main {
	width: 80%;
	float: right;
	margin-right: 5px;
}

table.sortable {
	width: 100%;
}

thead th, tfoot th {
	padding: 0.5em;
	text-align: center;
	background-color: #DFD279;
}

tfoot td {
	border-top: 1px solid black;
}

tbody tr.odd {
	background-color: #DDF;
}

td.numeric, th.numeric {
	text-align: right;
}

td {
	vertical-align: top;
	text-align: left;
	padding: 0;
}

 /* default list-style-type is circle ; list-style-position is outside */
ul {
	list-style-position: inside;
}

ul.s {
	list-style-type: square;
}


/* id */

#cinfo {
	border-collapse:collapse;
	border:1px solid #000;
}

#cinfo td, #cinfo th {
	border:1px solid #000;
	padding:5px;
}

#content {
	margin: 10%;
	padding: 0;
}

#foot {
	text-align: center;
}

#hdr1 {
	text-align: center;
	color: #054950;
	font-size: 218%;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Lucida Handwriting";
}

#hdr2 {
	font-size: 100%;
	text-align: center;
	color: #054950;
	letter-spacing: 5px;
}

#pgTitle {
	text-align: center;
	color: white;
	font-weight: bold;
	background-color: #003399;
	font-size: 164%;
	margin-top: 0;
}

#td1 {
	text-align: center;
	color: white;
	font-weight: bold;
	background-color: #F78F1E;
	font-size: 164%;
}

#tdLine {
	border-collapse: collapse;
	border: #789A9F solid 1px;
	padding-left: 5px;
}


/* class */

.activ {
	color: #FFCC00;
	font-size: 18px;
	text-decoration: none;
}

.b {
 	font-weight: bold;
}

.bc {
	font-size: 100%;
	color: #789A9F;
}

.colorTr {
	background: #edf4f5;
}

.c {
 	text-align: center;
}

.f15 {
	font-size: 150%;
	color: #789A9F;
}

.f20 {
	font-size: 200%;
	color: #789A9F;
}

.f30 {
	font-size: 300%;
	color: #789A9F;
}

.g {
	font-weight: bold;
	color: #088A08;
}

.hidden {
	color: #FFFFFF;
}

.i {
 	font-style: italic;
}

.news {
	background-color: #74C2E1;
	font-weight: bold;
	padding: 0 5px;
}

.noPad {
	padding: 0;
}

.sup {
	font-size: 70%;
	vertical-align: top;
}

.r {
	text-align: right;
	float: right;
}



/* for anylinkmenu */

.selectedanchor {
 /* CSS class that gets added to the currently selected anchor link (assuming it's a text link) */
	background: yellow;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background: lightyellow;
	width: 150px; /* default width for menu */
}

.anylinkmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.anylinkmenu ul li a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}

.anylinkmenu a:hover { /*hover background color*/
	background: black;
	color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */

.anylinkmenucols {
	position: absolute;
	width: 450px;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	padding: 10px;
	font: normal 12px Verdana;
	z-index: 100; /*zIndex should be greater than that of shadow's below*/
	background: lightyellow;
}

.anylinkmenucols li {
	padding-bottom: 3px;
	border-bottom: 1px solid black;
}

.anylinkmenucols .column {
	float: left;
	padding: 3px 8px;
	margin-right: 5px;
	background: lightyellow;
}

.anylinkmenucols .column ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
}

/* ######### class for shadow DIV ######### */

.anylinkshadow {
 /* CSS for shadow. Keep this as is */
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99; /*zIndex for shadow*/
	background: black;
	visibility: hidden;
}


