img, body, div, h1, h2, p, span, ul {
  margin: 0px;
  padding: 0px;
}

body {
  background:#fff;
  color:#000;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
}

a {
   color: #000;
}

a img {
  border: none;
}

#container {
  width: 790px;
  min-height: 712px;
  margin: 0px auto;
  border: solid 1px #717171;
  border-bottom: none;
  /*position: relative;*/
  background: url("../images/left_menu_bg.jpg") repeat-y;
}

#container.nobg {
  background: none;
}

#container_modal {
  /* width: 790px; */
  margin: 0px auto;
  border-bottom: none;
  /*position: relative;*/
}

#container_modal.mentions {
  width:auto;
}

#top_menu .up {
  /*background: #8e9794;*/
  font-size: 13px;
/*  background: url("../images/menu-bg2.jpg") repeat-x top left; */
  height: 40px;
}

#top_menu .up a {
  text-decoration: none;
  font-weight: bold;
  margin: 0px 2px 0px 0px;
  padding: 0px 5px;
  display:block;
  float:left;
  outline: none;    
  /*height: 40px;*/
/*  background: url("../images/menu_8_fond.jpg") repeat-x top left; */
}

#top_menu .up .left {
/*  background: url("../images/menu-left.jpg") no-repeat top left; */
  width: 22px;
  height: 40px;
  float: left;
}

#top_menu .up .right {
/*   background: url("../images/menu-right.jpg") no-repeat top left; */
  width: 22px;
  height: 40px;
  float: left;
  margin-left: -7px;
}

#top_menu .down {
  background: #eaeaea;
  font-size: 11px;
}

#top_menu .down a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  line-height: 20px;
  margin: 0px 5px;
  padding: 0px 5px;
}

#top_menu .down a:hover {
  text-decoration: underline;
}

#left_menu {
  margin-bottom: 0px;
  padding-top: 25px;
  width: 151px;
  float: left;
}

#left_menu a {
    display: block;
}

.menus {
    position: absolute;
    top: 3px;
    left: 278px;
}

.clearer {
  clear: both;
}

#logo {
  height: 86px;
/*  background: #d9dbda url('../images/logo2.jpg') no-repeat left top; */
    background: #f6f6f6 url("../images/logo_bg.jpg") left bottom repeat-x;
  position:relative;
}

.logo_image {
    width: 289px;
    height: 86px;
    background: url('../images/logo3.jpg') no-repeat left top;
    float:left;
}

.logout {
  /*position:absolute;
  right: 10px;
  top: 3px;*/
  font-weight:bolder;
  font-size: 13px;
  background: transparent url(../images/exit.gif) no-repeat center top;
  padding:20px 2px 0px;
  /*text-indent: -200px;*/
  display: block;
  float: left;
  font-size:9px;
  text-align:center;
  text-decoration:none;
  /*width: 20px;
  height: 20px;*/
}

.logout:hover {
  text-decoration:underline;
}

a.admin_link {
  /*position: absolute;
  top: 3px;
  right: 35px;*/
  display: block;
  font-weight:bolder;
  /*width: 20px;
  height: 20px;*/
  float: left;
  padding:20px 2px 0px;
  font-size:9px;
  background: transparent url(../images/admin_btn.jpg) no-repeat center top;
  text-decoration: none;
  outline: none;
}

a.admin_link:hover {
  text-decoration:underline;
}

.logout_links {
  float:right;
  padding-top:4px;
  padding-right:2px;
}

.lost_password {
  font-size: 10px;
}

#content {
   width: 638px;
   float: right;
   color: #676566;
}

#content-modal {
 /*  width: 638px; */
   float: right;
   color: #676566;
}

.greyed_menu_link {
   color: #676566;
}

.left_fl {
  float: left;
}

.right_fl {
  float: right;
}

.pointer {
  cursor: pointer;
}

.blue {
  color: #669900;
  font-weight: bold;
  margin: 2px 0px;
  font-size: 14px;
  line-height: 30px;
}

.mini_blue {
  color: #325a97;
  font-weight: bold;
  margin: 2px 0px;
  font-size: 12px;
  line-height: 30px;
}

.label {
  padding: 2px 0px;
  height: 20px;
  line-height: 20px;
}

.small {
  font-size: 10px;
}

input.text {
  width: 300px;
  border:solid 1px #aaa;
  font-size: 10px;
  padding: 2px;
}

