#right
{
	font-family: arial;
	font-size: 11px;
	padding-left: 20px;
	height: 50%;
	color: black;
}

span.header
{
	color: black;
	font-size: 12px;
	font-weight: bold;
}

div#instructions
{
	font-size: 11px;
	padding: 6px;
	padding-bottom: 2px;
	background-color: #e2dedd;
	width: 446px;
}

* html div#instructions
{
	width: 446px;
}

.label
{
	color: black;
	font-size: 11px;
	font-weight: bold;
}

.main_table
{
	font-family: arial;
	font-size: 11px;
	background-color: #fff;
	border: solid 0px #ffffff;
	color: black;
}

.main_table td
{
	vertical-align: middle;
	height: 30px;
	padding: 4px;
	background-color: #fff;
}

#form_in
{
	border: solid 4px #390e6c;
}

/*************************/
/*    sliders            */
/*************************/

div.slider
{
	border: solid 1px #390e6c;
	padding: 5px;
	width: 180px;
}

* html div.slider
{
	width: 180px;
}

/*************************/
/*    input boxes        */
/*************************/

input.text_box
{
	border: none;
	font-family: arial;
	font-size: 12px;
	padding: none;
	background-color: #ffffff;
	text-align: right;
}

input.button
{
	border: solid 2px #390e6c;
	background-color: #e2dedd;
	color: #000000;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	cursor: default;
}

#calc
{
	font-size: 12px;
	width: 100%;
	height: 30px;
}

select.select
{
	border: solid 1px #554e70;
	font-family: arial;
	font-size: 11px;
	color: black;
}

#bolted_fault			{ width: 50px; }
#trip_time				{		}
#bus_ratio				{ width: 40px; }
#working_distance		{ width: 40px; }
#system_voltage			{ width: 40px; }

/*** SLIDER HANDLE STYLES ***/

.slider_handle
{
	width: 7px;
	height: 14px;
	font-size: 10px;
	padding: 0px;
	border: none;
}

.slider_handle .slider_bord_top
{
	border: solid 1px #330099;
	border-bottom: none;
	background-color: #cccccc;
	width: 100%;
	height: 12px;
}

.slider_handle .slider_bot
{
	height: 1px;
	border: none;
	padding: 0px;
	width: 1px;
	background-color: #330099;
	position: relative;
}

.slider_handle .slider_fil
{
	height: 1px;
	border: none;
	padding: 0px;
	width: 1px;
	background-color: #cccccc;
	position: relative;
}

.track_image			
{	
	z-index: 0;
	position:relative;
	top: 25px;	
}

