@charset "UTF-8";
/* CSS Document */


#mast{
margin-left:20px; 
margin-top:10px; 
font-size:14px; 
font-weight:bold; 
color: #999999; 
font-family:Arial, Helvetica, sans-serif;
letter-spacing:.1em;
}

.head{
margin-left:20px; 
margin-top:10px;
margin-bottom:10px;
font-size:14px; 
font-weight:bold; 
color: #999999; 
font-family:Arial, Helvetica, sans-serif;

}

.raildecorTop {

 background-image: url(/honors/jazz/images/tab_filler.jpg); 
 background-repeat: repeat-x; 
 /* background-position:top; */

}


.raildecor {
background-image:url(/honors/jazz/gallery/tabs/tab_filler_s.jpg); 
background-repeat:repeat-x; 
background-position:bottom;/*  */
}

#padcell td {
padding: 4px;
}



/* styles for navigation links, applied to container such as td, tb etc */

.nav p {
color: #999;
font-size:8px; 
font-weight:bold; /**/
font-family: Verdana, Arial, Helvetica, sans-serif;

}

.nav a:visited {
color: #666;
font-size:11px; 
font-weight:bold;
/* letter-spacing:.06em;  */
}

.nav a:link {
color: #999;
font-size:11px; 
font-weight:bold; /**/
font-family: Verdana, Arial, Helvetica, sans-serif;

}

.nav a:hover {
color: #ccc;
font-size:11px; /* up from 10px  */
font-weight:bold;
}


/*  Event info box on right side of Gallery & Portraits  */

#eventinfo { /* this is a DIV  */
	position:absolute;
	top:215px;
	left:562px;
	width:162px;
	background-color:#F00;
	}
	
#infobox {/* this is the TABLE within the DIV */
	color: #999;
	font-size:11px;
	font-weight:bold; /**/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:16px;
		}
		
#infobox td {
	padding-right:6px;
	}

#ThumbsTbl {
	margin-left:10px; 
	margin-top:-6px;
	}
	
#Image1  {  /*  the More photos thumbnail  */
margin-bottom:30px;
margin-top:10px;
}

