body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #555555;
    margin: 0 auto;
    background-color: #F2F2F2;
}

p, td {
    color: #555555;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ LINKS*/
a {
    color: #005da4;
    text-decoration: none;

}

a:hover {
    color: #555555;
    text-decoration: underline;
}

a.feature {
    color: #339900;
    text-decoration: none;
}

a.feature:hover {
    color: #246B00;
    text-decoration: underline;
}

a.sectionHeader {
    color: #339900;
    text-decoration: none;
    font-weight: bold;
}

a.siteMapLevel2 {
    color: #555555;
    text-decoration: none;
    font-weight: bold;
}

a.siteMapLevel3 {
    color: #555555;
    text-decoration: none;
}

a.navTextOff {
    color: #003366;
    text-decoration: none;
    font-weight: bold;
}

a.navTextOn {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

a.navTextOn:hover {
    color: #666666;
    text-decoration: none;
    font-weight: bold;
}

a.navTextOff:hover {
    color: #666666;
    text-decoration: none;
    font-weight: bold;
}

a.secondaryNavTextOff {
    color: #31657F;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
}

a.secondaryNavTextOn {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

a.secondaryNavTextOn:hover {
    color: #666666;
    text-decoration: none;
    font-weight: bold;
}

a.secondaryNavTextOff:hover {
    color: #666666;
    text-decoration: none;
    font-weight: bold;
}

a.tertiaryNavTextOff {
    font-size: 12px;
    color: #29b9db;
    text-decoration: none;
}

a.tertiaryNavTextOff:hover {
    color: red;
    text-decoration: none;
}

a.tertiaryNavTextOn {
    color: #000000;
    text-decoration: none;
}

a.tertiaryNavTextOn:hover {
    color: #000000;
    text-decoration: none;
}

a.navTextOff {
    color: #003366;
    text-decoration: none;
    font-weight: bold;
}

a.navTextOn {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

a.navTextOn:hover {
    color: #666666;
    text-decoration: none;
    font-weight: bold;
}

a.navTextOff:hover {
    color: #666666;
    text-decoration: none;
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

h1 {
    font-family: Verdana, Arial, sans-serif;
    font-size: 120%;
    color: #334d55;
}

h2 {
    font-size: 114%;
    color: #006699;
}

h3 {
    font-size: 100%;
    color: #334d55;
}

h4 {
    font-size: 100%;
    font-weight: normal;
    color: #333333;
}

h5 {
    font-size: 100%;
    color: #334d55;
}

ul {
    list-style-type: square;
    color: #555555;
}

ul ul {
    list-style-type: disc;
}

ul ul ul {
    list-style-type: none;
}

p {
/*	font-size:100%;*/
    padding: 0;
    color: #555555;
}

hr {
    color: #81a3bc;
}

label {
    color: #555555;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 20px;
}

select {

    width: 170px;
    color: #333333;
    font-size: 11px;
    border: 1px solid #81a3bc;
}

input {
    border: 1px solid #81a3bc;
}

input[type="button"] {
    font-size: 11px;

}

input[type="submit"] {
    font-size: 11px;

}

input[type="reset"] {
    font-size: 11px;
}

input[type="radio"] {
    border: none;
    vertical-align:middle;
}

input[type="checkbox"] {
    border: none;
}

table.footer .small {
    font-size: 10px;
    color: #555555;
}

input[type="text"] {
    color: #333333;
}

/***********************************************/
/* Layout Divs      */
/***********************************************/

#masthead {
    margin: 0;
    padding: 0;
    width: 100%;
/*	background-image:url(images/LD_header-admin_bg.gif);*/
	background-repeat:repeat-x;
	height:73px;
	overflow:hidden;
}

#navBar {
    margin: 0;
    padding: 15px 0 40px 8px;
    width: 150px;
    background: none;
    border-left: 1px solid #ececee;
}

#content {
    float: right;
    width: 601px;
    margin: 0;
    padding: 0 0 0 5px;
    border-right: 1px solid #ececee;
    height: inherit;
}

#container {
    margin: 0 auto;
    visibility: visible;
    background-color: #ffffff;
    width: 800px;
    overflow: hidden; /*border:0.5pt solid #dddddd;*/

}

#main {
    width: 798px;
    height: 100%;
    border-left: 1px solid #ececee;
    border-right: 1px solid #ececee;
    border-bottom: 1px solid #ececee;
}

