
body {

	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #595959;

	padding:0;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #F5E9D8;
	background-image: url("main_bg.gif");
	background-repeat: repeat;
	background-position: top left;
	background-attachment: scroll;

	scrollbar-face-color: #534741;
	scrollbar-face-color: #8EA4AC;
	scrollbar-track-color: #E0E3D0;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #928B87;
	scrollbar-arrow-color:  #FFFAFA;
	scrollbar-darkshadow-color: #322B27;

}


p {
	font-family: "Verdana";
	font-size: 12px;
}

A:link { 
	color:#6C8795;
	text-decoration: underline;
}
A:visited { 
	color:#6C8795;
	text-decoration: underline;
}
A:hover { 
	color:#437690; 
	text-decoration: none;
}
A:active { 
	color:#D0CFC8;
	text-decoration: underline;
}

.emphasis {
	font-family: "Verdana";
	font-size: 11px;
	font-weight: bold;
	color: #566D75;
}

/* Table definitions */

table {
	font-family: "Verdana";
	font-size: 11px;
	empty-cells: show;
}

table.header {
	width: 100%;
	font-family: "Verdana";
	font-size: 18px;
	border-collapse: collapse;
	margin-bottom: 10px;
}

tr.header {
	margin-bottom: 0px;
	background-color: #BEC3C3;
}

table.main {
	width: 100%;
	height: 100%;
	margin-bottom: 0px;
	border-collapse: collapse;
	border-top: 1px solid #737373;
}

td.main {
	border-right: 1px solid #737373;
}


tr.news_header {
	background-color: #C9CBC7;
}


tr.artists_header {
	background-color: #C8D2D0;
}


tr.releases_header {
	background-color: #A8B3B7;
}


tr.upcoming_header {
	background-color: #658291;
	background-color: #8A9DA7;
}


td.date {
	font-family: "Verdana";
	font-size: 14px;
	font-weight: bold;
	color: #566D75;
}

/* Link definitions */

A:link.artist { 
	color: #5B8999;
	text-decoration: underline;
	font-weight: bold;
}
A:visited.artist { 
	color: #5B8999;
	text-decoration: underline;
	font-weight: bold;
}
A:hover.artist { 
	color:#8F8A87; 
	text-decoration: none;
	font-weight: bold;
}
A:active.artist { 
	color:#D0CFC8;
	text-decoration: underline;
	font-weight: bold;
}

/* Input definitions */
/* Buttons, fields, etc. */

.input_main {
	background-color : #FFFFFF;
	color: #456271;
	font-family: Verdana;
	font-size: 11px;
}

.artist_select {
	background-color : #FFFFFF;
	color: #456271;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}