/* -----  Resets default browser CSS. ----- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus { outline: 0; }

/* ----- LINKS  ----- */
a:focus, 
a:hover     { 
	color: #006D93; 
	}
	
a , a:visited          { 
	color: #0099CC; 
	border-bottom: 1px dotted #09C;
	text-decoration: none; 
	}
	


a.green_link,
a.green_link:focus, 
a.green_link:hover,
a.green_link:visited {
	border:none;
  color: #6DAA43;
  text-decoration: underline; 
}


/* -----  STRUCTURE ----- */

html {
	background: #fff url("../images/ui/bg_body.png") repeat-y center;
	}

body {
	width:960px;
	margin:0 auto;
	background-color: #fff;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	color: #58595B;
	}


#header {
	width:880px;
	height:60px;
	background: transparent url("../images/ui/bg_header.png") repeat-x;
	padding: 40px 40px 0 40px;
	border: 0px solid blue;
	}

#header a.logo {
	display: block;
	width: 250px;
	height: 50px;
	border: none;
	background: transparent url("../images/ui/pubmarketplace_logo.png") 0 0 no-repeat;
	float: left;
	clear:left;
	
}

#header .login_box {
	float: left;
	width: 628px;
	text-align: right;
	border: 0px solid red;
	padding-top: 30px;
	
}

#header .login_box  a.logout{
	font-weight: bold;
	font-size: 12px;
	margin-left: 5px;
	
}

#navigation {
	width:880px;
	height:45px;
	background-color:#ffffff;
	border-top: 2px #EFEFEF solid;
	margin-top: 1px;
	border-bottom: 2px #EFEFEF solid;
	margin-bottom: 1px;
	padding: 5px 40px;

	}

#preloader { /* remove in v2 */
position: relative;
top: 20px;
left: 0px;
}
	

#content { 
	width:880px;
	min-height:450px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height: 100px; /* 450px; for IE5.x and IE6 */
	background: #fff url("../images/ui/bg_content.png") repeat-x;
	padding: 20px 40px;
	border: 0px solid blue;
	}


.client_logo {
	float: right;
	height: 50px;
}

#client_logo.float_none {
 float: none;
}

#footer { 
	clear: left;
	width:880px;
	height:100px;
	background-color:#ffffff;
	margin-top:12px;
	padding: 10px 40px;
	font-size: 10px;
	border-top:2px #EFEFEF solid;
	background: #fff url("../images/ui/bg_content.png") repeat-x 0 2px;
	}
	
.footer_left {
 width: 440px;
 float: left;
 text-align: left;
 padding-top: 5px;
}

.footer_right {
 width: 440px;
 float: left;
 text-align: right;
}

.footer_bubble {
vertical-align: middle;

}

#footer a{
border-bottom: 0;
}

/*---- INFOBOXES ----*/
.red_box, .blue_box , .orange_box{
width: 870px;
height: 50px;
padding: 5px;
color: #fff;
font-size: 18px;
margin-bottom: 10px;
}

.red_box {
background: transparent url("../images/ui/bg_red_box.png") repeat-x;
}
.blue_box {
background: transparent url("../images/ui/bg_blue_box.png") repeat-x;
}

.orange_box {
background: transparent url("../images/ui/bg_orange_box.png") repeat-x;
}

