﻿body 
{
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #525252;
	width:996px;
	margin: 0 auto;	
}
input 
{
    font-family:  verdana, Tahoma, Helvetica, sans-serif;
    width:80px;
    vertical-align:top;
    background-color:#FFFFFF;
    border:solid 1px #7f9db9;
}
a, a:active, a:visited
{
	color: #000000;	
	text-decoration: none;
}
a:hover 
{
	color: #4d4d4d;	
	text-decoration: underline;
}
#dvServicePlan, #dvAdditionalService
{
	padding:10px;	
}
.tdcolor1 
{
	background-color: #366ab3;
	border-style: solid;
	border-collapse:collapse;	
	border-width: 1px;
	border-Color: #CCCCCC;
	font-weight: normal;
	font-size : 10px;
	color: #FFFFFF;
	height : 22px;
}
.borderCls 
{
	border-style: solid;
	border-collapse:collapse;	
	border-width: 1px;
	border-Color: #CCCCCC
}
.borderCls th, .borderCls td
{
	padding: 5px 10px;
}
.tdColor3 {
	background-color: #dfe0e1;
	margin-left: 10px;
	padding-left: 8px; 
}

/*Calculator styles start*/
#tblCalculator td
{
	text-align:center;	
}
.headerCell
{
	font-size:20px;
	font-weight:bold;
	padding:5px;
	text-align:center;
}
.totalCell
{
	font-size:14px;
	font-style:italic;
	text-align:right !important;
}
.itemHeaderCell
{
	font-size:14px;
	font-weight:bold;
}
.premiumLevelCell
{
	background-color:Orange;
	width:100px;
}
.standardLevelCell
{
	background-color:#bbbbbb;
	width:100px;
}
.baseLevelCell
{
	background-color:#C2D69A;
	width:100px;
}
.descriptionCell
{
	width:280px;
	padding:0px 10px;
}
.quantityCell
{
	width:100px;
}
.unitPriceCell
{
	width:120px;
}
.subTotalCell
{
	width:120px;
}
.notesCell
{
	width:220px;
}
.quantityInput
{
    background-color:Yellow;
    text-align:right;
}
.priceInput
{
    background-color:#cccccc;
    width:100px;
    text-align:right;
}
.subtotalInput
{
	background-color:#cccccc;
    width:100px;
    text-align:right;
}
.notesInput
{    
    text-align:left;
    width:200px;   
}

/*Calculator styles ends*/

/*Calculator version 2 styles starts*/
.calculatorContainer
{
	width:860px;
	margin:0px auto;	
}
.pricingTextBox
{
	width:60px;
	text-align:right;
}
.pricingChk input
{
	border:none;
	width:auto;
}
.inputCell
{
	width:80px;
	text-align:center;
}
.btnClass
{
	border:auto;
}
.subTitle
{
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.summaryLeft
{
	width:50%;
	text-align:right;
}
.priceCell
{
	width:12%;
	text-align:right;
}
.nsInput
{
	width:60px;
	text-align:right;
	background-color:#CCCCCC;
}
.totalInput
{
	font-size:14px;
	font-weight:bold;
	width:120px;
	text-align:right;
	background-color:#CCCCCC;
}
.subTotalInput
{
	text-align:right;
	background-color:#CCCCCC;
}
/*Calculator version 2 styles ends*/
