html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

html
{
	font-size: 100%;	/* IE hack */
}
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 0.7em;
	text-align: center;
	line-height: 125%; /* ims added in switch to SME look */
	overflow-x:hidden;
}
/***************************************************************************************************************/
/* hack to make sure IE centers the page                                                                       */
/* in some versions if IE, a DIV with auto margins will not properly center. This text-align: center            */
/* fixes this.  Make sure you add text-align: left tothe main DIV so the text will be in fact left aligned.    */
/*                                                                                                             */
/* style information from corporate.css -- old styles in original web site                                     */
/* modified to match styles in this file                                                                       */
/***************************************************************************************************************/
table {
	color: #000000;
	font-size: .95em;
	line-height: 1.1em;
}

#btntext
{
	color: #FFFFFF;
}

.smalltable {
	border-style: solid;
	border-width: thin;
	border-bottom-color: #666666
}
.title {
	font-size: 1.1em;
	line-height: 150%;
	color: #006064;
	font-weight: bold;
}
.profiletitle {
	color: #006064;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: bold;
    vertical-align: top;
}

input[type=text],textarea,input[type=password]
{
	background: #FFFFFF none repeat scroll 0 0;
	border: 2px solid #DDDDDD;
	padding: 4px;
	font-size: 14px;
}

input[type=text], input[type=password] {
	line-height: 19px;
}

textarea {
	line-height: 14px;
}

input[type=text]:focus,textarea:focus
{
	border: 2px solid #999999;
}

input[type=text]:disabled,
textarea:disabled {
	background-color: #EEE;
	border-color:     #D4D4D4;
}


#loginbox
{
	background: #f5f5f5;
	padding:10px;
	border:1px solid #999999;
	float:left;
	margin-top:0px;
	margin-left:275px;
	width:400px;
}


input[type=checkbox]
{
	margin-right: 5px;
}
input[type=radio]
{
	margin-right: 5px;
}

.profiletitle_small {
	color: #006064;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
    vertical-align: top;
}

.rss_link_title {
	color: #006064;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: bold
}
.notice {
	color: #666666;
/* 666666 is gray */
/* green was 2a8a5c, dark red is #A91F00 */
	font-size: .95em;
	font-weight: bold;
	line-height: 150%;
}
.highlighted-error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFF00;
}

.error
{
	margin: 15px;
	padding: 15px 15px 15px 60px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	background: #F5F5F5 url(images/phone-icon.png) no-repeat;
	background-position: 8px 5px;
	color: #FF0000;
	width: 840px;
}

.success
{
	margin: 15px;
	padding: 15px 15px 15px 60px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	background: #F5F5F5 url(images/phone-icon.png) no-repeat;
	background-position: 8px 5px;
	color: #006064;
	width: 840px;
}


.data_table {
	border-style: solid;
	border-width: thin;
	border-bottom-color: #333333;
/* dark grey */
	border-right-color:  #333333;
	border-top-color:  #CCCCCC;
/* medium grey */
	border-left-color: #CCCCCC;
	background-color: #DCDCDC;
/* very light grey */
	color: #000000;
}
.data_row1 {
	background-color: #FFFFFF;
	padding: .5em;
}
.data_row2 {
	background-color: #DCDCDC;
	padding: .5em;
}
/* new  CSS for table text, so the links can be grey */
.data_layout {
	color: #000000;
}
.data_layout a:link {
	color: #666666;
	text-decoration: none;
}
.data_layout a:visited {
	color: #666666;
	text-decoration: none;
}
.data_layout a:hover {
	color: #006064;
	text-decoration: underline;
}

.text_only {
    font-size: 1.3em;
    line-height: 1.5em;

}

/* ********************************** */
/* end of old styles */
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px;
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:1.1em;
	padding: 8px;
	background: #666666;
	color: #ffffff;
}
a:link {
	text-decoration: none;
/*	color: #ff3500; */
/*	color: #666666; */
    color: #0277bd;
}
a:visited {
	text-decoration: none;
/*	color: #666666; */
	color: #0277bd;
}
a:hover {
	text-decoration: underline;
	color: #006064;
}

p.faq {
	margin-top:15px;
}

p.recording_only-title {
    font-size: 14px;
    margin-bottom: 20px;
}

