﻿/* General Settings ------------------------------------------------------------------ */

html, body, img, form {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body, form {
	cursor: default;
	position: relative;
}

body {
	background-image: url(../images/Backgrounds_Corners/TopGradient.jpg);
	background-repeat: repeat-x;
}

.hidden {
	display: none;
}

.clearFloat {
    clear: both;
    height: 0px;
    margin: 0px;
    padding: 0px;
	overflow: hidden;
	position: relative;
}

.content_separator {
    margin:0;
    padding:0;
    width: 95%; /* adjust this according to the column width */
    font-size: 2px;
    height: 10px; /* adjust this according to the vertical spacing you want */
}




.check_list {
	padding-left: 0;
	margin-left: 0;
}

.check_list li {
	background: url(../images/CheckMark.png) no-repeat;
	list-style-type: none;
	padding-left: 18px;
}

.main_content {
	width: 685px;
	margin: auto;
	position: relative;
}

.logout {
	position: absolute;
	top: -42px;
	right: -58px;
	text-align: right;
}

.save_button {
	float: right;
}

.primary_button {
	margin: 10px auto;
	display: block;
	cursor: pointer;
}

.back_button_top {
	float: right;
	display: block;
	margin-top: 22px;
}

a:hover .back_button_top {
    text-decoration: underline;
}

a:link .back_button_top {
    text-decoration: none;
}

.back_button_bottom {
	float: right;
	margin-top: 5px;
}

.HiddenTestimonials, ShownTestimonial {
    position: absolute;
    top: 0px;
    left: 0px;
}

/* Fonts ------------------------------------------------------------------ */

body {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-weight: bold;
	margin: 0;
	font-size: 1em;
}

h2 {
	font-weight: bold;
	margin: 0;
	font-size: 1.4em;
}

a, a:link, a:visited {
    color: #ff8613;
    cursor: pointer;
}

.center {
	text-align: center;
}

.legal {
	text-align: justify;
}

.legal ol li {
	padding-bottom: 7px;
}

.error, .success {
    font-weight: bold;
    border: solid;
    border-width: 1px 0px;
    display: block;
    margin-bottom: 10px;
    padding: 5px 0px;
}

.error {
    color: red;
	border-color: red;
}

.success {
    color: green;
    border-color: green;
}

.ErrorSummary ul {
	background-color: #8fd2df;
	list-style-type: none;
	margin-left: 0;
	padding: 5px 15px;
}

.red {
    color: red;
}

.info_text {
	font-size: 0.9em;
}

.info_text img {
	float: left;
	margin-right: 5px;
}

.box_title {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 15px;
}

/* Header ------------------------------------------------------------------ */
.header {
	width: 955px;
	margin: auto;
	padding-top: 40px;
	text-align: center;
}

/* Login Controls */

#LoginForm {
	float: right;
	margin-left: -213px;
	text-align: right;
	font-size: 0.88em;
}

#LoginForm .input_label, .login_controls .input_label {
	font-weight: bold;
	vertical-align: middle;
}

#LoginForm input.text, .login_controls  input.text {
	width: 140px;
	height: 14px;
	margin-bottom: 2px;
}

#LoginForm .remember_me, 
.login_controls .remember_me {
	display: inline-block;
	width: 148px;
	text-align: left;
}

#loginSubmitButton {
	margin-top: 3px;
}

.login_controls {
	margin: auto;
	width: 233px;
	text-align: right;
}

.login_controls .login_button {
	margin-top: 3px;
}

/* Footer ------------------------------------------------------------------ */

.footer 
{
	position: relative;
	width: 675px;
	margin: auto;
	padding-top: 40px;
	font-size: 0.9em;
}

.footer a {
	text-decoration: none;
}

.footer .links 
{
    font-size: 13px;
    width: 675px;   
}
.footer .linkContainer 
{
    margin: 0px auto;
    margin-bottom: 10px;
    width: 375px;
}

.copyright {
    font-size: 0.9em;   
}

.copyright a { 
	color: Black;
	text-decoration: none;
}

.customer_service 
{
    width: 420px;
	margin: 0px auto;
	font-size: 13px;
	color: #b2b2b2;
	font-weight: bold;
}

/* Phone Number Page -------------------------------------- */

/* Main Container Div for Phone # Page*/ 
.phonePage {
    overflow: hidden;
    margin-bottom: 30px;
}

.stepsPhoneContainer {
    margin-top: 40px;
}

.phoneLeft {
    text-align: right;
    float: left;
    width: 49.9%;
}

.phoneRight {
    float: left;
    width: 50%;
    text-align: right;
}

.noticebig {
    text-align: center;
    color: #404040;
    font-weight: bolder;
}

.noticesmall {
    margin-top: 8px;
    font-size: 0.846em;
}

.phonePage .saveButton {
    margin-top: 20px;  
}

.phonePage .saveLeft {
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: left;
    width: 490px;
}

