/* General tags */
* {margin:0; padding:0;}

html { /* Fixes Firefox Scrollbars */
min-height: 101%;
}

body {
	background:#cccccc url(../images/template/bodybg.gif) repeat; 
	font:80% verdana, tahoma, sans-serif;
	color:#555555;
}

a {
	background-color:inherit; 
	color:#021C7A;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	margin:0 0 16px 0;
}

ul, ol {
	margin:0 0 16px 15px;
	padding-left:5px;
}

ul ul, ol ol {
	margin:3px 0 0 15px;
}

img {
	float:left; 
	margin:3px 1px 4px 0;
}

/* Headers */
h1 {
	color:#555;
	font-size:3.6em;
	letter-spacing:-3px;
	margin:0 0 10px 0; 
	text-align:right;
}

h2 {
	color:#021C7A;
	font-size:1.2em;
	font-weight:bold;
	margin: 0px 0px 14px 0px;
}

/* IDs */
#title {
	/*margin:10px auto -9px; */
	width:100%;
	margin-bottom:40px;
	margin-top:20px;
	border-bottom:0px dashed #000000;
}

#container {
	background:#fff url(../images/template/url.gif) bottom left no-repeat;
	/*background:#ffffff;*/
	/*border:20px solid #555;*/
	border:20px solid #021C7A;
	color:#555;
	margin:30px auto 15px;
	padding:10px 10px 0 10px;
	/*width:780px;*/
	width:890px;
	line-height:1.3em;
}

#sidebar {
	float:left;
	/*padding-left:155px;*/
	padding-left:2px;
	/*width:176px;*/
	width:210px;
	height:660px;
	border:0px solid #000000;
}

#sidebar p {
	margin:10px 0 5px 10px;
	text-align:left;
	font-size:0.8em;
}

#sidebar p a {
	font-weight:400;
}

#main {
	float:right;
	/*width:660px;*/
	width:650px;
	padding:0 0 0 10px;
	margin-right:12px;
	margin-bottom:20px;
	border:0px solid #000000;
}

#footer {
	clear:both;
	font-family:"Times New Roman", Times, serif;
	font-size:110%;
	/*width:500px;*/
	color:#aaa;
	margin:0;
	margin-left:500px;
	border:0px solid #000000;
}

/* Menu */
.menu {
	border:1px solid #ffffff;
	color:#021C7A;
	display:block;
	font-size:1.0em;
	font-weight:bold;
	padding:4px 2px 4px 4px;
	width:205px;
}

.menu:hover {
	background-color:#DEE4FC;
	border:1px solid #021C7A;
	color:#021C7A;
	text-decoration:none;
}

/* Various classes */
.credits {
	float:right;
	color:#777;
	font-size:0.9em;
	margin-bottom:0px;
	margin-top:30px;
}

.credits a {
	color:#777;
}

.artistImage {
	float:left;
	background: #FAFAFA;
	padding: 5px;
	margin-right:10px;
	margin-bottom:4px;
	border: 2px solid #021C7A;
}

.artistImageList {
	float:right;
	background: #FAFAFA;
	padding: 5px;
	margin-left:6px;
	margin-bottom:4px;
	border: 1px solid #555;
	clear:both;
}

.listArtists {
	font-size:0.8em;
}

.searchButton {
	background-color:#CCCCCC;
	color:#000000;
	border:1px solid #555;
	margin-left:4px;
	height:22px;
}

.curlycontainer{
border: 1px solid #b8b8b8;
margin-bottom: 1.5em;
width: 180px;
margin-top:15px;
}

.curlycontainer .innerdiv{
background: transparent url(../images/brcorner.gif) bottom right no-repeat;
position: relative;
left: 2px;
top: 2px;
padding: 1px 4px 15px 5px;
font-size:0.7em;
}

/* These classes are used by the script as rollover effect for table 1 and 2 */	
thead td {
	font-weight:bold;
	color:#000;
	background-color:#EFEBEB;
}
	
.tableRollOverEffect1{
	background-color:#021C7A;
	color:#FFF;
}
	
.tableRowClickEffect1{
	background-color:#008000;
	color:#FFF;
}

.tdHeader {
	background:#021C7A;
	color:#FFFFFF;
	height:24px;
}
