html, td, p, label, li {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
}

td, th {
  font-size: 11px;
}

body {
  text-align: center;
}

 div#container {
  padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	text-align: left;
}

#banner {
  margin-top: 4px;
  text-align: center;
}

#main_block {
  margin-left: .5em;
  padding-left: 2em;
  background: white;
}

#notice_div {
  text-align: center;
  height: 4ex;
}

#notice {
  padding: .5em;
  color: red;
  font-size: 11px;
  font-weight: bold;
}

a {
  text-decoration: none;
}

.currency td.currency {
  text-align: right;
}

.newValues {
  background: #eee
}

.oldValues {
  background: #fff
}

#totalcell {
  font-weight: bold;
  border-top: 1px solid #282;
  border-bottom: 2px solid #282;
  text-align: right;
}

.separator {
  border-bottom: 1px dotted #282;
  clear: both;
}

/*  The new cartridges section */
.hd .c, .ft .c {
 font-size:1px; /* ensure minimum height */
}

.ft .c {
 height:14px;
}

.hd {
  margin: 0;
  padding: 0;
  background: url('../images/tl.gif') no-repeat 0px 0px;
}

.hd .c {
  height:12px;
  background: url('../images/tr.gif') no-repeat right 0px;
}

.bd {
  margin: 0;
  padding: 0;
  background:transparent url('../images/ml.gif') repeat-y 0px 0px;
}

.bd .c {
 background:transparent url('../images/mr.gif') repeat-y right 0px;
}

.bd .c .s {
 /*margin:0px 8px 0px 4px;*/
 /*background:#d8d8d8 url('../images/ml.gif') repeat-x 0px 0px;*/
 padding:0 14px;
 padding:0 14px;
}

.ft {
  margin: 0;
  padding: 0;
  background:transparent url('../images/bl.gif') no-repeat 0px 0px;
}

.ft .c {
 background:transparent url('../images/br.gif') no-repeat right 0px;
}

/* Styles for the manage controller  */
.periodic_results {
  font-size: larger;
  width: 200px;
  margin-bottom:.5em;
}

.periodic_results_title {
  background:#ccc;
}

.periodic_results_entry {
  text-align: left;
  width: 100%;
}

td.periodic_results_entry {
  text-align: left;
/*  font-size: xx-small; */
}

a.orlink {
  font-weight: bold;
  color: #d73;
}

a.orlink:hover {
  color: #000;
}

/*	none | dotted | dashed | solid | double | groove | ridge | inset | outset */
.periodic_results_details {
  text-align: left;
  width: 100%;
  /*background:#f8fff8;*/
  border: inset #eee;
}

/* Campaign list */
.cp_list th {
  text-align: left;
  font-size: 12px;
  padding-bottom: 3px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

.cp_list td {
  padding: 2px 2px 2px 1px;
}

.yellowbg_border {
  border: 1px solid black;
}

.yellowbg_border td {
  background-color: #FFE;
  padding: 3px 5px;
}

/* Management page */
#mask {
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2000px;
  display: none;
  opacity: .80;
  z-index: 2000;
}

#edit_form_modal_div {
  background-color: #d9d9d9;
  position: absolute;
  left: -900px;
  top: -900px;
  display: none;
  overflow: auto;
  width: 319px;
  z-index: 3000;
  margin: 0px;
  padding: 0px;
}

.editing_form_class {
  margin: 0px;
  padding: 0px;
  background-color: #D9D9D9;
  line-height: 120%;
  vertical-align: baseline;
}

.editing_form_class label {
  display: block;
  font-weight: bold;
  float: left;
  text-align: right;
  width: 10px;
  margin: 0;
  padding:0;
  vertical-align: baseline;
  line-height: 100%;
}

.editing_form_class input {
  display: block;
  float: left;
  margin-left: 0.5em;
  margin: 0.95ex 0 0.25ex 0.5em;
  padding-top: 1em;
  vertical-align: baseline;
}

.editing_form_class br {
  clear: both;
}

.editing_form_class input button {
  display: block;
  float: right;
}

.button-right {
  float: right;
  display: block;
}

/*  Clients page... */
.nice_table {
    border: 1px solid black;
    padding: 0px;
}

.nice_table th {
	font-size: 12px;
	background-color: #bba;
	border-bottom: 1px solid black;
	margin: 1px 3px;
}

.nice_table td {
  padding: 1px 3px;
  cursor: default;
}

/*------------- Fields ------------*/
.form_fields, .form_fields ul {
	padding: 0;
  margin: 0;
}
.form_fields {
  line-height: 2.4em;
}
.form_fields li {
	height: 2.4em;
	clear: both;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 2px;
}

.form_fields label, .form_fields .labelSpacer {
	display: block;
	float: left;
	font-weight: bold;
  font-size: 12px;
  vertical-align: middle;
	text-align: right;
	margin-right: 0.5em;
  margin-left: 0;
  width: 140px;
}