.phonePage .saveRight {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.phoneBold {
    margin-bottom: 45px;
    font-size: 1.2em;
    font-weight: bolder;
}

/* Phone Number Input -------------------------------------- */

input .area_code {
	width: 3em;
}

input.phone_number {
	width: 156px;
}

select.country_list {
	width: 207px;
	margin: 3px 0;
}

.field_title {
    font-size: 0.9em;
    font-weight: bold;
	width: 90px;
	display: inline-block;
}

.ext_field {
	display: inline;
}
.ext_field input {
	width: 30px;
}


/* Backgrounds and Corners ------------------------------------------------------------------ */

.main_box {
    z-index: 500;
	position: relative;
	background-color: #6AC3D5;
	padding: 15px;
}

.m_corner_top_left, 
.m_corner_top_right, 
.m_corner_bottom_left, 
.m_corner_bottom_right {
	position: absolute;
	width: 10px;
	height: 10px;
}

.m_corner_top_left {
	background: url(../images/Backgrounds_Corners/mBoxCorner.jpg) no-repeat;
	top: 0;
	left: 0;
}

.m_corner_top_right {
	background: url(../images/Backgrounds_Corners/mBoxCornerTR.jpg) no-repeat;
	top: 0;
	right: 0;
}

.m_corner_bottom_left {
	background: url(../images/Backgrounds_Corners/mBoxCornerBL.jpg) bottom no-repeat;
	bottom: 0;
	left: 0;
}

.m_corner_bottom_right {
	background: url(../images/Backgrounds_Corners/mBoxCornerBR.jpg) bottom no-repeat;
	bottom: 0;
	right: 0;
}


.dark {
    background-color: #1a6f80;	
}

.light {
    background-color: #a1dbe7;	
}

.dark .m_corner_top_left {background: url(../images/Backgrounds_Corners/dkBoxCornerTL.png) no-repeat;}
.light .m_corner_top_left {background: url(../images/Backgrounds_Corners/ltBoxCornerTL.png) no-repeat;}
.dark .m_corner_top_right {background: url(../images/Backgrounds_Corners/dkBoxCornerTR.png) no-repeat;}
.light .m_corner_top_right {background: url(../images/Backgrounds_Corners/ltBoxCornerTR.png) no-repeat;}
.dark .m_corner_bottom_left {background: url(../images/Backgrounds_Corners/dkBoxCornerBL.png) bottom no-repeat;}
.light .m_corner_bottom_left {background: url(../images/Backgrounds_Corners/ltBoxCornerBL.png) bottom no-repeat;}
.dark .m_corner_bottom_right {background: url(../images/Backgrounds_Corners/dkBoxCornerBR.png) bottom no-repeat;}
.light .m_corner_bottom_right {background: url(../images/Backgrounds_Corners/ltBoxCornerBR.png) bottom no-repeat;}

.double {background-color: #90d2e0;}

.double_border_top
{
	background: url(../images/Backgrounds_Corners/dBoxTop.png) repeat-x;
	height: 10px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.double_border_bottom
{
	background: url(../images/Backgrounds_Corners/dBoxBottom.png) bottom repeat-x;
	height: 10px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.double_border_left
{
	background: url(../images/Backgrounds_Corners/dBoxLeft.png) left repeat-y;
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.double_border_right
{
	background: url(../images/Backgrounds_Corners/dBoxRight.png) right repeat-y;
	width: 10px;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
}

.double_border_top .m_corner_top_left {background: url(../images/Backgrounds_Corners/dBoxCornerTL.png) left no-repeat;}
.double_border_top .m_corner_top_right {background: url(../images/Backgrounds_Corners/dBoxCornerTR.png) right no-repeat;}
.double_border_bottom .m_corner_bottom_left {background: url(../images/Backgrounds_Corners/dBoxCornerBL.png) bottom left no-repeat;}
.double_border_bottom .m_corner_bottom_right {background: url(../images/Backgrounds_Corners/dBoxCornerBR.png) bottom right no-repeat;}


.grey_box {background-color: #d7d7d7; padding: 0px; height: 70px; width: 380px;}


.grey_corner_top_left, 
.grey_corner_top_right, 
.grey_corner_bottom_left, 
.grey_corner_bottom_right {
	position: absolute;
	width: 5px;
	height: 5px;
}

.grey_corner_top_left {
	background: url(../images/Backgrounds_Corners/gBoxCorner.png) no-repeat;
	top: 0;
	left: 0;
}

.grey_corner_top_right {
	background: url(../images/Backgrounds_Corners/gBoxCornerTR.png) no-repeat;
	top: 0;
	right: 0;
}

.grey_corner_bottom_left {
	background: url(../images/Backgrounds_Corners/gBoxCornerBL.png) bottom no-repeat;
	bottom: 0;
	left: 0;
}

.grey_corner_bottom_right {
	background: url(../images/Backgrounds_Corners/gBoxCornerBR.png) bottom no-repeat;
	bottom: 0;
	right: 0;
}

.greyblue_corner_top_left,
.greyblue_corner_top_right,
.greyblue_corner_bottom_left,
.greyblue_corner_bottom_right {
	position: absolute;
	width: 5px;
	height: 5px;
}


.greyblue_corner_top_left {
	background: url(../images/Backgrounds_Corners/gbBoxCorner.png) no-repeat;
	top: 0;
	left: 0;
}

.greyblue_corner_top_right {
	background: url(../images/Backgrounds_Corners/gbBoxCornerTR.png) no-repeat;
	top: 0;
	right: 0;
}

.greyblue_corner_bottom_left {
	background: url(../images/Backgrounds_Corners/gbBoxCornerBL.png) bottom no-repeat;
	bottom: 0;
	left: 0;
}

.greyblue_corner_bottom_right {
	background: url(../images/Backgrounds_Corners/gbBoxCornerBR.png) bottom no-repeat;
	bottom: 0;
	right: 0;
}

/* Navigation Links ------------------------------------------------------------------ */

.top_links {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
}

.top_links a {
	font-size: 12px;
	color: #ff8412;
	text-decoration: none;
	margin: 0 3px;
	font-weight: bold;
	background-image: url(../images/TopLinkNonSelectArrow.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 12px;
}

.top_links .disabled {
	font-size: 12px;
	color: #21bad9;
	margin: 0 3px;
	font-weight: bold;
	background-image: url(../images/TopLinkSelectArrow.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 12px;
}

/* Console ------------------------------------------------------------------ */

.console .impact_statement {
	width: 676px;
	height: 83px;
	background: url(../images/Backgrounds_Corners/ImapctStatementBG.png) no-repeat;
	margin: 5px auto 3px auto;
	font-size: 2.1em;
	text-align: center;
	line-height: 83px;
	text-decoration: none;
}

.console .imapct_subhead {
    width: 676px;
    text-align: left;
    color: #000;
    font-size: 1.15em;
    font-style: normal;
    font-family: Tahoma, Arial, Sans-Serif;
    /*font-variant: small-caps;*/
}

.console a.impact_link {
	text-decoration: none;
	color: White;
}

.console .landing_icon {
	float: left;
	margin-right: 30px;
	vertical-align: middle;
}

.console .upgrade_link {
	float: right;
}

.console .upgrade_promo {
	text-align: center;
	font-weight: bold;
	margin-top: 30px;
}

.console .link_box {
	width: 417px;
	background-color: #8fd2df;
	border: none;
	margin-top: 2px;
}

.console .console_link_name_textbox {
	width: 230px;
}

.console .click_to_copy {
	display: block;
	margin-left: 298px;
	margin-top: 2px;
}

.console .save_button {
	position: absolute;
	right: 15px;
	bottom: 15px;
}

.console .button_images {
	text-align: center;
}

.console .button_images a {
	display:inline-block;
	width:184px;
}

.console .button_images a.small_button {
	width:92px;
}

.console .button_images img {
	padding: 3px 10px;
	margin: 3px 10px;
	display: inline-block;
}

.console .more_buttons {
	text-align: center;
	margin-top: 15px;
}

.console .more_buttons a {
	font-size: 1.2em; 
	text-decoration: none;
	color: Black;
	font-weight: bold;
}

.console .more_buttons .small_txt {
	font-size: 0.7em;
}

.console .instTxt {
	margin-top: 10px;
	float: left; 
	margin-left: 50px;
}

.console .instTxt img {
	margin-top: 5px;
	border: 0px;
}

.console .i nstTxt {
	font-weight: bold;
	font-size: 1.231em;
	text-decoration: none;
}

.console .instcontent  {
	text-align: center;
}

.console .trial_msg {
	float: right;
	width: 170px;
	margin-right: 40px;
	color: White;
}

.console .dark {
	color: White;
}

.console .light  
{
    width: 675px;
	text-align: center;
	padding-left: 10px;
}

.console .consolebox03
{
    width: 675px;
	text-align: center;
}

.console #landingMid {  /* Container Div */
	margin: 0px auto 0px auto;
	padding: 0px;
}

.console #lmLeft {   /* Left Window Div */
	text-align: center;
	width: 209px;
	height: 155px;
	float: left;
	background: url('../images/Backgrounds_Corners/lmbg_02.png') no-repeat top left;
}

.console #lmSpacer1 {  /* Left Spacer and Arrow Graphic */
	width: 19px;
	height: 155px;
	float: left;
	background: #ffffff url('../images/Backgrounds_Corners/lmbg_03.png') no-repeat top left; 
}

.console #lmMid {  /* Middle Window Div */
	text-align: center;
	width: 212px;
	height: 155px;
	float: left;
	background: url('../images/Backgrounds_Corners/lmbg_04.png') no-repeat top; 
}

.console #lmSpacer2 {  /* Right Spacer and Arrow Graphic */
	width: 25px;
	height: 155px;
	float: left;
	background: #ffffff url('../images/Backgrounds_Corners/lmbg_05.png') no-repeat top left; 
}

.console #lmRight { /* Right Window Div */
	text-align: center;
	width: 208px;
	height: 155px;
	background: url('../images/Backgrounds_Corners/lmbg_06.png') no-repeat top left; 
	float: left;
}

.console h2.lmH2 {  /* H2 Class for Landing Page Middle Box (landingMid) Header */
    margin: 6px 0px;
    padding: 0px;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
}

.console div.landingmidText {
    width: 675px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;   
}

.console .landingDesc 
{
    font: 11px Arial;   
}

.console div.lmP {   /* P Class for Landing Page Middle Box (landingMid) Text */
    text-align: justify;
    float: left;
    width: 206px;                 
	font-size: 0.88em;
	display: inline;
}

.console #lmp1 {
   margin-right: 25px;
}

.console #lmp2 {
   margin-right: 28px;    
}
.console #lmp3 {
    margin-right: 0px;
}

