H1 {
	float: left;
    width: 100%;
    line-height: 22px;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #003366;
    margin: 10px 10px;
    padding: 0px 0 0 10px;
    background: none;
}

H2 { /*float:left;
*/ /*width:691px;*/
	font-family: 'Poppins', sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 24px;
	color: #4b4b4d;
	margin: 0px;
}

H3 {
	float: left;
	font-family: 'Poppins', sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px;
}

H4 {
	font-size: 1em;
}

.black {
	color: #4B4B4D;
	font-weight: bold;
}

.green {
	color: #397AA5;
	font-weight: bold;
}

h3 .green {
	width: 400px;
}

.lightgray {
	color: #999999;
}

A {
	color: #b70019;
}

/* FONT SIZE ***********************/
.fontsize1em {
	font-size: 1em;
}

/* FLOAT *************************/
.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.floatauto {
	margin: 0px auto;
}

.floatnone {
	float: none;
}

.textalignright {
	text-align: right;
}

.textalignleft {
	text-align: left;
}

/* MARGIN ************************/
.marginright5px {
	margin-right: 30px;
}

.margintop5px {
	margin-top: 5px;
}

.marginbottom5px {
	margin-bottom: 5px;
}

.marginleft5px {
	margin-left: 5px;
}

.marginright10px {
	margin-right: 10px;
}

.margintop10px {
	margin-top: 10px;
}

.marginbottom10px {
	margin-bottom: 10px;
}

.marginleft10px {
	margin-left: 10px;
}

.marginleft10em {
	margin-left: 10em;
}

.marginbottom185px {
	margin-bottom: 185px;
}

.textarea {
	font-size: 1em;
	width:350px;
	font-family: 'Poppins', sans-serif;
}

.codClass {
	width:177px;
}

/* WIDTH ***********************/
.widthauto {
	width: auto;
}

.width100perc {
	width: 100%;
}

.width99perc {
	width: 100%;
}

.width98perc {
	width: 98%;
}

.width80perc {
	width: 80%;
}

.width49perc {
	width: 49%;
}

.width45perc {
	width: 45%;
}

.width40em {
	width: 40em;
}

.width35em {
	width: 35em;
}

.width30em {
	width: 30em;
}

.width25em {
	width: 25em;
}

.width20em {
	width: 20em;
}

.width17em {
	width: 17em;
}

.width16em {
	width: 16em;
}

.width15_3em {
	width: 15.3em;
}

.width15em {
	width: 15em;
}

.width13em {
	width: 13em;
}

.width12em {
	width: 12em;
}

.width11em {
	width: 11em;
}

.width10em {
	width: 10em;
}

.width9em {
	width: 9em;
}

.width8em {
	width: 8em;
}

.width7_3em {
	width: 7.3em;
}

.width7em {
	width: 7em;
}

.width6em {
	width: 6em;
}

.width5em {
	width: 5em;
}

.width4em {
	width: 4em;
}

.width3em {
	width: 3em;
}

SELECT[name=cmbPageSize].width3em {
	width: 4em;
}

.width2em {
	width: 2em;
}

.tooltip {
	display: none;
	position: absolute;
	border: 1px solid #23517f;
	background-color: #FFFFFF;
	color: #243D54;
	padding: 5px;
	font-family: 'Poppins', sans-serif;
	font-size: 0.6em;
}


.error {
	padding: 0px;
	margin: 0px;
	color: #cd0a0a;
	position: relative;
}

div.error {
	padding-left: 157px;
	color: #cd0a0a;
}

.message {
	color: #1C8F08;
	border: 1 red;
}

.errorBox {
	border: 1px solid Red;
	padding: 3px;
	padding-right: 5px;
	background: #FFFCDB;
	width: 95%;
	align: center;
}

.errorBox LI {
	list-style: none;
	margin-top: 10px;
}

.errorBox UL {
	padding-left: 5px;
	margin-left: 6px;
}

/* TOP NAVIGATION (TOP) (DEFAULT LINKS) */
#topnavtop UL#ultopnavtop {
	float: right;
	width: auto;
	margin: 10px 10px 0 0;
}

