/*
	Created: 4/14/09
	Author:	 Dennis Benedetto  for SCA Corp.
	Module: custom/Bedford_town/style.css
	Purpose: manage styles for Bedford site
	Comment:
		20100813	DMB		Modified style to match town website
		20101005	DMB		IE 8 not displaying dialog box in center of screen, using display:table attribute
		
*/
BODY
{
    background-color: #336633;
    text-align:center;/*for IE*/
    height:100%;
}
.headerSpot
{
	background-color:#FFFFFF;
	width: 806px;
	height:160px;
	margin:auto;
}
#centerBlock /*to differentiate between municipality types within a client*/
{
	display:block;
	background-color:#7D9982;
	width:790px;
	margin:auto;
	height=120px;
	border:#003300 solid 1px;
	text-align:center;
	vertical-align:middle;
}
.footer
{ 
     width:790px;  
     margin-left: auto ;
	 margin-right: auto ;
	 text-align:left;
	  //browser hack for IE6, tested in IE7, FF,IE6, SAF
     min-width: 450px;
	 width:expression(document.body.clientWidth < 550 ? "450px" : "100%" );
	 max-width:790px;
	 bottom:0;
	 position:absolute;
 }
.siteBar
{
	background-color:#2F4F4F;
	color:#FFFFFF;
	font-weight:bold;
	width:100%;
}
#wrapper {
     position:relative;
     min-height:100%;
     _height:100%; /* for IE6 as it doesnt understand min-height */
}
.borderCasing /*bedford added a border around their body*/
{
	background-color:#FFFFFF;
	width:806px;
	padding-top:2px;
	margin: auto;
	padding-bottom:9em;
}
.bodyBox /*to differentiate between municipality types within a client*/
{
	background-color:#FFFFFF;
	width:790px;
	margin: auto;
    text-align:left;
    border:#003300 solid 1px;
}
.tableMenuNavyBackground
{
	background-color:#2F4F4F;
	color:#FFFFFF;
}
.whiteOnNavy
{
	background-color:#2F4F4F;
	color:#FFFFFF;
}
img
{
 border-color: #00235D;
}

.taxPaymentHeading
{ 
	/*border-bottom: 2px solid #d79900;
	background-color: #fff2ba;*/
	border-bottom: 2px solid #404040;
	vertical-align:middle;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 100%;
	color: #404040;
	border-spacing: 0px;
	padding: 0; 
	margin-right:0;
	margin-left:0;
}
.taxPaymentMiniHeading
{ 
	/*border-bottom: 2px solid #d79900;
	background-color: #fff2ba;*/
	border-bottom: 1px solid #404040;
	text-align: center;
	vertical-align:middle;
	font-family:"Times New Roman", Times, serif;
	font-weight: 800;
	font-size: 95%;
	color: #404040;
	border-spacing: 0px;
	padding: 0; 
}
.taxPaymentTotalUnderlined
{ 
	/*border-bottom: 1px solid #404040;*/
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 100%;
	color: #404040;
	border-bottom: 1px solid #404040;
}
.taxPaymentTotal
{ 
	/*border-bottom: 1px solid #404040;*/
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 100%;
	color: #404040;
}

.taxLabelUnderline {
	color: #092954;
	font-weight:800;
	text-decoration: underline;
}
.sm_taxLabelUnderline {
	color: #092954;
	font-weight:800;
	font-size:90%;
	text-decoration: underline;
}
.taxLabel {
	color: #092954;
	font-weight:800;
}
.taxLabelBlack {
	color: #000000;
	font-weight:800;
}
.sm_taxLabel {
	color: #092954;
	font-weight:800;
	font-size:90%;
}

#paydropdown optgroup { 
 font-style:italic;
 text-decoration:none;
 font-size:90%;
 color:#AFB3B9;
 background-color:#E3EDFC;
 }
 .note_money { 
 font-style:normal;
 text-decoration:none;
 font-size:100%;
 color:green;
 }
 .sm_note_money { 
 font-style:normal;
 text-decoration:none;
 font-size:90%;
 font-weight:bold;
 color:green;
 }
  .lg_note_money { 
 font-style:normal;
 text-decoration:none;
 font-size:100%;
 font-weight:bold;
 color:green;
 }
.label_note_money{
 font-style:normal;
 text-decoration:none;
 font-weight:800;
 font-size:90%;
 color:green;
 }
  .lg_discount { 
 font-style:normal;
 text-decoration:none;
 font-size:115%;
 color:#00235D;
 font-weight:bold;
 }
   .sm_discount { 
 font-style:normal;
 text-decoration:none;
 font-size:80%;
 color:#00235D;
 }
 
 /*collection button links*/
 a#collectionList  
 {
 	background: url(images/btn_collectionLink.gif);
	width:125px;
	background-repeat-x 20px;
	border-style: solid;
	border-width : 1px 4px 4px 1px;
	text-decoration : none;
	padding : 4px;
	border-color : #708090 #2F4F4F #2F4F4F #708090;
	text-decoration: none;
	color:#D2D1CA;
	font-weight:bold;
	font-size:110%;
	display:block;
 }
 a:hover#collectionList 
 { 
 	background: url(images/btn_collectionLink_hover.gif);
 	background-repeat-x 20px;
	text-decoration: none;
	color:#000080;
 }
 .collectionBackDrop 
 {
 	background: url(images/collectionBackDrop.gif);
 	background-repeat-x 20px;
 	background-repeat-y 20px;
 }
 #processingDisplay
{
	display:none;
	position: fixed;
	_position:absolute;
	top: 150px;
	margin-top:150px;
	 _top:expression(eval(document.body.scrollTop));
	z-index: 50;
	width:806px;
}
#center250
{
	width: 425px;
	height:200px; 
	margin: auto; 
	background-color: #AAE699;
	border-color:#476B54;
	color:#000000;
	border-style:solid;
	border-width:3px;
	text-align:center;
	font-size:105%;
}
.searchTitleBar
{
	background-color:#C1D9BF;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#EBEBEB;
	padding-left:5px;
	font-size:1.3em;
	font-weight:bold;
}
