html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

body {
    font-size: 12px;
    font-family: Arial, sans-serif;
    text-align: center;
    background: #edf2f2;
    padding-bottom: 10px;
}

img {
    vertical-align: top;
}

a {
  color:#0054BB;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

pre {
  margin: 0px;
  padding: 0px;
  font-family: "Courier New",fixed-width;
  font-size:10px;
}

input[type=text], input[type=password], textarea {
  border: solid 1px #808080;
  height: 16px;
  padding: 2px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

textarea {
  border: 1px solid #808080;
  margin-bottom: 2px;
  height: auto;
  resize: none;
}

input:focus, textarea:focus {
  outline: none;
}

/*div#logo, #logo a {
  display:block;
  position: absolute;
  left: 20px;
  height:46px;
  width:180px;
  top: -50px;
}*/


.logo_left {
  float: left;
  padding: 10px;
}

.logo_right {
  float: right;
  padding:30px 0px 0px;
  width:400px;
  text-align:right;
}

.logo_right em {
  font-size:32px;
  font-weight:bold;
  font-style:normal;
}

a .logo_image {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #3877A2;
  line-height: 46px;
}

.logo_image {
  width: 168px;
  height: 46px;
/*   background: transparent url(../images/logo.gif) no-repeat; */
  text-align: center;
  position: absolute;
  top: 13px;
  left: 15px;
}

#container {
  min-width: 800px;
}

#content {
  background:transparent url(../images/content_bg.gif) repeat-y left top;
  width: 960px;
  margin: 0px auto;
  padding: 0px;
  text-align:left;
}

fieldset {
  border: solid 1px #ADD6EA;
  padding: 10px;
  font-size: 12px;
}

legend {
  color: #3877A2;
  font-weight: bold;
  font-size: 18px;
  padding: 5px;
  margin-left: 20px;
}

.login_field {
  width: 380px;
  margin: 10px auto ;
}

.form_login {
  background: transparent url(../images/login.gif) no-repeat;
  margin: 10px;
  padding-left: 70px;
}

.form_user {
  background: transparent url(../images/user.gif) no-repeat;
  margin: 10px;
  padding-left: 70px;
}

.form_search {
  background: transparent url(../images/magnify.jpg) 0px 10px no-repeat;
  margin: 10px;
  padding-left: 40px;
}


form td select {
  border: solid 1px #808080;
}

select.small {
  width: 50px;
}

select.medium {
  width: 150px;
}

select.big {
  width: 250px;
}

.submit_btn {
  height: 22px;
  border: 0px;
  border-right: solid 1px #3e75ad;
  background: transparent url(../images/arrow_btn.jpg) no-repeat;
  font-weight: bold;
  font-size: 12px;
  width: 130px;
  text-align: center;
  padding-left: 12px;
}

.submit_btn input {
  line-height: 22px;
  height: 22px;
  border: 0px;
  font-weight: bold;
  cursor: pointer;
  background: transparent;
}

.search_in {
  float: left;
}

.right_search {
  float: left;
}

.submit {
/*  height: 20px;
  border: solid 1px #3E75AD;
  border: 0px;
  position: relative;
  text-align: left;
  display: inline;*/
}

.go {
  width: 50px;
}

.search {
  width: 70px;
}

.temp_links {
  margin: 10px 0px;
  text-align: center;
}

.temp_links a {
  margin: 5px;
  color: #3E75AD;
  text-decoration: none;
}

.top_links {
  background:transparent none repeat scroll 0%;
  padding:0pt;
  voice-family:inherit;
  width:100%;
}

.top_links ul {
  font-family:Arial;
  font-size:11px;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
  line-height:normal;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0pt 0pt 0pt 40px;
  padding:0pt;
}

.top_links li {
  display:inline;
  margin:0pt 2px 0pt 0pt;
  padding:0pt;
  text-transform:uppercase;
}

.top_links a {
  background-color:#5A5551;
  border-bottom:1px solid white;
  color:white;
  display:block;
  float:left;
  letter-spacing:1px;
  margin:0pt 1px 0pt 0pt;
  padding:5px;
  text-decoration:none;
}