#topnavtop UL#ultopnavtop LI {
	display: inline;
	float: left;
	height: 20px;
	margin: 0px 0px 0px 1px;
	padding: 0px 0px 0px 8px;
	color: #ffffff;
	cursor: pointer;
}

#topnavtop UL#ultopnavtop LI A {
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 10px;
	font-family: 'Poppins', sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	background: transparent url(images/bullet_topnav.gif) no-repeat 0 3px;
}

#topnavtop UL#ultopnavtop LI:first-child {
	margin: 0 0 0 -5px;
	padding: 0;
	/*background:transparent url(images/topnavL.gif) no-repeat left 0;*/
}

#topnavtop UL#ultopnavtop LI A SPAN {
	/*background:transparent url(images/defnavM.gif) no-repeat 100% 0;
*/
	
}

#topnavtop UL#ultopnavtop LI A SPAN SPAN {
	cursor: pointer;
}

.sf3 #topnavtop UL#ultopnavtop LI A SPAN {
	background: none;
}

.sf3 #topnavtop UL#ultopnavtop LI A SPAN SPAN {
	/*background:transparent url(images/defnavM.gif) no-repeat 100% 0;*/
	padding: 10px 0;
}

#topnavtop UL#ultopnavtop LI A:hover {
	text-decoration: underline;
	color: #2b6d8f;
}

#topnavtop UL#ultopnavtop LI#li0 A {
	background: none;
}

/* safari */
.sf3 #topnavtop UL#ultopnavtop LI#li0 A SPAN {
	padding: 0;
}

.sf3 #topnavtop UL#ultopnavtop LI#li1 A SPAN {
	padding: 0;
}

.sf3 #topnavtop UL#ultopnavtop LI#li2 A SPAN {
	padding: 0;
}

.sf3 #topnavtop UL#ultopnavtop LI#li3 A SPAN {
	padding: 0;
}

.sf3 #topnavtop UL#ultopnavtop LI#li4 A SPAN {
	padding: 0;
}

.sf3 #topnavtop UL#ultopnavtop LI#li0 A SPAN LABEL {
	padding: 10px 0px 10px 5px;
}

.sf3 #topnavtop UL#ultopnavtop LI#li1 A SPAN LABEL {
	padding: 10px 0px 10px 20px;
}

.sf3 #topnavtop UL#ultopnavtop LI#li2 A SPAN LABEL {
	padding: 10px 0px 10px 20px;
}

.sf3 #topnavtop UL#ultopnavtop LI#li3 A SPAN LABEL {
	padding: 10px 0px 10px 20px;
}

.sf3 #topnavtop UL#ultopnavtop LI#li4 A SPAN LABEL {
	padding: 10px 0px 10px 20px;
}

/* TOP NAVIGATION BOTTOM **************************/
#topnavbot UL#ultopnav {
	margin: 0px 0px 0px 78px;
	padding: 0px;
	list-style: none;
}

#topnavbot UL#ultopnav LI {
	display: block;
	float: left;
	height: 31px;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 13px;
	background: transparent url(images/topnavL.png) no-repeat left 0;
}

#topnavbot UL#ultopnav LI A {
	display: block;
	float: left;
	height: 31px;
	line-height: 31px;
	padding: 0px 36px 0px 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 0.65em;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background: transparent url(images/topnavR.png) no-repeat right 0;
}

#topnavbot UL#ultopnav LI A SPAN {
	background: transparent url(images/topnavM.gif) no-repeat 40% 0;
}

.sf3 #topnavbot UL#ultopnav LI A SPAN {
	background: none;
}

.sf3 #topnavbot UL#ultopnav LI A SPAN LABEL {
	background: transparent url(images/topnavM.gif) no-repeat 40% 0;
	padding: 10px 0;
}

#topnavbot UL#ultopnav LI A SPAN LABEL {
	cursor: pointer;
}

#topnavbot UL#ultopnav LI A:hover {
	text-decoration: none;
	color: #CCCCCC;
}

#topnavbot UL#ultopnav LI#li0 {
	position: absolute;
	z-index: 20;
}

#topnavbot UL#ultopnav LI#li1 {
	position: absolute;
	z-index: 19;
	margin-left: 85px;
}

#topnavbot UL#ultopnav LI#li2 {
	position: absolute;
	z-index: 18;
	margin-left: 186px;
}