.console .TabbedContentWrapper
{
 background: #6ec5d5;
 margin: 0px;
 font: 13px arial;
}

.console .MarketingTabbedDiv {  /* Container Div */
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 675px;
	display: none;
}

.console .TestimonialsTabbedDiv {  /* Container Div */
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 675px; 
	display: none;
}

.console .landingDesc 
{
    width: 510px;
    margin: 0px auto;   
}



.console .register_buttons {
    float:left;
    margin: 0px auto;
	width: 280px;
	display: inline-block;
	display: inline;
	zoom: 1;
}

.console .box_title {
    width: 576px;  
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 30px;
    overflow: hidden;
}

/* Testimonials */

.console .testimonials {
	font-size: 1em;
	font-style: italic;
	margin: 15px auto 15px auto;
	width: 500px;
	padding-left: 22px;
	position: relative;
}

.console .testimonials .openQuote {
	position: absolute;
	left: -22px;
	top: 0;
}
.console .testimonials .closeQuote {
	vertical-align: top;
	padding: 3px;
}

.console .testimonials .info {
	text-align: right;
	float:right;
	margin-top: 10px;
}

.console .testimonial_image {
	display: none;
}


/* Registration -------------------------------------------------------------------- */

.registration_left {
	width: 450px;
	margin: 0px auto;
}