#pgtitle {
    padding: 0 55px 0 0;
    margin: 0;
    float: right;
    text-align: right;
    width: 300px;
    height: 22px;
    overflow: hidden;
}

#pgtitle img {
    margin: 0;
    border: none;
    margin-right:0;
}

table.layout {
    border: 0 solid #ececee;
    border-bottom-width: 2px;
    background-color: #ffffff;
}

table.layout .ruleL {
    border-left: 1px solid #ececee;
}

table.layout .ruleR {
    border-right: 1px solid #ececee;
}

table.layout td.pgt {
    padding-right: 70px;
}

.content2 {
    margin-left: 3%;
    width: 97%;
}

.content3 {
    margin-left: 1%;
    width: 95%;
}

.feature {
    padding: 10px 0 10px 0;
    font-weight: normal;
    margin-right: 5%;
}

/*-- THREE COLUMN LAYOUT  */

#feature3 {
    width: 450px;
    padding: 5px 0 10px 10px;
    vertical-align: top;
    text-align: left;
    margin-left: 10px;
}

#feature3 p.featureText {
    line-height: 18px;
}

#feature3 li {
    margin-bottom: 5px;
}

#feature3 table {
    margin: 0;
}

#righNav {
    width: 145px;
    float: right;
    padding: 20px 5px 5px 5px;
    text-align: center;
    vertical-align: top
}

#feature3 img.banner3r {
    margin-left: -4px;
    margin-top: 15px;
}

/*-- THREE COLUMN LAYOUT  END  ///////////////// */

.feature table {
    margin: 0;
}

.feature td {
    margin: 0;
}

.feature2 {
    padding: 10px 30px 10px 30px;
    font-weight: normal;
}

.feature2 td {
    margin: 0;
}

#content2 {
    margin-left: 3%
}

/* ------- SUBSCRIPTION Process style ------- */

table.frameTB {
    width: 100%
}

table.Table_steps {
    margin: 15px 0 10px 0;
    padding: 0;
}

table.Table_steps td {
    padding: 0
}

table.Table_steps img {
    border: 0;
    padding: 0;
    margin: 0;
}

.steps {
    margin: 15px 0 0 0;
    padding: 0;
}

p.instructions {
    color: #000000;
    margin: 13px 0 20px 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
}

p.instructions img {
    padding-right: 10px;
}

.instructions {
    color: #000000;
    margin: 10px 0 15px 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
}

/* -- Table styles   -----------------------------------------------------------------------------

/* Edit Plan; add new user; edit details pages use this layout_tb table */
table.layout_tb {
    margin: 0 0 15px 0;
    padding: 0 15px 0 0;
}

/* default and demo page sytle*/

table.highlights {
    background: #FFFFFF url('../images/lme-logo-gray-bg.gif') no-repeat right;
    width: 100%;
    font-size: inherit;
}

#highlights {
    font-size: 13px;
}

/*---------------------- left Nav ------------------ */

#advert {
    padding: 0;
    margin: 10px 0 10px 0;
    height: auto;
    overflow: hidden;
}

#advert.call {
    padding: 0;
    margin: 15px 0 10px 0;
    height: auto;
}

#advert img.but2 {
    border: 1px solid #81a3bc;
}

table.callus {
    border: 2px solid #81a3bc;
    padding: 0;
    width: 140px;
}

.callUS-txt {
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    color: #31657F;
}

#advert.call img {
    margin: 0;
}

#advert img.banner1 {
    border: 0.5pt solid #cccccc;
}

#advert img.banner2 {
    border: 0.5pt solid #cccccc;
    margin: 10px 0 10px 0;
}

#advert img.banner3 {
    border: 0.5pt solid #cccccc;
    margin: 10px 0 10px 0;
}

.rightTD {
    border-left: 1px solid #ececee;
}

.signUpTxt {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd; /*font-size:11px;*/
    text-align: center;
    padding: 3px;
}

a.signUpLink {
/*	font-size:110%;*/
    color: #31657F;
    text-decoration: none;
    font-weight: bold;
}

a:hover.signUpLink {
    color: #333333;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
    display: block;
}

#navBar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
    border-bottom: 1px solid #EEEEEE;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {
    border-bottom: none;
    list-style-type: none;
}

.navBorder {
    background: #ececee;
    padding: 0;
    margin: 0;
}