#topnavbot UL#ultopnav LI#li3 {
	position: absolute;
	z-index: 17;
	margin-left: 278px;
}

#topnavbot UL#ultopnav LI#li4 {
	position: absolute;
	z-index: 16;
	margin-left: 403px;
}

#topnavbot UL#ultopnav LI#li10 { /* Login Tab */
	position: absolute;
	z-index: 6;
	margin-left: 698px;
}

#topnavbot UL#ultopnav LI#li11 { /* Logout Tab */
	position: absolute;
	z-index: 6;
	margin-left: 698px;
}

#topnavbot UL#ultopnav LI#li0 A SPAN {
	padding: 10px 0px 10px 0px;
}

#topnavbot UL#ultopnav LI#li1 A SPAN {
	padding: 10px 0px 10px 10px;
}

#topnavbot UL#ultopnav LI#li2 A SPAN {
	padding: 10px 0px 10px 10px;
}

#topnavbot UL#ultopnav LI#li3 A SPAN {
	padding: 10px 0px 10px 10px;
}

#topnavbot UL#ultopnav LI#li4 A SPAN {
	padding: 10px 0px 10px 10px;
}

#topnavbot UL#ultopnav LI#li10 A SPAN { /* Login Tab */
	padding: 10px 8px 10px 8px;
}

#topnavbot UL#ultopnav LI#li11 A SPAN { /* Logout Tab */
	padding: 10px 6px 10px 6px;
}

/* safari */
.sf3 #topnavbot UL#ultopnav LI#li0 A SPAN {
	padding: 10px 0px 10px 0;
}

.sf3 #topnavbot UL#ultopnav LI#li1 A SPAN {
	padding: 10px 0px 10px 0;
}

.sf3 #topnavbot UL#ultopnav LI#li2 A SPAN {
	padding: 10px 0px 10px 0;
}

.sf3 #topnavbot UL#ultopnav LI#li3 A SPAN {
	padding: 10px 0px 10px 0;
}

.sf3 #topnavbot UL#ultopnav LI#li4 A SPAN {
	padding: 10px 0px 10px 0;
}

.sf3 #topnavbot UL#ultopnav LI#li10 A SPAN { /* Login Tab */
	padding: 0;
}

.sf3 #topnavbot UL#ultopnav LI#li10 A SPAN LABEL { /* Login Tab */
	padding: 10px 8px 10px 8px;
}

.sf3 #topnavbot UL#ultopnav LI#li11 A SPAN { /* Logout Tab */
	padding: 0;
}

.sf3 #topnavbot UL#ultopnav LI#li11 A SPAN LABEL { /* Logout Tab */
	padding: 10px 0 10px 10px;
}


/* CONTENT PANE *********************************/
small.requiredField {
	color: red;
}

.loggedInUserName {
	color: #002D56;
}


#contentpanehome #contentpanehomeleftpane {
	height: auto;
	margin: 10px 0 0;
	width: 100%;
}

.contentpanehomeinner {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.contentpanehomeinner .banner {
	float: left;
	width: 350px;
	height: 225px;
	margin: 20px 0 0 0;
}

#contentpanehomeleftpane label {
        cursor: pointer !important;
}


/* price block */
#contentpanehome #contentpanehomeleftpane #priceBlock {
	float: left;
	margin: 10px 0 10px 20px;
	width: 90%;
	border-bottom: 1px solid #d8dfdc;
}

/* message block */
#contentpanehome #contentpanehomeleftpane #msgblock1 {
	width: 100%;
}

#contentpanehome #contentpanehomeleftpane #msgblock2 {
	width: 100%;
}

#contentpanehome #contentpanehomeleftpane #msgblock1 #msgcontent1 {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#contentpanehome #contentpanehomeleftpane #msgblock2 #msgcontent2 {
	width: 100%;
	height: auto;
	overflow: hidden;
}

/* contactus */
#leftpane-home #contactus {
	position: relative;
	background-color: #ffffff;
	margin-top: 20px;
	width: 155px;
	height: auto;
	overflow: hidden;
	margin-left: 11px;
	border: 1px solid #b70019;
}

#leftpane-home #contactus .contactusheader {
	float: left;
	width: 155px;
	height: 25px;
	background: transparent url(images/contactusheader.gif) no-repeat 0px
		top;
}

