
/* 


   Reset
------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form,  legend,  caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: top;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}


/* 
   General 
------------------------------------------------------------------- */

html {
	 
	  /* force scrollbars */
    }

body {
	background: #A9A9A9;
	color: #444;
	font: normal 75% sans-serif;
	line-height: 1.5;
}


/* 
   Typography 
------------------------------------------------------------------- */

/* Headings */

h1,h2,h3,h4,h5,h6 {
	color: #444;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}
h4,h5,h6 {font-weight: bold;}

h1 {font-size: 2.6em;}
h2 {font-size: 2em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}


/* Text elements */

p {margin-bottom: 1em;}

a:focus,a:hover {color: #002;}
a {
	color: #246;
	text-decoration: underline;
}

abbr, acronym {border-bottom: 1px dotted #666;}
address {margin-bottom: 1.5em;}
blockquote {margin: 1.2em; line-height: 1.4em;}
blockquote span {font-size: 1.4em; color: #000;}
del {color:#666;}
em, dfn, blockquote, address {font-style: italic;}
strong, dfn {font-weight: bold;}
sup, sub {line-height: 0;}
cite {color: #666;}

pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre,code,tt {
	font: 1em monospace;
	line-height: 1.5;
}


/* Lists */

li ul, li ol {margin-left: 1.5em;}
ul, ol {margin: 0 1.5em 1.5em 1.5em;}

ul {list-style-type: disc;}
ol {list-style-type: decimal;}

dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}


/* Tables */


/* Misc classes */

.small {font-size: 0.9em;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}

.large {font-size: 1.1em;}
.larger {font-size: 1.2em;}
.largest {font-size: 1.3em;}

.hidden {display: none;}

.quiet {color: #666;}
.loud {color: #000;}
.highlight {background: #FF0;}

.txtl {text-align: left;}
.txtr {text-align: right;}
.txtc {text-align: center;}
.txtj { text-align:justify  }
.error,   .success {
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 3px 3px;
}

.error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;  -webkit-border-radius: 2px; -moz-border-radius: 2px;}
.error a {color: #8A1F11;}

.notice { color: #514721; font-family: arial; font-size: 10px; }
.notice a {color: #514721;}

.success {background: #E6EFC2; color: #264409; border-color: #C6D880; -webkit-border-radius: 2px; -moz-border-radius: 2px;}
.success a {color: #264409;}

div.more {padding-top: 6px;}
.more a, a.more {color: #666;}
.more a:hover, a.more:hover {color: #002;}

.imgBorder{   -webkit-border-radius: 5px;  -moz-border-radius: 5px; padding: 3px; border: 2px solid #ffffff;}

/* 
   Forms 
------------------------------------------------------------------- */
form.awesome span.wrap 
    { position: relative; }
form.awesome span.wrap label	 
    { position: absolute; 
      left: 4px; 
      top: -4px; 
      font-size: 13px; 
      font-weight: normal; 
       padding-left:2px;
      background: #ffffff; 
	  
      -webkit-border-radius: 2px; 
      -moz-border-radius: 2px; 
      z-index:5000;
	  
       }
 
form.awesome input.input-text 
    { font-size: 13px; 
      padding: 3px 4px;  
      background: none; 
      font-weight: normal;
      
      position: relative;
       -webkit-border-radius: 2px; 
      -moz-border-radius: 2px;
      z-index: 5001; }
form.awesome input.errorText 
    { font-size: 13px; 
      padding: 3px 4px;  
      background: none; 
      font-weight: normal;
      border:1px solid #990000;
      position: relative;
       
      z-index: 10; }
	
label.overlay   
    { color:#999999;
       }
label.focus   
    { color:#cccccc;
    
     }
label.hastext   
    { color:#ffffff; 
        }







form.awesome1 span.wrap1 
    { position: relative; }
form.awesome1 span.wrap1 label  
    { position: absolute; 
      left: 3px; 
      top: -2px;
      
      font-size: 13px; 
      font-weight: normal; 
      
      background: #ffffff; 
      z-index: 5000;
      height:20px;
       -webkit-border-radius: 2px; 
      -moz-border-radius: 2px; 
 
       }
 
form.awesome1 input.input-text1 
    { font-size: 13px; 
      padding: 0px;  
      background: none; 
      font-weight: normal;
       padding-left:5px;
      position: relative;
      z-index: 5001;
       height:20px; 
       
        -webkit-border-radius: 2px; 
      -moz-border-radius: 2px; 
       }
label.overlay1   
    { color:#999999;
       }
label.focus1   
    { color:#cccccc;
    
     }
label.hastext1   
    { color:#ffffff; 
        }
        
form.awesome2 span.wrap1 
    { position: relative; }
form.awesome2 span.wrap1 label  
    { position: absolute; 
      left: 3px; 
      top: -2px;
      
      font-size: 13px; 
      font-weight: normal; 
      
      background: #ffffff; 
      z-index: 5000;
      height:20px;
       -webkit-border-radius: 2px; 
      -moz-border-radius: 2px; 
 
       }
 
form.awesome2 input.input-text1 
    { font-size: 13px; 
      padding: 0px;  
      background: none; 
      font-weight: normal;
      
      position: relative;
      z-index: 5001;
       height:20px; 
       padding-left:5px;
        -webkit-border-radius: 2px; 
      -moz-border-radius: 2px; 
       }
form.awesome3 span.wrap1 
    { position: relative; }
form.awesome3 span.wrap1 label  
    { position: absolute; 
      left: 3px; 
      top: -2px;
      
      font-size: 13px; 
      font-weight: normal; 
      
      background: #ffffff; 
      z-index: 5000;
      height:20px;
       -webkit-border-radius: 2px; 
      -moz-border-radius: 2px; 
 
       }
 
form.awesome3 input.input-text1 
    { font-size: 13px; 
      padding: 0px;  
      background: none; 
      font-weight: normal;
       
      position: relative;
      z-index: 5001;
       height:20px; 
       padding-left:5px;
        -webkit-border-radius: 2px; 
      -moz-border-radius: 2px; 
       }



.textbox 
    { font-size: 13px; 
      padding: 0px;  
      background: none; 
      font-weight: normal;
     background-color:#ffffff;
     border: 1px solid #222222;   
      position: relative;
       
       height:20px; 
       padding-left:3px;
        -webkit-border-radius: 2px; 
      -moz-border-radius: 2px; 
       }
    
 .textboxtariff 
    { font-size: 13px; 
      padding: 0px;  
      background: none; 
      font-weight: normal;
      width:100%;
      color:#3166ad;  
      position: relative;
       
       height:20px; 
       padding-left:3px;
        -webkit-border-radius: 2px; 
      -moz-border-radius: 2px; 
       }

fieldset {padding: 1.4em; margin: 0 0 1.5em 0; border: 1px solid #DDD; background: #F6F6F6;}
legend {font-weight: bold; font-size: 1.2em;}
textarea {overflow: auto;}
input.text, textarea,  {
	background: #FCFCFC;
	border: 1px inset #AAA;
	margin: 0.5em 0;
	padding: 4px 5px;
}
input.text:focus, textarea:focus, select:focus {background: #FFFFF5;}

input.button {
	background: #DDD;
	background-image:url("../images/buttonBg.gif");
	background-repeat:repeat-x;
	border: 1px outset #AAA;
	padding: 1px ;
	color:#ffffff;
	font-weight:bold;
	cursor: pointer;
}
input.button:hover {
	background-position:0 -40px;
}
input.button:active {border-style: inset;}

.form-error {border-color: #F00;}


.input-text 
    { font-size: 13px; 
      padding: 3px ;  
      background: none; 
      font-weight: normal;
      width: 180px;
      position: relative;
       -webkit-border-radius: 2px; 
      -moz-border-radius: 2px; 
      z-index: 10; }



 
 

.floatl {float:left;}
.floatr {float:right;}
 



.w15p {width: 15%;}
.w20p {width: 20%;}
.w25p {width: 25%;}
.w30p {width: 30%;}
.w35p {width: 35%;}
.w40p {width: 40%;}
.w45p {width: 45%;}
.w48p {width: 48%;}
.w50p {width: 50%;}
.w55p {width: 55%;}
.w60p {width: 60%;}
.w65p {width: 65%;}
.w70p {width: 70%;}
.w75p {width: 75%;}
.w80p {width: 80%;}
.w85p {width: 85%;}
.w90p {width: 90%;}
.w95p {width: 95%;}
.w97p {width: 97%;}
.w98p {width: 98%;}
.w100p {width: 100%;}


.w11 {width: 11px;}
.w12 {width: 12px;}
.w14 {width: 14px;}
.w15 {width: 15px;}
.w15 {width: 15px;}
.w20 {width: 20px;}
.w25 {width: 25px;}
.w30 {width: 30px;}
.w35 {width: 35px;}
.w40 {width: 40px;}
.w50 {width: 50px;}
.w55 {width: 53px;}
.w65 {width: 65px;}
.w70 {width: 70px;}
.w80 {width: 80px;}
.w90 {width: 90px;}
.w97 {width: 97px;}
.w100 {width: 100px;}
.w120 {width: 120px;}
.w130 {width: 130px;}
.w150 {width: 150px;}
.w160 {width: 160px;}
.w165 {width: 165px;}
.w180 {width: 180px;}
.w185 {width: 185px;}
.w190 {width: 190px;}
.w194 {width: 194px;}
.w200 {width: 200px;}
.w220 {width: 220px;}
.w230 {width: 230px;}
.w233 {width: 233px;}
.w245{width: 245px;}
.w250 {width: 250px;}
.w280 {width: 280px;}
.w300 {width: 300px;}
.w330 {width: 330px;}
.w330 {width: 330px;}
.w340 {width: 340px;}
.w400 {width: 400px;}
.w450 {width: 450px;}
.w500 {width: 500px;}
.w550 {width: 550px;}
.w600 {width: 600px;}
.w650 {width: 650px;}
.w1024 {width: 1000px;}
.w338 {width: 338px;}
.h80p {height: 80%;}
.h90p {height: 90%;}
.h98p {height: 98%;}
.h100p {height: 100%;}

 
.h13 {height: 13px;}
.h15 {height: 15px;}
.h19{height: 19px;}
.h25{height: 25px;}
.h30{height: 30px;}
.h35{height: 35px;}
.h50{height: 50px;}
.h60{height: 60px;}
.h65{height: 65px;}
.h70{height: 70px;}
.h80{height: 80px;}
.h90{height: 90px;}
.h91{height: 90px;}
.h93{height: 93px;}
.h96{height: 96px;}
.h100{height: 96px;}
.h300{height:300px;}
.h318{height:318px;}
.h368{height:368px;}
.h350{height:350px;}
.h400{height:400px;}
.h450{height:450px;}
.h480{height:450px;}
.h500{height:500px;}
.h600{height:600px;}

.pad0{padding: 0px;}
.pad2{padding: 2px;}
.pad5{padding: 5px;}
.padt2{padding-top: 2px;}
.padt5{padding-top: 5px;}
.padl5{padding-left: 5px;}
.pad10 {padding: 10px;}
.pad13 {padding: 13px;}
.pad20 {padding: 20px;}


.padtb10 { padding-bottom:10px; padding-top:10px;}

.padt0 {padding-top: 0px;}
.padt3 {padding-top: 3px;}
.padt10 {padding-top: 10px;}
.padt13 {padding-top: 13px;}
.padt15 {padding-top: 15px;}
.padt20 {padding-top: 20px;}
.padt55 {padding-top: 55px;}

.padl10 {padding-left: 10px;}
.padl20 {padding-left: 20px;}
.padl23 {padding-left: 23px;}
.padl25 {padding-left: 25px;}

.padr5 { padding-right:5px;} 
.padr10 { padding-right:10px;}
.padl4 {padding-left:4px;}

.padl5 {padding-left:5px;}
.padl30 {padding-left:30px;}
.hdotb {background-image: url("../images/mailImages/hDotBlue.gif");background-repeat: repeat-x; height: 2px; }
.hdotw {background-image: url("../images/hDotw.gif");background-repeat: repeat-x; height: 2px; }
.hdotblack {background-image: url("../images/hDotBlack.gif");background-repeat: repeat-x; height: 2px; } 
 .textg10{font-family:arial; font-size: 10px; font-weight:normal; text-decoration:none; color:#222222; }
.textg{font-family:arial; font-size: 12px; font-weight:normal; text-decoration:none; color:#bec3c7; }
.textblue14b{font-family:arial; font-size: 14px; font-weight:normal; text-decoration:none; color:#3166ad; }
.textblack12{font-family:arial; font-size: 12px; font-weight:normal; text-decoration:none; color:#222222; }
.textblack14{font-family:arial; font-size: 14px; font-weight:normal; text-decoration:none; color:#222222; }
.textblack16{font-family:arial; font-size: 16px; font-weight:normal; text-decoration:none; color:#222222; }
.textblack16b{font-family:arial; font-size: 16px; font-weight:bold; text-decoration:none; color:#222222; }
.textblack18{font-family:arial; font-size: 18px; font-weight:bold; text-decoration:none; color:#222222; }
.textg14{font-family:arial; font-size: 14px; font-weight:normal; text-decoration:none; color:#222222; }
.headingW{font-family:arial; font-size: 14px; font-weight:normal; text-decoration:none; color:#ffffff; }
.headingWf16{font-family:arial; font-size: 17px; font-weight:bold; text-decoration:none; color:#ffffff; }
.headingW16{font-family:arial; font-size: 18px; font-weight:normal; text-decoration:none; color:#3166ad; }
.headingW14{font-family:arial; font-size: 13px; font-weight:normal; text-decoration:none; color:#ffffff; }
.headingW14b{font-family:arial; font-size: 14px; font-weight:bold; text-decoration:none; color:#ffffff; }

.linkb  {  font-family: arial;font-size: 12px; font-weight: normal;text-decoration: underline;color: #8a9aab; }
.linkb:hover { font-family: arial;font-size: 12px; font-weight: normal;text-decoration: none;color: #8a9aab; }

.linkw  {  font-family: arial;font-size: 12px; font-weight: normal;text-decoration: underline;color: #ffffff; }
.linkw:hover { font-family: arial;font-size: 12px; font-weight: normal;text-decoration: none;color: #ffffff; }

.linkb14  {  font-family: arial;font-size: 14px; font-weight: normal;text-decoration: underline;color: #8a9aab; }
.linkb14:hover { font-family: arial;font-size: 14px; font-weight: normal;text-decoration: none;color: #8a9aab; }

.linkblue  {  font-family: arial;font-size: 14px; font-weight: normal;text-decoration: underline;color: #3166ad; }
.linkblue:hover { font-family: arial;font-size: 14px; font-weight: normal;text-decoration: none;color: #3166ad; }

.contactadd {background-image:url(../images/contactadd.png); background-repeat:no-repeat; width:17px; height:15px;   cursor:pointer;}
.contactadd:hover {background-position:0 -15px;}

.btOnOff {background-image:url(../images/btOnOff.png); background-color:#e7ecf4; background-repeat:no-repeat; width:95px; height:31px;   cursor:pointer;background-position:0 -31px;}
.btOnOffhover {background-image:url(../images/btOnOff.png); background-color:#e7ecf4; background-repeat:no-repeat; width:95px; height:31px;   cursor:pointer;}

.contactdelete {background-image:url(../images/contactdelete.png); background-repeat:no-repeat; width:17px; height:15px;   cursor:pointer;}
.contactdelete:hover {background-position:0 -15px;}

.floatingClose {background-image:url(../images/iconCancel.png); background-repeat:no-repeat; width:16px; height:17px;   cursor:pointer;}
.floatingClose:hover {background-position:0 -18px;}

.Btcreate {background-image:url(../images/BtCreate.gif); border:0px; background-repeat:no-repeat; width:23px; height:22px;  cursor:pointer;}
.Btexcel {background-image:url(../images/excelIcon.png); top:-4px; background-color:#ffffff; border:0px; background-repeat:no-repeat; width:25px; height:30px;  cursor:pointer;}
.Btcreateg {background-image:url(../images/BtCreateg.gif); border:0px; background-repeat:no-repeat; width:21px; height:22px;  cursor:pointer;}
.Btreport {background-image:url(../images/iconReport.png); border:0px; background-repeat:no-repeat; width:21px; height:24px;  background-color:#ffffff; cursor:pointer;}
.Btsetting {background-image:url(../images/iconSetting.png); border:0px; background-repeat:no-repeat; width:25px; height:25px; background-color:#e7ecf4; cursor:pointer;}

.btHelp {background-image:url(../images/iconHelp.png); border:0px; background-repeat:no-repeat; width:20px; height:20px;  cursor:pointer;}
.btdelete {background-image: url(../images/icondelete.gif); border:0px; background-repeat:no-repeat; width:13px; height:13px;  cursor:pointer;}
.btdelete:hover {background-image: url(../images/icondeleteHover.gif); border:0px; background-repeat:no-repeat; width:13px; height:13px;  cursor:pointer;}

.arrowClose {background-image:url(../images/arrowClose.gif); border:0px; background-repeat:no-repeat; width:9px; height:9px;  cursor:pointer;}
.arrowOpen {background-image:url(../images/arrowOpen.gif); border:0px; background-repeat:no-repeat; width:9px; height:9px;  cursor:pointer;}
.selectedLink{ font-family: arial;font-size: 12px; font-weight: normal;color: #222222;background-color:#bdc6ca;  }
.linkblack  {  font-family: arial;font-size: 12px; font-weight: normal;text-decoration: underline;color: #222222; }
.linkblack:hover { font-family: arial;font-size: 12px; font-weight: normal;text-decoration: none;color: #222222; }

.linkb  {  font-family: arial;font-size: 12px; font-weight: normal;text-decoration: underline;color: #8a9aab; }
.linkb:hover { font-family: arial;font-size: 12px; font-weight: normal;text-decoration: none;color: #8a9aab; }

.linklist  { cursor:pointer; font-family: arial;font-size: 14px; font-weight: normal;text-decoration: underline;color: #12415e; }
.linklist:hover {cursor:pointer; font-family: arial;font-size: 14px; font-weight: normal;text-decoration: none;color: #12415e; }

.linklistw  {  font-family: arial;font-size: 14px; font-weight: normal;text-decoration: underline;color: #ffffff; }
.linklistw:hover { font-family: arial;font-size: 14px; font-weight: normal;text-decoration: none;color: #ffffff; }

.linklistsmall  {  font-family: arial;font-size: 12px; font-weight: normal;text-decoration: underline;color: #12415e; }
.linklistsmall:hover { font-family: arial;font-size: 12px; font-weight: normal;text-decoration: none;color: #12415e; }

.linkEdit  {  font-family: arial;font-size: 11px; font-weight: normal;text-decoration: underline;color: #315b93; }
.linkEdit:hover { font-family: arial;font-size: 11px; font-weight: normal;text-decoration: none;color: #315b93; }

.linkExcel  {  font-family: arial;font-size: 21px; font-weight: normal;text-decoration: underline;color: #315b93; }
.linkExcel:hover { font-family: arial;font-size: 21px; font-weight: normal;text-decoration: none;color: #315b93; }


.linkblack14 {  font-family: arial;font-size: 14px; font-weight: bold;text-decoration: underline;color: #222222; }
.linkblack14:hover { font-family: arial;font-size: 14px; font-weight: bold;text-decoration: none;color: #222222; }

 

.btlogin {  background-image: url("../images/Btlogin.gif"); background-repeat:no-repeat; width:86px; height:26px;cursor:pointer; display: block;}
.btlogin:hover {background-position:0 -26px;}

.logo { background-image:url(../images/logo.png); background-repeat:no-repeat; width:97px; height:101px; border:0px;  margin-left:15px; margin-top:3px; cursor:pointer;}
.logoBig { background-image:url(../images/logoBig.png); background-repeat:no-repeat; width:150px; height:155px; border:0px;  margin-left:15px; margin-top:3px; cursor:pointer;}
.billsreminder { background-image:url(../images/billreminder.png); background-repeat:no-repeat; width:194px; height:39px; border:0px;  margin-left:15px; margin-top:3px; cursor:pointer;}
.bgHome {background-image: url("../images/bgHome.gif"); background-repeat: repeat-y;}

.tarifftext{font-family:Calibri; font-size: 18px; font-weight:bold; text-decoration:none; color:#000000; }
.tarifftextbig{font-family:Calibri; font-size: 25px;; font-weight:bold; text-decoration:none; color:#d8e1e5; }
.tarifftextw{font-family:Calibri; font-size: 18px; font-weight:bold; text-decoration:none; color:#d8e1e5; }
.tarifftextw16{font-family:Calibri; font-size: 16px; font-weight:bold; text-decoration:none; color:#d8e1e5; }
.tarifftextw15{font-family:Calibri; font-size: 15px; font-weight:bold; text-decoration:none; color:#d8e1e5; }
.tariffSignup { background-color:#32373d; background-image: url("../images/tariifsignup.png"); background-repeat:no-repeat; width:110px; height:30px;cursor:pointer; display: block;}
.tariffSignup:hover {background-position:0 -33px;}
.tariffBuy { background-color:#32373d; background-image: url("../images/tariffBuy.png"); background-repeat:no-repeat; width:110px; height:30px;cursor:pointer; display: block;}
.tariffBuy:hover {background-position:0 -33px;}
.tariffarrow {background-image:url(../images/arrowbt.png); background-repeat:no-repeat; width:25px; height:25px;}
.tariffbgsmnall {background-image: url("../images/tariffBillBg.png"); background-repeat:no-repeat; width:145px; height:249px;}
.tariffbg1 {background-image: url("../images/tariffbg1.png"); background-repeat:no-repeat; width:145px; height:320px;}
.tariffbg2 {background-image: url("../images/tariffbg2.png"); background-repeat:no-repeat; width:195px; height:365px;}
.tariffBt1 {background-image: url("../images/frretrial.png"); background-repeat:no-repeat; width:80px; height:100px;}
.tariffBt2 {background-image: url("../images/standard.png"); background-repeat:no-repeat; width:80px; height:100px;}.tariffBt1 {background-image: url("../images/frretrial.png"); background-repeat:no-repeat; width:80px; height:100px;}
.tariffBt3 {background-image: url("../images/standardplus.png"); background-repeat:no-repeat; width:80px; height:100px;}
.tariffBt4 {background-image: url("../images/prefered.png"); background-repeat:no-repeat; width:130px; height:165px;}
.tariffBtsmall {background-image: url("../images/preferedsmall.png"); background-repeat:no-repeat; width:80px; height:100px;}
.tariffBt5 {background-image: url("../images/gold.png"); background-repeat:no-repeat; width:80px; height:100px;}
.tariffBt6 {background-image: url("../images/platinum.png"); background-repeat:no-repeat; width:80px; height:100px;}
.tariffBt7 {background-image: url("../images/unlimited.png"); background-repeat:no-repeat; width:80px; height:100px;}
 

.ImgDiv1 {background-image: url("../images/homeMial1.png"); background-repeat: no-repeat; width: 324px; height: 350px; border: 0px;  }
.ImgDiv2 {background-image: url("../images/homeMial2.png"); background-repeat: no-repeat; width: 324px; height: 350px; border: 0px;  }
.ImgDiv3 {background-image: url("../images/homeMial3.png"); background-repeat: no-repeat; width: 324px; height: 350px; border: 0px;  }
.ImgDiv4 {background-image: url("../images/homeMial4.png"); background-repeat: no-repeat; width: 373px; height: 367px; border: 0px;  }

.collect {background-image: url("../images/clickheremore.png"); background-repeat: no-repeat; width: 351px; height: 66px; border: 0px; padding-left: 30px; cursor:pointer; display: block;}
.collect:hover {background-position:0 -66px;}
.loginBg {background-image: url("../images/loginBg.png"); background-repeat: repeat-y; width: 373px;   border: 0px;  }
.border { border: 1px solid #cccccc;}
.bordertop { border-top: 1px solid #cccccc; border-bottom:1px solid #cccccc;}
.borderb { border: 1px solid #222222;}
.borderbtop { border-top: 1px solid #222222;  }
.borderg {border:1px solid #e7ecf4;}


.bgcgray  {background-color: #e7ecf4; }
.bgcgrayl {background-color: #e4e4e4;}
.bgcolorb {background-color: #32373d; }
.bgchomeg {background-color: #383c41;}
.bgcborder {background-color: #cccccc; }
.bgcblack{background-color:#222222;}
.bgcwhite{background-color:#ffffff;}

/* 
   Alignment 
------------------------------------------------------------------- */

/* General */

.center,.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Images */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}
img.alignleft, img.left {margin: 0 1.5em 1em 0;}
img.alignright, img.right {margin: 0 0 1em 1.5em;}


/* Floats */   

.left,.alignleft {float: left;}
.right,.alignright {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}


/* Columns */

.col2 {width: 47%;}



/* 
   Separators 
------------------------------------------------------------------- */

.content-separator, .archive-separator {
	background: #EEE;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 24px;
}
.archive-separator {margin: 0 0 14px;}

.separator-vertical {background: url('../images/separator-vertical.gif') repeat-y center top;}


/* 
   Posts 
------------------------------------------------------------------- */

.post {margin-bottom: 24px;}

.post a {text-decoration: none;}
.post a:hover, .post-body a {text-decoration: underline;}

.post-title {border-bottom: 1px solid #E5E5E5;}

.post-date {
	color: #777;
	font-size: 0.9em;
	padding: 8px 0 0;
}
.post-date a {color: #444;}

.post-body {padding-top: 12px;}

.post-meta {
	background: #FCFCFC;
	border: 1px solid #ECECEC;
	color: #777;
	font-size: 0.9em;
	padding: 6px 10px;
}
.post-meta a {color: #345; }
.post-meta a:hover {color: #001;}


ul.nice-list {
	border-top: 1px solid #F0F0F0;
	margin-left: 0;
	margin-right: 0;
}
ul.nice-list li {
	border-bottom: 1px solid #F0F0F0;
	list-style: none;
	padding: 6px 5px;
}
ul.nice-list li a {text-decoration: none;}
ul.nice-list li a:hover {text-decoration: underline;}
ul.nice-list span {color: #666;}

#sidebar ul.nice-list li,#sidebar ul.nice-list {border-color: #E0E0E0;}


/* Archives */
.archive-pagination {margin-bottom: 1.6em;}
.archive-pagination a {text-decoration: none;}
.archive-pagination a:hover {text-decoration: underline;}
.archive-post {margin-bottom: 14px;}
.archive-post-date {
	background: #F5F5F5;
	border-bottom: 1px solid #C5C5C5;
	border-right: 1px solid #CFCFCF;
	float: left;
	margin-right: 12px;
	padding: 2px 0 5px;
	text-align: center;
	width: 46px;
}
.archive-post .post-date {
	border: none;
	padding: 0;
}
.archive-post-day {font: normal 1.6em Georgia,serif;}
.archive-post .post-date,.archive-post-title {padding-top: 3px;} 


/* 
   Thumbnails
------------------------------------------------------------------- */

.thumbnails {margin: 0 0 1em -8px;}
.thumbnails a.thumb {	
	background: #DAD6D0;
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 1px;
}
.thumbnails a.thumb:hover {background: #AAA;}
.thumbnails .thumb img {display: block;}


/* 
   Box
------------------------------------------------------------------- */

.box {
	background: url('../images/box.gif') no-repeat left top;
	border-bottom: 1px solid #DFDFDA;
	border-top: 1px solid #FFF;
	padding: 16px 20px 0;
}
.box a {color: #951;}
.box a:hover {color: #310;}
.box-title {	
	color: #665;
	font: normal 1.6em sans-serif;
}
.box-content {padding: 8px 0;}



/* 
   Comments 
------------------------------------------------------------------- */

div.comment-list {
	border-top: 1px solid #EEE; 
	margin: 1em 0 2em;
}

.comment {
	border-bottom: 1px solid #EEE;
	padding: 10px 8px 0;
}
.comment-date {font-size: 0.9em;}
.comment-date a {
	color: #567;
	text-decoration: none;
}
.comment-date a:hover {
	color: #001;
	text-decoration: underline;
}
.comment-body {padding-top: 4px;}

.comment-gravatar {width: 48px;}
.comment-gravatar img {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 2px;
}
.br, .clear {clear:both;}

/* 
   Layout 
------------------------------------------------------------------- */

/* Common */
.center-wrapper {
	width: 960px;
	margin: 0 auto;
}

/* Header */

#ImgDiv4 {position: absolute; width: 373px; height: 367px; top: 70px; left:0px;z-index: 1; float: left;} 

#EmailImage {position:absolute; width:640px;     z-index: 100000;}
#login { background-image:url(../images/popUpbg.gif); background-position:top;background-repeat:repeat-x; border: solid 1px #222222;  padding: 15px; height: 200px; width:400px;
	 }
#MenuDiv { padding-top:15px; float:right; text-align:right; width:100%;}
 
#registration {position:absolute; width: 600px;   z-index: 6006;  background-image:url(../images/popUpbg.png); background-position:top; background-repeat:repeat-x; -webkit-border-radius: 8px; 
      -moz-border-radius: 8px;  border: solid 1px #8a8a8a;  padding: 5px;  
	 }

#reportBg {  background-image:url(../images/report_bg.gif); width:3500px; background-position:top; background-repeat:repeat-x; -webkit-border-radius: 8px; 
      -moz-border-radius: 8px;  border: solid 1px #8a8a8a;  padding: 20px;  background-color:#ffffff;  
	 }
#reportBg1 {  background-image:url(../images/report_bg.gif); width:90%; background-position:top; background-repeat:repeat-x; -webkit-border-radius: 8px; 
      -moz-border-radius: 8px;  border: solid 1px #8a8a8a;  padding: 20px;  background-color:#ffffff;  
	 }
.dragme { cursor: move }
.arial10 {font-family:arial; font-size: 10px; font-weight:normal; text-decoration:none; color:#222222; }
.arial10b {font-family:arial; font-size: 11px; font-weight:bold; text-decoration:none; color:#222222; }
.arial14 {font-family:arial; font-size: 14px; font-weight:normal; text-decoration:none; color:#222222; }
.arialbl14 {font-family:arial; font-size: 14px; font-weight:bold; text-decoration:none; color:#3166ad; }
.arialred14 {font-family:arial; font-size: 14px; font-weight:bold; text-decoration:none; color:#660000; }
.arial16 {font-family:arial; font-size: 16px; font-weight:bold; text-decoration:none; color:#222222; }
.arial12blue {font-family:arial; font-size: 12px; font-weight:normal; text-decoration:none; color:#014693; }
.arial12 {font-family:arial; font-size: 12px; font-weight:normal; text-decoration:none; color:#222222; }
.arial12b {font-family:arial; font-size: 12px; font-weight:bold; text-decoration:none; color:#222222; }
.arial12f {font-family:arial; font-size: 12px; font-weight:bold; text-decoration:none; color:#ffffff; }
.arial13f {font-family:arial; font-size: 13px; font-weight:normal; text-decoration:none; color:#ffffff; }
#header-wrapper {background: #2F2F2F url('../images/header.gif') repeat-x left top;}
#header-wrapper-2 {background: url('../images/header-wrapper-2.gif') repeat-y center top;}
#header {
	background: #333 url('../images/header.gif') repeat-x left top;
	padding: 0px;
}

#forgotpassword {position:absolute; width: 400px; height:180px;   z-index: 6006;  background-image:url(../images/popUpbg.png); background-position:top; background-repeat:repeat-x; -webkit-border-radius: 8px; 
      -moz-border-radius: 8px;  border: solid 1px #8a8a8a;  padding: 5px;  
	 }
.dragme { cursor: move }
.arial14 {font-family:arial; font-size: 14px; font-weight:normal; text-decoration:none; color:#222222; }
.arial16 {font-family:arial; font-size: 16px; font-weight:bold; text-decoration:none; color:#222222; }
.arial12blue {font-family:arial; font-size: 12px; font-weight:normal; text-decoration:none; color:#014693; }
.arial12 {font-family:arial; font-size: 12px; font-weight:normal; text-decoration:none; color:#222222; }
.arial12b {font-family:arial; font-size: 12px; font-weight:bold; text-decoration:none; color:#222222; }
#header-wrapper {background: #2F2F2F url('../images/header.gif') repeat-x left top;}
#header-wrapper-2 {background: url('../images/header-wrapper-2.gif') repeat-y center top;}
#header {
	background: #333 url('../images/header.gif') repeat-x left top;
	padding: 0px;
}

#expirydatepopup {position:absolute; width: 400px; height:80px;   z-index: 2000002;  background-image:url(../images/popUpbg.png); background-position:top; background-repeat:repeat-x; -webkit-border-radius: 8px; 
      -moz-border-radius: 8px;  border: solid 1px #8a8a8a;  padding: 5px;  
	 }
.dragme { cursor: move }
.arial14 {font-family:arial; font-size: 14px; font-weight:normal; text-decoration:none; color:#222222; }
.arial16 {font-family:arial; font-size: 16px; font-weight:bold; text-decoration:none; color:#222222; }
.arial12blue {font-family:arial; font-size: 12px; font-weight:normal; text-decoration:none; color:#014693; }
.arial12 {font-family:arial; font-size: 12px; font-weight:normal; text-decoration:none; color:#222222; }
.arial12b {font-family:arial; font-size: 12px; font-weight:bold; text-decoration:none; color:#222222; }
#header-wrapper {background: #2F2F2F url('../images/header.gif') repeat-x left top;}
#header-wrapper-2 {background: url('../images/header-wrapper-2.gif') repeat-y center top;}
#header {
	background: #333 url('../images/header.gif') repeat-x left top;
	padding: 0px;
}



#resendactivationlink {position:absolute; width: 400px; height:180px;   z-index: 2000002;  background-image:url(../images/popUpbg.png); background-position:top; background-repeat:repeat-x; -webkit-border-radius: 8px; 
      -moz-border-radius: 8px;  border: solid 1px #8a8a8a;  padding: 5px;  
	 }
.dragme { cursor: move }
.arial14 {font-family:arial; font-size: 14px; font-weight:normal; text-decoration:none; color:#222222; }
.arial16 {font-family:arial; font-size: 16px; font-weight:bold; text-decoration:none; color:#222222; }
.arial12blue {font-family:arial; font-size: 12px; font-weight:normal; text-decoration:none; color:#014693; }
.arial12 {font-family:arial; font-size: 12px; font-weight:normal; text-decoration:none; color:#222222; }
.arial12b {font-family:arial; font-size: 12px; font-weight:bold; text-decoration:none; color:#222222; }
#header-wrapper {background: #2F2F2F url('../images/header.gif') repeat-x left top;}
#header-wrapper-2 {background: url('../images/header-wrapper-2.gif') repeat-y center top;}
#header {
	background: #333 url('../images/header.gif') repeat-x left top;
	padding: 0px;
}








#help-wrapper {
	background: url('../images/help.gif') no-repeat left top;
	height: 70px;
	text-align:right;
	margin: -8px 0 0 auto;
	width: 400px;
	
	text-align: left;
}
#help {
	color: #666;
	font-size: 1.2em;
	
	padding: 10px 10px 0 10px;
}
#help a {
	color: #999;
	text-decoration: none;
}
#help a:hover {color: #DDD;}

#help span.text-separator {
	color: #fff;
	padding: 0 7px;
}

#logo {
	position:fixed;
	float:left;
	z-index:1; 
	top:0px;
	left: 0px;
	
	}
#logo1 {
	position:absolute;
	z-index:1 ; 
	top:0px;
	left: -20px;
	}
#site-title a {text-decoration: none;}
#site-title, #site-title a {color: #FFF;}
#site-title span, #site-title a span {color: #DDD;}
#site-slogan {
	color: #B58361;
	font-size: 1.3em;
}


/* Navigation */

ul.tabbed {
	display: inline;
	margin: 0;
	padding: 0;
    float: right;
}
ul.tabbed li {
	float: left;
	list-style: none;
}
ul.tabbed a {text-decoration: none; cursor: pointer;}

ul.tabbed a.Tabcustomer { background-image:url(../images/menu.png); background-repeat:no-repeat; width:95px; height:27px;   cursor:pointer;}
ul.tabbed a.TabcustomerSelected { background-image:url(../images/menu.png); background-repeat:no-repeat; width:95px; height:27px;   cursor:pointer;background-position:0 -73px;}
ul.tabbed a.Tabcustomer:hover { background-position:0 -37px;}
ul.tabbed a.Tabpayment { background-image:url(../images/menu.png); border: 0px; background-repeat:no-repeat; width:170px; height:27px;   cursor:pointer; background-position:-112px 0;}
ul.tabbed a.TabpaymentSelected { background-image:url(../images/menu.png); border: 0px; background-repeat:no-repeat; width:170px; height:27px;   cursor:pointer; background-position:-112px -73px;}

ul.tabbed a.Tabpayment:hover {background-position:-112px -37px;}
ul.tabbed a.Tabreport { background-image:url(../images/menu.png); background-repeat:no-repeat; width:63px; height:27px;   cursor:pointer; background-position:-300px 0;}
ul.tabbed a.Tabreport:hover { background-position:-300px -37px;}
ul.tabbed a.TabreportSelected { background-image:url(../images/menu.png); background-repeat:no-repeat; width:63px; height:27px;   cursor:pointer; background-position:-300px -73px;}

ul.tabbed a.Tabtariff { background-image:url(../images/menu.png); background-repeat:no-repeat; width:73px; height:27px;   cursor:pointer;background-position:-380px 0;}
ul.tabbed a.Tabtariff:hover { background-position:-380px -37px;}
ul.tabbed a.TabtariffSelected { background-image:url(../images/menu.png); background-repeat:no-repeat; width:73px; height:27px;   cursor:pointer;background-position:-380px -73px;}

ul.tabbed a.Tabsetting { background-image:url(../images/menu.png); background-repeat:no-repeat; width:79px; height:27px;   cursor:pointer;background-position:-470px 0;}
ul.tabbed a.Tabsetting:hover { background-position:-470px -37px;}
ul.tabbed a.TabsettingSelected { background-image:url(../images/menu.png); background-repeat:no-repeat; width:79px; height:27px;   cursor:pointer;background-position:-470px -73px;}

.bgamount {background-image:url(../images/bgAmount.gif); background-repeat: repeat-x;  height:20px; padding:2px 5px 2px 5px;}


.emailtoall { background-image:url(../images/emailtoall.gif);  background-repeat:no-repeat; width:177px; height:46px;   cursor:pointer;background-position:0px 0;}
.emailtoall:hover { background-position:0px -47px;}
 
.smstoall { background-image:url(../images/smstoall.gif); background-repeat:no-repeat; width:152px; height:46px;   cursor:pointer;background-position:0px 0;}
.smstoall:hover { background-position:0px -47px;}

#navigation-wrapper {background: url('../images/navigation.gif') repeat-x left top;}
#navigation-wrapper-2 {background: url('../images/navigation-wrapper-2.gif') no-repeat center top;}
#navigation {
	background: url('../images/navigation.gif') repeat-x left top;
	min-height: 46px;
	padding: 0 8px;
}

#navigation a {
	color: #EAE6DD;
	display: block;
	font-weight: bold;
	font-size: 1.3em;
	padding: 7px 10px 0px;
	margin-top: 12px;
}
#navigation a:hover {color: #FFF;}
#navigation li.current_page_item a, #navigation li.current_page_parent a {color: #FFE;}
#navigation li.current_page_item a {background: url('../images/navigation-arrow-2.gif') no-repeat center bottom;}
#navigation li.current_page_parent a {background: url('../images/navigation-arrow.gif') no-repeat center bottom;}


/* Subnav */

#subnav-wrapper {background: #E9E9E9 url('../images/subnav-wrapper.gif') repeat-x left bottom;}
#subnav-wrapper-2 {background: url('../images/subnav-wrapper-2.gif') no-repeat center bottom;}
#subnav {padding: 0 8px;}

#subnav a {
	color: #666;
	display: block;
	font: bold 1.1em sans-serif;
	padding: 12px 12px;
}
#subnav a:hover {color: #111;}
#subnav li.current_page_item a {color: #333;}


/* Content */

.content {font-size: 1.1em;}
#content-wrapper {background: #F6F6F6 url('../images/content-wrapper.gif') repeat-y center top;}
.content#content-two-columns {background: url('../images/content-two-columns.gif') repeat-y left top;}


/* Main */

#main-wrapper {
	float: right;
	width: 698px;
}
#main {padding: 5px;}

#main .text-separator, #featured .text-separator {
	color: #AAA;
	padding: 0 5px;
}


/* Sidebar */

#sidebar-wrapper {
	float: left;
	width: 260px;
}


/* Footer */

#footer-wrapper { 
    
	background: url('../images/footer-wrapper.gif') no-repeat center bottom;
	border-top: 1px solid #999;
	padding-bottom: 20px;
	
}
#footer {
	background: #808080;
	font-size: 1.1em;
	padding: 12px 16px;
}
#footer a {
	color: #DDD;
	text-decoration: none;
}
#footer a:hover {color: #FFF;}
#footer span.text-separator {
	color: #999;
	padding: 3px;
}

#footerHome { position: fixed;bottom: 0px;  width:100%;height:30px; 
  background-color:#808080;
	border-top: 1px solid #999;
			}
#footerHome a {
	color: #DDD;
	text-decoration: none;
}
#footerHome a:hover {color: #FFF;text-decoration: underline;}
#footerHome span.text-separator {
	color: #999;
	padding: 0 3px;
}
#faq p, h4,h6  {color: #e4e4e4; 	text-decoration: none;}
#faq  ul li{list-style-position:  inherit;color:#ffffff; list-style-type: disc;}
#faq  ul li a{color: #fff; 	text-decoration: underline;}
#faq  ul li a:hover{color: #999; 	text-decoration: none;}



/* Bottom */

#bottom {
	color: #666;
	padding: 0 6px 12px;
	margin-top: -6px;
}
#bottom a {
	color: #555;
	text-decoration: none;
}
#bottom a:hover, #bottom .right a:hover {color: #002;}
#bottom span.text-separator {
	color: #888;
	padding: 0 3px;
}
#bottom .right, #bottom .right a {color: #777;}


/* Featured Box */
#featured-wrapper {
	background: url('../images/gradient-light.gif') repeat-x left bottom;
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 22px;
}
#featured {padding: 42px 124px 12px 48px;}

#featured h2 {
	font: normal 3em sans-serif;
	margin: 0;
}
#featured h2 span {color: #43B16C;}


/* 
   Misc overriding classes
------------------------------------------------------------------- */

/* Border */

.noborder {border: 0;}
.notborder {border-top: 0;}
.norborder {border-right: 0;}
.nobborder {border-bottom: 0;}
.nolborder {border-left: 0;}

/* Margin */

.nomargin {margin: 0;}
.notmargin {margin-top: 0;}
.normargin {margin-right: 0;}
.nobmargin {margin-bottom: 0;}
.nolmargin {margin-left: 0;}

/* Padding */

.nopadding {padding: 0;}
.notpadding {padding-top: 0;}
.norpadding {padding-right: 0;}
.nobpadding {padding-bottom: 0;}
.nolpadding {padding-left: 0;}

#createBillPopDiv {position:absolute; width: 600px;   z-index: 6000;  background-image:url(../images/popUpbg.png); background-position:top; background-repeat:repeat-x; -webkit-border-radius: 8px; 
      -moz-border-radius: 8px;  border: solid 1px #8a8a8a;  padding: 5px;  
	 }
#createAdvancePaymentPopDiv {position:absolute; width: 600px;   z-index: 6000;  background-image:url(../images/popUpbg.png); background-position:top; background-repeat:repeat-x; -webkit-border-radius: 8px; 
      -moz-border-radius: 8px;  border: solid 1px #8a8a8a;  padding: 5px;  
	 }
div.infonew{
    position:relative; /*this is the key*/
    z-index:6008; 
    text-decoration:none}

div.infonew:hover{z-index:6008; background-color:#e4e4e4;
    color:#000;}

div.infonew span{display: none; width:550px;}

div.infonew:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:-30px; left:0px;; width:15em;
    border:1px solid #014693;
    background-color:#deeffd; color:#000;
	 width:550px;
	 cursor:pointer;
    text-align: center}


div.infohelp{
    position:relative; /*this is the key*/
    z-index:6008; 
    text-decoration:none}

div.infohelp:hover{z-index:6008; background-color:#e4e4e4;
    color:#000;}

div.infohelp span{display: none; width:200px;}

div.infohelp:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:1px;; width:15em;
    border:1px solid #014693;
    background-color:#deeffd; color:#000;
	 width:200px;
    text-align: left;
	font-size: 11px;
	font-weight: normal;
	font-family:helvetica;}

#messagesDiv{ position:absolute; z-index:800001; top:-100px; left:350px;    width:400px; height:40px; }
div.messagesDiv{
				 position:fixed; /*this is the key*/
   				 z-index:800000; 
  				  text-decoration:none
					}





#billAvail{ position:absolute; z-index:800000; top:-1px; left:0px;  background-image:url(../images/billsavaiBg.png); background-repeat:no-repeat; width:150px; height:30px; }

div.billAvail{
				 position:relative; /*this is the key*/
   				 z-index:800001; 
  				  text-decoration:none
					}
div.billAvail:hover{z-index:26; background-color:#990000;
    color:#ffffff;}
div.billAvail span{display: none; width:160px;}

div.billAvail:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:26px; left:-50px;; width:15em;
    border:1px solid #014693;
    background-color:#deeffd; color:#000;
	 width:180px;
	  text-align: left;
	font-size: 10px;
	font-weight: normal;}



#autoEmailSms{ position:absolute; z-index:800000; top:-1px; left:1px;  background-image:url(../images/alertactive.png); background-repeat:no-repeat; width:150px; height:30px; }

 div.autoEmailSms{
				 position:relative; /*this is the key*/
   				 z-index:800001; 
  				  text-decoration:none
					}



 

#homeIconDiv { position:absolute; z-index:7000; top:73px; left:-7px; width:25px; height:20px; display:none;}
#homeIconDivreport { position:absolute; z-index:7000; top:73px; left:-7px; width:25px; height:20px; display:none;}


#contactpopup {position:absolute; width: 350px;   z-index: 7000;  background-image:url(../images/popUpbg.png); background-position:top; background-repeat:repeat-x; -webkit-border-radius: 8px; 
      -moz-border-radius: 8px;  border: solid 1px #8a8a8a; background-color:#ffffff;  padding: 5px;  
	 }
  
  #openshortclosepopupdiv {position:absolute; width: 350px; height :300px; z-index: 2000002;  background-image:url(../images/popUpbg.png); background-position:top; background-repeat:repeat-x; -webkit-border-radius: 8px; 
      -moz-border-radius: 8px;  border: solid 1px #8a8a8a; background-color:#ffffff;  padding: 5px;  
	 }
	 
   #openShortClosePopUpBillDetailsDiv {position:absolute; width: 350px;height :300px;   z-index: 2000002;  background-image:url(../images/popUpbg.png); background-position:top; background-repeat:repeat-x; -webkit-border-radius: 8px; 
     -moz-border-radius: 8px;  border: solid 1px #8a8a8a; background-color:#ffffff;  padding: 5px;  
 }
 
   #openShortClosePopUpForUpdateDiv {position:absolute; width: 350px;height :300px;   z-index: 2000002;  background-image:url(../images/popUpbg.png); background-position:top; background-repeat:repeat-x; -webkit-border-radius: 8px; 
      -moz-border-radius: 8px;  border: solid 1px #8a8a8a; background-color:#ffffff;  padding: 5px;  
	 }
	  #openUploadCustomerDiv {position:absolute; width: 350px;height :250px;   z-index: 2000002;  background-image:url(../images/popUpbg.png); background-position:top; background-repeat:repeat-x; -webkit-border-radius: 8px; 
      -moz-border-radius: 8px;  border: solid 1px #8a8a8a; background-color:#ffffff;  padding: 5px;  
	 }
#openAdvPaymentPopupDiv {position:absolute; width: 350px; height :250px; z-index: 2000002;  background-image:url(../images/popUpbg.png); background-position:top; background-repeat:repeat-x; -webkit-border-radius: 8px; 
      -moz-border-radius: 8px;  border: solid 1px #8a8a8a; background-color:#ffffff;  padding: 5px;  
	} 
	
	#openAdvPayment {position:absolute; width: 350px; height :250px; z-index: 2000002;  background-image:url(../images/popUpbg.png); background-position:top; background-repeat:repeat-x; -webkit-border-radius: 8px; 
      -moz-border-radius: 8px;  border: solid 1px #8a8a8a; background-color:#ffffff;  padding: 5px;  
	} 
#show_AdvPaymentDetailsDiv {position:absolute; width: 350px; height :250px; z-index: 2000002;  background-image:url(../images/popUpbg.png); background-position:top; background-repeat:repeat-x; -webkit-border-radius: 8px; 
      -moz-border-radius: 8px;  border: solid 1px #8a8a8a; background-color:#ffffff;  padding: 5px;  
	} 