/* Page-specific CSS */

#samples-wrapper div.thumbwrapper, #samples-wrapper div.textwrapper {
	float: left;
	height: 130px;
	width: 130px;
	padding: 5px;
	background: #F0EEE0;
	margin: 8px;
	border: 1px solid #AFAB8E;
	text-align: center;
}

	
	
TD {
	FONT-FAMILY: verdana,arial,helvetica,sans-serif; FONT-SIZE: 12px
}
	
#CC {
	LEFT: 0px; POSITION: absolute; TOP: 150px; WIDTH: 129px
}

.menu { text-decoration: none; color: #000000 }
.menu:hover { text-decoration: underline; color: #004993 }
.menu2 { text-decoration: none; color: #000000 }
.menu2:hover { text-decoration: none; color: #ce0000 }
.menu3 { text-decoration: none; color: #004993 }
.menu3:hover { text-decoration: underline; color:#ce0000 }
.menu4 { text-decoration: none; color: #000000 }
.menu4:hover { text-decoration: none; color: #ffffff }
.menu5 { text-decoration: none; color: #ffffff }
.menu5:hover { text-decoration: none; color: #F1CC4F }
.menu6 { text-decoration: none; color: #ce0000 }
.menu:hover6 { text-decoration: underline; color: #ce0000 }

#ref h3 {
	clear: both;
}
#ref .details-page .shortdesc, #ref .details-page .funcdef {
	font-weight: bold;
	background-color: #F0EDE0;
	margin: 0;
	padding: 8px 10px;
}
#ref .details-page .desc {
	margin-top: 1em;
}
#ref dt {
	margin-top: 0.5em;
	font-style: italic;
}
#ref table.overview {
	width: 100%;
	border-collapse: collapse;
}
#ref .overview td , #ref .overview th {
	border: 1px solid gray;
	vertical-align: top;
	padding: 2px;
}
#ref .overview td.space {
	border: none;
}

#ref table.overview .inline_override, #ref table.overview .requires {
	text-align: center;
}
#ref .quickref h2 {
	font-size: 12pt;
	padding: 1pt;
	background-color: #F0EDE0;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}
#ref .quickref h3 {
	font-size: 10pt;
	color: black;
	margin: 0;
}
#ref .quickref ul {
	margin: 0 0 0.5em 1em;
	padding: 0;
}
#ref .quickref li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#ref .quickref li a {
	text-decoration: none;
}
#ref .quickref li a:hover {
	text-decoration: underline;
}

#ref .textbutton {
	display: block;
	float: left;
	border: 1px solid gray;
	text-align: center;
	text-decoration: none;
	font-size: 13pt;
	padding: 5px;
	margin-right: 10px;
	background-color: #F0EDE0;
}