#leftpane-home #contactus p {
	float: left;
	font-size: 0.70em;
	color: #7c817e;
	margin: 10px 0 0 10px;
	/*width:150px;*/
}

#leftpane-home #contactus table {
	float: left;
	font-size: 0.70em;
	color: #7c817e;
	margin: 10px 0 0 10px;
	/*width:150px;*/
}

#leftpane-home #contactus span {
	float: left;
	font-size: 0.70em;
	color: #7c817e;
	margin: 15px 0 0 15px;
	padding: 2px 0 0 20px;
	width: 150px;
	height: 18px;
	background: transparent url(images/contact_call.gif) no-repeat left top;
}

#leftpane-home #contactus a {
	float: left;
	font-size: 0.70em;
	color: #1378b2;
	margin: 5px 0 0 15px;
	padding: 2px 0 0 20px;
	width: 60px;
	height: 18px;
	background: transparent url(images/contact_email.gif) no-repeat left top
		;
}

#leftpane-home #contactus .btncontact {
	float: left;
	width: 140px;
	height: 28px;
	margin: 0;
	padding: 0;
	background: none;
	display: none;
}

#leftpane-home #contactus .btncontact INPUT[type='button'] {
	float: right;
	background: transparent url(images/contact_clicktocall.gif) no-repeat
		left bottom;
	width: 100px;
	height: 24px;
	border: 0;
}

/* weather */
#leftpane-home #weather {
	height: 145px;
	margin: 18px 18px 18px 11px;
	overflow: hidden;
	position: relative;
	width: 155px;
	background-color: #FFFFFF;
	border-right: 1px solid #b70019;
	border-left: 1px solid #b70019;
	border-bottom: 1px solid #b70019;
}

#leftpane-home #weather .weathertop {
	float: left;
	width: 159px;
	height: 25px;
	background: transparent url(images/weatherbg_top.gif) no-repeat 0px top;
	border-top: 1px solid #b70019;
}

#leftpane-home #weather .weathermask {
	position: absolute;
	top: 29px;
	width: 159px;
	height: 115px;
	z-index: 2;
}

#leftpane-home #weather #weathercontent {
	position: absolute;
	left: 0;
	top: 27px;
	width: 160px;
	height: 115px;
	z-index: 1;
}

#leftpane-home #weather .weatherbottom {
	position: absolute;
	left: 0;
	top: 123px;
	width: 22px;
	height: 18px;
	z-index: 2;
}

/* share this page */
#leftpane-home #sharethispage {
	margin: 0 auto 0 11px;
	width: 158px;
	height: 45px;
/*	float: right;*/
	background: #FFFFFF none repeat scroll 0 0;
	border-right: 1px solid #1d6387;
	border-left: 1px solid #1d6387;
	border-bottom: 1px solid #1d6387;
	border-top: 1px solid #1d6387;
}

#leftpane-home #sharethispage .sharethispageheader {
	position: relative;
	float: left;
	width: 160px;
	height: 19px;
}

#leftpane-home #sharethispage .iconcontainer {
	float: left;
	width: 160px;
	height: 39px;
	margin: 1px 0 0 0;
	text-align: center;
}

#leftpane-home #sharethispage .iconcontainer a.icon14 {
	float: left;
	/*background:transparent url(images/share_facebook.gif) no-repeat left top;*/
	width: 26px;
	height: 26px;
	/*margin:5px 10px 0 0px;*/
	margin-left: 8px;
	margin-top: 10px;
}

#leftpane-home #sharethispage .iconcontainer a.icon24 {
	float: left;
	/*background:transparent url(images/share_twitter.gif) no-repeat left top;*/
	width: 26px;
	height: 26px;
	margin: 10px 10px 10px 10px;
}

#leftpane-home #sharethispage .iconcontainer a.icon34 {
	float: left;
	/*background:transparent url(images/share_thought.gif) no-repeat left top;*/
	width: 35px;
	height: 35px;
	margin-top: 10px;
	margin-left: 1px;
}

#leftpane-home #sharethispage .iconcontainer a.icon44 {
	float: left;
	/*background:transparent url(images/share_rss.gif) no-repeat left top;*/
	width: 25px;
	height: 25px;
	margin: 10px 0 0 10px;
}

