/* DEFAULT PROGRAM STYLESHEET */
/* COMPOSERS DATEBOOK */
		
/* change background color/add background image to control page background area */
body.programBody {
	background: #eee;
	margin: 0;
	padding: 0;
}

/* REQUIRED */
/* change background color/add background image to control search box background area */
table#programSearch td#programSearchBackground {
	background: #ED8000 url(/standard/images/apm001/bg_search.jpg);
}

/* REQUIRED */
/* change color to control search box label text color */
td#programSearchBackground label#programSearchLabel {
	color: #fff;
}

/* REQUIRED if using default search banner */
/* change background color/add background image to control program banner background area */		
table#programBanner {
	width: 770px;
	height: 84px;
	background: #ED8000 url(/standard/images/apm001/bg_banner.jpg);
}		

/* REQUIRED if using default search banner */
/* do not change */
table#programBanner td#programWordmark {
	width: 598px;
	height: 84px;
}			

/* REQUIRED if using default search banner */
table#programBanner td#programNav {
	width: 172px;
	height: 84px;
}

/* REQUIRED if using default search banner */
table#programNav {
	width: 172px;
}

/* REQUIRED if using default search banner */
table#programNav td {
	width: 86px;
	vertical-align: top;
}

/* REQUIRED if using default search banner */
td.programNavList ul {			
	margin: 0;
	padding: 0;	
}

/* REQUIRED if using default search banner */
td.programNavList li {	
	line-height: 14px;
	list-style-type: none;
	font-family: verdana, arial, helvetica;
	font-size: 11px;	
}

/* REQUIRED if using default search banner */
/* change color/add link attributes to control display of nav links */	
td.programNavList a {			
	color: #fff;
}

/* REQUIRED if using default search banner */
/* do not change */
img#programWordmark {
	padding: 4px 0 0 105px;
	border: 0;
}

/* change background color/add background image to program page area background */
div#programPageArea {
	background: #fff;
}


/*used by Google Maps*/
#loading {
    position: absolute;
    color:#000000;
    text-align: center;
    padding: 2em;
    border: 1px solid #ED8000;
    background-color: #FAD9B2;
    z-index: 100;
    opacity: .85;
    filter: alpha(opacity=85);
    width:250px;
   	left: 420px;
	top: 340px;
}
#map {
	border: 1px solid #000000;
	float:left;
	width: 529px;
	height: 300px;
	margin: 10px 0 0 0;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.overlaySize {
	width:220px;
	min-height:80px;
}
.overlayText {
	font-size:13px;
	padding:0;
}