.top_links .active a, .top_links a:hover {
  background-color:#0096FF;
  border-color:#0096FF;
}

.menu_line {
  background:#0096FF none repeat scroll 0%;
  clear:both;
  height:5px;
  line-height:5px;
  padding:0pt;
  width:100%;
}

.top_menu a:hover {
  background-color:gray;
}

.add_user{
  width: 500px;
}

.content {
  position: relative;
}

.left_col {
  width: 550px;
  float: left;
}

.right_col {
  width: 210px;
  float: right;
}

.right_col p {
  padding: 5px;
}

.clearer {
  clear: both;
}

.users_list {
  border-bottom: 0px;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  margin-top: 10px;
}

.users_list th {
  padding: 7px;
  text-align: left;
}

.users_list th {
  border-top: solid 2px #0096FF;
  background: #ddd;
}

.users_list td {
  background: #f9f9f9;
  border-top:solid 1px #ddd;
}

.users_list .last_td {
  padding: 0px;
  background: #ddd;
  height: 25px;
  border-top: solid 2px #0096FF;
  text-align: center;
}

.add_user_div {
  height: 16px;
  float: left;
  margin: 5px;
  padding-left: 20px;
/*  cursor: pointer; */
  background: transparent url(../images/add.gif) no-repeat;
}

.edit_user {
  height: 16px;
  float: left;
  margin: 5px;
  padding-left: 20px;
/*  cursor: pointer; */
  background: transparent url(../images/edit.gif) no-repeat;
}

.delete_user {
  height: 12px;
  float: left;
  margin: 5px;
  padding-left: 15px;
/*  cursor: pointer; */
  background: transparent url(../images/delete.gif) no-repeat;
}

.date_input {
  background: transparent url(../images/calendar.gif) 0% 50% no-repeat;
  height: 18px;
  padding-left: 25px;
  width: 80px;
  margin: 0px 3px 0px 0px;
}

.show_res {
  background-color: #DAE7F0;
  padding: 0px 5px;
  margin: 5px 0px;
}

.red {
  color: #ff0000;
}
.green {
  color: #00AA00;
}
.yellow {
  color: #888800;
}
.blue {
  color: #0000AA;
}
.brown {
  color: #ff8800;
}


.red_res {
  color: #ff0000;
  display: block;
  text-align: center;
}

.black_res {
  text-align: center;
  display: block;
}

.search_results {
  margin: 0px auto;
  background: #FEFFFF;
}

.search_results th {
  /* text-align:left; */
  padding: 3px;
}

.search_results .light {
  background: #D9E7F2;
}

.search_results th {
  background: #2B78B9;
  text-align: center;
}

.light_blue {
  background: #B0FDFF;
}

img {
  border: 0;
}

.center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.padded {
  padding: 2px;
}

.login_input {
  width: 200px;
  border: solid 1px #808080;
}

.relative {
  position: relative;
}

.inline {
  display: inline;
}

.simple {
  text-decoration:none;
}

.choose_lang {
  position: absolute;
  right: 15px;
  top: 51px;
  font-weight: bold;
}

.choose_lang select {
  width: 100px;
  border: solid 2px #5c86b5;
}

.lang_eng {
  background: transparent url(../images/flags/eng.gif) no-repeat;
  background-position: right;
}

.minimal, .minimal td {
 padding: 0;
}


.stats_clearer {
  clear:both;
}

.table_placeholder {
  margin:0px 10px;
}

.entry_table, .entry_table2 {
  border:2px solid #ADD6EA;;
}

.entry_table2 * {
  font-size:16px;
}

.stats_table {
  float: left;
  border-collapse: collapse;
  margin-right:20px;
  margin-bottom:10px;
}

.stats_table td {
  border:solid 1px #C8C8C8;
  padding:2px;
}

.stats_table .grey {
  background:#C8C8C8;
  color: #fff;
  font-weight:bold;
  font-size:14px;
}