#leftpane-home #sharethispage .iconcontainer a.icon13 {
	float: left;
	/*background:transparent url(images/share_facebook.gif) no-repeat left top;*/
	width: 26px;
	height: 26px;
	/*margin:5px 10px 0 0px;*/
	margin-left: 15px;
	margin-top: 10px;
}

#leftpane-home #sharethispage .iconcontainer a.icon23 {
	float: left;
	/*background:transparent url(images/share_twitter.gif) no-repeat left top;*/
	width: 26px;
	height: 26px;
	margin: 10px 10px 10px 20px;
}

#leftpane-home #sharethispage .iconcontainer a.icon33 {
	float: left;
	/*background:transparent url(images/share_thought.gif) no-repeat left top;*/
	width: 35px;
	height: 35px;
	margin-top: 10px;
	margin-left: 15px;
}

#leftpane-home #sharethispage .iconcontainer a.icon12 {
	float: left;
	/*background:transparent url(images/share_facebook.gif) no-repeat left top;*/
	width: 26px;
	height: 26px;
	/*margin:5px 10px 0 0px;*/
	margin-left: 37px;
	margin-top: 10px;
}

#leftpane-home #sharethispage .iconcontainer a.icon22 {
	float: left;
	/*background:transparent url(images/share_twitter.gif) no-repeat left top;*/
	width: 26px;
	height: 26px;
	margin: 10px 10px 10px 30px;
}

#leftpane-home #sharethispage .iconcontainer a.icon11 {
	float: left;
	/*background:transparent url(images/share_facebook.gif) no-repeat left top;*/
	width: 26px;
	height: 26px;
	/*margin:5px 10px 0 0px;*/
	margin-left: 65px;
	margin-top: 10px;
}

/* FORM */
SELECT {
	font-family: 'Poppins', sans-serif;
	font-size: 1em;
}

SELECT {
	height: 20px;
}

INPUT {
	border: 1px solid #7f9db9;
}

INPUT[type=checkbox],INPUT[type=radio] {
	border-bottom-width: 0px !important;
	border-left-width: 0px !important;
	border-right-width: 0px !important;
	border-top-width: 0px !important;
}


/* PASSWORD STENGTH */ /*****************************************/
#pswdstrengthcont {
	float: left;
	padding: 3px 0px 0px 10px;
}

#pswdstrengthcont #paswdstrength0,#pswdstrengthcont #paswdstrength1,#pswdstrengthcont #paswdstrength2,#pswdstrengthcont #paswdstrength3
	{
	float: left;
	width: 20px;
	height: 7px;
	display: block;
}

#pswdstrengthcont #paswdstrength0 {
	border: 1px solid gray;
}

#pswdstrengthcont #paswdstrength1 {
	border: 1px solid gray;
	margin-left: 2px;
}

#pswdstrengthcont #paswdstrength2 {
	border: 1px solid gray;
	margin-left: 2px;
}

#pswdstrengthcont #paswdstrength3 {
	border: 1px solid gray;
	margin-left: 2px;
}

.weak {
	background-color: #FF5353;
}

.average {
	background-color: #FAD054;
}

.strong {
	background-color: #93C9F4;
}

.secure {
	background-color: #B6FF6C;
}

.strengthMsg {
	width: 50%;
	margin: 0px;
	font-size: 1em;
	font-weight: normal;
}

/* TABLE GRID ******************************/
div.tableContainer {
	clear: both;
	height: auto;
	overflow: auto;
	width: 100%;
	/*margin:0 auto;*/ /*border-left:1px solid #b70019;*
/*border-right:1px solid #b70019;*/
}

*+html div.tableContainer {
	padding: 0 0 17px 0;
}

/* Reset overflow value to hidden for all non-IE browsers. */
html>body div.tableContainer {
	overflow-y: hidden;
}

TABLE {
	font-size: 1em;
	font-family: 'Poppins', sans-serif;
	/*float:left;*/
}

TABLE LABEL {
	font-size: 0.95em;
}

TABLE H3 {
	float: left;
	font-family: 'Poppins', sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px;
}