p.recording_only {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 20px;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Used for linked invoked via javascript */

.fake_link {
    color: #FF3500;
}
.bigcontentbox
{
	margin: 0 auto;
	width: 974px;
	height: 400px;
	min-height: 400px;
	height: auto !important;
	margin-top:21px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    padding-top: 25px;
    padding-right: 30px;
    background: #FFFFFF;
	overflow:auto;
}

.optionsbox
{
	width:936px;
	border: 1px solid #666666;
	color:#333333;
	padding: 2px 2px 2px 4px;
	background:#999999;
}
div.optionsbox a
{
	position:relative;
	top:-2px;
	color:#000000;
}

.div_main, .div_main_wide,.div_main_report  {
	background-color: #ffffff;
	height: auto;
	padding: 0px;
	text-align: left;
	width:100%;
}

.div_main {
	width: 100%;
}
.div_main_wide {
	width: 100%;
	margin: 0 auto;
}

.div_main_report{

}

.div_main_front {
    background-color: #FFFFFF;
    height: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 14px;
    padding-bottom: 0px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:  0;
    margin-top: 0;
    background-repeat: repeat;
    display: block;
    text-align: left;
    width: 763px;
}

.div_footer,.div_footer_wide {
	background-color: #FFFFFF;
	height: auto;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:  0;
	background-repeat: repeat;
	display: block;
	text-align: center;
}


.div_footer_wide {
}


.div_header, .div_header_wide {
	/*width:100%;*/
	background:#ffffff;
	top:-10px;
	height: 55px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left:20px;
	margin-bottom: 0px;
}

.div_feature_flash {
	width: 750px;
	height: auto;
}

.div_subcontent {
    position: relative;
	margin-top: 0px; /* IMS was 15 */
	margin-bottom: 0px;
	padding-top: 0px; /* ims */
	width: 750px; /* ims */
	height: 18em;
}



.txt_footer {
	font-size: 1.0em;
	color: #333333;
}
.txt_HOME_storycat {
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	line-height: 16px;
}
a.txt_HOME_storycat:link {
	color: #666666;
	text-decoration: none;
}
a.txt_HOME_storycat:visited {
	color: #666666;
	text-decoration: none;
}
a.txt_HOME_storycat:hover {
	color: #006064;
	text-decoration: underline;
}
.txt_HOME_storyhead {
	font-size: 1.25em;
	color: #333333;
	font-weight: bold;
	margin-top: 10px;
	line-height: 1.35em;
}
a.txt_HOME_storyhead:link {
	color: #333333;
	text-decoration: none;
}
a.txt_HOME_storyhead:visited {
	color: #333333;
	text-decoration: none;
}
a.txt_HOME_storyhead:hover {
	color: #006064;
	text-decoration: underline;
}
.block_story_left {
	height: auto;
	width: 479px;   /* 375 */
	text-align: left;
	float: left;
	padding-left: 0px;
	margin-left: 0px;
	display: inline; /* ie double margin bug */
	margin-bottom: 0px;
}
.txt_bodycopy {
	font-size: 1.0em;
	color: #333333;
	line-height: 1.6em;
	text-align: left;
}
.div_story_img {
	height: auto;  /* 120 */
	width: 115px;
	float: left;
}

.div_story_txt {
    float: left;
    width: 230px;
}
.div_story_txt_right {
    float: left;
    width: 200px;
    height: auto;
}




/*-- IMS used in voice20 page */
.div_story_telephone {
    width: 480px;
    height: auto;
}

.img_story {
    float: left;
	margin-right: 15px;
	display: block;
}

.img_story_ad {
    margin-left: 0;
    padding-left: 0;
    display: block;
    height: 192px;
    width: 477px;
    padding-bottom: 10px;
}

.story_ol {
}
ol.story_ol {
    margin: 0px;
    padding: 0px;
    list-style-type: disc;
	list-style-position: inside;

}

.block_story_right {
	height: auto;
	width: 246px;  /* 350 */
	text-align: left;
	float: right;
	display: inline; /* ie double margin bug */
	padding-right: 3px;
	margin-bottom: 0px;
}

a.txt_footer:link {
	color: #333333;
	text-decoration: none;
}
a.txt_footer:visited {
	color: #333333;
	text-decoration: none;
}
a.txt_footer:hover {
	color: #006064;
	text-decoration: underline;
}
.div_feature_copy {
    position: relative;
	width: 750px;
	height: auto;
	margin-left: 0;
	padding-left: 0;
	background-image: url(images/feature_copy_bkg.jpg);
	background-repeat: repeat-y;  /* no repeat */
	background-position: bottom;
	margin-bottom: 0px;
	padding-top: 0px;
}

.div_feature_copy_bottom {
    position: relative;
	width: 750px;
	height: 40px;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(images/feature_copy_bkg_bottom.jpg);
	background-repeat: no-repeat;  /* no repeat */
	background-position: top;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

.div_business_copy_top {
    position: relative;
	width: 750px;
	height: 35px;
	background-image: url(images/business_copy_bkg_top.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 1px;
	margin-top: 0px;
	text-align: center;
}

.div_business_copy {
    position: relative;
	width: 720px;
	height: auto;
	/* background-color: #009900; */
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 7px;
    padding-left: 15px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-align: left;
    border-color: #009900;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-width: 4px;
}

.div_business_copy_bottom {
    position: relative;
	width: 750px;
	height: 35px;
	background-image: url(images/business_copy_bkg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.txt_offerHead {
	font-size: 1.25em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 125%;
}

.txt_businessHead {
	font-size: 1.3em;
	color: #FFFFF0;
	line-height: 125%;
}

.txt_offerBody {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 140%;
}
.txt_businessBody {
	font-size: 1em;
	color: #000000;
	line-height: 140%;
}
a.txt_businessBody:link {
	color: #000000;
	text-decoration: none;
}
a.txt_businessBody:visited {
	color: #000000;
	text-decoration: none;
}
a.txt_businessBody:hover {
	color: #009900;
	text-decoration: underline;
}

.txt_offerCallout {
	font-size: 11px;
	/*font-weight: bold; */
	line-height: 125%;
	color: #FFFFFF;
}

a.txt_offerCallout:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.txt_offerCallout:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.txt_offerCallout:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.txt_offerPriceSuper {
	font-size: 12px;
	vertical-align: super;
	color: #FFFFFF;
	font-weight: bold;
}
.txt_offerPrice {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: -1px;
}
.txt_offerDisclaimer {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
a.txt_perMonth:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.txt_perMonth:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.txt_perMonth:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.txt_perMonth {
	font-size: 11px;
	color: #FFFFFF;
	/*font-weight: bold; */
}

/* Top half of section under flash */
.div_flash_offer {
    position: relative;
	width: 750px;
	height: 13em;
    line-height: 140%;  /* IMS needs to match text style for increase font to work */
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	overflow: hidden;  /* auto */

    /* debug
    border-color: #003300;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-width: 1px;
    */

}

/* IMS bottom half of section under flash */
.div_flash_offer2 {
    position: relative;
	width: 750px;
	height: 7em;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	overflow: hidden;  /* auto */

	/* debug
	border-color: #003300;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-width: 1px;
    */
}

/* layout for one column VoMail, VoPlace, etc. blue area */
.div_flash_offer_top {
	height: 12em;  /* 120 */
	line-height: 140%;  /* IMS needs to match text style for increase font to work */
	width: 100px;
	padding-right: 10px;
	padding-left: 8px;
	margin-bottom: 5px;
	float: left;
}

/* IMS Column 1 two columns wide in green */
.div_flash_offer_bottom1 {
    width: 208px;  /* two columns wide */
    height: auto;
    margin-left: 5px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 5px;
    float: left;
    padding-top: 10px;
    padding-bottom: 5px;
    /* background-color: #009FC6; */
}

/* IMS Right side of green space on bottom plus space between columns*/
.div_flash_offer_bottom2 {
    width: 271px;
    height: auto;
    margin-left: 5px;
    margin-bottom: 0px;
    padding-left: 5px;
    float: left;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-right: 0px;
    padding-right: 0px;
    /* background-color: #009FC6; */
}


/* IMS Blue area, one column wide. Use twice */
.div_flash_offer_bottom3 {
	height: auto;  /* 80 */
	width: 208px;
	top: 30em; /* 130 px */
	float: left;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin-left: 0px;
	padding-left: 2px;
}

.txt_TM {
	font-size: 8px;
	color: #FFFFFF;
	vertical-align: super;
	display: inline;
}
.spacer {
	width: 25px;
	float: left;
}
a.txt_offerHead:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.txt_offerHead:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.txt_offerHead:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.txt_tagline {
	font-size: 11px;
	color: #333333;
	position: relative;
	left: 15px;
	float: left;
	top: 5px;
}
.div_phoneDemo {
	float: right;
	display: inline;
	position: relative;
	top: -40px;
}
.img_logo {
	float: left;
	vertical-align: bottom;
	border: 0;
	margin-left: -8px;
}
.dt_logo_2x {
	width: 173px;
	height: 56px;
}
.div_topNav {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-right:15px;

	font-size: 9px;
	color: #333333;
	position: relative;
	float: right;
	clip: rect(auto,auto,auto,auto);
	vertical-align: bottom;
	top: 5px;
	display: inline;
/* IE spacing bug */
}
a.div_topNav:link {
	color: #333333;
	text-decoration: none;
}
a.div_topNav:visited {
	color: #333333;
	text-decoration: none;
}
a.div_topNav:hover {
	color: #006064;
	text-decoration: underline;
}
.div_go_feature_copy {
	width: 750px;
	height: auto;
	background-image: url(images/go_feature_copy_bkg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 0px;
	position: relative;
	background-color: #009FC6;
	display: block;
	padding-bottom: 30px;
}

.div_subcat_Nav {
	background-color: #005C79;
	height: 25px;
	width: 720px;
	padding-left: 15px;
	padding-right: 15px;
	clip: rect(auto,auto,auto,auto);
	padding-top: 5px;
}

/* added height auto */
.div_sidebar_Offer {
	padding-left: 15px;
	float: left;
	padding-top: 15px;
	width: 150px;
	height: auto;
}
/* IMS added color to wk sidebar, since background is now white */
.div_wk_sidebar_Offer {
	padding-left: 15px;
	padding-right: 5px;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 150px;
	height: auto;
	background-color: #009900;
}
.txt_subcat_offerCallout {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.4em;
	display: block;
}
/* IMS added for SME site */
.txt_wk_subcat_offerCallout {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.4em;
	display: block;
}

.div_subCatCopy {
	width: 535px;
	padding-left: 30px;
	padding-top: 5px;
	display: block;
	height: auto;
	overflow: auto;
}

/* ims used on voice20 page */

.div_subCatCopy_indent {
    position: relative;
	width: 535px;
	left: 170px;
	padding-left: 30px;
	padding-top: 5px;
	display: block;
	height: auto;
	overflow: auto;
}


.txt_subCatBody {
	font-size: 1.1em;
	color: #FFFFFF;
	line-height: 150%;
    font-weight: 300;
}

/* added for business pages */
.smetxt_subCatBody {
	font-size: 1.0em;
	color: #000000;
	line-height: 150%;
}
li.txt_subCatBody {
	font-size: 1.2em;
	color: #FFFFFF;
	line-height: 150%;
}
a.txt_subCatBody:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.txt_subCatBody:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.txt_subCatBody:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.txt_subcatHead {
	font-size: 1.6em;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.6em;
}
/* added for SME */
.smetxt_subcatHead {
	font-size: 1.2em;
	color: #000000;
	font-weight: bold;
}

.txt_subcat_Nav {
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;  /* 10px */
	padding-top: .7em;   /* 7px */
	padding-bottom: .2em;  /* 5px */
	margin-bottom: 0px;
	margin-top: 0px;
}
a.txt_subcat_Nav:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.txt_subcat_Nav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.txt_subcat_Nav:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.txt_subcat_Nav_Selected {
	font-size: 1.35em;
	line-height: 1.7em;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #009FC6;
	margin-top: 0px;  /* 10px */
	padding-top: .7em;   /* 7px */
	padding-bottom: .2em;  /* 5px */
	margin-bottom: 0px;
	margin-top: 0px;
}
.txt_wk_subcat_Nav_Selected {
    display: inline;
	font-size: 1.35em;
	line-height: 1.7em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #009900;
	padding-top: .7em;
	padding-bottom: .2em;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-right: 3px;
	padding-left: 3px;
}

.txt_subcatTitle {
	font-size: 2.5em;
	line-height: 2.5em;
	color: #FFFFFF;
	font-weight: bold;
}

.smetxt_subcatTitle {
	font-size: 2.0em;
	color: #000000;
	font-weight: bold;
	line-height: 2.5em;
}
.txt_headerNav {
	font-size: 1.0em;
	color: #333333;
}
.txt_headerNav_big {
	font-size: 1.3em;
	font-weight: bold;
	color: #333333;
}
a.txt_headerNav:visited {
	text-decoration: none;
	color: #333333;
}
a.txt_headerNav:link {
	text-decoration: none;
	color: #333333;
}
a.txt_headerNav:hover {
	text-decoration: underline;
	color: #006064;
}
a.txt_headerNav_big:visited {
	text-decoration: none;
	color: #333333;
}
a.txt_headerNav_big:link {
	text-decoration: none;
	color: #333333;
}
a.txt_headerNav_big:hover {
	text-decoration: underline;
	color: #006064;
}
/* added height auto */
.div_sidebar {
	width: 200px;
	float: left;
	margin-top: 35px;
	height: auto;
}

.div_sidebar_phone {
    width: 165px;
    height: 105px;
    background: url("images/img_phone.gif") center no-repeat;
}

.txt_storyBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 140%;
	color: #333333;
}
.div_story {
	width: 505px;
	margin-left: 215px;
	margin-top: 65px;
	margin-bottom: 30px;
}
/* was .width */
.div_sidebarBottom {
	width: 200px;
	height: auto;
	background-image: url(images/sidebar_bkg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
	background-color: #BBBBBB;
	display: block;
}
.txt_storyTitle {
	font-size: 1.3em;
	color: #006064;
	font-weight: bold;
	line-height: 1.3em;
}
.txt_storySubtitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	line-height: 1.2em;
}
.div_wk_feature_copy {
	width: 742px;
	height: auto;
	/*IMS changed for SME background-image: url(images/wk_feature_copy_bkg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 0px;
	background-color: #009900; */
	position: relative;
	display: block;
	padding-bottom: 30px;
	/* ims add borders */
	border-color: #009900;
	border-top-style: none;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-width: 4px;
}
.div_wk_subcat_Nav {
	background-color: #006600;
	height: 25px;
	width: 720px;
	padding-left: 15px;
	padding-right: 15px;
	clip: rect(auto,auto,auto,auto);
	padding-top: 5px;
}
.div_sidebar_plan {
	background-color: #CCCCCC;
	width: 170px;
	background-image: url(images/sidebar_bkg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.div_navBar_wide{

	height: 32px;
/*	background-image: url(images/navbar_wide.gif); */
	background-repeat: no-repeat;
	background-position: bottom;
	background-position: left;
	margin: 0; /* was 50 px, padding was 0 */
	position: relative;
}
.div_navBar {

	height: 32px;
/*	background-image: url(images/navbar.gif); /*
	background-repeat: no-repeat;
	background-position: bottom;
	background-position: left;
	padding-top: 0;  /* ims was 25 but was misspelled */
	margin-top: 0; /* was 50 px, padding was 0 */
	margin-bottom: 0px;

}

.div_navBar{
	/*width: 753px;*/

}

.div_navBar_wide {
margin: 0; padding: 0;
    }

.txt_notice {
	font-size: 1.0em;
	font-weight: normal;
	color: #000000;
	padding-top: 15px;
}
a.txt_notice_item:link {
	color: #666666;
	text-decoration: none;
}
a.txt_notice_item:visited {
	color: #666666;
	text-decoration: none;
}
a.div_content_template:hover {
	color: #006064;
	text-decoration: underline;
}
.txt_notice_item {
	font-size: 1.0em;
	color: #666666;
}
.div_sidebar_template {
	background-color: #D5D5D5;
	width: 190px;
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-top: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 19px;
	margin-left: 14px;
	display:  inline;
/* adjust for IE bug */
}


.div_sidebar_template_content {
 margin-left:10px;
 margin-right:10px;
}
/* The content space is used to ensure old pages with tables work correctly */
.div_content_spacer {
	width: 530px;
	height: 15px;
	display: block;
	/* debug border: #000000 1px solid;
*/
	margin-left: 215px;
}
.div_content_template, .div_content_template_wide, .div_content_template_wide_nofaq {
	margin: 0 auto;
/*	width: 530px; /*
/* was 490 */
/*	margin-left: 225px; */
	/*height:  auto;
	overflow: auto;
*/
	margin-top:-10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 10px;
}


.div_content_template_wide{
/*	width: 745px; */
	margin-left : 10px;
	width: 100%;
	margin-bottom: 50px;

}

.div_content_template_wide_nofaq{
	margin-left : 10px;
	width: 948px;
}

.div_form_item {
	font-size: 10px;
	color: #000000;
	margin-top: 15px;
}
.shadeform {
	COLOR: #333333;
	FONT: 14px arial, verdana, sans-serif;
	background-image: url("picts/shadeform.gif");
	text-align: left;
	WIDTH: 180PX;
	BORDER: #000000 1px solid
}

/*.shadeformanysize {
	FONT: 14px arial, verdana, sans-serif;
	background-image: url("picts/shadeform.gif");
	text-align: left;
	BORDER: #000000 1px solid
}*/

.shadeformanysize
{
	background: #FFFFFF none repeat scroll 0 0;
	border: 2px solid #DDDDDD;
	padding: 4px;
	font-size: 14px;
	line-height: 14px;
}

.shadeformanysize:focus
{
	border: 2px solid #999999;
}

.regformfield
{
	background: #FFFFFF none repeat scroll 0 0;
	border: 2px solid #DDDDDD;
	padding: 4px;
	font-size: 14px;
	line-height: 14px;
	width:207px;
}

.regformfield:focus
{
	border: 2px solid #999999;
}


.progbar
{
	float:right;
	margin: 10px;
    width: 150px;
    height: 40px;
    padding: 5px;
    border: 1px solid #999999;
    background: #ededed;
    text-align:center;
}





.shadeformsmall {
	FONT: 10px arial, verdana, sans-serif;
	background-image: url("picts/shadeform.gif");
	text-align: left;
	BORDER: #000000 1px solid
}
.shadeformareacode {
	FONT: 14px arial, verdana, sans-serif;
	background-image: url("picts/shadeform.gif");
	text-align: left;
	WIDTH: 30PX;
	BORDER: #000000 1px solid
}
a.txt_notice_item:link {
	text-decoration: none;
}
a.txt_notice_item:visited {
	text-decoration: none;
}
a.txt_notice_item:hover {
	text-decoration: underline;
	color: #006064;
}
.img_sidebar_cap {
	margin-left: -15px;
}
.txt_table_colHeader {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.2em;
}
.txt_table_rowHeader {
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
	vertical-align: middle;
	font-size: 1.2em;
	padding-right: 5px;
	padding-left: 15px;
}
.txt_table {
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.2em;
}
.txt_table_rowHeader_sub {
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	font-size: 1.2em;
	padding-right: 5px;
	padding-left: 30px;
}
.txt_faq_cat {
	font-size: 1.6em;
	color: #FFFFFF;
}
.txt_faq_question {
	font-size: 1.4em;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 22px;
}
.txt_faq_answer {
	font-size: 1.2em;
	color: #FFFFFF;
}
.div_faq {
	width: 750px;
	height: auto;
	background-image: url(images/go_feature_copy_bkg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 15px;
	position: relative;
	background-color: #009FC6;
	display: block;
	padding-bottom: 30px;
}
.div_faq_content {
	width: 700px;
	padding-left: 15px;
	padding-top: 15px;
	display: block;
	height: auto;
}

.div_user_nav_top{
 	background-image: url(images/phone_bkg_top.gif);
 	height:25px;
    color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding-top:5px;

 }


.div_user_nav {
	background-color: #FF3500;
	background-image: url(images/phone_bkg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 490px;
	margin-top: 20px;
	margin-left: 60px;
	height: 300px;
}

/* was 90px */
.div_user_nav_left {
	font-size: 12px;
	color: #FFFFFF;
	width: 130px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	margin-top: 0;
	margin-bottom: 0;
}
.div_user_nav_right {
	font-size: 12px;
	color: #FFFFFF;
	width: 130px;
	padding-right: 10px;
	padding-left: 10px;
	float: right;
	margin-top: 0;
	margin-bottom: 0;
	text-align:right;
}

  .div_balloontextDisplay {
    	position: relative;
        width: 230px;

    	font-size: 1.2em;
    	line-height: 1.3em;
    	display: block;
    	float: center;
    	color: #FF3300;
	    font-weight: bold;
	    text-align: center;
  background-image: '';
  background-repeat: no-repeat;
    }

  .BalloonDiv_style_show {

	    height: 200px;
    	width: 260px;
    	top: -350px;
    	left: 110px;
        padding-top:10px;
    	padding-left:10px;
    	padding-right:10px;
        position: relative;
        z-index:99;
	    background-repeat: no-repeat;
        background-image: url('images/balloon.gif');

    }

.alternateRow1
{
	background: #f5f5f5;
}

.alternateRow2
{
	background: #e0e0e0;
}

.highlightRow
{
   background: #FFFF66;
}

.scheduletable td
{
	border: 1px solid #FFFFFF;
}

.scheduletable th
{
	background: #dedede;
}

img.mode-remove {
	margin: 0 0 -2px 15px;
}

img.mode-remove.js-mode-delete:hover {
	cursor: pointer;
}

/* PANEL */
#panel {
	margin-left: 6px;
	background: #FDF5E6;
	height: 250px;
	padding:15px;
	border-bottom: 6px solid #dddddd;
	border-left: 6px solid #dddddd;
	border-right: 6px solid #dddddd;
	display: none;
}




.helppanel {
	position: relative;
	width: 98%;
	top: 0px;
}






a.btn-slide {
	color: #ffffff;
	font-size: 1em;
	text-decoration: none;
}

.btn-active {
	background-position: right 5px;
}




/* MODULE CSS FOR HOMEPAGE */
div.module div.button-bar a.cta {
	border-color:#dea303;
	/* background-position:0 -21px; */
	color:#7c5a00;
}
div.module div.button-bar small {
	margin:0 0 0 10px;line-height:20px;
}
div.module div.button-bar a.cta {
	margin:0;
}
div.module div.button-bar a.upgrade {
	margin:0;
}
div.module div.button-bar {
	background:url(images/module_footer.png) bottom left no-repeat;height:27px;
}
div.module div.button-bar a {
	background:url(images/module_bar.png) repeat-x;border:1px solid #adb9c2;color:#00476f;font-size:10px;font-weight:bold;float:right;line-height:19px;margin:0 4px 0 0;text-align:center;width:139px;
}
div.module#module-news div.module-content {
	margin-bottom: 5px;
}
div.module {
	background:url(images/module_content.png) repeat-y;margin:0 0 15px 0;
}
div.module-content {
	margin:0 4px;
	padding: 8px;
}
dov.module-activities
{
	margin: 0px;
	padding: 0px;
}
div.module-content div.missing {
	border:none;display:none;float:none;
}
div.module h1 {
	background:url(images/module_header.png) no-repeat 0 0;color:#666666;font-size:11px;line-height:18px;padding:4px 0 0 8px;text-transform:uppercase;font-weight:bold;letter-spacing:1px;margin-bottom:0px;
}
div.module h1 img {
	float:right;margin:0 3px 0 0;
}
div.module h1 a {
	color:#999;float:right;font-weight:normal;font-size:11px;margin:0 10px 0 0;letter-spacing:normal;text-transform:none;
}
div.module h1 a#module-mobile-trigger {
	background:url(/images/icons/mobile.png) top left no-repeat;padding:0 5px 0 13px;
}
div.module h1 a#module-edit-trigger {
	background:url(/images/icons/edit.png) top left no-repeat;padding:0 5px 0 21px;
}
div.module h1 a#module-alert-trigger {
	background:url(/images/icons/shield.png) top left no-repeat;padding:0 10px 0 17px;
}
div.module h2 {
	font-size:12px;margin: 0px 5px 0 5px;line-height:14px;text-transform:uppercase;letter-spacing:1px;
}
div.module h4 {
	margin:0 5px;
}
div.module h4,div.module h6 {
	color:#685c53;
}
div#module-offers ul {
	background:url(/images/offers/menu_ul.gif) top repeat-x;margin:20px 0;height:76px;width:612px;
}
div#module-offers ul li {
	background:url(/images/offers/menu.png) 0 0 no-repeat;color:#007934;cursor:pointer;float:left;padding:55px 0 10px 0;text-align:center;font-weight:bold;width:111px;
}
div#module-offers ul li.inactive {
	cursor:default;border:none;opacity:.35;
}
div#module-offers ul li.inactive a {
	cursor:default;
}
div#module-offers ul li.all {
	display:inline;margin-left:26px;
}
div#module-offers ul li.bandmembers {
	background-position:-111px 0;width:112px;
}
div#module-offers ul li.saving {
	background-position:-223px 0;
}
div#module-offers ul li.cc {
	background-position:-334px 0;
}
div#module-offers ul li.spending {
	background-position:-445px 0;
}
div#module-account table {
	font-size:11px;margin:0px 0 0 7px;width:268px;
}
div#module-account tr.asset td.up {
	background:url(/images/icons/health.png) no-repeat 0 -50px;color:#69be28;
}
div#module-account tr.debt td.up {
	background:url(/images/icons/health.png) no-repeat 0 0;color:#c7351d;
}
div#module-account tr.asset td.down {
	background:url(/images/icons/health.png) no-repeat 0 -100px;color:#c7351d;
}
div#module-account tr.debt td.down {
	background:url(/images/icons/health.png) no-repeat -150px;color:#69be28;
}
div.column#column-left {
	margin:0 0px 0 5px;width:290px;
	float: left;
}
div.column#column-main {
	width:620px;
	margin:0 5px 0 0px;
	float: right;
}
div.column#column-main div.module h1 {
	background-position:-352px 0;
}
div.column#column-main div.module {
	background-position:-352px 0;
}
div.column#column-main div.button-bar {
	background-position:-352px bottom;
}
div#module-accounts ul li.alert,div#module-accounts ul li.alert:hover {
	background-position:0 -300px;border-color:#ffd200;
}
div.short#module-alert ul li.short {
	display:none;
}
div.module#module-alert a.dismiss {
	clear:right;float:right;
}
div.module#module-alert ul li {
	background:url(/images/icons/alerts.png) 8px -42px no-repeat;border-bottom:1px solid #eee;border-top:1px solid #f5f5f5;color:#333;padding:7px 10px 7px 24px;
}
div.module#module-alert ul li.good {
	background-position:8px 8px;
}