.blue_box {
  border:1px solid #ADD6EA;;
  margin:10px 0px 10px 10px;
  padding:5px 3px;
}

.input {
  padding:3px 5px;
  font-size:12px;
}

.login_fieldset {
  width:400px;
  margin:30px auto 0px;
}

.userdata {
  padding-top:10px;
}

.grey_button {
  background:#E6E6E6;
  color:#333;
  text-decoration:none;
  font-weight:bold;
  display:inline-block;
  border:solid 1px #666;
  padding:2px 10px;
  margin: 0px 0px 2px 0px;
}

.data_table {
  empty-cells:show;
  border-collapse: collapse;
}

.data_table td, .data_table th {
  border:solid 1px #7A7A7A;
  padding:5px;
}

.data_table th {
  color:#fff;
  font-weight:bold;
  font-size:14px;
  background: #A9A8A6;
}

.data_table .grey_row td {
  background:#E0DFDE;
}

.action_link {
  text-decoration:none;
}

.action_link:hover {
  text-decoration:none;
}

.action_icon {
  display:inline-block;
  width:16px;
  height:16px;
  font-size:0px;
  margin:0px 2px;
}

.action_delete {
  background:url("../images/delete.png") no-repeat center;
}
.action_test {
  background:url("../images/world.png") no-repeat center;
}

.action_edit {
  background:url("../images/edit.png") no-repeat center;
}

.action_active {
  background:url("../images/accept.png") no-repeat center;
}

.action_inactive {
  background:url("../images/deactivate.png") no-repeat center;
}

.action_email{
  background:url("../images/email_go.png") no-repeat center;
}

.action_group {
  background:url("../images/group_link.png") no-repeat center;
}

.service_column {
  width: 250px;
  padding: 10px 10px 10px 90px;
  float:left;
}

.service_column h1 {
  font-size:18px;
  padding-bottom:10px;
}

.first_column.service_column {
  padding-left:150px;
}

.horizontal_separator {
  background:url("../images/horizontal_separator.gif") repeat-x center;
  width:90%;
  height:6px;
  font-size:0px;
  overflow:hidden;
  margin:0px auto 20px;
}

.error_msg {
  font-style:italic;
  color:#C6291A;
}

.small_round_box {
  width:241px;
  background:url('../images/cadre.jpg') no-repeat left top;
  margin:10px 0px 10px -20px;
  line-height:19px;
  padding:20px 0px;
  text-align:center;
}

textarea.text {
  border: 1px solid #808080;
  vertical-align: top;
}

.left_indent {
  padding-left: 30px;
}

.valign_top td {
  vertical-align: top;
}

.keywords_rows .row {
  padding: 2px 0px;
}

.keywords_rows .row .key {
  display: inline-block;
  width: 200px;
  overflow: hidden;
}

.keywords_placeholder {
  position: relative;
}

.sms_response_edit {
  width: 300px;
  position: absolute;
  top: -150px;
  left: 100px;
  background: #fff;
  border: solid 4px #888;
  padding: 10px;
  display: none;
}

.sms_response_edit2 {
  width: 300px;
  position: absolute;
  top: -150px;
  left: 100px;
  background: #fff;
  border: solid 4px #888;
  padding: 10px;
  display: none;
}

.messages td.valign_middle {
  vertical-align: middle;;
}

.messages {
  border-collapse: collapse;
  width: 100%;
  color: #6e797d;
}

.messages td {
  vertical-align: top;
  padding: 4px;
  /*border: solid 1px #1E658E;*/
  border-top: solid 1px #d7d7d7;
  /*background: #eeeeee;*/
  line-height:18px;
}

.messages th {
  /*background: #CAD8E0;*/
  color: #333;
  text-align: left;
  padding: 3px 4px;
  /*border: solid 1px #1E658E;*/
}

.messages th.right {
  text-align: right;
}

.messages th.center {
  text-align:center;
}

.bold {
  font-weight: bolder;
}

.messages tr.unread td {
  background: #ababab;
  font-weight: bolder;
  font-size: 11px;
}