#sectionLinks {
    position: relative;
    margin: 2px 2px 0 0;
    padding: 2px 0;
    border: 1px solid #81a3bc;
    background-color: #ffffff;
    text-transform: uppercase;
    width: 140px;
    height: 20px;
    overflow: hidden;
    vertical-align: middle;
}

#sectionLinks h3 {
    padding: 10px 0 2px 5px;
}

#sectionLinks a:link {
    padding: 2px 0 2px 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 136px;
    letter-spacing: normal;
    text-decoration: none;
    display: block;
    color: #31657F;
    font-weight: bold;
}

#sectionLinks a:visited {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #cccccc;
    padding: 2px 0 2px 5px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    color: #31657F;
}

#sectionLinks a:hover {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #cccccc;
    background-color: #81a3bc;
    color: #ffffff;
    font-weight: bold;
    padding: 2px 0 2px 5px;
    text-decoration: none;
    display: block;
}

/*table.bottom-left{
	border:1px solid #cccccc;
	background-color:#ffffff;
	margin:10px 4px 0 4px;
}
table.menutb1 td{
	padding:1px;
	text-align:left;
}	
 
.demoTB	{
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	margin:0;
}
*/

/* ----------------- agreement page/ order summary ------------ */

#agreement {
    position: relative;
    background-color: #ffffff;
    padding: 5px;
    border: 5px solid #f2f2f2;
    overflow: scroll;
    height: 450px;
}

/*#agreement p.agreehd{
    font-size:large;
    text-align:center;
}*/
#agreement p.smallBlack {
    width: 100%;
    color: #333333;
    font-weight: normal;
    line-height: 14px;
}

.agreemtTB {
    font-weight: normal;
    background-color: #ffffff;
    border: 1px solid #ececee;
}

table.orderSum {
    background-color: #ececee;
    margin-bottom: 20px;
    width: 100%;
}

.orderSum .small {
    font-size: 11px;
    color: #555555;
}

.orderSum tr {
    background-color: #ffffff;

}

.orderSum td {
    color: #555555;
}

.orderSum th {
    color: #555555;
    font-weight: bold;
    text-align: left;
    background-color: #ececee;
    font-size: 11px;
}

.orderSum.changeWidth {
    width: 95%;
}

.liteGray {
    background: #F2F2F2;
}

.orderSumHeader {
    background-color: #eeeeee;
    color: #000000;
    font-weight: normal;
    padding: 1px 4px;
    font-size: 14px;
    border-bottom:2px solid #ffffff;
}

td.totalprice2 {
    border: 1px solid #29b9db;
    color: #000000;
    font-weight: bold;
}

table.planDetails {
    background-color: #dddddd;
    margin-bottom: 0;
    width: inherit;
    color: #000000;
}

.planDetails tr {
    background-color: #ffffff;
    color: #000000;
}

.planDetails th {
    color: #444444;
    font-weight: bold;
    text-align: left;
    background-color: #f2f2f2;
    font-size: 11px;
}

.planDetails .small {
    font-size: 11px;
}

/* ------------------------registration PAGE styles-------------------- */

table.register label {
    color: #555555;
    font-weight: normal;
    margin-left: 20px;
}

table.footer {
    margin-top: 10px;
    border: 0;
}

table.register {
    font-weight: normal;
    background-color: #f2f2f2;
    width: 100%;
    height: 100%;
    color: #555555;
    border: 1px solid #ececee;
    border-top: 0 solid #dddddd;
    font-size: inherit;
    margin: 0;
}

table.register .small {
    font-size: 10px;
}

table.register .largeTextBK {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}

table.register input {
    width: 165px;
    font-size: 12px;
}
table.register input[type="radio"]{
	border:none;
}

table.register input[type="checkbox"]{
		border:none;
}
table.register select {
    width: 167px;
    /*
    border:1px solid #81a3bc;
    outline:#81a3bc;
     */
    font-size: 12px;
    border: 1px solid #81a3bc;
    color: #333333;
}

.frameTB table.borderall_blue input {
    width: 165px;
    font-size: 11px;
}

/* ///////// registration page Corporate New options table///////*/
table.newOptions {
    background-color: #ffffff;
    width: 100%;
    border-color: #ececee;
    font-size: 12px;
    margin: 0 0 15px 0;
    border-bottom: 2px solid #dddddd;

}

table.newOptions td {
    /*font-size:90%;
     border:none;*/
    border: 1px solid #ececee;
}