input.datetext {
  width: 120px;
  border:solid 1px #aaa;
  font-size: 10px;
  padding: 2px;
}

input.text_shorter {
  width: 150px;
}

textarea.subject {
  width: 300px;
  border:solid 1px #aaa;
  height: 40px;
  margin-bottom: 10px;
}
textarea.desc {
  width: 300px;
  border:solid 1px #aaa;
  height: 100px;
  margin-bottom: 10px;
}

textarea.content {
  width: 585px;
  border:solid 1px #aaa;
  height: 500px;
  margin-bottom: 10px;
}

span.number {
  font-size: 18px;
  font-weight: bold;
  color: #bdbdbd;
  background: #e5f3fc;
  padding: 2px 10px;
  border:solid 1px #aaa;
  font-family:Garamond,Georgia, serif;
}

.admin .title {
  color: #325A97;
  font-weight: bold;
}

textarea.area250 {
  width: 250px;
  border:solid 1px #aaa;
  height: 100px;
  margin-bottom: 10px;
}

.mini_button {
  background: #ebebed;
  border: solid 1px #a1a5a4;
  padding: 4px 7px;
  cursor: pointer;
  font-size: 10px;
  font-weight:bolder;
  color: #000;
  text-decoration:none;
}
/*
.button {
  border: 0px;
  border-left: solid 1px #b1b1b1;
  border-right: solid 1px #b1b1b1;
  border-bottom: solid 1px #b1b1b1;
  background: url("../images/menu_8_fond.jpg");
  padding: 0px 10px;
  line-height: 34px;
  height: 34px;
  cursor: pointer;
  font-weight: bold;
  display:block;
  float:left;
}
*/
.img_btn {
  border: 0px;
  cursor: pointer;
}

table.display_table{
  border: solid 1px #666;
  color: #333;
}

table.display_table td {
  padding: 5px;
    vertical-align:top;
}

table.display_table tr.grey td {
  background: #ccc;
}

table.display_table tr.red td {
  background: #FF6868;
}

table.display_table tr td.selected {
  color: #a00;
}

table.display_table tr.header th {
  background: #669900;
  color:#fff;
  font-weight: bolder;
  vertical-align: top;
  border-bottom: solid 1px #666;
  padding: 2px 0px;
  border-left: 1px white solid;
  border-right: 1px white solid;
}

table.display_table tr.header th.selected {
  background: #aaa;
  color:#a00 ;
  font-size: 12px;
  font-weight: bolder;
  vertical-align: top;
  border-bottom: solid 1px #666;
}

table.display_table tr.header th.email {
  background: #aaaaaa;
  color:#a70325;
  font-weight: bolder;
  vertical-align: top;
  border-bottom: solid 1px #666;
  padding: 2px 0px;
}

.display_table .dark_grey td {
    background: #bcbcbc;
}

.display_table .light_grey td {
    background: #eaeaea;
}

table.bordered_table{
  color: #333;
}

table.bordered_table td {
  border: solid 1px #666;
  border-collapse: collapse;
  padding: 3px;
}

table.bordered_table tr.grey td {
  background: #ccc;
}

table.bordered_table tr td.selected {
  color: #a00;
}

table.bordered_table tr.header th {
  background: #aaa;
  color:#000 ;
  font-weight: bolder;
  vertical-align: top;
  border-bottom: solid 1px #666;
  width: 150px;
}

table.bordered_table tr.header th.selected {
    background: #aaa;
  color:#a00 ;
  font-weight: bolder;
  vertical-align: top;
    border-bottom: solid 1px #666;
}

div.spaced {
  padding-left: 20px;
  color: #333;
}

table.spaced {
  padding-left: 20px;
  color: #333;
}

table.spaced td {
  padding: 3px;
}

table.spaced tr.grey td {
  background: #ccc;
}

table.spaced tr.header th {
    background: #aaa;
  color:#000 ;
  font-weight: bolder;
  vertical-align: top;
}

.blue_link {
  color:#325A97;
    font-weight:bold;
  text-decoration: none;
  font-size: 12px;
  margin: 0px 2px;
}

.blue_t .blue_link {
  float: left;
  text-decoration: none;
}

.blue_t .blue_link * {
  float: left;
  text-decoration: none;
}

.table_cont {
    width: 650px;
    padding: 25px 10px;
    margin-top: 10px;
    border: solid 2px #abd6f6;
}