.form_fields .ff_max_input_width {
  width: 140px;
}
.form_fields .labelSpacer {
	height: 2em;
}

.form_fields input, .form_fields select {
	display: block;
	float: left;
  font-size: 12px;
	padding: 0;
	margin: 0;
}

.form_fields input button, .form_fields#cancel {
  width: auto;
}
.fieldWithErrors {
  margin: 0;
  padding: 2px;
  background-color: red;
  display: table;
}

.width_740_width {
  width: 740px;
}

.width_319_width {
  width: 319px;
}

.width_240_width {
  width: 234px;
}

.inner_cartridge_margins {
  margin: 0 6px 0 12px;
}

.inner_cartridge_margins p, form {
  margin: 0 0px;
  padding: 10px 0 0 0;
}

.top_menu {
  font-size: 14px;
  margin: 0;
}

a {
  color: #000;
}

a:hover {
  color: #d73;
}

.spacer_8px {
  height: 8px;
}

h4 {
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.name_company_cartridge {
  font-weight: bold;
  font-size: 14px;
}

.link_company_cartridge {
  font-size: 12px;
  text-align: right;
  margin-right: 1em;
}

/* Agency clients */
#agency_clients_now {
  font-size: 12px;
}

#agency_clients_now th {
  text-align: left;
  font-size: 12px;
  padding-bottom: 3px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

#agency_clients_now td {
  padding: 2px 2px 2px 1px;
}

#agency_clients_now th.bottom_th {
  border-top: none;
  text-align:center;
}

#agency_clients_now th.bottom_th.today {
  border-top: none;
  text-align:center;
  background-color:#e8e8e8;
}

#agency_clients_now td.today {
  background-color:#e4e4e4;
  text-align:right;
}

#agency_clients_now td.yesterday {
  text-align:right;
}

#agency_clients_now th.top_th {
  border-bottom: none;
}

th.top_th {
  border-bottom: none;
  text-align:inherit;
}

th.bottom_th {
  border-top: none;
  text-align:center;
}

.o16 {
  float: left;
  width: 12px;
  height: 12px;
  background-image: url('../images/orange.png');
}

.g16 {
  float: left;
  width: 12px;
  height: 12px;
  background-image: url('../images/gray.png');
}

input, select {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
}

.topMenu {
  margin-top: 1em;
  margin-left: 10px;
  margin-right: 15px;
}

.ron {
  background-color: #ccc;
  cursor:default;
}

.roff {
  background-color: inherit;
  cursor:default;
}

.mouseOverLinkOn {
  color: #d73;
  cursor: default;
}

.mouseOverLinkOff {
  color: #000;
  cursor: default;
}

.client_vignette {
  margin-bottom: 5px;
}

.detail_tip {
  cursor: default;
}

#graph_smoother {
  float: right;
  width: 49px;
  height: 19px;
  padding: 5px 10px 0 0;
  margin-right: -20px;
}

#graph_smoother img.active {
  border: solid 1px black;
  font-size:23px;
}

#graph_smoother a {
  background-color: inherit;
}

#graph_smoother a:hover {
  background-color: #fff;
}

#graph_smoother img {
  background-color: inherit;
}

#thumb {
  width: 15px;
  height: 20px;
  background-image: url('../images/slider_thumb.gif');
  float:left;
}

#slider {
  width: 196px;
  height: 20px;
  background-image: url('../images/slider.gif');
  float:left;
}

.site_title {
  font-size: 12px;
  font-weight: bold;
  margin: 0 12px 5px 0;
}

.site_paragraph {
  font-size: 12px;
  font-weight: normal;
  /*text-align:justify;*/
  margin: 0 12px 0 0;
}

.faq_question {
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}

.faq_answer {
  font-size: 12px;
  font-weight: normal;
  text-align:justify;
}

#home_page_header {
  font-size: 12pt;
  text-align: justify;
  margin-bottom: 15px;
}

.large_font {
  font-size: 24px;
}

.home_numbers {
  font-size: 60px;
}

.height36 {
  height: 36px;
  margin-right: 5px;
}

.valign_with_box {
  margin-top: 10px;
}

.gray_text {
   color: #666;
}

.gray_text a {
  color: #666;
}

.gray_text a:hover {
  color: #d73;
}

.l_justif {
  text-align: left;
}

.case_study_box {
  width: 155px;
  background-color: #c0c0c0;
  float: left;
  margin-left: 8px;
  margin-right: 6px;
}

.case_study_box p {
  margin-left: 5px;
  padding: 0;
  font-size: 12px;
}
.case_study_box a {
  color: #666;
}

.case_study_box a:hover {
  color: #fff;
}

.case_study_box p {
  margin: 0;
  padding-left: 6px;
  font-weight:bold;
}

