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

/*Anchor Tags*/		
a:link {color: #415F00;} /*CUSTOMIZE*/
a:visited {color: #415F00;} /*CUSTOMIZE*/
a:hover {color: #415F00;} /*CUSTOMIZE*/
a:active {color: #415F00;} /*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='#739411', EndColorStr='#739411');
	}
	
	
.large {   /*This style is used for the speaker's name*/
	color: #415F00; 
	}	

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



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

	}



/* tabs */

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

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

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

div.btn_socialmedia a {
	width: 93px;
	background: url( 'shellimages/h_socialmedia-green.png' ) top left no-repeat;
}

div.btn_tdirector a {
	width: 93px;
	background: url( 'shellimages/h_tdirector-green.png' ) top left no-repeat;
}


