@charset "UTF-8";
/* CSS Document $Id$ /*

/* Body/Universal Elements
------------------------------------------------------------------*/

html,body {
    background-color: #f2f2f2;
    margin:0;
    padding:0;
    height:100%; /* needed for container min-height */
    color: #626262;
    font: 0.845em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 {color: #626262;}
h2 {
    font: bold 150% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    color: white;
    padding-left: 10px;
    padding-top: 10px;
    margin-top: 0;
}
h3 {
    font: bold 120% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    color: #626262;
}
h4 {color: #000000}
td, th {font-size: 1em}
p {line-height: 180%; margin:0 0 .25em;}

/* Links
------------------------------------------------------------------*/

a:link {text-decoration: none;}/* color: #dbdbdb}      unvisited link */
a:visited {text-decoration: none;}/* color: #dbdbdb}  * visited link */
a:hover {text-decoration: none;} /*color: #AEDEE4}   * mouse over link */
a:active {text-decoration: underline;}/* color: #dbdbdb}   * selected link */

h2 a:link,h2 a:visited {
    color:#fff;
    text-decoration:none
}

h3 a:link,h3 a:visited {
    color:#fff;
}
/* Masthead
------------------------------------------------------------------*/

#header {
    height:133px;
    /*border-bottom:6px double gray;*/

    background: url(/static/images/bgd_campaign.png) no-repeat right #f2f2f2;
    border-bottom-color: #5ca032;
    border-bottom-width: 12cm;
}
#header p {
    font-size: 115%;
    position: relative;
    bottom: 105px;
    text-align: right;
    display: inline;
    margin-left: 10px;
    right: -410px;
}
#header #tab1 {
    float: right;
    margin-right: 40px;
    position: relative;
    top: 99px;
    width: 188px;
    height: 34px;
    display: block;
    background-image: url(/static/images/tab.png);
}
#header #tab2,#header #tab3 {
    float: right;
    position: relative;
    margin-right: 10px;
    top: 99px;
    width: 188px;
    height: 34px;
    display: block;
    background-image: url(/static/images/tab.png);
}
.tabText {
    color: white;
    font: 125% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    text-align: center;
    margin-top: 10px;
}
.tabText a:link {color: white; text-decoration: none;}
.tabText a:visited {color: white; text-decoration: none;}
.tabText a:hover {color: white; text-decoration: underline;}
.tabText a:active {color: white; text-decoration: none;}

#headerBar {
    height: 12px;
    background-color: #5ca032;
}
#headerBar img,#headerBar img.campaigns_selected {
    /*padding-left: 320px;*/
    position: relative;
    left: 599px;
}

#headerBar img.assets_selected {
    left: 399px;
}

#headerBar img.reports_selected {
    left: 793px;
}

/* Layout
------------------------------------------------------------------*/

.dataBox {
    /*	width: 860px;
    */	margin: 30px 39px 20px;
    -moz-box-shadow: 5px 5px 5px #d5d5d5;
    -webkit-box-shadow: 5px 5px 5px #d5d5d5;
    box-shadow: 5px 5px 5px #d5d5d5;
    border: 1px solid silver;
    /*min-height: 400px;*/
    background-color: #f2f2f2;
}
.slide.dataBox{
    /*margin-top: -300px;*/
}
.boxHeader {
    /*	width: 860px;
    */	height: 46px;
    background: url(/static/images/bgd_chartheader.png) repeat-x;
    color: white;
}
.boxSubHeader {
    width: 850px;
    font-size: 115%;
    color: #4f4f4f;
    padding-left: 10px;
    height: 29px;
    padding-top: 7px;
    background-color: white;
}
.boxSubHeader p {
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
}
/*
#content {
	padding-bottom: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	wi dth: 610px;
	float: right;
}*/
#container {
    position:relative; /* needed for footer positioning*/
    margin:0 auto; /* center, not in IE5 */
    width:940px;
    background: url(/static/images/bgd_body.gif) repeat-y #fff;
    height:auto !important; /* real browsers */
    height:100%; /* IE6: treated as min-height*/
    min-height:100%; /* real browsers */
    overflow: auto;
}
.boxHeader .closer{
    display:block;
    float:right;
    width:11px;
    height:11px;
    margin-right:20px;
    margin-top:15px;
}


a.account_logout {
    color :#666;
}
a.account_logout:hover {
    text-decoration : underline;
}