/**
 *  TrendyBuzz V2
 *
 *  @author jbuatois
 *  @since 20090923
 *  @date 20090929
 */
 
/* GENERAL */
* {
  margin:0;
  padding:0;
}

html {
  text-indent: 0;
}

body {
  background: url(/website/img/background_v2.png)  #e1e6e9 repeat-x;
  font-family: Verdana, Arial, serif;
  font-size: 11px;
}

#body_content {
  width:950px;
  margin:auto;
}

a,
a:link,
a:hover,
a:visited {
  color: #ffffff;
}

img {
  border: 0;
  padding: 0;
}

.share_icon {
  vertical-align:middle;
  display:inline-block;
}


/* HEADER */
#header {
  background-image: url(/website/img/header_v21.png);
  min-height: 137px;
  height: 137px;
}

#contact {
  padding-top:12px;
  margin-right:10px;
  text-align:right;
  font-size:11px;
  color:#ffffff;
}

#blog_news {
  font-size:11px;
  color: #aaaaaa;
  text-align:left;
  padding-left:400px;
  padding-top:42px;
} 

#blog_news a {
  color: #aaaaaa;
}

.title_news {
  font-weight: bold;
  color: #F8B738;
}

.content_news {
  color: #F8B738;
}

#menu_table {
  position: absolute;
  top: 119px;
  width: 950px;
  font-size:11px;
  color: #ffffff;
  font-weight:bold;
  letter-spacing: 2px;
}

.menu_item {
  width: 33%;
  text-align: center;
}


a.menu_link {
  text-decoration: none;
}

/* CONTENT */
#content {
  padding : 5px;
  padding-bottom: 0px;
  background-color: #ffffff;
}

#content_page {
  min-height:300px;
}

#content_bottom {
  text-align:center;
  margin-top: 10px;
  background-color: #ffffff;
}

#footer {
  background: url(/website/img/footer_v2.png) no-repeat;
  min-height: 15px;
}

/* DEMO */
#demo_form {
  text-align: center;
  background-color: #ffffff;
  margin-top: 20px;
}

#demo_form_table {
  margin:auto;
  margin-top:5px;
}

#demo_email {
  font-size: 15px;
  height:20px;
  letter-spacing: 1px;
  color: #aaaaaa;
}

#demo_valid {
  font-size: 14px;
  text-align: center;
  width:100px;
  letter-spacing: 3px;
  color: red;
}

#demo_valid:hover {
  cursor:pointer;
}

#email_error {
  text-align:center;
  color: red;
  font-size:11px;
}


/* DEMO FORM */
#demo_form_header {
  background: url(/website/img/demo_form_header.png) no-repeat;
  min-height: 91px;
  height: 91px;
}

#discover_buzz_monitoring {
  text-indent: 30px;
  color: #000;
  font-size: 11px;
  padding-top: 15px;
}

.msg_valid {
  text-indent: 30px;
  color: #000;
  font-size: 11px;
  padding-top: 15px;
}

.msg_valid li {
  text-indent: 60px;
}

.msg_valid a {
  color: #000;
  text-decoration: underline;
}

#demo_share_networks {
  padding-left:30px;
  color:#888888;
  font-weight:normal;
}

#demo_form_window {
  width:100%;
  min-height: 340px;
  height:340px;
  background: url(/website/img/demo_form_background.png) repeat-x;
}

table#demo_user_table {
  border-collapse:collapse;
  width:100%;
  margin-top: 25px;
}

#demo_user_table th {
  font-size: 11px;
  color: #7e7e7e;
  text-align: right;
  width: 20%;
  padding-right: 5px;
}

#demo_user_table tr {
  line-height:15px;
  padding-top:5px;
}

#demo_user_table td {
  font-size: 12px;
  text-indent:2px;
}

.demo_user_input {
  border: 1px solid #aaaaaa;
  /*height: 19px;*/
  vertical-align: middle;
}

#status_first_name,
#status_last_name,
#status_email,
#status_firm,
#status_phone {
  text-align: left;
  font-size:9px;
  color: red;
}

#delivery_delay {
  text-indent: 30px;
  color: #000;
  font-size: 11px;
  width: 570px;
}

#demo_form_footer {
  background: url(/website/img/demo_form_footer.png) no-repeat;
  min-height:15px;
  height:1px;
}

/* FOOTER */
#footer_infos {
  margin-top:10px;
  padding-bottom: 20px;
  text-align: center;
  color: #555555;
  font-size: 11px;
}

#footer_infos a{
  color: #555555;
}

.network_pict img {
  height:16px;
  width:16px;
}


/* HOMEPAGE */
#stats {
  text-align:center;
  font-size: 11px;
  color: #aaaaaa;
  margin-top:10px;
  margin-bottom: 10px;
}

.clean_p {
  text-align:justify;
  font-size:12px;
  font-family:Verdana;
  letter-spacing:1px;
  margin-top:10px;
  margin-left:15px;
  line-height:18px;
}

.section_title {
  text-align:justify;
  font-weight:bold;
  font-size:16px;
  color:#555555;
  font-family:Verdana,serif;
  letter-spacing:1px;
  padding:5px;
  line-height:20px;
}

.color_type_1 {
  color: #75d5fd;
}
.color_type_2 {
  color: #a8d240;
}
.color_type_3 {
  color: #8774c8;
}
.color_type_4 {
  color: #e569c6;
}
.color_type_5 {
  color: #837d7d;
}

.color_in_links {
  color: #ff8c00;
}
.color_out_links {
  color: #555555;
}
.color_inout_links {
  color: #ff2a3b;
}

/* INFLUENCE MANAGEMENT */
#influence_explanation {
  background: #ffffff;
  min-height:2050px;
  height:2050px;
  width:97%;
  margin:auto;
}