.register .register_link {
	display: none;
}

.FormHeader 
{
    font-size: 0.923em;
    
    font-weight: bold;    
}

.plan_table 
{
    margin: 0px auto;
	border-collapse: collapse;
	position: relative;
	font-size: 0.8em;
}

.plan_table td, .plan_table th {
	text-align: center;
	width: 92px;
}

.plan_table .trial {
	background-color: #f9f9f9;
}
.plan_table .basic {
	background-color: #f3f3f3;
}
.plan_table .pro {
	background-color: #ededed;
}

.plan_table .plan_name .trial,
.plan_table .plan_name .basic,
.plan_table .plan_name .pro {
	background-color: white;
}

.plan_table .tall td {
	padding-top: 15px;
}

.plan_table .row_label {
	text-align: left;
	padding-right: 5px;
	width: 220px;
}

.plan_table .indent {
	padding-left: 10px;
	width: 140px;
}

.plan_table .row_label .interrogation {
	float: right;
	margin-left: 5px;
}

.signupform {
	padding: 15px;
	position: relative;
}

.signup_anchor {
	position: absolute;
	left: 0px;
	top: 750px;
}

.signupform select {
	margin-bottom: 2px;
	width: 259px;
}

.signupform div {
	padding-bottom: 2px;
}

.signupform .captcha div {
	padding-bottom: 0;
}

.signupform input.text {
	margin-bottom: 2px;
    width: 255px;
    vertical-align: middle;
}

.signupform input.area_code {
	width: 3em;
}

.signupform input.phone_number {
	width: 166px;
}

.register .ext_field input.text {
	width:40px;
}

.signupform #recaptcha_area {
	margin: auto;
}

.checkbox_list {
	list-style-type: none;
	margin-left: 5px;
}

.signupform .register_button {
	text-align: center;
	font-size: 0px;
	white-space: nowrap;
	margin-top: 10px;
}

.signupform .register_button input {
	margin: 0 1px;
	vertical-align: middle;
	cursor: pointer;
}


.register_button_text {
    overflow: hidden;   
    margin-bottom: 20px;
}

.register_button_link {
    margin-top: 0px;
    text-align: center;
    float: left;   
    width: 140px;
}

.signupform .ErrorSummary ul {
	background: none;
}

.register .available {
	vertical-align: middle;
	line-height: 22px;
	display: inline-block;
	padding-bottom: 2px;
}

.register .available.hidden {
	display: none;
}

.register .indent {
	margin-left: 20px;
	clear: both;
	margin-bottom: 0;
	margin-top: 5px;
	position: relative;
}

