/* CSS Document */
A:link, A:visited, A:active{
	color: #FFFFFF;
	text-decoration: underline;
}
A:hover{
	color: #F6B55E;
	text-decoration: underline;
}
.albumrate hr{
	color: #FF9900;
}
body{
	background-color: #666666;
	margin: 0px 0px 5px 0px;
	font-size: 12px;
	font-family: arial, verdana, times;
}
.date{
	color: #999999;
}
h1{
	margin: 0px;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}
.menu1{
	border-top: #000000 1px solid;
}
.menu2{
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
}
.menu3, .menu4{
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
	border-right: #333333 1px solid;
	border-bottom: #333333 1px solid;
	padding: 2px;
}
.menu3{
	background-color: #666666;
}
.menu4{
	background-color: #444444;
}
.menu3 A:link, .menu3 A:visited, .menu3 A:active, .menu3 A:hover{
	color: #CCCCCC;
	text-decoration: none;
	padding: 2px;
}
.menu4 A:link, .menu4 A:visited, .menu4 A:active{
	color: #CCCCCC;
	text-decoration: none;
	padding: 1px;
}
.menu4 A:hover{
	color: #CCCCCC;
	text-decoration: underline;
}
.paging{
	text-align: center;
	margin-top: 25px;
}

/* CSS information for the horizontal page sections */
.nav1{
	padding-top: 5px;
	padding-bottom: 5px;
}
.nav2{
	border-bottom: #F6B55E 10px solid;
}
.nav3{
	padding-top: 5px;
	padding-bottom: 5px;
}
.nav4{
	background-color: #777777;
	border-top: #F6B55E 10px solid;
	border-bottom: #999999 1px solid;
	padding: 5px;
	text-align: center;
	color: #999999;
}
.nav4 a{
	margin-left: 5px;
	margin-right: 5px;
}
.nav4 A:link, .nav4 A:visited, .nav4 A:active{
	color: #999999;
	text-decoration: none;
}
.nav4 A:hover{
	color: #999999;
	text-decoration: underline;
}
.nav5{
	padding-top: 3px;
}
.nav5 A:link, .nav5 A:visited, .nav5 A:active{
	color: #000000;
	text-decoration: none;
}
.nav5 A:hover{
	color: #000000;
	text-decoration: underline;
}

/* Misc CSS information */
.page1, .page3, .page5{
	background-color: #333333;
	padding: 5px;
}
.page1, .page3, .page1 td, .page3 td{
	color: #FFFFFF;
}
.sub1{
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}
.sub3, .sub3 A:link, .sub3 A:visited, .sub3 A:active{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.sub3 A:hover{
	color: #F6B55E;
	text-decoration: underline;
}
.sub4{
	background-color: #000000;
	border: #666666 1px solid;
}

/* CSS information for the navigation tabs */
.tabs{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.tabs li{
	float: left;
	width: 70px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #BFB082;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
}
.tabs div{
	font-weight: bold;
	border-left: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
	border-right: #999966 1px solid;
	padding-top: 1px;
	padding-bottom: 3px;
}
.tabs a{
	padding: 5px;
}
.tabs A:link, .tabs A:visited, .tabs A:active{
	color: #000000;
	text-decoration: none;
}
.tabs A:hover{
	color: #FFFFFF;
	text-decoration: none;
}
#tabs-current{
	background-color: #F6B55E;
	border-top: #FFE26E 1px solid;
	border-left: #FFE26E 1px solid;
	border-right: #DE590E 1px solid;
}