.red_box a, .blue_box a, .orange_box a {
    color: #fff;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}

.red_box a:hover, .blue_box a:hover, .orange_box a:hover {
	color: #e7e7e7;
}

.blue_box  img, .red_box  img, .orange_box  img {
vertical-align: bottom;
margin-right:5px;
}

a.close_box {
     display: block;
     float: right;
	 margin-top: -10px;
	 border-bottom: 0;
}
	

/* ----- DIV GRID ----- */

.full, .half, .half_border , .third, .third_border, .two_thirds, .two_thirds_border,
.three_quarters , .three_quarters_border, .quarter , .quarter_border, .sixth , .sixth_border,
 .eigth, .eigth_border, .twelfth, .twelfth_border, .sixteenth  {
	float: left;
	height:auto !important;
	background-color: #fff;
	margin:  10px 0;
}

.full {
	width:865px;
	padding: 0 5px 5px 10px;
	}
	
.half {
	width:425px;
	padding: 0 5px 5px 10px;
	}

.half_border {
    border-left: 1px solid #F4F4F4;
	width:423px;
	padding: 0 5px 5px 10px;
	}

.third {
	width:278px;
	padding: 0 5px 5px 10px;
	}
	
.third_border {
	width:277px;
	padding: 0 5px 5px 10px;
	border-left: 1px solid #F4F4F4;
	}
	
.two_thirds {
	width:572px;
	padding: 0 5px 5px 10px;
}

.two_thirds_border {
	width:571px;
	padding: 0 5px 5px 10px;
	border-left: 1px solid #F4F4F4;
	}

.quarter {
	width:210px;
	padding: 0 5px 5px 5px;
	}

.quarter_border {
	width:209px;
	padding: 0 5px 5px 5px;
	border-left: 1px solid #F4F4F4;
	}
	
.three_quarters {
	width:645px;
	padding: 0 5px 5px 10px;
	}

.three_quarters_border {
	width:644px;
	padding: 0 5px 5px 10px;
	border-left: 1px solid #F4F4F4;
	}
	
.sixth {
	width:136px;
	padding: 0 5px 5px 5px;
	}

.sixth_border {
	width:135px;
	padding: 0 5px 5px 5px;
	border-left: 1px solid #F4F4F4;
	}
	
.eigth {
	width:100px;
	padding: 0 5px 5px 5px;
	}

.eigth_border {
	width:99px;
	padding: 0 5px 5px 5px;
	border-left: 1px solid #F4F4F4;
	}

.twelfth{
	width:73px;
	}

.twelfth_border{
	width:72px;
	border-left: 1px solid #F4F4F4;
	}

.sixteenth {
	width:55px;
	}
	

/* ----- HEADERS, P & HR ----- */

h1{

	}

h2 {
	font-size: 32px;
	color: #006D93;
	border-bottom: 2px #EFEFEF solid;
	line-height: 40px;
	margin-top: 5px;
	margin-bottom: 20px;
	text-decoration: none;
	}
	
.subtext{
    display: block;
	font-size: 14px;
    font-weight: 600;
	color: #58595B;
	line-height: 14px;
	}

h3{
	font-size: 22px;
	color: #0099CC;
	border-bottom: 2px #F4F4F4 solid;
	line-height: 28px;
	margin-top: 5px;
	margin-bottom: 20px;
	}


h4{
	font-size: 16px;
	font-weight: 600;
	color: #0099CC;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
	}

h5{
	font-size: 14px;
	font-weight: 600;
	color: #0099CC;
	line-height: 20px;
	margin-bottom: 5px;
	}

h6{
	font-size: 12px;
	font-weight: 600;
	color: #0099CC;
	line-height: 20px;
	margin-bottom: 5px;
	}
	
hr{
	border: 1px #F4F4F4 solid;
	margin: 20px 0;
	clear: left;
	}

p {
	margin-bottom: 1em;
}


/* ----- TYPOGRAPHY ---- */

.extra_large {
	font-size: 18px;
}

.large {
	font-size: 16px;
}

.normal {
	font-size: 12px;
}

.lblue {
	color: #0099CC; 
}

.dblue {
	color: #006D93; 
}

.green{
	color: #6DAA43;
}

.red {
	color: red;
}

.gray {
     color: gray;
}
.bold {
font-weight: bold;
}

.notbold {
font-weight: normal;
}

em,dfn      { font-style: italic; }

small {
	font-size: 10px;
}


/* ---- BUTTONS ---- */

.btn_get_this, .btn_get_this:visited {
	display: block;
	width: 155px;
	height: 35px;
	border: none;
	background: transparent url("../images/ui/btn_get_this.png") 0 0;
	clear: left;
}

.btn_get_this:hover {
	background: transparent url("../images/ui/btn_get_this.png") 155px 0px ;
}

.btn_activate, .btn_activate:visited {
	display: block;
	width: 105px;
	height: 35px;
	border: none;
	background: transparent url("../images/ui/btn_activate.png") 0 0;
	clear: left;
}

.btn_activate:hover {
	background: transparent url("../images/ui/btn_activate.png") 105px 0px ;
}

.btn_activate_acct, .btn_activate_acct:visited {
	display: block;
	width: 197px;
	height: 35px;
	border: none;
	background: transparent url("../images/ui/btn_activate_acct.png") 0 0;
	clear: left;
}

.btn_activate_acct:hover {
	background: transparent url("../images/ui/btn_activate_acct.png") 197px 0px ;
}

.btn_confirm, .btn_confirm:visited {
	display: block;
	width: 105px;
	height: 35px;
	border: none;
	background: transparent url("../images/ui/btn_confirm.png") 0 0;
	clear: left;
}

.btn_confirm:hover {
	background: transparent url("../images/ui/btn_confirm.png") 105px 0px ;
}

.btn_get_report, .btn_get_report:visited {
	display: block;
	width: 125px;
	height: 35px;
	border: none;
	background: transparent url("../images/ui/btn_get_report.png") 125px 0px;
	clear: left;
}

.btn_get_report:hover {
	background: transparent url("../images/ui/btn_get_report.png") 0px 0px;
}

.btn_back, .btn_back:visited {
	display: block;
	width: 80px;
	height: 35px;
	border: none;
	background: transparent url("../images/ui/btn_back.png") 80px 0px;
	float: left;
	clear: left;
}

.btn_back:hover {
	background: transparent url("../images/ui/btn_back.png") 0px 0px;
}

.btn_save_code, .btn_save_code:visited {
	display: block;
	width: 160px;
	height: 35px;
	border: none;
	background: transparent url("../images/ui/btn_save_code.png") 0 0;
	float: left;
}

.btn_save_code:hover {
	background: transparent url("../images/ui/btn_save_code.png") 160px 0px ;
}

.btn_done, .btn_done:visited {
	display: block;
	width: 82px;
	height: 35px;
	border: none;
	background: transparent url("../images/ui/btn_done.png") 0 0;
	clear: left;
}

.btn_done:hover {
	background: transparent url("../images/ui/btn_done.png") 82px 0px ;
}

.btn_cancel, .btn_cancel:visited {
	display: block;
	width: 105px;
	height: 35px;
	border: none;
	background: transparent url("../images/ui/btn_cancel.png") 105px 0px;
	clear: left;
}

.btn_cancel:hover {
	background: transparent url("../images/ui/btn_cancel.png") 0px 0px ;
}

.btn_add_site, .btn_add_site:visited {
	display: block;
	width: 146px;
	height: 35px;
	border: none;
	background: transparent url("../images/ui/btn_add_site.png") 0px 0px ;
	clear: left;
}

.btn_add_site:hover {
	background: transparent url("../images/ui/btn_add_site.png") 146px 0px ;
}

.btn_close, .btn_close:visited {
	display: block;
	width: 105px;
	height: 35px;
	border: none;
	background: transparent url("../images/ui/btn_close.png") 105px 0px;
	clear: left;
}

.btn_close:hover {
	background: transparent url("../images/ui/btn_close.png") 0px 0px ;
}

.btn_submit, .btn_submit:visited {
	display: block;
	width: 105px;
	height: 35px;
	border: none;
	text-indent: -1000em;
	background: transparent url("../images/ui/btn_submit.png") 105px 0px;
	clear: left;
	cursor: pointer;
}

.btn_submit:hover {
	background: transparent url("../images/ui/btn_submit.png")  0 0;
}

.btn_upload, .btn_upload:visited{
	display: block;
	width: 105px;
	height: 35px;
	background: transparent url("../images/ui/btn_upload.png") 0px 0px;
	text-indent: -1000em;
	cursor: pointer;
	margin: 0;
	padding: 0;
	border: 0;
	clear: left;
	}

.btn_upload:hover{
	background:url("../images/ui/btn_upload.png") 105px 0px;
	}

.btn_browse, .btn_browse:visited{
	display: block;
	width: 70px;
	height: 35px;
	background: transparent url("../images/ui/btn_browse.png") 0px 0px;
	text-indent: -1000em;
	cursor: pointer;
	margin: 0;
	padding: 0;
	border: 0;
	clear: left;
	}

.btn_browse:hover{
	background: transparent url("../images/ui/btn_browse.png") 70px 0px;
}


/* ---- TABLES ---- */
table, td, th {
	border: 1px #EFEFEF solid;
    border-collapse:collapse;
	padding: 2px 0 2px 10px;
	}

table, th {
    border: 0;
}

th a, th a:visited {
	border-bottom: 0;
	color: #58595B;
	}

td a, td a:visited {
	border-bottom: 0px;
	text-decoration: none;
	}

table img {
	vertical-align: text-bottom;
}

.table_title_report{
	font-size: 22px;
	color: #0099CC;
	padding: 0;
	font-weight: normal;
}

.table_title_manager {
	font-size: 16px;
	color: #0099CC;
	padding: 0;
	line-height: 30px;
	font-weight: bold;
	
}

th   img {
	vertical-align: middle;
}

td.table_totals_3, td.table_totals_blank {
	color: #6DAA43;
	font-size: 18px;
	border-width: 0 0 1px 0;
	background-color: #fff;
}
.table_even{
	background-color: #EDF8FB;
}

.table_odd{
	background-color: #F5FBFD;
}

.table_date {
	font-weight: bold;
	color: #2180A1;
}

.table_date a, .table_date a:hover{
	font-weight: bold;
	color: #2180A1;
}

.table_date a:hover {
	color: #0099CC;
}

.table_totals, .table_invalid_totals{
	color: #fff;
	font-weight: bold;
	background-color:#7FCCE5;
}

.icon {
vertical-align: -3px;
}

.ui_element, .ui_element:visited{
	border: 0;
	color: #B2B2B2;
	font-size: 10px;
	margin-left: 5px;
}

.ui_element:hover {
	color: #0099CC; 
	border-bottom: 1px dotted #09C;
}

/* ---- FORMS ---- */


label {
	color: #0099CC;
	font-size: 12px;
	line-height: 22px;
	display: inline-block;
	text-align: right;
	vertical-align: top;
	}

label[title=required] {
	font-weight: bold;
	}

.label_xxsmall {
	width: 35px;
	}
.label_xsmall {
	width: 55px;
	}
.label_small {
	width: 75px;
	}
.label_medium {
	width: 95px;
	}
.label_large {
	width: 115px;
	}
.label_xlarge {
	width: 125px;
	}
.label_xxlarge {
	width: 215px;
	}

.label_left {
	text-align: left;
	
	}


input[type=text], input[type=password], select , textarea {
	border: 1px solid #6AA0BB;
	color: #58595B;
	padding: 2px;
	margin-bottom: 4px;
	display: inline-block;
}

input[disabled=disabled], label[disabled=disabled], select[disabled=disabled], textarea[disabled=disabled] {
	background-color: #eeeeee; 
	border-color: #e7e7e7;
	color: #777;
	display: inline-block;
}

.input_xxsmall { 
	width: 35px	
	}
.input_xsmall {
	width: 60px;
	}
.input_small {
	width: 72px;
	}
.input_medium {
	width: 156px;
	}
	
select.input_medium {
	width: 162px;
	}
	
.input_large {
	width: 196px;
	}
.input_xlarge {
	width: 210px;
	}
.input_xxlarge {
	width: 315px;
	}


textarea{
	font-family: Trebuchet MS1, Helvetica, sans-serif;
	color: #58595B;
	display: inline-block;
}

.textarea_small {
	font-size: 12px;
	width: 196px;
	height: 80px;
	}
	
.textarea_medium {
	font-size: 12px;
	width: 410px;
	height: 120px;
	}
	
.textarea_large {
	width: 560px;
	height: 150px;
	font-size: 14px;
	background-color: #F5FBFD;
	
	}
	
.textarea_xlarge {
	width: 860px;
	height: 150px;
	font-size: 14px;
	background-color: #F5FBFD;
	}
	

/*---- loose styles to be used anywhere ---*/

.nodisplay {
	display: none;
}

	
.float_left {
	float: left;
}

.float_right {
	float: right;
}

.float_none {
	float: none;
}

.clear{
	clear: both;
}

.align_right {
	text-align: right;
}

.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}

.nomargin {
	margin: 0;
}

.noborder, .noborder:visited{
	border: 0;
}

.nopadding {
	padding: 0;
}

.pointer {
	cursor: pointer;
}

.disabled {
	color: #e7e7e7;
}

.condensed {
	letter-spacing:-1px;
	}