.case_study_hilited {
  background-color:#888;
  font-weight: bold;
  color: #fff;
}

.case_study_results_box {
  width: 80px;
  background-color: #e8e8e8;
  float: left;
  margin-left: 8px;
  margin-right: 6px;
}

.case_study_results_box p {
  margin-top: 0;
  padding-left: 6px;
}

#first_result_case_study {
  margin-left: 262px;
}

#third_result_case_study {
  margin-left: 50px;
}

.case_study_results_improvements {
  width: 90px;
  background-color: #e8e8e8;
  float: left;
  margin-left: 8px;
  margin-right: 6px;
  font-size: 24px;
}

#case_study_graph {
  text-align: center;
}

#first_improvement {
  position: relative;
  left: 380px;
  top: -24px;
  text-align: center;
  color:#d73;
}

#second_improvement {
  position: relative;
  left: 500px;
  top: -24px;
  text-align: center;
}

#case_study_description {
  position: relative;
  left: 10px;
  top: 0px;
  font-weight: bold;
  font-size: 18px;
}

#case_study_description span {
  font-weight: bold;
  font-size: 18px;
}

.blue {
  color: #486ec9;
}

#case_study_graph {
  width: 100%;
  text-align: center;
}

.orange {
  color: #d73;
}

.bold {
  font-weight:bold;
}

.nifty_box_light_gray {
  background-color: #ccc;
  padding:0;
  margin: 0
}

.nifty_box_light_gray p {
  padding: 0 5px 5px 5px;
}

.nifty_box_title {
  background-color:#888;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding:0 0 0 5px;
  margin:0;
}

.nifty_box_light_gray ul {
  margin-top:0;
  padding-left: 25px;
  list-style: disc;
}
#techno_images {
  position: relative;
  text-align: center;
  top: -80px;
}

.aligned_with_sub_menus {
  margin-left: 8px;
  margin-right: 7px;
}

.allow_pict {
  width: 500px;
  margin-top: 50px;
}

#contact_left {
  float: left;
  width: 400px;
}

#contact_right {
  width: 250px;
  float: right;
}

#contact_right #errorExplanation h2 {
  font-size: 14px;
  font-weight: bold;
}

.raligned {
  text-align: right;
}

.larger {
  font-size: larger;
}

.third_width {
  padding: 0;
  margin: 0;
  width: 215px;
}

.three_columns {
  float: left;
  width: 219px;
  margin-left: 10px;
}

.first_column {
  margin-left: 0;
}

.hidden {
  display:none;
}

.padding_left_10 {
  padding-left:10px;
}

#legal_footer {
  padding: 5px 0 0 20px;
  text-align: left;
  font-size: 10px;
}
#legal_footer a {
	text-decoration:underline;}
#legal_footer a:hover {
	text-decoration:none;}

#language_bar {
  position: absolute;
  right: 5px;
  top: 5px;
}

#language_bar .selected {
  border: 1px solid blue;
}

#language_bar .unselected {
  border: 1px solid white;
}

.price_up {
  color: green;
}

.price_down {
  color: red;
}

.error {
  color: #fbb;
  font-weight:bold;
}

.c {
  text-align:center;
}

/*  The Contact us form page... */
#contact_us_form label {
  /*background-color: #aaa;*/
  font-weight: bold;
  /*text-transform: uppercase;*/
  font-size: 12px;
  margin-top: 1.5ex;
  margin-left:7px;
  padding-bottom:.75ex;
  display:block;
}

#contact_us_form input, #contact_us_form select, #contact_us_form textArea {
  display: block;
  width: 236px;
  margin-left: 7px;
}

#contact_us_form input#submit {
  width: auto;
}

.framed {
  background-color:#c8c8c8;
  padding: 4px 4px 4px 8px;
}

#contact_us_form_title {
  font-weight:bold;
}

.right_form label {
  /*text-align:right;*/
  padding-right: 8px;
}

.right_form input {
  margin-right: 5px;
}

.right_form select {
  margin-right: 5px;
  margin-left: 10px;
}

.right_form input#submit {
  width: auto;
}

/* Free-trial, White Paper and Credit card forms... */
#contact_us_form1 {
  padding:0;
  margin:0;
  margin-bottom:20px;
}
#contact_us_form1_inner {
  text-align:right;
  float:none;
}
#contact_us_form1_inner input  {
  padding: 0 5px;
}
#contact_us_form1_inner input, #contact_us_form1_inner select {
  width: 235px;
}

#contact_us_form1_inner label {
  font-weight:bold;
  /*text-transform: uppercase;*/
  font-size: 12px;
  text-align:right;
  margin:3px 0px;
  display:block;
  /*width: 95%;*/

}
.right_form input#credit_card_state {
  width: 170px;
}

