


/* WORKSHOPS TABLE */

.wtbl td {
	padding: 5px;
}

.wtbl th {
	padding: 5px;
	text-align: left;
	color: white;
	background-color: #878787;

}

.oddrow {
	background-color: #F1F3F6;
}

.evenrow {
	background-color: #ffffff;
}


/*
	*** LOCATIONS MAP STYLES ************************
*/

#map_container {
	position: relative;
	width:700px;
	height: 448px;
}

#nys_map {
	display: none;
	width: 700px;
	height: 448px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

.detail_toolbar {
	background-color: #878787;
	color: white;
	text-align: right;
	width: 700px;
	height: 30px;
}

.detail_toolbar a {
	color: white;
	margin: 10px;
}

.loc_detail {
	display: none;
	z-index: 4;
}
.loc {
	z-index:2; 
}

.teaser {
	width: 670px;
	height: 260px;
	
	overflow: auto;
	position: absolute;
	top: 170px;
	left: 0px;
	z-index: 5;
	border: 1px solid #CAE3E7;
	background-color: white;
	background-image: url(../images/box_bg.gif); background-repeat: repeat-x; background-position: top left;
	padding: 10px;

}

.mousetrap {
	border: solid 1px #999; 
	font-size:10px;
	color: #675B50; 
	background-color: #fff;
	z-index:4;
	padding: 0px;
	visibility: hidden; 
	display: none;
	width: 180px;
}



.mt_toolbar {
	background-color: #999;
	color: white;
	padding: 2px;
	text-align: right;
	font-weight: bold;
}
	
.mt_content {
	padding: 6px;
}


/*
	GENERIC CLASSES
*/

p.message {
	font-size: 12px;
	border:1px solid #CCCCCC; 
 	background-color:#F1F3F6; 
 	padding:5px 10px; 
}


.form_desc {
	background-color:#F1F3F6; 
	padding:2px; 
}

.main_box {
	border: 1px solid #CAE3E7;
	background-image: url(../images/box_bg.gif); background-repeat: repeat-x; background-position: top left;
	padding: 10px;
}