#resellerportal
{
	z-index:1000;
	float:left;
	position:fixed;
	top:0px;
	border-bottom:1px solid #444444;
	left:0px;
	width:3000px;
	height:20px;
	background: #666666;
	color: #ffffff;
	padding: 3px 3px 3px 10px;
	text-align:left;
	font-size:12px;

}

.resellerswitch
{
	margin-left:650px;
	font-size:10px;
	text-align:right;
}

#resellerswitchsel
{
	height:15px;
}

.customBar
{
	height: 16px;
	padding-left: 20px;
	background: #f8f8f8;
	border-top: 1px solid #eeeeee;
}
#fixedBar
{
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: auto;
	padding: 4px 0px 4px 10px;
	color:#666666;
}
#fixedBar a
{
	color:#666666;
}

#system_message {
    text-align: left;
    background: #ededed;
    background-position: 8px 5px;
    width:950px;
    border: 1px solid #cccccc;
    margin-bottom:20px;
    padding:10px;
    font-size:12px;
    line-height: 1.3em;
}

#system_message p {
    font-size:13px;
    line-height:20px;
}

#system_message ul {
    line-height:17px;
}

#system_message li {
    list-style-type:square;
    margin-left:30px;
}


fieldset {
	border:1px solid #bbb;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	padding:20px;
	margin-bottom:10px;
}