.newOptions  td.rtdata {
    background-color: #E2F0F5;
    font-size: 11px;
    color: #31657F;
    font-weight: bold;
    border-bottom: 1px solid #ffffff;

}

.newOptions  td.rtdata_RL {
    border-left: 1px solid #ffffff;
    border-right: none;

}

.newOptions  td.dldata {
    background-color: #E6FAC7;
    font-size: 11px;
    font-weight: bold;
    color: #31657F;
    border-bottom: 1px solid #ffffff;
}

.newOptions  td.rtdata_RR {
    border-right: 1px solid #ffffff;
    border-left: none;
}

.newOptions  td.dldata_RL {
    border-left: 1px solid #ffffff;
    border-right: none;
}

.newOptions  td.dldata_RR {
    border-right: 1px solid #ffffff;
    border-left: none;
}

.newOptions .anyOpts {
    font-size: 11px;
    font-weight: bold;
    color: #31657F;
    background-color: #FFFF99;
}

.newOptions .ROL {
    border-left: none;
}

.newOptions .ROR {
    border-right: none;
}

.newOptions td.newth {
    background-color: #eeeeee;
    font-size: 11px;
    letter-spacing: normal;
}

.newOptions  td.th_rules {
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.newOptions input[type="radio"]{
	border:none;
}

td.rulesBT {
    border-bottom: 1px solid #555555;
    border-top: 1px solid #555555;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/
.pagetitle {
    background-color: #000000;
    color: #ffffff;
    text-align: left;
}

table.planOptions {
    font-weight: normal; 
    /*background-color: #ffffff;*/
    margin: 0 0 14px 0;
    border: 0.5pt solid #003366;
    padding: 0;
    background-color: #dddddd;
}

table.planOptions label {
    font-weight: bold;
    color: #555555;
}

table.planOptions td {
    margin: 0;
    background-color: #ffffff;
}

li {
    list-style: circle;
}

table.wirelessAccess {
    font-weight: normal;
    width: 100%;
    height: 100%;
    color: #000000;
    background-color: #dddddd;
    margin-top: 2px;
}

.redtext {
    color: #FF0000;
    font-size: small;
    font-weight: bold
}

/* ..................SIGN UP PAGE.

.planType{
   background-color:#010066;
   color:#ffffff;
   text-align:left;
   letter-spacing:0.04em;
   font-weight:bold;
   font-size:85%;
}....................... */
td.planTypeB {
    background-color: #81a3bc;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
    font-size: 101%;
    padding: 0;
    border: 0 none;
}

/*td.planTypeA{
    background-color:#CDD7E7;
    color:#000000;
    text-align:left;
    letter-spacing:0.02em;
    font-weight:bold;
    font-size:101%;
    padding:0;
    border-width:0;
    border:none;

}

table.directAmt{
    font-weight:normal;
    background-color:#ffffff;
    border:0.5pt solid #076161;
}
table.mobileAmt{
    font-weight:normal;
    background-color:#ffffff;
    border:0.5pt solid #666797;
}
.signupContent{
    font-weight:normal;
    border:0.5pt solid #cccccc;
}
table.signUP-TB{
    width:100%;
    background-color:#ffffff;
    margin:0 0 10px 0;
    border-style:solid;
    border-color:#cccccc;
    border-width:1pt;
    text-align:left;
}

table.signUP-TB th{
    color:#444444;
    font-weight:bold;
    text-align:left;
    font-size:11px;
    }
table.wirelessTB{
    border:0.5pt solid #cccccc;
    margin:0;
}
table.wirelessTB td{
    padding:0;color:#eeeeee;
}
.signUP-TB label{
    color:#31657F;
    font-weight:bold;
}
p.instuctBox{
    font-size:10px;
}*/
td.ruleB {
    border-bottom: 0.5pt solid #ececee;
}

td.ruleT {
    border-top: 1px solid #ececee;
}

td.ruleR {
    border-right: 0.5pt solid #ececee;
}

td.ruleL {
    border-left: 1px solid #ececee;
}

td.rulenoneR {
    border-right-width: 0;
}

td.planTypeC {
    background-color: #dddddd;
    color: #000000;
    letter-spacing: 0.02em;
    font-weight: bold;
    font-size: 90%;
    padding: 1px;
}

.rulesALL {
    border: 1px solid #29b9db;
}

/*  /////////////////////////// creidt card transaction pages ////////////////*/

table.billingInfo {
    background-color: #ececee;
    margin-bottom: 10px;
    width: 98%;
}

table.billingInfo select.ctry {
    font-size: 85%;
    width: 125px;
}

table.billingInfo input {
    font-size: 85%;
    width: 125px;
}

table.billingInfo input[type="checkbox"] {
    font-size: 85%;
    width: auto;
	border:none;
	vertical-align:middle;

}

table.billingInfo select {
    font-size: 85%;
    width: 125px;
}

table.billingInfo label{
	font-size:11px;
}

table.ccInfo {
    background-color: #ececee;
    margin-bottom: 10px;
    width: 98%;
}

table.ccInfo select.cc {
    font-size: 85%;
    width: 125px;
}

table.ccInfo select.valid{
	font-size:85%;
	width:75px;
}

table.ccInfo input {
    font-size: 85%;
    width: 125px;
}

table.ccInfo label{
	font-size:11px;
}

table.ccInfoconfirm select.cc {

    border: none;
}

table.ccInfoconfirm input[type="text"] {

    border: none;

}

table.ccInfoconfirm input {
    border: none;

}

table.billingInfoConfirm select.ctry {
    border: none;
}

table.billingInfoConfirm input {
    border: none;
}

table.billingInfoConfirm input[type="text"] {
    border: none;
}

/*width:100px;*/
.billingInfoConfirm .blueSubmit {
    font-size: 11px;
    font-weight: bold;
}

.borderall_gry {
    border: 1px solid #dddddd;
}

.borderall_blue {
    border: 1px solid #81a3bc;
}

/*login page*/
.borderB {
    border-bottom: 2pt solid #81a3bc;
}

.goback {
    border: 0.5pt solid #31657F;
    background-color: #eeeeee;
    color: #333333;
    font-size: smaller;
    margin: 2px;
}

/*                   ACKNOWLEDGEMENT               */

#acknowledgement {
    position: relative;
    margin: 2% auto 5% 0;
    border: 5pt solid #ececee;
    padding: 0 10px 10px 10px;
    vertical-align: top;
}

.transactionSum {
    background-color: #ffffff;
    color: #555555;
}

/*   //////////////////User login pages styles /////////////////  */
table.login {
    background-color: #ececee;
}

table.login label {
    color: #555555;
    font-size: 12px;
    font-weight: bold;
}

.login td {
    background-color: #ffffff;
}

.login label.small {
    font-size: 9px;
    color: #999999;
}

.login td.rulesALL {
    border: 1px solid #29b9db;
    padding: 15px 0 15px 15px;
}

.login input[type="password"]{
	width:160px;
}
.login input[type="text"]{
		width:160px;
}
.login input[type="checkbox"] {
	border:none;
	vertical-align:middle;
}
/*////////// admin site?????? ///////////////////////*/
.userpageheader {
    color: #ffffff;
    font-weight: bold;
    padding: 4px 4px 4px 4px;
    letter-spacing: 0.03em;
    font-size: 13px;
    background-color: #29b9db;

}

/*     /////////////////////////   USER PAGE Styles /////////////////// */

.userTable {
    margin: 10px 0 10px 0;
    width: 100%;
    padding: 1px;
}

td.logoTD{
	height:175px;
	background-image:url(../images/bglogo-sm.gif);
	background-repeat:no-repeat;
	background-position:center top;
	border-top: 2px solid #31657F;	 
}

table.userAcct {
    margin: 10px 0 0 0;
    width: 100%;
    padding: 0;
}

.userAcct p {
    margin: 5px;
}

/*\\\\\\\\\\\\ cancel ; forgot password page styles \\\\\\\\\\\\\\\\*/
table.orderSum2 {
    background-color: #cccccc;
    margin-bottom: 20px;
}

.orderSum2 tr {
    background-color: #ffffff;
    color: #000000;
}

.orderSum2 th {
    color: #555555;
    font-weight: bold;
    text-align: left;
    background-color: #f2f2f2;
    font-size: 11px;
}

.subheader {
    padding: 4px 4px 0 4px;
    color: #000000;
    width: 138px;
    font-weight: bold;
}

/* my subscription page sytle*/
.Usersubmenu {
    float: left;
    text-align: center;
    border: 2px solid #ececee;
    margin: 0 2px 0 2px;
    padding: 1px;
}

.Usersubmenu a.tertiaryNavTextOff {
    font-size: 11px;
    color: #29b9db;
    text-decoration: none;
}

.Usersubmenu a.tertiaryNavTextOff:hover {
    color: red;
    text-decoration: none;
}

/**/

table.cancelplan {
    width: auto;
    margin-bottom: 1%;
    margin-left: 0;
    margin-right: 13%;
    border: 1px solid #ececee;
    font-size: inherit;

}

.grayedout {
    color: #555555;
}

/* ///////////////////////      ADMIN SITE    ///////////// */
div #details {
    position: absolute;
    top: 20px;
    right: 2%;
    margin: 0 0 0 250px;
    width: 350px;
    text-align: left;
    background-color: #ffffff;
}