.register label {
	width: 120px;
	display: block;
	float: left;
	margin-right: 6px;
	text-align: left;
}

.register .indent label {
	width: 100px;
}

.register img.register_cc {
	height: 20px;
	vertical-align: middle;
	float: none;
}

.register .red {
	color: Red;
}

.register .label_hint {
	font-size: 0.8em;
	display: block;
	margin-left: 126px;
}

.register .CC_acepted {
	text-align: center;
	margin-bottom: 15px;
}
.register .CC_acepted img {
	vertical-align: middle;
}

.register .info_text {
	font-size: 0.8em;
}

.register #spnUserNameAvailable {
	float: right;
	font-size: 0.8em;
	margin-right: 10px;
}

.register .plan_display {
	float: right;
	width: 220px;
	margin-right: 2px;
}

.benefits 
{
    font-size: 1.0em;
	font-weight: bold;
	width: 500px;
	margin: auto;
}

.benefits .list {
	font-weight: normal;
	float: left;
	margin-top: 5px;
}

.benefits ul {
	margin-left: 17px;
	padding-left: 0px;
}

.benefits li {
	margin-left: 5px;
}
	

/* Testimonials */

.console {
	width: 100%;
	margin-right: 2px;
	font-size: 0.8em;
	font-style: italic;
}

.console .testimonials_title {
	font-size: 1.8em;
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
}

.console .info {
    position: relative;
    float: left;
	text-align: left;
	width: 130px;
	margin-left: 10px;
	margin-top: 10px;
	padding-top: 10px;
	min-height: 63px;
}

.console .testimonials img {
	margin-top: 5px;
}

.console .testimonial_image {
	bottom: 10px;
	left: 10px;
}

.console .qfactsheader {
    top: 0px;
    left: 0px;
    z-index: 3;
}

.console .tbox {	
    margin: 0px auto;
    width: 500px;
	background-color: #eff8fd;
	padding: 10px;
}

.console .text {
    width: 200px;
    float: left;
}

.console .ext_field_value 
{
    width: 50px;
    margin-left: 3px;
}

.console .area_code
{
    width: 30px;
    margin-right: 3px;
}

.console .textImage {
    margin-top: 30px;
    float: left;
    width: 63px;
}

.console .image {
    width: 200px;
    float: left;
}

.console .tbox .m_corner_top_left {background: url(../images/Backgrounds_Corners/tBoxCorner.jpg) no-repeat; z-index:1;}
.console .tbox .m_corner_top_right {background: url(../images/Backgrounds_Corners/tBoxCornerTR.jpg) no-repeat;}
.console .tbox .m_corner_bottom_left {background: url(../images/Backgrounds_Corners/tBoxCornerBL.jpg) bottom no-repeat;}
.console .tbox .m_corner_bottom_right {background: url(../images/Backgrounds_Corners/tBoxCornerBR.jpg) bottom no-repeat;}

.register .tbox .m_corner_top_left {background: url(../images/Backgrounds_Corners/tBoxCorner.jpg) no-repeat; z-index:1;}
.register .tbox .m_corner_top_right {background: url(../images/Backgrounds_Corners/tBoxCornerTR.jpg) no-repeat;}
.register .tbox .m_corner_bottom_left {background: url(../images/Backgrounds_Corners/tBoxCornerBL.jpg) bottom no-repeat;}
.register .tbox .m_corner_bottom_right {background: url(../images/Backgrounds_Corners/tBoxCornerBR.jpg) bottom no-repeat;}
.register .quick_facts .m_corner_top_left {
 	background: url(../images/Headers/QuickFactsHeader.png) no-repeat;
 	width: 126px;
 	height: 30px;
}

.register .tbox {	
    width: 200px;
    float: left;
	background-color: #eff8fd;
	padding: 10px;
}

.register .quick_facts {
	color: #475e69;
	padding: 20px 10px 5px 10px;
	font-style: normal;
	font-weight: bold;
}

.register .quick_facts li {
	margin-top: 5px;
}

.register .quick_facts .quick_facts_bottom {
	font-weight: bold;
	text-align: right;
}

/* History ------------------------------------------------------------------------- */
.history_reports {
	border-style: none;
	font: 12px Tahoma;
	color: Black;
	cursor: default;
	width: 100%;
}

.history_reports_rows {	
	height:30px;
	border-style: none;
	background-color: #EDEDED;
}

.history_roports_footer {
	border-style: none;
	font-weight:bold;
}

.history_roports_header {
	text-align:left;
	border-style: none;
	font-weight:bold;
}

.history_roports_rows_alt {
	height:30px;
	border-style: none;
	background-color: #bce4ec;
}

.history_roports_paging table {
	margin: auto;
}


/* Buy ----------------------------------------------------------------------------- */
.buy .notice {
	margin-top: 30px;
	color: Red;
}

.buy .package_selector {
	width: 308px;
	position: relative;
	float: left;
	background-color: #6AC3D5;
	padding: 10px;
}

