/* CSS Document */

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
}
td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
}
.date {
	color: #666666;
	font-weight: bold;
	font-size: 10px;
}
.headline {
	color: #00659A;
	font-weight: bold;
	font-size: 14px;
}
.year {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
}
.footer {
	font-size: 10px;
}
.album {
	font-size: 9px;
}
.tourdate {
	color: #ffffcc;
	font-weight: bold;
	font-size: 12px;
}
.tourcity {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
}
.tour {
	color: #ffffcc;
	font-size: 10px;
}
.tourinfo {
	color: #ffffff;
	font-size: 10px;
}
.boxtitle {
	color: #ffffcc;
	font-weight: bold;
	font-size: 11px;
}
.boxtime {
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
}
.boxclip {
	color: #ffffcc;
	font-weight: bold;
	font-size: 12px;
}

#tourBox {
	background-image: url(images/box_anjanitour2.jpg);
	background-repeat: no-repeat;
	height: 300px;
	width: 360px;
}


#tourScrollBG {
	background-color:#306378;
	position:relative;
	width:190px;
	height: 210px;
	left: 150px;
	top: 70px;
	
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;	

}

#tourScrollBG div {
	display:none;
}

#tourScrollbox {
	overflow:auto;
	scrollbar-arrow-color:#ffffff;
	scrollbar-base-color:#006699;
	scrollbar-darkshadow-color:#006699;
	scrollbar-face-color:#006699;
	position: relative;
	width:180px;
	height: 210px;

	left: 160px;
	top: -140px;
	
	opacity:1.00;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;	

}

#tourScroller {
	overflow:auto;
	scrollbar-arrow-color:#ffffff;
	scrollbar-base-color:#006699;
	scrollbar-darkshadow-color:#006699;
	scrollbar-face-color:#006699;
	position: relative;
	width:170px;
	height: 215px;	

}

.over {
	overflow:auto;
	scrollbar-arrow-color:#ffffff;
	scrollbar-base-color:#006699;
	scrollbar-darkshadow-color:#006699;
	scrollbar-face-color:#006699;
}
.formLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
}
.formRequired {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;
}
input, textarea, select, option {
  background : #cccccc none;
  color : #000000;
  font-family : arial, Arial, Helvetica, sans-serif; 
  font-size: 8pt;
}
a:link {
	color:#99CCFF;
	text-decoration: none;
    border-bottom: none;	
}
a:hover {
	color: #ffffff;
	background-color: #006699;
	text-decoration: none;
}
a:active {
	color:#3399FF;
	background-color: #999999;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
    border-bottom: none;
}
a.boxtitle:link {
	color: #ffffff;
	text-decoration: none;
    border-bottom: none;	
}
a.boxtitle:hover {
	color: #006699;
	background-color: #999999;
	text-decoration: none;
}
a.boxtitle:active {
	color: #333333;
	background-color: #999999;
	text-decoration: none;
}
a.boxtitle:visited {
	color: #ffffff;
	text-decoration: none;
    border-bottom: none;
}
a.footer:link {
	color: #006699;
	text-decoration: none;
    border-bottom: none;	
}
a.footer:hover {
	color: #ffffff;
	background-color: #006699;
	text-decoration: none;
}
a.footer:active {
	color: #333333;
	background-color: #999999;
	text-decoration: none;
}
a.footer:visited {
	color: #000000;
	text-decoration: none;
    border-bottom: none;
}