input#credit_card_zip {
  width: 60px;
}
.right_form .fieldWithErrors#credit_card_first_name, .right_form .fieldWithErrors#credit_card_last_name {
  width: 110px;
}
.right_form input#credit_card_first_name, .right_form input#credit_card_last_name {
  width: 115px;
}
.right_form input#credit_card_card_number {
  width: 170px;
}
input#credit_card_cvv_number {
  width: 60px;
}
.float_right {
  float:right;
}
.right_form input {
  padding-right: 5px;
  margin-right: 5px;
}
.float_container br {
  clear:both;
}
#cc_date select, #credit_card_expiration_date input {
  width: auto;
  margin-right: 5px;
}
#cvvHelp, #helpIFrame, #termsHelp {
  position: absolute;
  background-color:#333;
  margin: 5px 5px;
  padding: 5px 5px;
  color: #ffffff;
}

.right_form input#credit_card_terms_accepted {
  width: auto;
}

/* Credit Cards list */
.cc_list th {
  text-align: left;
  font-size: 12px;
  padding: 0 2px 3px 2px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

.cc_list td {
  padding: 1px 2px 1px 2px;
}

/*  New site templates */
div#to_center_in_page {
 padding: 0;
 margin-left: auto;
 margin-right: auto;
 margin-top: auto;
 margin-bottom: auto;
 height:1px;
 width: 789px;
 text-align: left;
}

p {
  margin: 0;
  padding: 5px 0 5px 0;
}
#menu_cartridge {
  position:relative;
  left:39px;
  top: 8px;
  width: 172px !important;   /* 192 - padding */
  width: 192px;
  height: 155px !important;  /* 215 - padding */
  height: 215px;
  background-image: url("../images/menu-cartridge.gif");
  background-repeat:no-repeat;
  padding: 70px 5px 0 37px;
  z-index: 5;
}
#menu_cartridge a {
	color: #333333;}
#menu_cartridge a:hover {
	color: #d73;}
#menu_cartridge div {
  background-image: url("../images/menu-off.gif");
  background-repeat:no-repeat;
  background-position: 5px 9px;
  padding: 4px 0 0 27px;
  font-size: 13px;
}
#menu_cartridge div.menu_active {
  background-image: url ("../images/menu-on.gif");
  
}
#menu_cartridge div.menu_active a {
	color: #333333;}
#menu_cartridge div.menu_active a:hover {
	color: #d73;}
#submenu_cartridge {
  position:relative;
  left:231px;
  top: -154px;
  width: 514px;   /* 514 - padding */
  height: 52px;  /* 52 - padding */
 
}
#submenu_cartridge.with_sub {
  background-image: url("../images/submenu-cartridge.gif");
}
#submenu_cartridge div {
   margin:15px 5px;
}
#page_top {
  position:relative;
  left:1px;
  top: -154px;
  width: 789px;
  height: 140px;
  background-image:url('../images/page-top.gif');
  z-index: 2;
  background-repeat:no-repeat;
}
#page_top_content {
  padding-left:240px;
  padding-right: 5px;
}
#page_middle {
  position:relative;
  top: -182px;
  left: 1px;
  width: 789px;
  height:auto;
  background-image:url('../images/page-middle.gif');
  padding: 0;
  margin: 0;
  z-index: 3;
}
#page_middle_content {
  padding: 10px 38px 35px 38px;
  background-image:url('../images/page-bottom.gif');
  background-position:bottom;
  background-repeat:no-repeat;
  height:auto;
}
#page_legalese {
  position:relative;
  left:21px;
  top: -182px;
  width: 743px;
  height: 40px;
  background-image:url('../images/legal-footer.gif');
  z-index: 2;
  background-repeat:no-repeat;
}
#customer_quote_button {
  position:absolute;
  top: -170px;
  right: 45px;
  width: 272px !important;
  width: 292px;
  height: 111px !important;
  height: 121px;
  background-image:url("../images/quotes-button.gif");
  padding: 5px 10px;
  font-size: 14px;
}
#customer_quote_button .quote {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px 10px;
}
#customer_quote_button .author {
  text-align: right;
  color: #fff;
  font-size:12px;
  position: absolute;
  bottom: 8px;
  right: 10px;
}
.large_title {
  font-size: 19px;
  /*font-weight: bold;*/
}
.sub_title {
  font-size: 15px;
  font-weight: bold;
}
.reg_txt {
  font-family: arial, helvetica, sans-serif;
}

.top_10 {
  list-style:decimal;
}

/*  Items in the subnavigation bar */
#company_cartridge div.float_left { float: left; padding: 15px 0 0 0; }
#company_cartridge div.float_right { float: right; padding: 15px 0 0 0; }

/*  Items in the top right of the page (right of the menu) */

/*.main {
padding: 0;
 margin-top: auto;
 margin-bottom: auto;
 height: auto;
 text-align: left;
	}