.display_table .name {
     width: 150px;
}

.display_table .d_name {
       width: 185px;
     overflow:auto;
     white-space: normal;
}

.display_table .email {
       width: 240px;
       overflow:auto;
       white-space: normal;
}

.display_table td.number {
       width: 100px;
     text-align:center;
}

.center {
  text-align:center;
}

.blue_t {
  color:#325A97;
}

.subs_label {
  width: 230px;
  display: block;
  float:left;
  padding: 6px 0px;
}

select.multiple {
/*  width: 130px; */
  border: solid 1px #666;
  height: 130px;
  margin-bottom: -5px;
}

.clr .subs_select {
  width: 70px;
}

#top_menu a.selected,#left_menu a.selected {
    color: #EA4457;
    text-decoration: underline;
}

.login_field {
  border:2px solid #ABD6F6;
  margin:0px auto;
  margin-top:10px;
  padding: 20px;
  width: 400px;
}

.login_field legend {
  color:#325A97;
  font-size:18px;
  font-weight:bold;
  margin-left:20px;
  padding:5px;
}

.form_login {
  background:transparent url(../images/login.gif) no-repeat scroll 0%;
  margin:10px;
  padding-left:70px;
}

.login_input {
  width: 230px;
  border: solid 1px #999;
  font-size: 10px;
  padding: 2px;
}

.login_field .submit_btn {
  margin-top: 10px;
  padding-left: 10px;
}

#top_menu .up {
  position: relative;
}

#logout {
  position: absolute;
  right: 0px;
  top: 0px;
}

#logout a {
  font-size: 12px;
  font-weight: bolder;;
  line-height: 20px;
  padding: 3px 0px;
}

 .w95 {
  width: 95px !important;
  width: 85px;
  margin: 0px 3px;
  display: block;
  padding: 2px;
  text-align: center;
 }

.error_msg {
  color: #f00;
  padding: 3px 0px 7px;
}

.success_msg {
  color: #669900;
  padding: 3px 0px 7px;
}

#send_mail {
  border: 2px solid #ABD6F6;
  padding: 25px 10px;
}

#steps {
  font-size: 12px;
  color: #BDBDBD;
  font-weight: bolder;
  margin-bottom: 10px;
  height: 30px;
}

#steps td {
  text-align: center;
}

#steps .inactive {
  font-size: 12px;
  background: transparent url('../images/submenu_bg_inactive.gif') repeat-x;
  color: #fff;
}

#steps .active {
  font-size: 12px;
  background: transparent url('../images/submenu_bg_active.gif') repeat-x;
  color: #fff;
}

#steps .active {
  color: #000;
  font-size: 12px;
}

#steps .step_name {
  margin-right: 27px;
}

#steps a {
  text-decoration: none;
  color: #666;
}

#steps .active a, #steps .inactive {
  text-decoration: none;
  color: #fff;
}

#steps .inactive a, #steps .inactive {
  text-decoration: none;
  color: #000;
}

.padd5 {
  padding: 5px;
}

.grey_bg {
  background: #eee;
}

.bold {
  font-weight: bolder;
}

.scrollable {
  height: 250px;
  overflow-y:scroll;
  padding-right: 10px;
}

.tabs {
  margin-top: 10px;
  padding-left: 10px;
  margin-bottom: -1px;
  text-align: center;
}

/*
.tabs a {
  text-decoration: none;
  font-size: 14px;
  margin: 0px 2px;
  line-height: 25px;
  float:left;
  padding: 0px 10px;
  font-weight: bolder;
  border: solid 1px #999;
  border-bottom: 0px none;
}*/

.tabs .tab {
  background: #bdbdbd;
  color: #fff;
}

.tabs .tab_selected {
  background: #669900;
  color: #000;
}


#tabs_cnt {
  width: 570px;
  padding: 10px 20px;
  border: 1px solid #8e9794;
}

.margin230 {
  margin-left: 230px;
}

#overview {
  float:left;
    width: 442px;
}

#overview_cnt {
  width: 400px;
  padding: 10px 20px;
  border: 1px solid #8e9794;
  margin-bottom: 5px;
}

label.test_eml {
  float:left;
}

.text_eml {
  float:right;
  border: solid 1px #ccc;
  margin: 3px 0px;
}

.test_emails {
  width: 270px;
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid #8e9794;
  padding: 10px;
}

