body
{
	margin-left:0px;
	margin-top:0px;
}

input
{
	font-family:Arial;
	font-size: 12px;	
	color:#000000;
}

select
{
	font-family:Arial;
	font-size: 12px;	
	color:#000000;
}
a
{
	font-family:Arial;
	font-size: 12px;	
	color:#0066ff;	
}

a:hover
{
	text-decoration:underline;
}

.button
{
	border:1px #25739a solid;
	background-color:#3d98c4;
	font-family:Arial;
	font-weight:bold;
	color:#FFFFFF;
	font-size:15px;
	cursor:pointer
	
}
.quotePageDlmr
{
	font-family:Arial;
	font-size: 12px;	
	color:#000000;
	font-style:italic;
}
.getFreeQuote
{
	font-family:Verdana;
	font-size: 18px;
	font-weight:bold;
	/*color:#2f84ae; */
    color: #154995;
}
.brokerInfoHeader
{
	font-family:Arial;
	font-size: 11px;
	color:#000000;
}
.mainTable
{
	border: 2px #cdcdce solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.mainTableHeader
{
	background-color:#3d98c4;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	color:#FFFFFF;
}
.premiumTable
{
	border: 2px #cdcdce solid;
	background-color:#cdedff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.premiumDisplay
{
	font-family:Arial;
	font-size: 20px;
	font-weight:bold;
	color:#000000;
}
.label
{	
	border: 2px #70c7f0 solid;
	background-color:#ffffff;
	height:28px;
	font-size:12px;
	font-family:Arial;
	color:#000000;
}

.errorHead
{
	font-size:12px;
	font-family:Arial;
	color:#000000;	
}

.header
{	
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
	text-align:left;
	vertical-align:middle;
}

.regular
{
	text-align:left;
	vertical-align:middle;
	font-size:12px;
	font-family:Arial;
	color:#000000;
}

#pnlDeniedCoverage {
    margin-bottom: 5px;
    margin-top: 5px;
}

.condsTable
{	
	background-color: #f3f5f6;
	border: 1px #c6c6c6 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size:12px;
	font-family:Arial;
}
.byOthers
{
	background-color: #F2DBDB;
}

.regularS
{
	font-size:11px;
	font-family:Arial;
	color:#000000;
}
.innerTable
{
	border: 2px #cdcdce solid ;
	background-color: #f3f5f6;
	min-height: 50px
}

hr 
{
	border-style: solid;
	border-color: #d8d8d8;
}

.ErrorHead
{
	background-color: #F2DBDB;
	font-size:12px;
	font-weight:bold;
	font-family:Arial;
	color:#000000
}
.errorTr
{
	background-color: #F2DBDB;
	min-height: 50px;
}

.tr0
{
	background-color: #f3f5f6;
	min-height: 50px;
}
.tr1
{
	background-color: #e6eaed;
	min-height: 50px;
}

.modalBg {
background-color:#cccccc;
filter:alpha(opacity=80);
opacity:0.8;
}

.modalPanel {
background-color:#ffffff;
border-width:3px;
border-style:solid;
border-color:Gray;
padding:5px;
width:400px;
}

.packageTB
{
	border: 1px #888891 solid; /*#cdcdce*/
	text-align:center;
	background-color: #e6eaed;
    /*background-color: #EDF5EA;*/
    /*background-color:#3d98c4;*/
    /*background-color:#eee;*/   
    margin:1px;    
}


.packageTBSelected
{
	border: 1px #888891 solid; /*#cdcdce*/
	text-align:center;
	background-color: #ffffff;
	border-bottom:none;   
    margin:1px;
}

.pLink
{
	text-decoration:none;
}

.packageHeader
{
	font-family:Arial;
	font-size: 16px;
	color:#000000;
    /*color:white;*/
	font-weight:bold;
}

.packagePrice
{
	font-family:Arial;
	font-size: 18px;
	/*color:#2f84ae;*/
    color:#FF8247;	
	font-weight:bold;
}
.packageMainHeader
{
	font-family:Arial;
	font-size: 25px;
	color:#000000;	
}
.packageMainPrice
{
	font-family:Arial;
	font-size: 23px;
	/*color:#2f84ae;*/
    color:#FF8247;		
}

#MFGModelTB {
	width: 275px;
	font-family: Arial;
	font-size: 12px;
}

/*Please wait blur box*/
.blur
{
	position: absolute;
	height:100%;
    width: 100%;
    background-color: black;
    moz-opacity: 0.5;
    khtml-opacity: .5;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 120;        
    top: 0;
    left: 0;
}
    
.progress
{
	position:absolute;
    z-index: 200;
    background-color: #FFFFFF;        
    margin-left:-100px;
    margin-top:-50px;
    border: solid 1px black;
    text-align: center;         
    width:200px;
    height:100px;        
    left:50%;
}
/*End please wait blur box*/

/* begin breadcrum*/
 ul{
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom:10px;
}

#breadcrumbs-one{
  background: #eee;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #e5e5e5 #ccc;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(0,0,0,.2);
  overflow: hidden;
  width: 100%;
}

#breadcrumbs-one li{
  float: left;
}

#breadcrumbs-one a{
  padding: .7em 1em .7em 2em;
  float: left;
  text-decoration: none;
  color: #444;
  position: relative;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  background-color: #ddd;
  background-image: linear-gradient(to right, #f5f5f5, #ddd);  
}

#breadcrumbs-one li:first-child a{
  padding-left: 1em;
  border-radius: 5px 0 0 5px;
}

#breadcrumbs-one a:hover{
  background: #fff;
}

#breadcrumbs-one a::after,
#breadcrumbs-one a::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;   
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid;
  right: -1em;
}

#breadcrumbs-one a::after{ 
  z-index: 2;
  border-left-color: #ddd;  
}

#breadcrumbs-one a::before{
  border-left-color: #ccc;  
  right: -1.1em;
  z-index: 1; 
}

#breadcrumbs-one a:hover::after{
  border-left-color: #fff;
}

#breadcrumbs-one .current,
#breadcrumbs-one .current:hover{
  font-weight: bold;
  background: none;
}

#breadcrumbs-one .current::after,
#breadcrumbs-one .current::before{
  content: normal;  
}

/*end breadcrumb*/