.buy .package_header {
	display: block;
	margin: auto;
}

.buy .check_list li {
	font-weight: bold;
	margin-bottom: 2px;
}

.buy .minutes {
	color: White;
	font-size: 2em;
	text-align: center;
	font-weight: bold;
}

.buy .talk_time {
	color: #23933d;
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

.buy .comming_soon {
	display: block;
	text-align: center;
	font-size: 1.7em;
	color: Red;
	height: 36px;
}

.buy .buttons {
	text-align: center;
	margin-top: 10px;
}
.buy .buttons input {
	display: inline;
	margin: 0;
}


/* Credit Card Entry */
.buy .left_column {
	float: left;
	width: 365px;
	margin-top: 7px;
}

.buy .left_column label {
	display: inline-block;
	width: 107px;
	margin-bottom: 3px;
}

.buy .left_column input.text {
	width: 248px;
	margin-bottom: 3px;
}

.buy .right_column {
	float: left;
	width: 270px;
	margin-left: 10px;
	margin-top: 7px;
}

.buy .right_column label {
	display: inline-block;
	width: 83px;
	margin-bottom: 3px;
}

.buy .right_column input.text {
	width: 176px;
	margin-bottom: 3px;
}
.buy .right_column select {
	width: 183px;
	margin-bottom: 3px;
}

.buy .cc_type img {
	vertical-align: middle;
}
.buy .cc_type label {
	width: auto;
}

.buy .csc input.text {
	width: 49px;
}

.buy .csc, .buy .exp_date {
	display: inline;
}
.buy .exp_date label {
	width: 79px;
	padding-left: 12px;
}

/* Summary */
.buy .summary {	
	background-color: #8FD2DF;
	position: relative;
	padding: 15px;
	margin-bottom: 15px;
}

.buy .summary .m_corner_top_left {background: url(../images/Backgrounds_Corners/PaymentTotalBGTL.png) no-repeat;}
.buy .summary .m_corner_top_right {background: url(../images/Backgrounds_Corners/PaymentTotalBGTR.png) no-repeat;}
.buy .summary .m_corner_bottom_left {background: url(../images/Backgrounds_Corners/PaymentTotalBGBL.png) bottom no-repeat;}
.buy .summary .m_corner_bottom_right {background: url(../images/Backgrounds_Corners/PaymentTotalBGBR.png) bottom no-repeat;}

.buy .summary table {
	border-collapse: collapse;
	width: 100%;
	margin-top: 5px;
	clear: both;
}

.buy .summary td {
	padding: 5px 10px;
}

.buy .summary .taxes td {
	padding: 0 10px;
}

.buy .summary .subtotal td {
	padding-bottom: 0px;
}

.buy .summary .name {
	width: 10%;
	white-space: nowrap;
}

.buy .summary .note {
	text-align: right;
}

.buy .summary .cost {
	text-align: right;
	font-weight: bold;
}

.buy .subtotal td {
	border-top: 1px solid #333;
}

.buy .cost_labels td {
	padding-bottom: 0px;
}
.buy .cost_labels td.cost {
	font-weight: normal;
}

.buy .cc_summary label {
	margin-bottom: 0;
}

.buy .cc_summary .exp_date {
	width: 80px;
	padding-left: 15px;
}


/* Account Settings ---------------------------------------------------------------- */
.accountsettings label {
	display:inline-block;
	width: 120px;	
}

.accountsettings .label_hint {
	font-size: 0.8em;
}

.accountsettings .user {
	font-size: 1.3em;
	font-weight: bold;
}

.accountsettings .user_summary .login-info {
	width: 270px;
	float: left;
	margin-left: 15px;
}

.accountsettings .user_summary .user-info {
	width: 300px;
	margin-left: 15px;
	float: left;
}

.accountsettings .user_summary .payment-info {
	margin: 20px 15px;
}

.accountsettings .button {
	margin-top: 5px;
}

.accountsettings #panel_password p,
.accountsettings #panel_account p {
	margin: 5px;
}
.accountsettings #panel_password input, 
.accountsettings #panel_account input {
	width: 200px;
}

.accountsettings #panel_password .save_buttons input,
.accountsettings #panel_account .save_buttons input {
	width: auto;
}

.accountsettings #panel_cc .save_buttons label {
	width: 105px;
}

/* Edit credit card */
.accountsettings .left_column {
	float: left;
	width: 365px;
	margin-top: 7px;
}

.accountsettings .left_column label {
	display: inline-block;
	width: 107px;
	margin-bottom: 3px;
}

.accountsettings .left_column input.text {
	width: 248px;
	margin-bottom: 3px;
}

.accountsettings .right_column {
	float: left;
	width: 270px;
	margin-left: 10px;
	margin-top: 7px;
}

.accountsettings .right_column label {
	display: inline-block;
	width: 83px;
	margin-bottom: 3px;
}