.mlist_edit {
  display:block;
  width: 23px;
  height: 16px;
  float:left;
  background: transparent url("../images/edit.png") no-repeat center;
  cursor: pointer;
}

.mlist_suspend {
  display:block;
  width: 23px;
  height: 16px;
  float:left;
  background: transparent url("../images/delete_dot.png") no-repeat center;
  cursor: pointer;
}

.mlist_reactivate {
  display:block;
  width: 23px;
  height: 16px;
  float:left;
  background: transparent url("../images/accept_dot.png") no-repeat center;
  cursor: pointer;
}

.mlist_view {
  display:block;
  width: 23px;
  height: 16px;
  float:left;
  background: transparent url("../images/view.png") no-repeat center;
  cursor: pointer;
}

.mlist_delete {
  display:block;
  width: 23px;
  height: 16px;
  float:left;
  background: transparent url("../images/delete.png") no-repeat center;
  cursor: pointer;
}

.mlist_subscr {
  display:block;
  width: 23px;
  height: 16px;
  float:left;
  background: transparent url("../images/user.png") no-repeat center;
  cursor: pointer;
}

.mlist_send {
  display:block;
  width: 23px;
  height: 16px;
  float:left;
  background: transparent url("../images/go.png") no-repeat center;
  cursor: pointer;
}

.import {
  margin-top: 20px;
}

#import_list {
  padding: 10px 0px;
}

.file_import {
  border: solid 1px #ccc;
  width: 250px;
}

td.checkbox {
   width: 10px;
}

.grey_border {
  border: solid 1px #aaa;
}

.grey_border_padded {
  border: solid 1px #aaa;
  padding: 0px 0px 0px 4px;
}

.box-transparent {
  background: url("../images/actu_tranche_d2.jpg") repeat-y right top;
  position:relative;
}

.login-box {
  width: 440px;
  margin: 0px auto;
}

.box-content {
   padding: 16px 10px 30px;
}

.box-transparent .left {
  background: url("../images/actu_tranche_g.jpg") repeat-y left top;
  width: 10px;
  height: 100%;
  position:absolute;
  top:0px;
  left: 0px;
  font-size:0px;
}

.box-transparent .top {
   position:absolute;
   top: 0px;
   height: 16px;
   width: 100%;
   background: url("../images/actu_haut_tranche.jpg") repeat-x left top;
}

.box-transparent .top-right {
  background: url("../images/actu_haut_d2.jpg") no-repeat right top;
  width: 15px;
  position:absolute;
  top:0px;
  right: 0px;
  font-size:0px;
  height: 16px;
}

.box-transparent .top-left {
  background: url("../images/top-left.jpg") no-repeat left top;
  width: 15px;
  position:absolute;
  top:0px;
  left: 0px;
  font-size:0px;
  height: 16px;
}

.box-transparent .bottom {
   position:absolute;
   bottom: 0px;
   height: 25px;
   width: 100%;
   background: url("../images/actu_bas_tranche.jpg") repeat-x left top;
}

.box-transparent .bottom-right {
  background: url("../images/actu_bas_d2.jpg") no-repeat right top;
  width: 15px;
  position:absolute;
  bottom:0px;
  right: 0px;
  font-size:0px;
  height: 25px;
}

.box-transparent .bottom-left {
  background: url("../images/bottom-left.jpg") no-repeat left top;
  width: 15px;
  position:absolute;
  bottom:0px;
  left: 0px;
  font-size:0px;
  height: 25px;
}

.submit-btn {
  height: 22px;
  position:relative;
  padding: 0px 5px;
  display:inline;
}

.submit-btn .left {
  background: url(../images/red-left.jpg) no-repeat top left;
  height:22px;
  width: 5px;
  position:absolute;
  top: 0px;
  left: 0px;
}

.mini_button-red {
  background: transparent;
  border: 0px;
  line-height: 22px;
  height:22px;
  background: url(../images/red-button.jpg) no-repeat top left;
  padding: 0px 11px;
  text-align:center;
  font-weight: bolder;
  color: #fff;
}

span.pause_button {
  background: transparent url(../images/control_pause.png) scroll no-repeat top left;
  width: 16px;
  height: 16px;
  display: block;
  float: left;
}

span.stop_button {
  background: transparent url(../images/control_stop.png) no-repeat top left;
  width: 16px;
  height: 16px;
  display: block;
  float: left;
}