#details p.header {
    color: #31657F;
    font-weight: bold;
    width: 390px;
    padding: 4px 0 2px 10px;
    background-color: #eeeeee;
    margin: 0;
}

#details p {
    margin: 2px 20px 0 20px;
}

#details li {
    /*
    color: #000000;
    */
    margin-right: 20px;
    font-size: smaller;
    color: #333333;
}

#details2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 650px; /*	border:1pt solid #31657F;*/
    background-color: #ffffff;
    z-index: 0;
}

#details2 p {
    margin: 2px 0 0 0;
}

#.emailnote{
	position:absolute;
	top:15px;left:15px;
	width:600px;border:none;
	background-color:#FFFFFF;
	}

#adminTop{
    position:absolute;
	top:-1px;
	right:2%;
	padding:35px 0 5px 0;
	margin:0px;
 	width:350px;
	text-align:left;
	background-color: none;
}

#adminTop p{
	padding:0px; margin:0px;
	}

.instructions2 {
    border-bottom: 2px solid #ececee;
    padding-top: 5px;
    padding-bottom: 0;
    color: #555555;
    font: bold;    
}

#editpgs {
    padding: 10px;
    border: 3px solid #ececee;
}





/*        -----------------button sytles ------------------------------- */

.blueSubmit {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #ffffff;
    background-color: #29b9db;
    letter-spacing: 0.03em;
    padding: 1px;
    border: 1px solid #eeeeee;
    border-right-color: #666666;
    border-bottom-color: #666666;
    margin:0px 0px 0px 5px; 
	/*text-transform:capitalize;*/
}