.messages tr.light_grey td {
  /*background: #fafafa;*/
}

.messages tr.dark_grey td {
  /*background: #f1f1ef;*/
}

.messages tr.row:hover td {
  background: #ccc;
}

.red {
  color: #f00;
}

.overflow_x {
  overflow-x:scroll;
}

.grey1 {
  background: #F6F6F6;;
}

.grey2 {
  background: #eee;;
}


.groups_list {
  width: 350px;
  height: 100px;
  overflow: auto;
  border: solid 1px #ccc;
}

.groups_list label {
  display: block;
  padding: 3px 5px;
}

.groups_list label input {
  vertical-align: middle;
}

#header {
  position: relative;
}

#header_content {
  width: 960px;
  margin: 0px auto;
  text-align:left;
}

#langs {
  padding: 5px 0px;
  font-size: 11px;
}

.grey_button.current {
  background: #797979;
  color: #fff;
}

.admin_menu {
  text-align: center;
}

.messages.packs_table td {
  padding: 0px;
}

.messages.packs_table td table td {
  border: none;
  padding: 5px 4px;
}

.messages th a {
  text-decoration: none;
}

#content_top_round {
  background:transparent url(../images/content_top_round.gif) no-repeat left top;
}

#content_bottom_round {
  background:transparent url(../images/content_bottom_round.gif) no-repeat left bottom;
}

.main_menu {
  background:transparent url(../images/main_menu_bg.gif) repeat-x left top;
  height: 72px;
}

.main_menu_left_round {
  background:transparent url(../images/main_menu_left.gif) no-repeat left top;
  height: 72px;
}

.main_menu_right_round {
  background:transparent url(../images/main_menu_right.gif) no-repeat right top;
  height: 58px;
  padding: 14px 22px 0px;
}

.menu_content {
  background:transparent url(../images/menu_content_bg.gif) repeat-x left top;
  height: 46px;
  float: left;
}

.menu_content_left_round {
  background:transparent url(../images/menu_content_left.gif) no-repeat left top;
  height: 46px;
  float: left;
}

.menu_content_right_round {
  background:transparent url(../images/menu_content_right.gif) no-repeat right top;
  height: 35px;
  padding: 11px 12px 0px;
  float: left;
}

.grey_link {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
}

.grey_link span {
  display: inline-block;
  padding: 0px 0px 0px 9px;
}

.grey_link span span {
  padding: 0px 9px 0px 0px;
}

.grey_link:hover, .grey_link.current {
  background: url("../images/grey_link_bg.gif") repeat-x left top;
  color: #556c73;
  text-decoration: none;
}

.grey_link:hover span, .grey_link.current span {
  background: url("../images/grey_link_left.gif") no-repeat left top;
  color: #556c73;
}

.grey_link:hover span span, .grey_link.current span span {
  background: url("../images/grey_link_right.gif") no-repeat right top;
}

.page_content {
  padding: 35px;
  min-height: 200px;
  position: relative;
}

.submenu {
  float: left;
  position: relative;
}

.submenu_layer2 {
  height: 53px;
  float: left;
}

.left_side .submenu_layer2 {
  background: url("../images/submenu_right.png") no-repeat right top;
  padding-right: 7px;
}

.submenu_layer3 {
  background: url("../images/submenu_bg.png") repeat-x left top;
  height: 53px;
  float: left;
  padding: 9px 0px 8px;
  height: 36px;
}

.submenu.left_side {
  left: -30px;
  background: url("../images/submenu_left_shadow.png") no-repeat left top;
  padding: 10px 0px 13px 31px;
}

.submenu.right_side {
  position: absolute;
  top: -76px;
  right: -30px;
  background: url("../images/submenu_right_shadow.png") no-repeat right top;
  padding: 10px 31px 13px 0px;
}

.submenu.right_side .submenu_layer2 {
  background: url("../images/submenu_left.png") no-repeat left top;
  padding-left: 7px;
}

.right_side .submenu_layer3 {
  padding: 5px 0px 4px;
  height: 44px;
}