.tbgrid {
	border-top: 1px solid #b70019;
	border-right: 0 solid #b70019;
	border-bottom: 1px solid #b70019;
	border-left: 0 solid #b70019;
	font-size: 0.95em;
}

.tankChartTbgrid {
	border-top: 1px solid #23517F;
	border-right: 1px solid #23517F;
	border-bottom: 1px solid #23517F;
	border-left: 1px solid #23517F;
	font-size: 0.95em;
}

.tbgrid THEAD TH:first-child,.tbgrid TBODY TD:first-child {
	border-left: 0px solid #b70019;
}

.tbgrid THEAD TR {
	background: #183252 url(images/tableheader3.gif) repeat-x 0 -35px;
}

.tbgrid THEAD TH {
	height: 37px;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	padding: 0px 5px;
	border-left: 1px solid #b70019;
	border-bottom: 1px solid #b70019;
}

.tbgrid THEAD TH A {
	color: #FFFFFF;
	text-decoration: none;
}

.tbgrid TBODY TD {
	color: #4b4b4d;
	font-family: 'Poppins', sans-serif;
	padding: 5px 5px;
	border-left: 1px solid #b70019;
}

.tbgrid TFOOT TD {
	height: 25px;
	color: #4b4b4d;
	font-family: 'Poppins', sans-serif;
	padding: 5px;
	border-left: 0px solid #b70019;
	border-top: 1px solid #b70019;
}

.tbgrid TBODY TD A {
	text-decoration: underline;
}

/* TABLE GRID NEW */
.tbgrid2 {
	border-top: 1px solid #b70019;
	border-right: 1px solid #b70019;
	border-bottom: 1px solid #b70019;
	border-left: 1px solid #b70019;
	font-size: 0.95em;
}

.tbgrid2 THEAD TH:first-child,.tbgrid2 TBODY TD:first-child {
	border-left: 0px solid #b70019;
}

.tbgrid2 THEAD TR {
	background: #183252 url(images/tableheader3.gif) repeat-x 0 -35px;
	height: 25px;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	padding: 0px 5px;
	border-left: 0px solid #b70019;
	border-bottom: 1px solid #b70019;
}

.tbgrid2 THEAD TR LABEL {
	float: left;
	margin-left: 5px;
}

.ie7 .tbgrid2 THEAD TR LABEL {
	float: left;
	margin-left: 0px;
}

.tbgrid2 TBODY TD {
	color: #4b4b4d;
	font-family: 'Poppins', sans-serif;
	padding: 0px;
	border-left: 1px solid #b70019;
}

.tbgrid2 TFOOT TD {
	background: #e1f3db url(images/tableheader.gif) repeat-x 0 bottom;
	height: 25px;
	color: #4b4b4d;
	font-family: 'Poppins', sans-serif;
	padding: 0px 5px;
	border-left: 0px solid #b70019;
	border-top: 1px solid #b70019;
}

.tbgrid2 TBODY TD A {
	text-decoration: underline;
}

/* TABLE WITHOUT GRID ******************************/
.nogrid {
	border-top: 1px solid #b70019;
	border-right: 1px solid #b70019;
	border-bottom: 1px solid #b70019;
}

.nogrid TR TD {
	color: #4b4b4d;
	font-family: 'Poppins', sans-serif;
	padding: 5px 5px;
	border-left: 1px solid #b70019;
}

/* DIV GRID *****************************************/
DIV.divGrid INPUT[type='text'] {
	width: 150px;
	color: #222222;
	margin: 5px 0px 0px 0px;
}

.ie7 DIV.divGrid INPUT[type='text'] {
	margin: 4px 0px 0px 0px;
}

DIV.divGrid {
	float: left;
	width: 678px;
	border: 1px solid #b70019;
	font-size: 0.95em;
	margin: 0px 0px 0px 5px;
}

DIV.divGrid .header {
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	display: inline;
	background: #183252 url(images/tableheader3.gif) repeat-x 0 -35px;
}

DIV.divGrid .container {
	float: left;
	width: 100%;
	background-color: #DDE8F0;
}

DIV.divGrid .container LABEL {
	float: left;
	height: 30px;
	font-weight: normal;
}

DIV.divGrid .header LABEL {
	height: 30px;
	font-weight: normal;
	display: inline;
}

DIV.divGrid .container LABEL SPAN A {
	color: #222222;
}

