/* $Id: general-structure.css 6923 2009-12-22 20:56:05Z sgingras $ */
/* GENERAL */
body {
  font-family: 'Helvetica Neue',helvetica,arial,clean,sans-serif;
}

.offset {
    position: absolute;
    left: -9000px;
    top: -9000px;
}

.error-hide {
    display: none;
}

/* This is a technique to hide an element */
.hidden {
    display: none;
}

.invisible {
    visibility: hidden;
}

.flash-error-message,
.flash-notice-message {
    display: none;
}

.not-available {
    font-weight: normal;
    color: #999;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.small {
    font-size: 93%;
}

.notice {
    color: #666666;
}

.links-separator {
    margin-left: 4px;
    margin-right: 2px;
}


/* color is defined in skins */
a {
  font-weight: bold;
}

a.image {
}

a.disabled {
    color: #666666;
    cursor: default;
}

a.login {
  color: #999999;
  text-decoration: none;
  font-weight: normal;
}

#title-wrapper {
	width: 100%;
}
.yui-g.yui-main-area {
    margin-top: -2em;
}

#slogan-hd {
    float: left;
    margin-top: -3px;
}

#wanted-analytics-header-logo {
    float: left;
    margin-top: -7px;
}

/*.save-options {*/
.button-link {
    padding-right: 0.25em;
    padding-top: 0.25em;
    text-align: right;
}

/*.save-options a {*/
.button-link a {
    text-decoration: none;
    border-style:solid;
    border-width:1px;
    border-color: #BBBBBB #666666 #666666 #BBBBBB;
    
    padding: 3px 4px;
    background-color: #FFFFFF;
}

.button-link.small a {
    font-size: 93%;
    padding: 1px 4px;
}

p.no-data {
    font-weight: bold;
    text-align: left;
    color: #333333;
}

#main-area-wrapper {
/*    width: 100%;
    overflow: auto;*/
  
}
#main-tabs {
    float: right;
}

/* The view section to add up new view */
#views-selection .segmentation {
    width: 50%;
    float: left;
}
#views-selection .chart {
    width: 50%;
    float: left;
}


/* Principal loading */
#main-loading {
    position: absolute;
    background-color: #FFFFFF;
    padding: 10px;
    width: 300px;
    text-align: center;
}

#views-loading {
    position: absolute;
    background-color: #FFFFFF;
    padding: 10px;
    width: 200px;
    text-align: center;
}

/* Principal loading */
#sidebar-loading {
    position: absolute;
    background-color: #FFFFFF;
    padding: 10px;
    width: 150px;
    text-align: center;
}

/* Principal loading */
#options-loading {
}

a.edit-button {
    background-color: #FFFFFF;
    font-weight: bold;
    font-size: 85%;
    border: 1px solid #AAA;
    padding: 1px 4px;
}

.nobr {
    white-space: nowrap;
}

/* HEADER */

/* YUI Header container */
#hd {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 1em;
  height: 24px;
  line-height: normal;
  font-size: 13px !important;
}

#hd td.product-name {
  color:#F37521;
  font-weight:bold;
  padding-bottom:3px;
  padding-top:3px;
  text-align:left;
}

#hd td.menu {
  color:#000;
  padding-bottom:2px;
  padding-top:2px;
  text-align:right;
}

#hd .main {
  border-bottom:1px solid #C5DBE8;
  width:100%;
}

#hd a {
    text-decoration: none;
    color: #004C84;
}

#hd .site-options {
    color: #000;
    font-size: 93%;
}

#hd .title {
    color: #000;
    font-weight: bold;
}

#main-loader {
    margin-left: 152px;
}

/* FOOTER */

#ft{
    width: 100%;
    margin-top: 5em;
    text-align: left;
    font-size: 77%;
    color: #AAA;
    clear: both;
    overflow: auto;
}

#ft div{
    text-align:center;
}

#ft hr {
   border: 0pt;
   color: #AAA;
   background-color: #AAA;
   height: 1px;
}

#ft img {
    margin-bottom: 1em;
}

#maintenance-notice {
    font-weight: bold;
    font-size: large;
    color: #CC0000;
}

td.message-notice {
  font-weight: bold;
  text-align: center;
  color: #8C0000;
}

#advertiser-contact-info {
    text-align: right;
    padding-bottom: 15px;
}
