/*div styles*/
#linkbar { 
	border: 0px;
	margin: 0px;
	padding: 0px;
	float: left;
	position: absolute;
	top: 325px;
	left: 2px;
	width:148px;
	}

#title {
	border: 0px;
	margin: 0px;
	padding: 0px;
	clear: left;
	position: absolute;
	top: 0px;
	left: 0px;
	width:780px;
	height:95px;
}

#menu { 
	border: 0px;
	margin: 0px;
	padding: 0px;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	width:160px;
	}

#main {
	border: 0px;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 626px;
	top: 0px;
	left: 144px;
}

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


a:link {
	font-weight: normal;
	color: #364478;
	text-decoration: underline;
	}
a:visited {
	font-weight: normal;
	color: #693678;
	text-decoration: underline;
	}


/*PAGE CONTENT STYLES*/
/*large header*/
h1 {
	font-family: Arial, sans-serif; 
	font-size: 23px;
	text-indent: 0px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 4px;
}

/*normal header*/
h2 {
	font-family: Arial, sans-serif; 
	font-size: 18px;
	text-indent: 0px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 4px;
}

/*small header*/
h3 {
	font-family: Arial, sans-serif; 
	font-size: 15px;
	text-indent: 0px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 4px;
}

/*IMAGE-SPECIFIC CLASSES*/
.bottom {
	position: relative;
	background-image: none;
}


/*TEXT CLASSES*/
/*Normal content text*/
.text {
	text-align:justify;
	font-family: Arial, sans-serif; 
	font-size: 12px;
	text-indent: 15px;
	padding-left: 25px;
	padding-right: 25px;
}

/*Normal content text, no indent*/
.text_noindent {
	text-align:justify;
	font-family: Arial, sans-serif; 
	font-size: 12px;
	text-indent: 0px;
	padding-left: 25px;
	padding-right: 25px;
}

/*Normal content text, hanging*/
.text_hanging {
	text-align:justify;
	font-family: Arial, sans-serif; 
	font-size: 12px;
	text-indent: -15px;
	padding-left: 25px;
	padding-right: 25px;
}

/*Normal content text, hanging*/
.text_small {
	text-align: justify;
	font-family: Arial, sans-serif; 
	font-size: 11px;
	text-indent: 15px;
	padding-left: 25px;
	padding-right: 25px;
}

/*Normal content text, hanging*/
.text_small_noindent {
	text-align: justify;
	font-family: Arial, sans-serif; 
	font-size: 11px;
	text-indent: 0px;
	padding-left: 25px;
	padding-right: 25px;
}

/*Normal content text, hanging*/
.text_form {
	text-align: left;
	font-family: Arial, sans-serif; 
	font-size: 11px;
	text-indent: 0px;
	padding-left: 2px;
	padding-right: 0px;
}

/*All lists*/
.list {
	border: 0px;
	text-align:justify;
	font-family: Arial, sans-serif; 
	font-size: 13px;
	text-indent: 0px;
	padding-left: 50px;
	padding-right: 25px;
}

/*for code, all chars take up same amount of space*/
.code {
	font-family: Courier, sans-serif; 
	font-size: 11px;
	text-indent: 0px;
	padding-left: 25px;
	padding-right: 25px;
}

/*title*/
.tit {
	text-align:justify;
	font-family: Arial, sans-serif; 
	font-size: 14px; 
	font-weight: bold;
	text-indent: 0px;
	padding-left: 25px;
	padding-right: 25px;
}

/*Inline Images*/
.images {
	text-align:center;
	font-family: Arial, sans-serif; 
	font-size: 13px;
	font-weight: bold;
	text-indent: 0px;
	padding-left: 25px;
	padding-right: 25px;
}

/*checksum*/
.checksum {
	font-family: Courier, sans-serif; 
	font-size: 11px; 
	text-indent: 0px;
	padding-left: 25px;
	padding-right: 25px;
}





/*TABLE-SPECIFIC CLASSES*/
/*Special class dedicated to the copyright notice table*/
.copyright_table {
	padding-left: 25px;
	padding-right: 25px;
	width: 626px;
	text-indent: 0px;
	text-align:center;
}

/*Special class dedicated to the artistlist results table*/
.artistlist_table {
	margin-left: 23px;
	margin-right: 22px;
	width: 580px;
	text-indent: 0px;
}

/*Special class dedicated to the tradelist results table*/
.tradelist_table {
	margin-left: 23px;
	margin-right: 22px;
	text-indent: 0px;
}

/*Special class dedicated to the tracklist table*/
.tracklist_table {
	margin-left: 23px;
	margin-right: 22px;
	text-indent: 0px;
}

/*table individual cell*/
.cell {
	font-family: Arial, sans-serif;
	font-size: 11px;
}

/*table individual cell, tiny*/
.tinycell {
	font-family: Arial, sans-serif;
	font-size: 10px;
}

/*for table headers*/
.tablehead {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/*for table headers*/
.tablehead2 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}







/*NAVBAR STYLES*/
/*-----------------------------------------------------------------------------------*/

  /* DEFAULT STYLES ---- NEEEDED START */
.clCMEvent{
	position:absolute; 
	width:99%; 
	height:99%; 
	clip:rect(auto, auto, auto, auto); 
	left:0; 
	top:0; 
	visibility:visible}
.clCMAbs{position:absolute; 
	visibility:hidden; 
	left:0; 
	top:0}
  /* DEFAULT STYLES ---- NEEEDED END */
  
/*Style for the background-bar*/
.clBar{
	position:absolute;
	width:10px;
	height:10px;
	visibility:hidden;
}

/*Styles for level 0*/
.clLevel0,.clLevel0over{
	position: absolute;
	padding: 2px;
	font-family: arial, sans-serif;
	font-size: 11px;
}
.clLevel0{
	background-color: #367869;
	color: black;
	cursor: pointer;
}
.clLevel0over{
	background-color: #366578;
	color: white;
	cursor: pointer;
}
.clLevel0border{
	position: absolute;
	visibility: hidden;
	background-color: black;
}

/*Styles for level 1*/
.clLevel1, .clLevel1over{
	position: absolute;
	padding: 2px;
	font-family: arial, sans-serif;
	font-size: 11px;
}
.clLevel1{
	background-color: #366578;
	color: black;
	cursor: pointer;
}
.clLevel1over{
	background-color: #786936;
	color: white;
	cursor: pointer;
}
.clLevel1border{
	position: absolute;
	background-color: black;
	visibility: hidden;
}

/*Styles for level 2*/
.clLevel2, .clLevel2over{
	position: absolute;
	padding: 2px;
	font-family: arial, sans-serif;
	font-size: 11px;
}
.clLevel2{
	background-color: #366578;
	color: black;
	cursor: pointer;
}
.clLevel2over{
	background-color: #786936;
	color: white;
	cursor: pointer;
}
.clLevel2border{
	position: absolute;
	background-color: black;
	visibility: hidden;
}