fieldset legend {
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	padding:0 10px;
	font-weight:bold;
	font-size:1.2em;
	color: #006064;
}

.dashboard-select:hover {
	cursor: pointer;
}

/* TODO shared.css */
.pseudo-link
{
	color: #0000ff;
	text-decoration: none;
}

.pseudo-link:hover
{
	cursor: pointer;
	text-decoration: underline;
}
/* End TODO shared.css */

/* TODO admin.css */
.change-link
{
	margin: 0 5px;
}

.phone-number-control
{
	font-size: 14px;
}
/* End TODO admin.css */

.phone-header {
	float: right;
	margin-right: 40px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #4f4f4f;
	line-height: 21px;
}

.phone-header-number {
	font-size: 27px;
	font-weight: bold;
}

.phone-header-text {
	font-size: 12px;
}

.agent-login-table {
	padding-top: 40px;
	line-height: 2em;
}

.agent-login-button {
	margin-top:14px;
	margin-left:4px;
	text-align: left;
}

#agent_filter_select {
	border: solid #666 1px;
	border-radius: 3px;
	padding:3px 1px 3px 4px;
	color: #666;
	position: relative;
	height: 22px;
	cursor: pointer;
}
#agent_filter {
	background: #FFF;
	border: 1px solid #333;
	padding: 10px;
	width: 140px;
	z-index: 100;
	position:absolute;
	left: -1px;
	bottom: 108%;
	display:none;
	line-height: 1.7;
	border-radius: 3px;
	cursor: default;
}