.WhiteSubmit {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #31657F;
    background-color: #ffffff;
    letter-spacing: 0.03em;
    padding: 2px;
    border: 1px solid #ececee;
    border-right-color: #666666;
    border-bottom-color: #666666;
    margin:0px 0px 0px 5px;
}

.editPlan {
    background-color: #efefef;
    color: #29b9bd;
    font-size: 9px;
    border: none;
}

.submitSmall {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px;
/*    padding: 2px;
    letter-spacing: 0.02em; */
    color: #ffffff;
    border: 1px solid #31657F;
    background-color: #29b9db;
    cursor: pointer;
}

/* ------------------------- end button styles */

.greyText {
    color: #777777;
    font-size: inherit;
}

.secondaryHeader {
    color: #444444;
    font-weight: bold;
    font-size: 13px;
}

.primaryHeader {
    color: #6699cc;
    font-weight: bold;
    line-height: 18px;
}

input.small {
    /*border:1px solid #29b9db; color:#000000;
    border-style:solid;*/
}

.small {
    color: #555555;
    font-size: 11px;
}

.smallBlack {
    color: #555555;
    padding: 5px;
}

.featureText {
    color: #555555;
    line-height: 16px;
}

.largeText {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
}

.largeTextBold {
    color: #000000;
    font: bold 14px Arial, Helvetica, sans-serif;
}

.largeTextBK {
    color: #000000;
    font-weight: bold;
    font-size: 100%;
}

.mediumBlueHeader {
    color: #000000;
    font-weight: bold;
}

.darkBlue {
    font-size: 15px;
    color: #31657F;
    font-weight: 600;
}

.darkBlueHeader {
    color: #31657F;
    font-size: 13px;
    font-weight: bold;
    margin: 0
}

.brightBlue {
    color: #005da4;
    font-weight: bold;
    font-size: 13px;
}

.mediumBlack {
    color: #444444;
    font-weight: 500;
    font-size: 13px;
}

/*=========================emails====================== */
#emailheader {
    width: 100%;
    height: 57px;
    background-color: #31657F;
}

.title2 {
    color: #ffffff;
    text-align: right;
    font-weight: bold;
    margin: 3px 0 20px 0;
    width: 600px;
}

