body {
	line-height: 1.4em;
	font-size: 10pt;
	font-family: Georgia, 'Times New Roman', serif;
	background-color: #fff;
	padding: 8px;
	margin: 0px;
}


form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

h1 {
	padding: 0px;
	margin: 0px;
	font-size: 14pt;
}

span#presetSelector {
	float:right;
	margin-right:-80px;	
	margin-top: -3px;
}

div#sliders {
	width: 520px; 
	position: relative;
}

div#equation {
	display: none;	
}

div#textOnly {
	display: none;
}

div.sliderContainer, div.totalContainer {
	width: 200px;	
	float: right;
}

div.sliderContainer {
	margin-left: 10px;
}

div.hSlider {
	position: relative;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 10px;
	height: 17px;
	text-align: left;
	background-image: url(arrow_slider.gif);
	background-position: -8px 0px;
	background-repeat: no-repeat;
	background-color: #9e9;
	border-top: 1px solid #5a5;
	border-bottom: 1px solid #5a5;
	cursor: pointer;
}


div.hSliderScaleSection {
	position: absolute;
	bottom: -19px; 
	font-size: 8pt;	
	font-family: 'Times New Roman', serif;
	text-align: center;
	overflow: visible;
}

div.hSliderResult {
	position: absolute;
	font-weight: bold;
	font-family: 'Courier New', monospace;
	font-size: 10pt;
	top: -1px; 
	right: -80px;
	width: 80px;
	height: 17px;
	text-align: right;
	background-color: #cfc;
	border-top: 1px solid #7c7;
	border-bottom: 1px solid #7c7;
	border-right: 1px solid #7c7;
}

span#totalTitle {
	font-weight: bold;
	font-size: 12pt;
}

div#drakeTotal {
	width: 145px;
	font-weight: bold;
	font-family: 'Courier New', monospace;
	font-size: 16pt;
	text-align: right;
	margin-right: -80px;
	margin-top: 2px;
	color: #000;
	overflow: visible;
	padding: 5px;
	border: 2px solid #7c7;
	background-color: #cfc;
}

div#separator {
	border-top: 3px solid #bbb;
	padding: 4px 0px 10px 0px;	
}

span.operator {
	color: #888;
	margin-left: 10px;
	margin-right:10px;	
}

div#sliders div#separator {
	margin-right: -80px;
}

div#drakeDescription li {
	line-height: 1.7em;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #4040b0;
	border-bottom: 1px solid #abdcff;
}


a:hover {
	text-decoration: underline;
}


a.bulleted {
	margin-left: 8px;
	padding-left: 12px;
	background-image: url("arrow_menu_row.gif");
	background-repeat: no-repeat;
	background-position: 6px 6px;
}