#agent_filter_status {
    min-width: 90px;
    display: inline-block;
}

#agent_filter label,
#agent_filter input {
    cursor: pointer;
}

#close_filter {
	margin-top: 12px;
	cursor: pointer;
}

.active_modes, .inactive_modes {
    margin-left: 20px;
}

#configbox #action_param {
    width: 264px;
}

#agent_filter_div {
    margin-top: 10px;
}

.manager_panel_settings {
    width: 590px;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
    padding: 10px;
}

.manager_panel_settings table {
    font-size: 1em;
    margin-bottom: 7px;
}

.manager_panel_settings td {
    padding: 7px 7px 7px 0;
}

.manager_panel_settings p span {
    font-weight: normal;
}

.manager_panel_settings label {
    font-weight: bold;
}

.mp_notice {
    font-style: italic;
    margin-left: 15px;
}

.mp_password_change {
    text-decoration: underline;
    color: #0000FF;
}

.mp_password_change:hover {
    cursor: pointer;
}

.manager_panel_login_header {
    width: 100%;
    height: 27px;
    background-color: #DDDDDD;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 0 25px;
}

.manager_panel_login form {
    margin: 80px auto;
    padding: 20px;
    border: 2px solid #DDDDDD;
    width: 287px;
}

.manager_panel_login p {
    font-size: 14px;
    margin-bottom: 9px;
    line-height: 18px;
}