#emailbody {
    padding-left: 50px;
    padding-right: 20px;
    width: 550px;
}


#.emailnote {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 600px;
    border: none;
    background-color: #FFFFFF;
}


#Efooter {
    background-color: #ffffff;

}

#Ebody {
    margin: 0;
    background-color: #ffffff;
}

/* -----------------terms and conditions -------------- */
#TC blockquote {
    margin: 5px 5px 5px 20px;
}

#TC2 {
    padding: 10px;
}

.txt3 li {
    margin-top: 0;
    margin-left: 10px;
    list-style: none;
    font-size: 9pt;
    line-height: 18px;
    font-weight: normal;
}

.txt3 ul {
    margin-top: 0;
    margin-left: 15px;
    font-weight: normal;
}

.faqHeader {
    background-color: #31657F;
}

/*========================= new sign up layout====================== */
.newMkts blockquote {
    margin: 0 5px 5px 20px;
}

.newMkts ul {
    margin: 0 0 0 20px;
    list-style-type: none;
}

.newMkts {
    width: 100%;
    border-color: #ececee;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 2px 0 0 0;
}

.newMkts td {
    color: #555555;
}

.newMkts label {
    color: #81a3bc;
    font-weight: bold;
}

.newMkts table.newOptions  td.newth {
    background-color: #eeeeee;
    font-size: 11px;
    letter-spacing: normal;
}

.newMkts table.newOptions  td.rtdata {
    background-color: #E2F0F5;

    color: #31657F;
    font-weight: bold;
}

.newMkts table.newOptions   td.ruleB {
    border-bottom: 1px solid #E6FAC7;
}

.newMkts table.newOptions  td.dldata {
    background-color: #E6FAC7;
    font-weight: bold;
    color: #31657F;
}

table.newOptions td.rulesALL {
    border: 1px solid #29b9db;
}

table.newOptions td.borderall_gry {
    border: 1px solid #81a3bc;
}

.newMkts td.selectpro {
    border-top: 2px solid #ececee;
    border-bottom: 2px solid #ececee;
}

.newMkts td.selectpro form {
    margin: 15px;
}

.submitit {
    border: 1px solid #ececee;
    margin: 0 10px 0 0;
    padding: 5px;
    text-align: right;
}

#temp {
    margin: 10px 0 5px 0;
    position: relative;
    width: 419px;
}

#corporatePlan table {
    width: 100%;
}

.corpUser {

}

/*========================= edit pages ====================== */
#option1, #option2, #option3 {
    margin-bottom: 10px;

}

#option1  tr.rtdata, td.rtdata {
    background-color: #E2F0F5;
    font-size: 100%;
    font-weight: bold;
}

#option1 tr.dldata, td.dldata {
    background-color: #E6FAC7;
    font-size: 100%;

}

#option1 table th {
    font-size: 11px;
    font-weight: bold;
    background-color: #ececee;
}

#option1 tr.anyData, td.anyData {
    background-color: #FFFF99;
    font-weight: bold;
}

#option1 table td {
    font-size: 11px;
}

#option2 table td, th {
    font-size: 10px;
}

#option3 table td, th {
    font-size: 11px;
    background-color: #dddddd;
}

.userOptions th {
    font-size: 11px;
    background-color: #dddddd;
}

.userOptions {

}

.userOptions td {
    padding: 3px;

}

.userOptions p.small {
    font-size: 11px;
    color: #555555;
}

.xsmall {
    font-size: 10px;
}

/*========================= ADMIN SITE SYTLES
#option3 table th{color:#000000}
#option1 table th{color:#000000}
#option2 table th{color:#000000}====================== */

#siteInfo {
    clear: both;
    font-size: 75%;
    color: #cccccc;
    padding: 0 0 10px 0;
    margin-top: 0;
    width: 798px;

}

#siteInfo2 {
    clear: both;
    font-size: 75%;
    color: #cccccc;
    padding: 0 0 10px 0;
    margin-top: 0; /*width: 798px;*/
    border-top: 1px solid #29b9db;
}

#main2 {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}
/*#main2   td {
    min-width: 185px;
}

#main2   td td {
    min-width:20px;
    background-color: #ffffff;
}
*/

#menuleft div.links {
    margin: 0 0 5px 0;
    padding: 4px;
    border-bottom: 1px solid #29b9db;
    text-align: right;
    background-color: #31657F;
}