span.start_button {
  background: transparent url(../images/control_play.png) no-repeat top left;
  width: 16px;
  height: 16px;
  display: block;
  float: left;
}

.boxed {
    padding: 8px;
    margin: 15px 0px 5px;
    width: 90%;
    border:solid 1px #999;
}

.blacklists {
    font-weight:bold;
    font-size: 14px;
    margin-bottom: 6px;
}

.blacklist {
    padding: 8px;
    width:auto;
    float:left;
    margin: 15px 0px 5px;
    width: 90%;
    border:solid 1px #999;
}

.blacklist .bold {
    font-size: 13px;
}

.form_row {
  padding: 5px 0px;
  margin-bottom: 5px;
}

.form_row input[type=text], .form_row input[type=password] {
  width: 120px;
}

.form_row label {
  display: block;
  float: left;
  width: 8em;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bolder;
  text-align: left;
  margin-right: 5px;
}

.form_row select option{
  margin-right: 5px;
}

.login_form label {
  width: 5em;
  margin-right: 2px;
}

.form_row .error, td .error {
  color: red;
}

div.server {
  margin-bottom: 10px;
  border: 1px solid #ebebeb;
}

tr.edit_row td {
  background-color: #FDF5F6;
}

#footer {
    width: 792px;
    height: 16px;
    font-size: 0px;
    background: url("../images/footer_bg.jpg") center;
    margin: 0px auto;
}

#footer.bg2 {
  background: url("../images/footer_bg2.jpg") center;
}

#footer_line {
    width: 792px;
    height: 16px;
    margin: 0px auto;
    text-align: center;
}

.white_div {
    width: 151px;
    background: #fff;
    position: absolute;
    top: 86px;
    /*bottom: -9px;*/
}

#top_menu span {
/*  width: 75px; */
/*   height: 50px; */
  display: block;
  float: left;
  text-align: center;
  padding-top: 50px;
  white-space: normal;
  margin-right: 15px;
  line-height: 12px;
  width: 85px;
}

span.campaign {
  background: transparent url('../images/cpg_menu.jpg') no-repeat 50% 0%;
}

span.campaign_active {
  background: transparent url('../images/cpg_menu.jpg') no-repeat 50% 0%;
}

span.mlist {
  background: transparent url('../images/mlist_menu_active.jpg') no-repeat 50% 0%;
}

span.mlist_active {
  background: transparent url('../images/mlist_menu_active.jpg') no-repeat 50% 0%;
}

span.admin {
  background: transparent url('../images/admin_menu.jpg') no-repeat 50% 0%;
}

span.admin_active {
  background: transparent url('../images/admin_menu_active.jpg') no-repeat 50% 0%;
}

span.stats {
  background: transparent url('../images/stats_menu.jpg') no-repeat 50% 0%;
}

span.stats_active {
  background: transparent url('../images/stats_menu.jpg') no-repeat 50% 0%;
}

span.acc_create, span.acc_create_active {
  background: transparent url('../images/accadmin_create.jpg') no-repeat 50% 0%;
}

span.acc_manage, span.acc_manage_active {
  background: transparent url('../images/accadmin_manage.jpg') no-repeat 50% 0%;
}

span.acc_stats, span.acc_stats_active {
  background: transparent url('../images/stats_menu.jpg') no-repeat 50% 0%;
}

.menu_left_header {
  background: #669900 url('../images/left_menu_arrow.jpg') no-repeat 2px 50%;
  color: #fff;
  padding: 2px 0px 2px 16px;
  font-size: 12px;
}

#left_menu ul {
  list-style-type: none;
  font-size: 12px;
}

#left_menu li {
  margin-left: 10px;
  white-space: normal;
  padding: 4px 5px;
}

#left_menu li.active {
  background-color: #D3D1D2;
}

#left_menu a {
  text-decoration: none;
}

#list_of_testers {
  /*height: 150px;*/
  border: 1px solid #aaa;
  /* overflow: scroll; */
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.page_title {
  float: left;
  color: #000;
  font-weight: bold;
  font-size: 20px;
}

.graph_test {
  color: #336699;
}

.graph_pause {
  color: #e10000;
}

.graph_finished {
  color: #77a21b;
}

.graph_running {
  color: #000;
}

.graph_waiting {
  color: #e10000;
}