.manager_panel_login input[type=submit] {
    width: 67px;
    height: 27px;
    margin-top: 8px;
    font-size: 14px;
}

.manager_panel_invalid {
    color: #FF0000;
    margin: 5px auto 0 auto;
}

.manager_panel_password_feedback {
    color: #00FF00;
    font-size: 1.3em;
    display:none;
}

#contact_info {
    font-size: 1.1em;
    line-height: 1.8em;
    margin-top: 25px;
}

#spacing, .spacing {
    margin-top: 15px;
}

.error_msg {
	color: #FF0000;
	padding-left: 0px;
	max-width: 345px;
	margin-top: 15px;
}

.error_field {
	border:2px solid #FF0000 !important;
}

.table_title {
    color: #006064;
    font-weight: bold;
    vertical-align: top;
}

#no_left_padding {
    padding-left: 0px;
}

.error_msg_long {
    color: #FF0000;
    padding-left: 0px;
    margin-top: 15px;
}

.start_hidden {
	display: none;
}

/* home page blog links */
#blog_links li {
    padding-bottom: 10px;
}

#postcallaction_delete {
    max-height: 455px;
}

#postcallaction_delete .pca-list-item {
    padding: 0;
}

#postcallaction_delete .pca-list-item a:visited {
    color: #0277BD;
}