.influence_text {
  line-height: 18px;
  margin: auto;
  padding-top: 35px;
  font-weight:bold;
  font-size:12px;
  font-family:Verdana, serif;
  color:#555555;
  letter-spacing:1px;
}

.influence_ul {
  padding-left: 1px;
  list-style-type: none;
}

.influence_sub_ul {
  padding-left: 1px;
  margin-left:55px;
}

.influence_li {
  background-image: url('/website/img/arrow.gif');
  background-repeat: no-repeat;
  background-position: 0% 6px;
  padding-left: 15px;
  font-size:14px;
  font-family:Verdana, serif;
  text-align:left;
  margin-bottom:40px;
}

.influence_li_subtitle {
  margin-bottom:25px;
}

.influence_sub_li {
  margin-bottom:30px;
  padding-left: 5px;
  font-size:14px;
  font-family:Verdana, serif;
  text-align:left;
}

.important_influence {
  color:#555555;
  font-weight:bold;
}


/* BUZZ MONITORING */
#monitoring_explanation {
  background: #ffffff;
  min-height: 1200px;
  height:1200px;
  width:97%;
  margin:auto;
}

.monitoring_sub_title {
  text-align:justify;
  font-weight:bold;
  font-size:12px;
  font-family:Verdana;
  color:#555555;
  padding:5px;
  line-height:20px;
  letter-spacing:1px;
}

.monitoring_text {
  line-height: 18px;
  margin: auto;
  padding-top: 35px;
  font-weight:bold;
  font-size:12px;
  font-family:Verdana, serif;
  color:#555555;
  letter-spacing:1px;
}

.monitoring_text ul {
  padding-left: 1px;
  list-style-type: none;
}

.monitoring_ul {
  margin-left:35px;
  text-align:left;
}

.monitoring_li {
  margin-bottom:15px;
  font-size:12px;
}

.monitoring_text li {
  background-image: url('/website/img/arrow.gif');
  background-repeat: no-repeat;
  background-position: 0% 6px;
  padding-left: 15px;
  font-family:Verdana, serif;
  text-align:left;
  margin-bottom:10px;
}

.important_monitoring {
  color:#555555;
  font-weight:bold;
}


/* BAROMETERS */
.baro_img_legend {
  text-align: center;
  font-size:13px;
  margin-bottom:5px;
}

.barometers_sub_title {
  text-align:justify;
  font-weight:bold;
  font-size:12px;
  font-family:Verdana;
  color:#555555;
  padding:5px;
  line-height:20px;
  letter-spacing:1px;
}

.important_barometers {
  color:#555555;
  font-weight:bold;
}

#barometers_explanation {
  background: #ffffff;
  min-height:1900px;
  height:1900px;
  width:97%;
  margin:auto;
}

.barometers_text {
  line-height: 18px;
  margin: auto;
  margin-top:15px;
  font-weight:bold;
  font-size:12px;
  font-family:Verdana, serif;
  color:#555555;
  letter-spacing:1px;
}

.barometers_ul {
  padding-left: 1px;
  list-style-type: none;
  margin-left:5px;
}

.barometers_sub_ul {
  padding-left: 1px;
  margin-left:55px;
}

.barometers_ol {
  padding-left: 1px;
  margin-left:55px;
}

.barometers_ol_li {
  font-size:12px;
  font-family:Verdana, serif;
  text-align:left;
  margin-bottom:20px;
  color: #444444;
}

.barometers_li {
  background-image: url('/website/img/arrow.gif');
  background-repeat: no-repeat;
  background-position: 0% 4px;
  padding-left: 15px;
  font-size:12px;
  font-family:Verdana, serif;
  text-align:left;
  margin-bottom:40px;
  font-weight:bold;
  color: #444444;
}

.barometers_li_subtitle {
  margin-bottom:0px;
}

.barometers_sub_li {
  margin-bottom:15px;
  padding-left: 5px;
  font-size:12px;
  line-height:18px;
  letter-spacing:1px;
  font-family:Verdana, serif;
  text-align:left;
}

.barometers_regular_text {
  text-align:left;
  padding-left:21px;
  font-size:12px;
  margin-top:2px;
  line-height:18px;
  letter-spacing:1px;
}

.barometers_clean_p {
  text-align:justify;
  font-size:12px;
  font-family:Verdana;
  letter-spacing:1px;
  margin-left:22px;
  line-height:18px;
}

/* LEGALS */
#legals_text {
  text-align: justify;
  line-height: 25px;
  width: 70%;
  padding-left:50px;
  margin: auto;
}

#legals_text ul {
  padding-left: 1px;
  list-style-type: none;
}

#legals_text li {
  background-image: url(/website/img/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0% 10px;
  padding-left: 20px;
}


/* WHO ARE WE EXPLANATIONS */
#who_are_we_content {
  padding: 10px;
  padding-top: 20px;
  text-align:justify;
  color: #444444;
}

.who_are_we_title {
  font-weight: bold;
  font-size: 14px;
  color: #444444;
  margin-bottom:10px;
}

.who_are_we_title ul {
  line-height:20px;
  list-style-type: none;
}

.who_are_we_title li {
  background-image: url('/website/img/arrow.gif');
  background-repeat: no-repeat;
  background-position: 0% 7px;
  padding-left: 10px;
}

.who_are_we_desc {
  padding-left:10px;
}

.who_are_we_desc ul {
  padding-left: 15px;
  line-height:20px;
  list-style-type: none;
}

.who_are_we_desc li {
  background-image: url('/website/img/arrow.gif');
  background-repeat: no-repeat;
  background-position: 0% 7px;
  padding-left: 10px;
}


/* 404 ERROR */
#error404 {
  margin-top: 40px;
  font-size: 16px;
  color: #555555;
  text-align: center;
}