.graph_test_graphbar, .graph_pause_graphbar, .graph_finished_graphbar, .graph_running_graphbar, .graph_waiting_graphbar {
  float: right;
}



.float_right {
  float: right;
}


.one_row_form {
  padding: 5px;
  padding: 5px;
  background-color: #a0a0a0;
  color: #fff;
  font-weight: bold;
}

.one_row_form img {
  vertical-align: middle;
}

a.one_row_form_a {
  color: #fff;
  text-decoration: underline;
}

/* styled buttons*/
.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; margin: 2px 2px}
.btn * { font-style: normal; font-weight: bold; background-image: url(../images/btn2.png); background-color: transparent; background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px; top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }
* html .btn span, * html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }
/*.btn.blue { background: #2ae; }*/
.btn.grey { background: #D3D1D2; color: #000; }
.btn.pink { background: #e1a; }
.btn.grey:hover { background-color: #669900; color: #fff; }
.btn:active { background-color: #444; }
/*.btn[class] { background-image: url(../images/shade.png); background-position: bottom; }*/

/* styled buttons*/
.round_tab { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; margin: 2px 2px}
.round_tab * { font-style: normal; font-weight: bold; background-image: url(../images/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.round_tab i { background-position: top left; position: absolute; margin-bottom: -5px; top: 0; left: 0; width: 5px; height: 5px; }
.round_tab span { background-position: bottom; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.round_tab span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.round_tab span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }
* html .round_tab span, * html .round_tab i { float: left; width: auto; background-image: none; cursor: pointer; }
a.round_tab { outline: none; font-size: 14px; }
.round_tab:hover { background-color: #669900; color: #fff; }

.bullet {
  display: block;
  float: left;
  background: transparent url(../images/bullet.gif) no-repeat 1px 2px;
  width: 17px;
  height: 17px;
  color: #fff;
  text-indent: 5px;
}

#logged {
  width: 155px;
  position: absolute;
  right: 2px;
  top: 40px;
  text-align: right;
  font-size: 10px;
  overflow: hidden;
  line-height: 10px;
}

#logged .username {
  color: #639234;
  /*text-decoration: underline;*/
  font-weight: bolder;
}

.screen_centered {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 790px;
  height: 400px;
  margin-left: -395px;
  margin-top: -200px;
}

.s50 {
  height: 50px;
}

.table_display_centered {
  display: table;
  margin: 0px auto;
}

.centered {
  width: 300px;
  margin: 0 auto;
}

.centered_float {
  display: table;
  margin: 0 auto;
}

.controls {
  padding: 0px 15px;
  text-align: center;
}
#div_with_scrollbars{
  width: 600px;
  overflow:auto;
}

.black_box {
  border: solid 1px #000;
  margin: 10px;
  padding: 15px 25px;
  color: #000;
}

.w145 {
  width: 145px;
}

.w290 {
  width: 290px;
}

.left_padd25 {
  padding-left: 25px;
}

.green_link, .green_link a {
  color: #8aa918;
}

.green {
  color:#769e0a;
}

.green.bold {
  font-size:14px;
}

.f14 {
  font-size: 14px;
}

.mb10 {
  margin-bottom: 10px;
}

.tracking_checkbox {
  float: left;
  margin-top: 10px;
}

.tracking {
  background: url("../images/tracking.jpg") no-repeat left center;
  float: left;
  padding-left: 37px;
  display: block;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
}
#homepage_text {
  font-size:14px;
  font-weight:bolder;
  color:#000;
  padding-left: 30px;
}
#homepage_text .welcome{
  font-size:22px;
  color:#9a9a9a;
}

.contacts_image {
  background: transparent url("../images/contacts_big.jpg") no-repeat left center;
  margin-left: 20px;
  margin-top: 10px;
  margin-right: 25px;
  width: 59px;
  height: 59px;
}

.grey_background {
  background: #EFEFEF;
  margin-bottom: 15px;
  padding: 4px;
}

.grey_border {
  border: solid 1px #616161;
  /*margin-top: -2px;*/
  padding-top: 2px;
  padding-bottom: 5px;
  margin-bottom: 2px;
  padding-left: 5px;
  padding-right: 2px;
}

.add_mlist {
  background: transparent url("../images/small_plus.gif") no-repeat left center;
  padding-left: 20px;
}

.up .item_inactive {
  color: #424242;
}

.up .item_active, .up a:hover {
  /*background: #5c95ec;*/
  color: #669900;
}

#testing_cnt .tabs {
  padding-left: 0px;
}

#testing_cnt .tabs a {
  float: left;  
}