#postcallaction_delete .pca-list-item a:link {
    color: #0277BD;
}

#postcallaction_delete_confirm {
    text-align: center;
}

#postcallaction_delete_confirm div {
    margin-top: 10px;
}

#system_message sub {
    font-size:xx-small;
    vertical-align: sub;
}

#system_message sup {
    font-size:xx-small;
    vertical-align:super;
}


#system_message h1 {
    display: block;
    font-size: 2em;
    font-weight: bold;
    line-height: 2em;
}


#system_message h2 {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
}


#system_message ol {
    display: block;
    list-style-type: decimal;
}

#system_message ol li {
    display: list-item;
    list-style-type: decimal;
    list-style-position: inside;
    margin-left: 30px;
}

#system_message ol, #system_message ul {
    margin-top: 0px;
    margin-bottom: 5px;
    padding-left: 10px;
}

#system_message ul li {
    list-style: inside square;
    margin-left: 30px;
}

#adBlockWarning {
	background-color: #E77F00;
	height:           35px;
	padding:          5px 0;
}

#adBlockWarning .info {
	color:       white;
	font-size:   14px;
	font-weight: bold;
	margin-top:  10px;
}

#adBlockWarning .info .icon {
	float:         right;
	padding-right: 25px;
	font-size:     16px;
}

#adBlockWarning .info .icon:hover {
	cursor: pointer;
}

#adBlockWarning.has-reseller {
	margin-top: 25px;
}

#embedContainer{
    display: inline-block;
}
