﻿a 
{
	text-decoration:none;
	color:#5a5959;
}

#divMain
{
	width:100%;
}

#divContent
{
	font-size:9pt;
	width:603px;
	height:553px;
	margin-top:10px;
	margin-left:0px;
	line-height:24px;
	background-image:url(../Images/calc_bg.jpg);
	background-repeat:no-repeat;
}

#divContent .Left
{
	float:left;
	width:335px;
	padding:0 2px;
	height:26px;
	text-align:right;
	border-bottom:0px;
	margin-right:15px;
}

#divContent .Right
{
	float:left;
	width:170px;
	padding:0 2px;
	height:26px;
	border-left:0px;
	border-bottom:0px;
}


#divContent .Top
{
	float:left;
	width:584px;
	padding:0 2px;
	height:28px;
	text-align:right;
	border-bottom:0px;
	margin-right:15px;
}

#divContent .Space
{
	float:left;
	width:500px;
	padding:0 2px;
	height:17px;
	text-align:right;
	border-bottom:0px;
	margin-right:15px;
}

.divTextBox input
{
	position:absolute;
	border:solid 1px #CCCCCC;
	line-height:18px;
	text-align:right;
	width:100px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
}

#divContent .prefixamount
{
	float:left;
	width:8px;
}

#divContent #divFeesProcessorValue,
#divContent #divPaidProcessor,
#divContent #divPaidIssuing,
#divContent #divAnnualPaidProcessor
{
	text-align:right;
}

#divContent .divTextBox
{
	float:left;
	margin-left:16px;
	width:80px;
}

#divContent #divAverageTicket
{
	text-align:right;
}

#divButton
{
	float:left;	
	padding:0 2px;
	height:26px;
	text-align:left;
	border-bottom:0px;
	margin-right:0px;
	margin-top:12px;
	padding-left:365px;
}

#divStatusBox
{
	clear:both;
	text-align:center;
}

#divStatus
{
	border:0px;
	width: 600px; 
	height: 400px; 
	overflow:scroll;
	margin:0 auto;
}

#imgStatement
{
	text-align:center;
	border:0px;
}

.Button
{
	width:89px; /*126px*/
	height:21px;
	color:White;
	border:0;
	cursor:pointer;
}
#btnOpen
{
	background-image:url(../Images/sample.gif);
}
#btnCalculate
{
	background-image:url(../Images/calculate.gif);
	width:126px;
}
#divCopyright
{
	clear:both;
	text-align:center;
	padding:20px;
}

#divFooter
{
	background-image:url(../Images/FooterBG.jpg);
	background-repeat:repeat-x;
	height:80px;	
	text-align:center;
}
.imgFooterLogo
{
	border:0px;
}

.Red
{
	color:Red;
	font-weight:bolder;
	text-align:right;
}

.DDLSelect
{
	margin:-2px; height:24px; width:128px;
}

.DDLSelectSpan
{
	border: 1px solid  #CCCCCC; position: absolute; overflow: hidden; width:125px; text-align:right;
}

.fieldYellow
{
background-color: #F7CF39;
}
.fieldBlue
{
background-color: #1896AD;
}
.fieldGreen
{
background-color: #B5C79C;
}
.fieldRed
{
background-color: #EF4142;
}

.hover
{
	background: url('../Images/left-hover-fill.png') repeat-y top left;
	width:400px;    
	border-right:solid 1px #cccccc;
}
div.hashover
{
	margin-top:5px;
	width:15px;
	height:14px;
	background:url('../Images/help_hover.jpg') no-repeat top left;
	float:left;
}
.alt div.hashover
{
	background:url('../Images/help_hover_alt.jpg') no-repeat top left;
}
.hovercontent
{
	background: url('../Images/left-hover.png') no-repeat top left;
	width:385px;
	padding:0px 0px 0px 15px;
	line-height:14px;
	
}
#statement .hovertext p
{
	text-align:left;
}
.hovertext
{
    margin-left:1px;
    padding:20px 10px;
	border-top:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
	background: #fff9e5;
	color:#000;
	font-weight:normal;
	text-align:left;
/*	min-height:50px; */
}

.row
{
	width:569px;
	height:26px;
	float:left;
	margin-left:19px;
}
#divContent .row .Left
{
width:316px;
}
#divContent .row .Right
{
width:153px;
}

.alt
{
	background:#eeeeee;
}
.extra{float:left;width:40px;}
.extra span{float: left;margin-right:10px;}
.nospan{margin-left:20px;}



.divTextBox #txtTotalPaid.InputActive,
.divTextBox #txtTotalVMC.InputActive,
.divTextBox #txtLessFee.InputActive,
.divTextBox #txtAverageTicket.InputActive
{	
	background-color: #ffffff;
	border:1px solid #000000;
	text-align:center;
}

