/* Page-specific CSS */
body #ref * {
	text-align: left;
}
#ref div, #ref li, #ref p, #ref td, #ref th, #ref textarea {
	font-size: 8pt;
}

#ref a{
	font-size:  12px;
}
#ref a:hover{
	border-bottom: 1px dashed #acb7a4;
}	

a.button, .button {
    display: block;
    height: 26px;
    width: 139px;
    background: #339503 url(design/button.gif);
    text-decoration: none;
    font-size: 16px;
    color: white;
    font-weight: bold;
    font-family: "Trebuchet MS", sans-serif;
    font-style: italic;
    text-align: center;
    border: none;
    padding: 0;
}

h3 {
    font-size: 11pt;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    margin: 20px 0 5px 0;
    font-family: "Trebuchet MS", sans-serif;
}
h4 {
    color: #333;
	font-size: 10pt;
    font-weight: bold;
    margin: 20px 0 5px 0;
	font-family: "Trebuchet MS", sans-serif;
}



/* The reference pages */
#ref a {
	color: #039;
}
#ref a.highslide-credits {
	color: silver;
}
#ref h1 {
	margin: 0;
	padding: 0.3em;
	font-size: 16pt;
}
#ref h2 {
	color: black;
	margin: 20px 0 0 0;
	background-color: #CBC091;
	padding: 10px;
}
#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;
	margin-left: .25em;
	font-weight: bold;
}
dd {
	margin-left: 2.5em;
}
#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 {
	text-align: center;
}
#ref table.overview .default {
	width: 10%;
}
#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.active a {
	font-weight: bold;
}
#ref .quickref li a:hover {
	text-decoration: underline;
	border-bottom: 0px solid black;
}
#ref h4 {
	margin-top: 10px;
}
#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;
}
#ref .see_also a {
	font-weight: bold;
}
#ref .example table td {
	padding: 0 2em 0 0;
}