DIV.divGrid LABEL IMG {
	margin: 7px 0px 0px 0px;
}

DIV.divGrid .header LABEL.col1 {
	float: left;
	width: 608px;
	padding: 0px 5px;
	font-weight: bold;
}

DIV.divGrid .header LABEL.col2 {
	float: right;
	width: 60px;
	padding: 0px 5px;
	text-align: right;
}

DIV.divGrid .container LABEL.col1 {
	float: left;
	width: 608px;
	padding: 0px 5px;
	line-height: 30px;
}

DIV.divGrid .container LABEL.col2 {
	float: right;
	width: 60px;
	padding: 0px 5px;
	text-align: right;
}

/* DIV GRID 2 ************************************/
DIV.tbgrid {
	float: left;
	width: 678px;
	border: 1px solid #b70019;
	font-size: 0.95em;
	margin: 0px 0px 0px 5px;
}

DIV.tbgrid .header {
	height: 47px;
	background: #e1f3db url(images/tableheader3.gif) repeat-x 0 -35px;
}

DIV.tbgrid .header LABEL {
	float: left;
	height: 37px;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	display: inline;
}

DIV.tbgrid .container {
	float: left;
	width: 100%;
	background-color: #DDE8F0;
}

DIV.tbgrid .container LABEL {
	float: left;
	height: 37px;
	font-weight: normal;
	display: inline;
}

DIV.tbgrid .container LABEL SPAN A {
	color: #222222;
}


/* UI DIALOG BOX ***********************/
fieldset {
	padding: 0;
	border: 0;
	margin-top: 25px;
}

DIV#anotherCompany .textbox {
	font-size: 1.1em;
	width: 20em;
}

DIV#anotherCompany .selectbox {
	font-size: 1.1em;
	width: 20.2em;
}

fieldset .selectbox {
	font-size: 1.1em;
	width: 174px;
}

DIV#customerOwned fieldset LABEL {
	float: left;
	width: 27%;
	margin: 3px 0px 0px 0px;
	text-align: right;
}

DIV#customerOwned fieldset .selectbox {
	float: right;
	width: 71%;
	margin-left: 5px;
}

DIV#customerOwned fieldset .textboxsmall {
	float: left;
	width: 40%;
	margin-left: 5px;
}

DIV #customerOwned fieldset SPAN {
	float: left;
	width: 100%;
}

DIV#needaTank P {
	text-align: justify;
}

div#users-contain {
	width: 350px;
	margin: 20px 0;
}

div#users-contain table {
	margin: 1em 0;
	border-collapse: collapse;
	width: 100%;
}

div#users-contain table td,div#users-contain table th {
	border: 1px solid #eee;
	padding: .6em 10px;
	text-align: left;
}

.ui-dialog .ui-state-error {
	padding: 0.2em;
	border: 1px solid #cd0a0a;
	background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50%
		repeat-x;
	color: #cd0a0a;
}

.ui-draggable,.ui-droppable {
	background-position: top left;
	z-index: 999;
}

.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button
	{
	font-family: 'Poppins', sans-serif;
	font-size: 1.1em;
}

/*******************************************/
	/* DATE PICKER ******************/
.ui-datepicker .ui-state-default,.ui-datepicker .ui-widget-content .ui-state-default
	{
	border: 1px solid #b70019;
	background: url(images/ui-bg_glass_75_e6e6e6_1x400.png) repeat-x 50% 50%
		;
	font-weight: normal;
	color: #4b4b4d;
}

.ui-datepicker .ui-state-active,.ui-datepicker .ui-widget-content .ui-state-active
	{
	background: url(images/ui-bg_glass_65_ffffff_1x400.png) repeat-x scroll
		50% 50% #FFFFFF;
	border: 1px solid #BF0C3A;
	color: #BF0C3A;
	font-weight: normal;
}

.ui-datepicker .ui-state-highlight,.ui-datepicker .ui-widget-content .ui-state-highlight
	{
	border: 1px solid #c2e19f;
	background: transparent url(images/ui-bg_glass_55_fbf9ee_1x400.png)
		repeat-x 50% 15%;
	color: #ffffff;
}

