span.feature_selected{
	font-weight: bold;
}
	
#cmap_head {
	padding-bottom:5px;
	margin-bottom:10px;
}

#cmap_title {
	border-bottom:1px solid #d4d4d4;
	margin-bottom: 10px;
	font-size: 12px;
}

#fullrender li #cmap_title h2 {
	display: block;
	clear: both;
}

.otdesc {font-size: 11px;}

#fullrender {
	border-top: none;
}

#fullrender li #cmap_title h2  {
	padding-bottom: 0px;
	border-bottom: 0px;
}

#fullrender li p {
	margin: 10px 0px;
}

#fullrender li p h3 {display: inline;}

#fullrender li #acs_container img {
	padding-top:0px;
}

#acs_paging {
  	font-size: 0.85em;
	width:490px;
	padding-bottom:5px;
	float: right;
	margin-top: 15px;
}

#acs_paging2{
  	font-size: 0.85em;
	width:560px;
	padding-bottom:5px;
}


#acs_paging2 {
	padding-top:10px;
}

#acs_paging td {
	vertical-align:top;
	padding:0px;
}

#cmap_switch {
	float:right;
}

#acs_form {
	display:block;
	padding:0px;
	margin:0px;
	border:0px;
	padding-bottom:10px;
	float: left;
	clear: left;
	margin-top: 15px;
}

#acs_container {
	clear: both;
}

.acs_main {
	background-image:url("/images/acs/loader.gif");
	background-repeat:no-repeat;
	background-position:left top;	
	z-order:500;	
	position:relative;
}

#acs_overlay {
	z-order:1000;
}

.acs_box {
	position:absolute;
}

#alt_glyphs_box {
	cursor:pointer;
	position:absolute;
	overflow:visible;
	z-order:2000;
}

.acs_arrow {
	position:absolute;
	width:5px;
	height:5px;
	right:2px;
	bottom:2px;
	background-image:url("/images/acs/aalt.gif");
	background-repeat:no-repeat;
	background-position:left bottom;
}

.drop_shadow {
	opacity:0.1;
	filter: alpha(opacity = 10);	
	position:absolute;
	background-color:black;
	display:block;
}

#alt_glyphs {
	position: absolute;
}

#alt_glyphs_box {
	display:none;
	position:absolute;
	z-index:50000;
}

#acs_loader {
	position:absolute;
}

#alt_close {
	position:absolute;
	cursor:pointer;
	background-image:url("/images/acs/close.gif");
	background-repeat:no-repeat;
	background-position:left top;
	width:7px;
	height:7px;
	right:2px;
	bottom:2px;k 
}

#alt_close:hover { 
	background-position:right top;
}

span.just_tooltip {
	border-bottom: none;
	cursor:default;
}

.tooltip_text {
	display:none;
}

/* tooltips */

.tooltip {
	position:absolute;
	z-index:5000;
	min-width:70px;
    color:#333333;
	display:none;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*background:url("/images/acs/arrowup.gif") no-repeat top center;*/
}

.formatName{
	font-family:Helvetica,Arial,sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0;
	font-size: 14px;
	display: block;
}

.grey { color: #666666; }

.valid {
	display:inline;
}

#render_form {
	margin: 10px 20px;
	border-top: 1px solid #ccccccc;
	width: 580px;
}

ol#otFeatures {
	margin: 0;
	padding: 15px 0;
}

ol#otFeatures li {
	font-size: 10px;
	line-height: 15px;
	width: 140px;
	margin: 0;
	padding: 0;
	float: left;
}

ol#otFeatures a:hover {
	color: black;
	background-color: #FFF3AE;
}

#paraImage a.current {
	color: black;
	text-decoration: none;
}