.submenu_button {
  display: block;
  float: left;
  height: 36px;
  line-height: 36px;
  text-decoration: none;
  cursor: pointer;
  background: url("../images/submenu_button_bg.png") repeat-x left top;
  font-size: 14px;
  font-weight: bold;
  color: #1e658e;
  margin: 0px;
  zoom: 1;
}

.submenu_button.active {
  background: url("../images/submenu_button_bg_active.png") repeat-x left top;
  color: #555;
}

.submenu_button span {
  display: block;
  float: left;
  height: 36px;
  line-height: 36px;
  background: url("../images/submenu_button_left.png") no-repeat left top;
}

.submenu_button.active span {
  background: url("../images/submenu_button_left_active.png") no-repeat left top;
  color: #555;
}

.submenu_button span span {
  background: url("../images/submenu_button_right.png") no-repeat right top;
  padding: 0px 10px;
  text-transform: uppercase;
}

.submenu_button.active span span {
  background: url("../images/submenu_button_right_active.png") no-repeat right top;
}

.submenu_button:hover, .submenu_button:hover span {
  text-decoration: none;
  color: #333;
}

.blue_button {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  text-decoration: none;
  background: url("../images/blue_button_left.png") no-repeat left top;
  padding-left: 8px;
  border: none;
  vertical-align: middle;
  color: #1E658E;
  margin: 1px;
}

.blue_button span {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  background: url("../images/blue_button_right.png") no-repeat right top;
  padding-right: 8px;
  border: none;
}

.blue_button span span, .blue_button span input {
  background: url("../images/blue_button_bg.png") repeat-x left top;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0px;
  font-weight: bold;
  font-size: 12px;
  font-family: Arial;
  border: none;
  outline: none;
  color: #1E658E;
  cursor: pointer;
  margin: 0px -1px;
}

.pagination {
  text-align: center;
  padding: 10px 0px;
}

.pagination a, .pagination span, .grey_round_button {
  display: inline-block;
  color: #3c3c3c;
  border: solid 1px #b3b3b1;
  background: #fff;
  padding: 0px 8px;
  height: 22px;
  font-weight: bold;
  line-height: 22px;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.pagination span {
  border-color: #d7d7d7;
  color: #d7d7d7;
}

.centered {
  text-align: center;
}

.messages th.centered {
  text-align: center;
}

.add_button {
  background: url("../images/add_new.gif") no-repeat left top;
  display: inline-block;
  text-decoration: none;
  height: 44px;
  line-height: 18px;
  padding: 4px 0px 4px 56px;
  margin: 0px 10px;
  color: #70797c;
}

.add_button big {
  font-size: 16px;
  font-weight: bold;
}

.add_button:hover {
  text-decoration: none;
  color: #333;
}

.no_menu_spacer {
  height: 76px;
}

.blue_title {
  color:#3877A2;
  font-size:16px;
  font-weight:bold;
  padding:5px 0px;
}

.line_through {
  text-decoration: line-through;
}

.facture_td {
  background-color:#d7d7d7;
  padding:5px;
  border: 1px black solid;
}

.vertical_text {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  writing-mode:tb-rl;
  filter: flipv fliph;

  background-color:#d7d7d7;
  vertical-align:middle;
  white-space:nowrap;
	bottom:0;
	width:20px;
	height:20px;

  line-height:76px;
  zoom:1.0;
}

.facture_1 {
  text-align:center;
  border-spacing:4px;
}

.facture_1 th {
  border: 1px black solid;
  background-color:#d7d7d7;
  padding:5px;
}

.facture_1 td {
  background-color:#d7d7d7;
  padding:5px;
  border-spacing:0px;
}

.facture_2 {
  border-collapse: collapse;
  margin-right:20px;
  margin-bottom:10px;
  text-align:center;
}

.facture_2 td {
  vertical-align:top;
  border:solid 1px black;
  padding:5px;
}

.facture_3 {
  margin-right:0px;
  margin-bottom:10px;
  border:solid 1px black;
}

.facture_3 td {
  vertical-align:top;
  padding:5px;
}