.gc4 .ui-dialog .ui-dialog-buttonpane button { /* Chrome 4+ */
	padding: 0.4em 0.3em 0.3em 0.5em;
}

/* Table Border */
.tbl_bord {
	border-bottom: #003366 solid 1px;
	text-align: center;
}

/* Disabled Text Area for Alert */
.alert_disabled {
	border: 1px solid #7f9db9;
	background: #ebebe4;
}


::-webkit-input-placeholder { 
	color:red;
	font-size: 0.75em;
	}

input:-moz-placeholder { 
	color:red;
	font-size: 1em;
	}

/* signup for newsletters */ /* signup for newsletters */
#leftpane-home #newslettersignup {
	background-color: #FFFFFF;
	border-bottom: 1px solid #b70019;
	border-left: 1px solid #b70019;
	border-right: 1px solid #b70019;
	height: 88px;
	margin-left: 11px;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
	width: 155px;
}

#leftpane-home #newslettersignup .newslettertop {
	background: url("images/newsletterheader.gif") no-repeat scroll 0 top
		transparent;
	float: left;
	height: 28px;
	width: 159px;
	border-top: 1px solid #b70019;
}

#leftpane-home #newslettersignup .newslettersconcontainer {
	float: left;
	width: 162px;
	height: 39px;
	margin: 0 0 0 0;
	text-align: left;
	color: #666666;
	font-size: .67em;
	padding-left: 2px;
}

#newslettersignup .newslettersconcontainer input[type="button"] {
	background: url("images/go.gif") no-repeat scroll left top transparent;
	border: 0 none;
	cursor: pointer;
	height: 19px; 
	width: 44px;
	margin-left: 4px;
    margin-top: -6px;}

#newslettersignup .newslettersconcontainer input[type="text"] {
	/*margin-left:3px;*/
	width: 100px;
	margin-left: 1px;
	float: left;
	margin-top:7px;
}


#weatherbox {
	padding-left: 0px;
	padding-top: 2px;
	width: 160px;
	height: 130px;
	background-repeat: no-repeat;
	background-color: #fffff;
}

.ie7 #contentpane TABLE SPAN {
	float: none;
}

.ie8 #contentpane TABLE SPAN {
	float: none;
}

.ie8 H2 {
	font-family: 'Poppins', sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 24px;
	color: #243D54;
	margin-bottom: 10px;
	float: none;
}



H1 .active {
	float: left;
	width: 745px;
	/*height:25px;*/
	line-height: 22px;
	font-family: 'Poppins', sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #003366;
	margin: 20px 0px 0px 25px;
	padding: 0px 0 0 10px;
	border: 1px solid #b70019;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-khtml-border-radius: 4px;
	background: none;
}

.sf3 #leftpane-home #contactus {
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #b70019;
	height: auto;
	margin-left: 11px;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
	width: 155px;
}

.sf3 #leftpane-home #newslettersignup {
	float: left;
	background-color: #FFFFFF;
	border-bottom: 1px solid #b70019;
	border-left: 1px solid #b70019;
	border-right: 1px solid #b70019;
	height: 88px;
	margin-left: 11px;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
	width: 155px;
}

.sf3 #leftpane-home #weather {
	float: left;
	background-color: #FFFFFF;
	border-bottom: 1px solid #b70019;
	border-left: 1px solid #b70019;
	border-right: 1px solid #b70019;
	height: 145px;
	margin: 18px 18px 18px 11px;
	overflow: hidden;
	position: relative;
	width: 155px;
}

/* share this page */
.sf3 #leftpane-home #sharethispage {
	margin: 0 8px 0 11px;
	width: 158px;
	height: 45px;
	float: right;
	background: #FFFFFF none repeat scroll 0 0;
	border-right: 1px solid #1d6387;
	border-left: 1px solid #1d6387;
	border-bottom: 1px solid #1d6387;
	border-top: 1px solid #1d6387;
}

.uploadfield {
	width: 100%;
}

.slideshow {
width: 98%;
}

.pricetext {
width: 98%;
margin-top: -20px;
margin-bottom: -50px;
}

.tableBorder {
	border: 1px #0000000 solid;
	border-collapse: collapse;
	color: #000000;
}
#divDelConf {
margin-top: 30px;
}
.ui-widget INPUT.phone {
  width: 40px;
}