.overflow_x {
  overflow-x:scroll;
}

.cancel_link {
  position: relative;
  top: -2px;
}

.stats_table {
  margin-left: 20px;
  font-weight: bolder;
}

.stats_table td {
  text-align: left;
}

.stats_table td.left {
  text-align: right;
}

.w90pc {
  width: 93%;
}

.cpg_name {
  color:#6D9B15;
  font-size:14px;
}

.help_item {
  background: url("../images/info.jpg") no-repeat right center;
  padding: 1px 16px 1px 0px;
  line-height: 16px;
  cursor:help;
}

.help_displayed {
  border: solid 2px #d6d4d5;
  padding: 8px;
  width: 300px;
  background: #edeceb;
  text-align: left;
  margin: 5px;
  background:#fefec8;
  z-index:1000;
}

.help_displayed span {
  color:#3891cd;
  font-weight:bold;
}

#container-modal {
  /*  width: 780px; */
    margin: 0px auto;
    font-family: "Trebuchet MS";
}

#main-content {
    padding: 10px 0px;
}

.unsubscribe_title {
  color: #545d5b;
  font-size: 3em;
  padding-left: 20px;
  padding-top: 20px;
}

.unsubscribe_subtitle {
  color: #979797;
  font-size: 2em;
  font-weight: bold;
  padding-left: 80px;
  padding-right: 80px;
}

.unsubscribe_text {
  font-size: 1em;
  font-weight: bold;
  padding-left: 180px;
  padding-right: 80px;
}

.unsubscribe_confirm_text {
  font-size: 1em;
  font-weight: bold;
  padding-left: 80px;
  padding-right: 80px;
}
a.sorter {
  float: left;
  color: #FFFFFF;
  margin-left: 15px;
}

.sorter_wrapper {
  margin: 0 4px;
}

span.sort_up {
  background: url('../images/sma.png') scroll -13px -13px no-repeat #669900;
  width: 13px;
  height: 13px;
/*  display: inline;*/
  float: left;
}

span.sort_down {
  background: url('../images/sma.png') scroll 0px -13px no-repeat #669900;
  width: 13px;
  height: 13px;
/*  display: inline;*/
  float: left;
}

.info {
  padding:20px 0px;
}

.html_code {
  padding:0px;
}

.html_code input.file {
  position:relative;
  top: 5px;
  margin-right:20px;
}

.wysiwyg_bottom {
  background:url("../images/wyzzi_bg.jpg") repeat-x left top;
  height:45px;
  line-height:45px;
  width:595px;
}

.wysiwyg_bottom .buttons {
  padding:8px 0px 0px 12px;
}

.wysiwyg_bottom .buttons a img {
  margin-right:5px;
}

.refresh {
  padding:10px 20px 20px 0px;
  text-align:right;
  background:#eaeaea;
}

.alert_box {
  padding:20px 25px;
  line-height:14px;
}

.alert_box .info {
  background:url("../images/alert_icon.gif") no-repeat left top;
  padding:0px 0px 10px 65px;
  font-weight:bold;

}

.click_here a {
  white-space:nowrap;
  color:#99b615;
}

.alert_form {
  font-size:11px;
  padding:10px 0px 0px 15px;
}

.alert_form td {
  padding-bottom:8px;
}

.alert_form .input {
  width:174px;
}

.alert_close {
  padding:34px 25px 0px;
}


.mentions_box {
  padding:10px;
}

.mentions_box .title {
  color:#aaaaaa;
  font-size:24px;
  font-weight:bold;
  text-align:center;
  padding-bottom:15px;
  border-bottom:solid 1px #aaaaaa;
  margin-bottom:25px;
}

.mentions_box .mentions_footer {
  height:70px;
  border-top:solid 1px #aaaaaa;
  margin-top:25px;
  background:url("../images/fp_logo.gif") no-repeat right bottom;
}

.contact_info {
  background:url("../images/contact_img.jpg") no-repeat left top;
  padding:15px 0px 0px 90px;
}

.contact_footer {
  font-size:11px;
  text-align:center;
  padding-top:5px;
  border-top:solid 1px #aaa;
  margin-top:20px;
}