﻿.CalculatorPanel_Top
{
	padding:0px;
    margin:0px;
    height:10px;
    background-color: White;
    background-image: url(/Lib/RFControl/Images/topbackground.gif);
}
.CalculatorPanel_Bottom
{
	padding:0px;
    margin:0px;
    height:10px;
    background-color: White;
    background-image: url(/Lib/RFControl/Images/bottombackground.gif);
}
.CalculatorPanel
{
	padding:0px;
    margin:0px;
    min-height:244px;
    color:#ffffff;
    overflow:hidden;
    background-image: url(/Lib/RFControl/Images/background.gif);
	font-size: 7pt;
	color: White;
	text-decoration: none;
	text-align: left;
}
.CalculatorPanel h2 
{
	color: White;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 5px 15px 10px;
}

.Step1Panel
{

}
.Step2Panel
{

}
.Step3Panel
{
}
.PremiePanel
{
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	text-align: right;
	height: 50px;
	font-weight: bold;
}
.nextButtonPanel
{
	float: right;
}
.prevButtonPanel
{
	float: left;
}
.PremieTextBox
{
	height: 16px;  
	width: 40px;
	font-size: 16px; 
	text-align: center;
	border: solid 0px white; 
	border-bottom: solid 1px White; 
	background: transparent; 
	position: relative; 
	color: White;
	top: -1px; 
	left: 0px; 
	z-index: 100;
}
.CalculatorPanel h3 
{
	color: White;
	font-size: 9px;
	font-weight: bold;
	text-align: left;
	margin-top:0px;
	margin-right:5px;
	margin-left: 10px;
	margin-bottom:0px;
}
.CalculatorPanel h4 
{
	color: White;
	font-size: 9px;
	font-weight: bold;
	text-align:left;
	margin-top:0px;
	margin-left:10px;
	margin-bottom:0px;
	
}
.SelectionPanel{
		padding: 0px 5px 0px 5px;
		margin: 5px 5px 5px 5px;
}
.SelectionPanel select
{
		font-size: 11px;
		min-width: 150px;
}

.modulePanel{
		display: block;
		padding: 5px 5px 5px 5px;
		margin: 5px 5px 5px 5px;
		border-bottom: dotted 1px white;
		
}

.modulePanel input[type="text"]
{
		height: 14px;
		font-size: 11px;
		border: solid 1px grey;
}
.modulePanel select
{
		font-size: 11px;
		min-width: 100px;
		max-width: 100px;
}



.modulePanel .LongLabel
{
	display: block;	
	width: 90px;
	float: left;
}

.modulePanel .ShortLabel
{
	width: 60px;
	float: left;
}

.modulePanel .LabelFullLine
{
	display: block;	
	width: 100%;
	clear: both;
	padding-top:10px;
}