.accountsettings .right_column input.text {
	width: 176px;
	margin-bottom: 3px;
}
.accountsettings .right_column select {
	width: 183px;
	margin-bottom: 3px;
}

.accountsettings .cc_type img {
	vertical-align: middle;
}
.accountsettings .cc_type label {
	width: auto;
}

.accountsettings .csc input.text {
	width: 49px;
}

.accountsettings .csc, .accountsettings .exp_date {
	display: inline;
}
.accountsettings .exp_date label {
	width: 79px;
	padding-left: 12px;
}


/* Reset Password ------------------------------------------------------------------ */
.password label {
	display:inline-block;
	width: 120px;	
}

.password .label_hint {
	font-size: 0.8em;
}

.password input {
	margin-bottom: 2px;
}

/* About Us ------------------------------------------------------------------ */
.leftContact {
	float:left;
	width: 317px;
}

.rightContact {
	float:left;
	width: 317px;
}

td.tDesc {
	vertical-align: top;
	text-align: left;
	font-family: Arial, Sans-serif;
	font-weight: bold;
}

.leftContact .textInput {
	width: 220px;
}

.leftContact textarea.textInput {
	height: 360px;
}

/* FAQ ------------------------------------------------------------------ */

#FAQ {
	width: 600px;
	margin: 0px auto;
	position: relative;
}

.faq a {
	text-decoration: none;
}

.faq_links {
	background-color: #c7e9ef;
	margin: 0 25px;
	padding-left: 10px;
}

.faq_links ol {
	padding: 10px 0;
	color: #FF8613;
	margin-left: 30px;
}

.spacer {
	height: 15px;
}

.faqtLeft {
	font-size: 14px;
	text-indent: 10px;
	font-weight: bold;
	width: 450px;
	height: 20px;
	background-color: #c7e9ef;	
}

.faqtRight {
	width: 150px;
	padding-right: 10px;
	text-align: right;
	height: 20px;
	background-color: #c7e9ef;
}

.faqanswer {
	padding: 10px;
	background-color: #c7e9ef;
}

.hleft {
	text-indent: 0.5em;
	vertical-align: middle;
	float: left;
	width: 498px;
	background-color: #c7e9ef;
	border: 1px solid #8fd2df;
}

.clear {
	clear: both;
	position: relative;
}

/* Pricing ------------------------------------------------------------------ */

.pricing_plan {
	float: left;
	width: 241px;
	height: 343px;
	background: url(../images/Backgrounds_Corners/PricingBottom.png) bottom no-repeat;
	position: relative;
}

.spacer {
	float: left;
	width: 5px;
}

.pricing_plan ul {
	font-size: 0.8em;
	margin: 10px;
	line-height: 13px;
}

.price {
	position: absolute;
	bottom: 12px;
	width: 100%;
	text-align: center;
}

.price a {
	font-size: 1.2em;
	text-decoration: none;
	color: Black;
	font-weight: bold;
}

.price .small_txt {
	font-size: 0.7em;
}

.content_toplinks {
	text-align: center;
	font-size: 0.95em;
	background-color: #EDEDED;
	padding: 10px;
}

.content_toplinks a {
	padding: 15px;
}

.content_toplinks a.disabled,
.content_toplinks a:link.disabled,
.content_toplinks a:visited.disabled {
    text-decoration: underline;
    font-weight: bold;
    color: #1c2d47;
    cursor: default;
}

/* Flash Support Widget */

.FlashWidgetPlaceHolder {
    position: relative;
    width: 400px;
    height: 95px;
    margin: 5px auto;
}

.FlashSupportWidget {
    position: absolute;
    top: 0px;
    left:0px;
}

.FlashWidgetPlaceHolder .flashheader {
    width: 100%;
    padding-left: 5px;
    padding-top: 5px;
    text-align: center;
    font-size: 1.154em;
    font-weight: bold;
}

.FlashSupportWidget .flashhours {
    font-size: 0.846em;
    width: 100%;
    text-align: center;
    position: absolute;
    top: -15px;
    left: -5px;
}

.flashWidgetContainer {
    width: 100%; 
    text-align: center;
    margin:0px auto;   
}

/* Flash Support Widget */

.FlashWidgetPlaceHolder02 {
    position: relative;
    width: 375px;
    height: 95px;
    margin-left: 20px;
}

.FlashSupportWidget {
    position: absolute;
    top: 0px;
    left:0px;
}

.FlashWidgetPlaceHolder02 .flashheader {
    padding-left: 10px;
    padding-top: 5px;
    color: #000;
    width: 100%;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    margin-left: 15px;
}

.FlashWidgetPlaceHolder02 .flashhours {
    font-size: 0.846em;
    color: #000;
    text-align: right;
    position: absolute;
    top: 65px;
    left: 0px;
    width: 350px;
}

.flashnotice {
    z-index: -45;
    position: absolute;
    font-weight: normal;
    font-style: normal;
    color: #000;
    top: 80px;
    left: 35px;
    font-size: 0.769em;   
}