#menuleft div.links a {
    color: #eeeeee;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

#menuleft div.links a:hover {
    color: #FF0000;
}

/*#main2 div.details {
    position: absolute;
    top: 20px;
    right: 2%;
    margin: 0 0 0 250px;
    width: 350px;
    text-align: right;
}*/

#menuleft {
    background-color: #31657F;
    margin: 0;
    padding: 0; /*width:220px;*/
    color: #ffffff;
    text-align: right;
}

.masterlist {
    background-color: #ffffff;
    /*margin-top: 20px;*/
    font-size: 12px;
    color: #444444;
    border: 1px solid #dddddd;
}

table {
    color: #555555;
    font-family: Arial, Helvetica, sans-serif; /*font-size:11px;*/
}

table.table1 {
    margin-left: 20px;
}

table.table2 {
    /*border-bottom: 1pt solid #eeeeee;*/
    margin-bottom: 10px;
}

.xmlConfirm {
    background-color: #f2f2f2;
}

.xmlConfirm td {
    background-color: #ffffff;
}

.masterlist textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    width: 200px;
    border: 1px solid #81a3bc;

}

#dbdata table.masterlist td {
    font-size: small;
    background-color: #ffffff;

}

#dbdata{
	margin:0px 10px;
	padding:0px;
	/*float:left;*/
}

.masterlist th {
    background-color: #31657F;
    color: #ffffff;
}

.masterlist input{
    width: 165px;
}

.masterlist input[type="radio"] {
    width: 20px;
	border:none;
}

.masterlist input[type="checkbox"] {
    width: 20px;
	border:none;
}

.masterlist input[type="textarea"] {
    width: 165px;
}

.masterlist input[type="submit"] {
    width: 100px;
    margin: 0 10px 0 0;
.masterlist select{
	 width:165px;
 }
select{
	 width:165px;
 }
}

.masterlist .WhiteSubmit{
	 width:auto;
 }

.table2 {
    background-color: #ffffff;
    font-size: 12px;
}

table.table1 {
    margin-left: 20px;
}

table.table2 {
    /*border-bottom: 1pt solid #ececee;*/
    margin-bottom: 10px;
    background-color: #ffffff;
}

.table2 input[type="checkbox"]{
	border:none;
}

.table1 input[type="checkbox"]{
	border:none;
}

.newsbold {
    color: #31657F;
    font-weight: bold;
}

.newsHeader{
	background-color:#29b9db;
	margin:0px;
	color:#ffffff;
	padding:5px 0px;
	width:100%;
	text-align:center; 
	font-size:12px;
	letter-spacing:0.2em;
	font-weight:bold;
	
}

.style1 {
    color: #31657F;
}

table.newsTB td.newsFrame {
    border: 2pt solid #81a3bc;
}

/*///////////////////////////*/
#querybody {
    background-color: #ffffff;
    padding: 5px 20px 20px 20px;
    margin: 0;
}

#querybody input {
    width: 165px;
}

#querybody label {
    color: #555555;
}

#QueryLogo {
    border-bottom: 5px solid #29b9db;
    background-color: #31657F;
}

#querybody table.footer .small {
    font-size: 10px;
    color: #555555;
}

#querybody table.footer {
}

#querybody select {
    width: auto;
    font-size: 11px;
    border: 1px solid #81a3bc;
}

#controls select {
    width: auto;
}

#controls label {
    margin: 0 5px;
}

#controls {
    margin: 0;
    padding: 0;
    text-align: left;
    height: auto;
    vertical-align: top;
    width: 100%;
    display: block
}

#icons{
	/*padding:8px 0px;*/
	float: left; 
	height:31px ;
	 
}
#icons a:hover{
	text-decoration:none;
	color:red;
}
#bottomNext  {
	margin:10px; 
	text-align:left; 
	font-size:12px; 
	float:left; 
	clear:both;
}

#bottomNext a:hover{
	text-decoration:none;
	color:#FF0000;
}

.priceTB th{
	background-color:#ffffff;
}
.info{ 
	border:0.5pt solid #dddddd;
	padding:5px;
	margin:0px;
}
	
.error{
	padding:0px 20px;
	text-align:center;
	color: #FF0000;
	font-weight:bold;
	font-size:12px
		
}
.center{
	text-align:center;
}
#message {
	margin:50px 80px;
	padding:0px 20px 20px 20px ;	    
	border:1px solid #29b9db;
}
