/* THESE STYLES ASSUME THAT bvisitor.css HAS BEEN LOADED IN THE PAGE PRIOR */

/*Anchor Tags*/		
a:link {color: #001687;} /*CUSTOMIZE*/
a:visited {color: #001687;} /*CUSTOMIZE*/
a:hover {color: #001687;} /*CUSTOMIZE*/
a:active {color: #001687;} /*CUSTOMIZE*/
a.page:link {color: #666; text-decoration: none;}
a.page:visited {color: #666; text-decoration: none;}
a.page:hover {color: #666; text-decoration: none;}
a.page:active {color: #666; text-decoration: none;}

/* form buttons */
input.btn, a.btn:link, a.btn:visited, a.btn:active, button.btn {   
	background: #739411; 
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#4581da', EndColorStr='#0051cc');
	}
	
	
.large {   /*This style is used for the speaker's name*/
	color: #001687; 
	}	

	
.bg1 {    /* used to shade the contact info box, the more info form, part of the movie popup */
	background: #b1c8f8; 
	}
.bg2 {    /*top & bottom of movie popup*/
	background: #8fb3e8; 
	}



/* these two shade alternate rows on the LiveSchedule */
tr.cellborder1 { 
	background-color: #8fb3e8;
	}
tr.cellborder2 { 
	background-color: #b1c8f8;

	}



/* tabs */

div.btn_bio a {
	width: 117px;	
	background: url( 'shellimages/h_bio-blue.png' ) top left no-repeat;
}

div.btn_calendar a {
	width: 93px;
	background: url( 'shellimages/h_calendar-blue.png' ) top left no-repeat;
}

div.btn_media a {
	width: 93px;
	background: url( 'shellimages/h_media-blue.png' ) top left no-repeat;
}