/* ***********************************************************
                   TabrioConnect.com Redesign CSS
************************************************************ */

        /* ------------ default.aspx ------------ */

.TagLine 
{
    font: normal 2.01em Arial, Sans-Serif;
    letter-spacing: -0.075em;
    margin: 18px auto;
    width: 500px;
    text-align: center;
}

.TagLine em 
{
    font: bold 1.148em Arial, Sans-Serf;
    color: #1f345a;
}

.FlashHolder
{
    position: relative;
    height: 65px;
    width: 400px;
    margin: 0px auto;
}

.FlashCallWidget 
{
   position: absolute;
   left: 24px;
   z-index: 9393;
}

.FlashCallWidget span 
{
    text-align: center;
    font: bold 1em Arial;   
}

.LandingPageInformation
{
    width: 800px;    
}

.LandingPageInformation .LandingPageText 
{
    width: 422px;
    font-size: 0.95em;
    letter-spacing: -0.025em;
    line-height: 13px;
    float: left;
    padding-right: 10px;
}

.LandingPageInformation .LandingPageButtons
{
    width: 243px; 
    margin-top: 10px;
    float: left;
}

.LandingPageInformation .LandingPageButtonText
{
    font-size: 1.077em;
    text-align: center;
    font-weight: bold;
    margin: 5px 0px;
       
}


.ThreeStepGraphicContainer {}

.console .TabbedDivButtons 
{
    margin: 0px;
    padding: 0px;
    clear: both; 
}

.TabbedContainer {margin: 25px 0px; padding: 0px; width: 682px;}

.TabbedDivButtons .Tab01 {float: left; width: 184px; height: 40px;}
.TabbedDivButtons .Tab02 {float: left; width: 182px; height: 40px;}
.TabbedDivButtons .Tab03 {float: left; width: 181px; height: 40px;}
.TabbedDivButtons .Tab04 {float: left; width: 119px; height: 40px; background: url(../../images/Backgrounds_Corners/TabTop.jpg) no-repeat top left;}
.TabbedDivButtons .Tab05 {float: left; width: 16px; height: 40px; background: url(../../images/Backgrounds_Corners/TabTopRight.jpg) no-repeat top    right;}

.TabbedDivButtons img {border: 0px; padding: 0px; margin: 0px;}
.title {margin: 0px; cursor: pointer; margin-top: 10px; margin-bottom: 3px;}
.title_selected {margin: 0px; cursor: pointer;}

.TabbedContentWrapper{ width: 650px; margin: 0px; margin-top: -2px;}
    .TabbedContent {margin: 0px; width: 602px; height: 100%;}
        
        .TabbedContentMain{float: left; width: 659px; height: 100%; background-color: #6f9dcc; position: relative; padding: 10px; margin-left: 1px;}
        /* How Its Done Tab - Tab 01 */
            .HowItsDone {width: 650px; clear: both; margin: 0px auto;}
                .HowStep01 {height: 110px; float: left;}
                    .HowStep01 img {margin-top: 35px;}
                .HowStep02 {height: 110px; float: left;}
                    .HowStep02 img {margin-top: 5px;}
                .HowStep03 {height: 110px; float: left;}
                    .HowStep03 img {margin-top: 2px;}
                .HowGreenArrow {float: left;}
                    .HowGreenArrow {margin-top: 35px; margin-left: 20px; margin-right: 20px;}
            .HowText {width: 680px; text-align: center; clear: both;  letter-spacing: -0.075em; color: #ffffff; font-weight: bold; font-size: 1.077em;}
                .HowText p {font-size: 1.077em; letter-spacing: -0.025em; line-height: 14px; font-weight: normal; text-align: left; width: 650px;}
                .HowText01 {width: 200px; float: left; margin-left: -10px;}
                .HowText02 {width: 225px; float: left; margin-right: 10px;}
                .HowText03 {width: 225px; float: left;}
        /* ## END How its Done */
        
        .Testimonial {width: 650px; margin: 0px auto; clear:both;}
            .Testimonial .image {width: 200px; float: left;}
            .ImgCenter {margin: 0px auto;}
            .Testimonial .text {width: 450px; float: left;}
            .text .textImage {float: left; width: 70px; margin-left: 20px; margin-top: 18px;}
            .text .info {float: left; width: 320px; margin-left: 20px;}
    .TabbedFooter {width:682px; clear: both;}
        .TabbedFooterLeft {float: left; width: 16px; height: 15px; background: url(../../images/Backgrounds_Corners/TabBottomLeft.jpg) no-repeat bottom right;}
        .TabbedFooterMiddle {float: left; width: 650px; background: url(../../images/Backgrounds_Corners/TabBottom.jpg) repeat-x top left;}
        .TabbedFooterRight {float: left; width: 16px; height: 15px; background: url(../../images/Backgrounds_Corners/TabBottomRight.jpg) no-repeat bottom right;}


    









































