/* CSS Document */

html {
	margin:0;
	padding: 0px;
	height:100%;
	min-height:100%;
}

ul, ol, li, form, fieldset, label, optgroup, legend, a, img, br {
    margin: 0;
    padding: 0;
}

body {
    margin:0;
    padding: 0;
    background: none repeat scroll center center #ffffff;
    font: 12px normal Helvetica;
    height: 100%;
    box-sizing: content-box;
}

input.gradient {
    background: #d4d4d4 url(/images/gradient.gif) repeat-x;
    border:outset 1px #DDD;
}

p {
  	padding:5px 0px 5px 0px;
	margin:0px;
}

a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#01519E;
	text-decoration:underline;
}
a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#01519E;
	text-decoration:none;
}



strong {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

.main-over {
	margin: 0px auto;
	height:auto !important;
    height:100%;
    min-height:100%;
    width:100%;
	overflow:hidden;
    box-sizing: content-box;
}

/* .main {
	margin: 0px auto;
	height: auto !important;
    height: 100%;
    min-height: 100%;
    min-width: 940px;
    width: 940px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	overflow: auto;
    padding-bottom: 400px;
    background-color: #edf2f9;
    background: #dce5f0 url("/images/design/adblade/shadow_left.jpg") 0 0 repeat-y;
	display: block;
	clear: both;    
} */

.main {
	width: 100%;
}

.header * {
    box-sizing: content-box; /* Overriding Bootstrap rules */
    font-weight: normal;
}
.header {
    clear: both;
    display: block;
    /*height: 111px;*/
    margin: 0 auto;
    min-width: 940px;
    width: 1030px;
    position: relative;
}

.faqMain {
    width: 600px;
    padding-top: 30px;
}

.mainPageBarPanel {
    width: 1300px;
    height: 45px;   
    display: inline;
    float: left;
    clear: both;
    margin-top: 40px;
}

.adblade-logo {
    margin-top: 22px;
    float: left;
}

.defaultFieldText { 
    width: 300px;
    color: #C2C2C2;
}

.defaultFieldTextActive { 
    color: #000000; 
    font-style: italic; 
}

/* top login form */

.top-login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #848588;
	display: block;
	margin: 6px 0 0;
	right: 0;
	position:absolute;
}
.top-login td{
	vertical-align:bottom;
}

table.logged-user-top-info-bar {
	border: 0px none;
}
table.logged-user-top-info-bar a {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #f37228;
    text-decoration: none;
}
table.logged-user-top-info-bar a:hover {
    text-decoration: underline;
}
table.logged-user-top-info-bar td {
    padding: 0px;
}
table.logged-user-top-info-bar td.user-name {
    clear:both;
	padding-right: 5px;
}
table.logged-user-top-info-bar td.my-account {
	border-right: 1px solid #848588;
	padding-right: 5px;
}
table.logged-user-top-info-bar td.logout {
	padding-left: 3px;
}

table.top-login-form {
    border: 0 none;
}
table.top-login-form td {
	padding: 0px;
}
table.top-login-form a {
	font-family: Arial, Helvetica, sans-serif;
	color: #848588;
	text-decoration: none;
}
table.top-login-form a:hover {
	text-decoration: underline;
}

div.top-login-form-elem {
    background: url("/images/top-login-form-input-bg.png") no-repeat scroll 0 0 transparent;
    width: 165px;
    height: 24px;
    padding: 5px 0px 0px 10px;
}
div.top-login-form-elem input {
    border: none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #848588;
}
div.top-login-form-elem label {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #848588;
    margin-left: 1px; /*  -5px for NW offset */
    margin-top:  1px; /* -12px for NW offset */
    cursor: text;
    position: absolute;
    text-align: left;
    z-index: 1;
}

/* /top login form */

.log_inp {
	width:120px;
	height:14px;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-stretch:wider;
	color:#000000;
}

.home-menu {
	padding-left:4px;
}

.home-menu_sub {
	padding-left:2px;
}

.site_nav_menu_heading {
	margin-left:9px; 
	clear:both; 
    margin-top:10px;
}

.v_menu{
	overflow:hidden;
	height:42px;
	background-image:url(/images/mn-c-bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
	
}

.v_menu img {
		display:block;
}	

.v_menu a {
		
	display: block;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
 	font-size:12px; 
 	font-weight: bold;
 	text-decoration:none; 
	color: black;
	padding:17px 10px 8px 10px;
	*padding:17px 10px 10px 10px;
	/*padding-top:17px;
	padding-bottom:8px;
	padding-left:10px;
	padding-right:10px; */
	margin:0px;
	border-top:1px solid #eaeaea;
	border-bottom:0px;
	/*height:26px;*/
	border-right:1px solid #ddd;
	overflow:hidden;


}	

.v_menu  a:hover {
	color: white; 
	background:url(/images/mn-c-bg-hover.png) repeat-x;
}

.menu_item_current {
	color: white !important;
	background:url(/images/mn-c-bg-hover.png) repeat-x !important;;
}

.site_nav_menu .site_nav_tr .menu_item_current a{
 display: block; 
 height:100%; 
 width:100%; 
 text-decoration:none; 
 vertical-align:middle; 
 border:0px solid red; 
 color: white; 
 background:url(/images/mn-c-bg-hover.png) repeat-x; 
 font-family:Verdana, Arial, Helvetica, sans-serif; 
 font-size:12px; 
 font-weight: bold;
}

.site_nav_menu .site_nav_tr a {
	display: block; 
	height:100%; 
	width:100%; 
	color: black; 
	text-decoration:none; 
	vertical-align:middle; 
	border:0px solid red; 
	background:url(/images/mn-c-bg.png) repeat-x;  
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight: bold;
}

.site_nav_menu .site_nav_tr a:hover {
	color: white; 
	background:url(/images/mn-c-bg-hover.png) repeat-x;
}





.site_nav_menu2 .site_nav_tr a {
	display: block; 
	height:100%; 
	width:100%; 
	color: black; 
	text-decoration:none; 
	vertical-align:middle; 
	border:0px solid red; 
	background:url(/images/mn-c-bg2.png) repeat-x;  
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight: bold;
}

.site_nav_menu2 .site_nav_tr a:hover {
	color: white; 
	background:url(/images/mn-c-bg-hover2.png) repeat-x;
}

.site_nav_menu .site_nav_tr td, .site_nav_menu2 .site_nav_tr td  {
	text-align: center; 
	vertical-align:middle; 
	overflow:hidden; 
	height:39px; 
	border-right: 1px solid #D7D7D7;
}
.site_nav_menu .site_nav_tr td.site_nav_last, .site_nav_menu2 .site_nav_tr td.site_nav_last  {
	border-right: none !important;
}

.main_menu_home td { 
	text-align:center;
}

.main_menu_home a {
	color: black; 
	font-size: 12px; 
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
}
.main_menu_home a:hover {
	color: #003399;
}

div.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100%;
	min-height: 100%;
}
div.content.front {
	background: url(/images/design/top-orange-line-bg.gif) repeat-x;
	width: 100%;
	padding-top: 7px;
	clear: both;
}
div.content.front div.inner {
	width: 1030px;
	margin: auto;
	overflow: hidden;
}
div.content.front div.inner.error {
	min-height: 250px;
}

div.content.front div.inner .header {
	background: url(/images/design/dotted-two-hor-lines.gif) repeat-x;
	width: 748px;
	min-width: 0;
	height: 72px;
	margin: 50px 0 0 0;
	clear: right;
	float: right;
}
div.content.front div.inner .header.full-width {
	width: 100%;
}
div.content.front div.inner .header div.title {
    font-family: Calibri, Helvetica, sans-serif;
    font-size: 35px;
    color: #1d2129;
    margin-top: 15px;
}
div.content.front div.inner .header div.title span.three-orange-waves,
div.content.front div.inner .header div.title span.three-orange-waves {
	background: url(/images/design/orange-three-waves.gif) repeat-x;
    width: 34px;
	height: 34px;
	margin: -5px 0px 0px 10px;
	display: inline-block;
	vertical-align: middle;
}
div.content.front div.inner .header div.title span.optiserve-logo {
	background: url(/images/optiserve-logo.png) repeat-x;
    width: 154px;
	height: 32px;
	margin-top: 11px;
	display: inline-block;
	vertical-align: middle;
    float: right;
}





.fs6{ font-size: 6px; }
.fs8{ font-size: 8px; }
.fs10{ font-size: 10px; }
.fs11{ font-size: 11px; }
.fs12{ font-size: 12px; }
.fs13{ font-size: 13px; }
.fs14{ font-size: 14px; }
.fs15{ font-size: 15px; }
.fs16{ font-size: 16px; }
.fs17{ font-size: 17px; }
.fs18{ font-size: 18px; }
.fs19{ font-size: 19px; }
.fs20{ font-size: 20px; }
.fs21{ font-size: 21px; }
.fs22{ font-size: 22px; }
.fs23{ font-size: 23px; }
.fs24{ font-size: 24px; }
.fs25{ font-size: 25px; }
.fs26{ font-size: 26px; }
.fs27{ font-size: 27px; }
.fs28{ font-size: 28px; }
.fs29{ font-size: 29px; }
.fs30{ font-size: 30px; }

.text-center { text-align: center; }



div.content.front div.inner div.content .section,
div.content.front div.inner div.content.adv-mobile .section {
    line-height: normal;
    margin-top: 30px;
    display: table;
    width: 100%;
}
div.content.front div.inner div.content.adv-mobile .section {
    display: block;
    margin-top: 40px;
}
div.content.front div.inner div.content .section .left_side,
div.content.front div.inner div.content .section .right_side {
    vertical-align: middle;
    display: table-cell;
}
div.content.front div.inner div.content .section .left_side{

}
div.content.front div.inner div.content .section .right_side{
    padding-left: 20px;
}

div.content.front div.inner div.content .h_line{
    background-image: url('/images/h_line.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 1px;
    width: 100%;
    margin: 30px auto 30px;
}
div.content.front div.inner div.content .section.main{
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    margin-top: 0px;
}

div.content.front div.inner div.content .section.main .title {
    font-weight: bold;
    font-family: Arial;
    font-size: 26px;
    margin-top: 16px;
    color: #000;
    /*line-height: 1.2em;*/
}
div.content.front div.inner div.content.adv-mobile>.title {
    font-size: 26px;
    font-weight: bold;
    margin-top: 16px;
    color: #000;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
}
div.content.front div.inner div.content.adv-mobile .section .title,
div.content.front div.inner div.content.adv-mobile .section .text>.title {
    font-family: Impact, serif;
    font-size: 24px;
    margin-bottom: 15px;
}
div.content.front div.inner div.content.adv-mobile .section .text>.title {
    font-size: 18px;
    margin-bottom: 5px;
}
div.content.front div.inner div.content.adv-mobile .section .text,
div.content.front div.inner div.content .section .text {
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    line-height: 1.5em;
}
div.content.front div.inner div.content.adv-mobile .section .text {
    margin-bottom: 10px;
}
div.content.front div.inner div.content .section.main .quote{
    color: #727272;
    margin: 17px 60px 0px 88px;
}
div.content.front div.inner div.content .section.main .quote:before{
    color: #BDC4D0;
    content: "“”";
    font-family: Arial;
    font-size: 65px;
    font-style: italic;
    line-height: 0;
    margin-left: -64px;
    padding-right: 20px;
    position: relative;
    top: 38px;
}
div.content.front div.inner .header div.title span.contact-phone {
    font-family: Calibri, Helvetica, sans-serif;
    font-weight: 700;
    background: url('/images/design/icons/phone.png') left center no-repeat; 
    padding-left: 24px;
    background-repeat: no-repeat;
    background-position: 0 2px;
    font-size: 16px;
    margin-top: 15px;
    float: right;
    color: #F37228;
}

#hallOfFame {
    display: block;
    text-align: justify;
}
#hallOfFame .hof-person {
    width: 100px;
    vertical-align: top;
    display: inline-block;
}
#hallOfFame .hof-person-name {
    text-align: center;
    padding-top: 5px;
}
span.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

div.content.front div.inner div.content {
	margin: 0px 0px 50px 0px;
	width: 748px;
	height: 100%;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	color: #1D2129;
}
div.content.front div.inner div.content.adv-mobile {
    font-family: Tahoma, Verdana, Arial, Helvetica, serif;
}

div.content.front div.inner div.content a {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #f26521;
	text-decoration: none;
}
div.content.front div.inner div.content a:hover {
	text-decoration: underline;
}

div.content.front div.inner div.content .white-form {
	line-height: 2.7em;
}
div.content.front div.inner div.content .white-form label {
    float: left;
    width: 7em;
	line-height: 2.4em;
}
div.content.front div.inner div.content .white-form label .required {
    color: #CC0000;
    font-weight: 700;
    font-size: 18px;
}
div.content.front div.inner div.content .white-form label .optional {
    color: #fff;
}

div.content.front div.inner div.content .white-form .elem.forgot-pass-btn {
    margin-left: 97px;
    margin-top: 20px;
}

div.content.front div.inner div.content .white-form.adv-reg-full,
div.content.front div.inner div.content .white-form.adv-reg-short {
    line-height: 2.7em;
}
div.content.front div.inner div.content .white-form.adv-reg-full label,
div.content.front div.inner div.content .white-form.adv-reg-short label {
	width: 10em;
}
div.content.front div.inner div.content .white-form.adv-reg-full label.long {
    width: 20em;
}
div.content.front div.inner div.content .white-form.adv-reg-full .elem.textarea {
    width: 398px;
}
div.content.front div.inner div.content .white-form.adv-reg-full .elem.policy {
    width: 446px;
}
div.content.front div.inner div.content .white-form.adv-reg-full .elem.agreement {
    width: 446px;
	line-height: 1.2em;
}
div.content.front div.inner div.content .white-form.adv-reg-full .elem.policy div.terms {
	border: 1px solid #DCDCDC;
	border-radius: 4px 4px 4px 4px;
	height: 150px;
    overflow: auto;
	padding-left: 10px;
	padding-right: 10px;
}
div.content.front div.inner div.content .white-form.adv-reg-full .elem.policy div.terms .title {
	font-size: 14px;
    font-weight: 700;
}
div.content.front div.inner div.content .white-form.adv-reg-full .elem.policy div.terms .content {
	width: 100%;
	line-height: 1.3em;
	font-size: 12px;
}
div.content.front div.inner div.content .white-form.adv-reg-full .elem.policy div.terms .content strong {
	font-size: 12px;
}
div.content.front div.inner div.content .white-form.adv-reg-full .elem.policy div.terms .content ol {
	padding: 0px;
}
div.content.front div.inner div.content .white-form.adv-reg-full div.elem,
div.content.front div.inner div.content .white-form.adv-reg-short div.elem {
    margin-bottom: 20px;
}
div.content.front div.inner div.content .white-form.adv-reg-full div.elem.captcha {
	width: 398px;
	background-color: #fff;
	border-radius: 4px;
	padding: 10px 25px;
}
div.content.front div.inner div.content .white-form.adv-reg-full div.elem.captcha label {
    display: none;
    float: left;
	color: #646464;
	width: 13em;
}
div.content.front div.inner div.content .white-form.adv-reg-full div.elem.captcha img {
    float: none;
	border: 1px solid #DCDCDC;
}
div.content.front div.inner div.content .white-form.adv-reg-full div.elem.captcha input#captcha-input {
    border: 1px solid #DCDCDC;
    border-radius: 4px 4px 4px 4px;
    -moz-box-shadow: inset 1px 1px 4px #DCDCDC;
    -webkit-box-shadow: inset 1px 1px 4px #DCDCDC;
    box-shadow: 1px 1px 4px #DCDCDC inset;
    width: 374px;
	margin-top: 7px;
	padding: 8px 12px;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}

div.content.front div.inner div.content .white-form.contact-us div.elem.captcha:before, div.content.front div.inner div.content .white-form.adv-reg-full div.elem.captcha:before, #contactInfo div.captcha:before, form#agencyForm div.elem.captcha:before {
    content: 'Please prove you are human by solving the phrase below.';
    font-size: 11px;
    font-weight: bold;
    display: block;
}

/* BEGIN: contact us captcha */
div.content.front div.inner div.content .white-form.contact-us div.elem.captcha {
	width: 386px;
	background-color: #fff;
	border-radius: 4px;
	padding: 0;
}
div.content.front div.inner div.content .white-form.contact-us div.elem.captcha label {
    float: left;
	color: #646464;
	width: 13em;
}
div.content.front div.inner div.content .white-form.contact-us div.elem.captcha img {
    float: right;
	border: 1px solid #DCDCDC;
}
div.content.front div.inner div.content .white-form.contact-us div.elem.captcha input#captcha-input {
    border: 1px solid #DCDCDC;
    border-radius: 4px 4px 4px 4px;
    -moz-box-shadow: inset 1px 1px 4px #DCDCDC;
    -webkit-box-shadow: inset 1px 1px 4px #DCDCDC;
    box-shadow: 1px 1px 4px #DCDCDC inset;
    width: 361px;
	margin-top: 7px;
	padding: 8px 12px;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}
.white-form.contact-us .dot-required {
    color: #990000;
    font-weight: 700;
    font-size: 18px;
}
/* END: contact us captcha */

div.content.front div.inner div.content .white-form.adv-reg-full div.elem.textarea>textarea {
	width: 433px;
}

div.content.front div.inner div.content .white-form div.elem {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	color: #1D2129;
    float: left;
    width: 309px;
}
div.content.front div.inner div.content .white-form div.elem.short-reg-form-btn {
	margin-left: 140px;
    margin-top: 10px;
}
div.content.front div.inner div.content .white-form div.elem.full-reg-form-btn {
    margin-top: 5px;
}
div.content.front div.inner div.content .white-form div.elem.contact-us-submit-btn {
	margin-left: 94px;
    margin-top: 10px;
}
div.content.front div.inner div.content .white-form div.elem.input {
    background-image: url("/images/design/white-form-elem-input-bg.png");
    background-repeat: no-repeat;
    min-height: 34px;
}
div.content.front div.inner div.content .white-form div.elem.input>input {
    border: 0 none;
	margin: 8px 8px 0px 8px; 
    width: 293px;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}
div.content.front div.inner div.content .white-form div.elem.select>select {
	border: 0 none;
	width: 309px;
	height: 34px;
}
div.content.front div.inner div.content .white-form div.elem.textarea>textarea {
    border: 1px solid #DCDCDC;
    border-radius: 4px 4px 4px 4px;
	-moz-box-shadow: inset 1px 1px 4px #DCDCDC;
	-webkit-box-shadow: inset 1px 1px 4px #DCDCDC;
    box-shadow: 1px 1px 4px #DCDCDC inset;
    padding: 6px;
    width: 294px;
}

div.content.front div.inner div.content form.contact-us {
	width: 50%;
	float: left;
}
div.content.front div.inner div.content div.contact-info {
	float: left;
	color: #1D2129;
    font-family: Calibri;
    font-size: 23px;
}
div.content.front div.inner div.content div.contact-info span {
    color: #f26521;
    font-weight: 700;
}
div.content.front div.inner div.content div.contact-info div.email {
	width: 190px;
	height: 54px;
}
div.content.front div.inner div.content div.contact-info span.email a {
    font-size: 23px;
}
div.content.front div.inner div.content div.contact-info div.phone {
	margin-bottom: 30px;
}

div.content.front div.inner div.content ol {
	padding-left: 20px;
}
div.content.front div.inner div.content ol li {
	color: #F66722;
	font-weight: 700;
	padding-bottom: 15px;
}
div.content.front div.inner div.content ol li span {
    color: #1D2129;
    font-weight: 100;
}
div.content.front div.inner div.content ol li span strong {
    color: #1D2129;
    font-weight: 700;
	font-size: 14px;
}


div.content.front div.inner div.content.adv-retargeting img {
	margin-left: 50px;
}

div.content.front div.inner div.content .orange-button-opt {
	width: 91px;
	height: 36px;
	border: 0 none;
	cursor: pointer;
}
div.content.front div.inner div.content .orange-button-opt.in {
	background: url(/images/design/button/orange-button-opt-in.png) no-repeat;
}
div.content.front div.inner div.content .orange-button-opt.out {
	background: url(/images/design/button/orange-button-opt-out.png) no-repeat;
}

div.content.front div.inner div.content .manager {
	margin-bottom: 30px;
}
div.content.front div.inner div.content .manager img {
	float: left;
}
div.content.front div.inner div.content .manager .info {
	overflow: auto;
	padding-left: 15px;
}
div.content.front div.inner div.content .manager .info p {
	margin-top: 0px;
	padding-top: 0px;
}
div.content.front div.inner div.content .manager .info p>span {
	font-weight: 100;
}

div.content.front div.inner div.content.full-width {
	width: 100%;
}
div.content.front div.inner div.content.full-width.error {
    margin-top: 50px;
}
div.content.front div.inner div.content.full-width.error.denied {
	text-align: center;
}
div.content.front div.inner div.content.full-width.error.denied p {
	font-size: 22px;
}
div.content.front div.inner div.content.full-width.error.denied span {
	font-size: 14px;
}

div.content.front div.inner div.content.full-width.girl-with-tennis-racquet {
	background: url("/images/design/girl-with-tennis-racquet.jpg") no-repeat scroll 351px bottom transparent;
	margin-bottom: 0;
}

div.content.front div.inner div.content.full-width.privacy-policy {
	margin-bottom: 35px;
}

div.content.front div.inner div.content .still-need-help {
	background-color: #fcefe9;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	color: #1d2129;
	height: 29px;
	text-align: center;
	padding-top: 11px;
	margin-top: 10px;
	margin-bottom: 20px;
}
div.content.front div.inner div.content .still-need-help a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	color: #f26521;
	text-decoration: none;
}
div.content.front div.inner div.content .still-need-help a:hover {
	text-decoration: underline;
}

div.content.front div.inner div.content p {
	font-size: 16px;
	font-weight: 700;
	color: #1d2129;
	margin: 20px 0px 10px 0px;
}
div.content.front div.inner div.content p.bigger {
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 30px;
    font-weight: 100;
    color: #1d2129;
}

div.content.front div.inner div.content ul {
	margin-left: 17px;
	overflow: visible;
}
div.content.front div.inner div.content ul>li {
	color: #F26521;
	padding-bottom: 8px;
}
div.content.front div.inner div.content.adv-mobile ul>li {
    color: #1D2129;
    padding-bottom: 0;
}
div.content.front div.inner div.content ul>li>span {
	color: #1D2129;
}

/* zend form errors */
div.content.full-width.forgot-pwd ul.errors {
    width: 600px;
}
div.content.front div.inner div.content ul.errors {
	overflow: hidden;
	margin: 0px 0px 0px 5px;
}
div.content.front div.inner div.content ul.errors li {
	color: #CC0000;
	padding: 0px;
}
/* \zend form errors */

div.content.front div.inner div.content div.start-advert-now.adv-solutions {
	margin-left: -6px;
	height: 67px;
        width: 100%;
}
div.content.front div.inner div.content div.start-advert-now.adv-solutions div {
    float: left;    
}
div.content.front div.inner div.content div.start-advert-now.adv-solutions div.or-text {
    line-height: 67px;
    color: #C5C5C5;
    font-size: 18px;
}
div.content.front div.inner div.content div.start-advert-now.adv-solutions ol {
    list-style:none;
    padding: 0;
    margin: 10px 0 0 10px;
}
div.content.front div.inner div.content div.start-advert-now.adv-solutions ol li {
    padding: 0 0 0 23px;
    line-height: 23px;
}
div.content.front div.inner div.content div.start-advert-now.adv-solutions .adv-solutions-contact-phone {
    font-weight: 700;
    background: url('/images/design/icons/phone.png') left center no-repeat; 
}
div.content.front div.inner div.content div.start-advert-now.adv-solutions ol li.adv-solutions-contact-email {
    background: url('/images/design/icons/email.png') left center no-repeat; 
}
div.content.front div.inner div.content div.start-advert-now.adv-solutions ol li.adv-solutions-contact-email span{
    font-weight: 700;    
}

div.content.front div.inner div.content div.apply-publisher-program {
    width: 370px;
    height: 67px;
    margin-left: -6px;
}
div.content.front div.inner div.content div.inquire-about-optiserve {
    width: 430px;
    height: 67px;
    margin-left: -6px;
}

div.content.front div.inner div.left-submenu {
	width: 230px;
    height: 100%;
	float: left;
	background-color: #ececed;
	padding: 40px 0px 40px 15px;
	/*margin-right: 35px;*/
}
div.content.front div.inner div.left-submenu div.item {
	width: 220px;
	height: 100%;
	padding: 15px 0px 15px 10px;
}
div.content.front div.inner div.left-submenu div.item.sub {
	padding-left: 30px;
}
div.content.front div.inner div.left-submenu div.item.active {
	background-color: #ffffff;
}
div.content.front div.inner div.left-submenu div.item.active a {
	color: #f37228;
}
div.content.front div.inner div.left-submenu div.item a {
    font-family: Helvetica, sans-serif;
    font-size: 16px;
	font-weight: 700;
    color: #1a1e25;
	text-decoration: none;
	text-transform: uppercase;
}
div.content.front div.inner div.left-submenu div.item a:hover {
	text-decoration: underline;
}

div.content.front div.inner .premium-publishers {
    width: 1030px;
	float: left;
    border-top: 1px solid #c7c7c9;
    margin-bottom: 30px;
    padding: 45px 0;
}

div.content.front div.inner .premium-publishers .label {
    vertical-align: top;
    text-transform: capitalize;
    font-size: 2em;
    font-style: italic;
    width: 281px;
    display: inline-block;
}

div.content.front div.inner .premium-publishers img {
    height: 41px;
    padding: 10px;
}

div.content.front div.inner .premium-publishers img#hearst-logo {
    height: 15px;
    padding-bottom: 23px;
}

div.content.front div.inner .premium-publishers img#yahoo-logo {
    height: 30px;
    padding-bottom: 15px;
}

div.content div p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#000000;
}

.roi_box {
	font-size:13px;
}

.dash_line {
	border-bottom:dashed 1px #000000;
	margin:10px 0px;
}

.mainContentTitle {
    font-family:Calibri, Helvetica, sans-serif;
    color: #37404f;
    font-size: 26px;
    font-weight: bold;
}

.mainContentDescr {
    font-family:Calibri, Helvetica, sans-serif;
    color: #37404f;
    font-size: 26px;
}

.servBut {
    clear: both;
    display: inline;
    float: right;
    padding-top: 20px;
}

.advServNb {
    padding-left: 160px;
    clear: both;
}

.footer {
	width:784px;
	height:109px;
	clear:both;
	background-image:url(/images/footer_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}

.mainBoxBottom {
    clear: both;
    display: block;
    width: 100%;
    height: 20px;
    background-image: url('/images/pattern.gif');
    margin-top: -10px;
}

.footer_advert {
	margin:0 auto;
	margin-top:20px;
	width:784px;
	height:109px;
	background-image:url('/images/footer_bg.jpg');
	background-position:top;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	clear: both;
}

.bottom_menu {
	padding-top:45px;
	
}

.bottom_menu a{
	margin:0px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.bottom_menu a:hover{

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}

.copy {
	padding-top:10px;
}

.content_header {
	width:764px;
	height:108px;
	background-image:url(/images/sub_cont_bg.jpg);
	background-position:top; 
	background-repeat:no-repeat;
	margin-top:25px;
	
}

.header_txt {
	width:236px;
	margin-left:38px;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align:center;
	
}



.content_sub{
	width:764px;
	margin-left:8px;
	margin-bottom:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	
}

.content_sub_in {
	padding:10px;
	border-left:solid 1px #B1B1B1;
	border-right:solid 1px #B1B1B1;
	border-bottom:solid 1px #B1B1B1;
}
.pic_brd {
	border:solid 1px #000000;
}
.pic_brd {
	padding:5px;
}
.form_ input{
	width:230px;
	height:20px;
	border:solid 1px #DDDDDD;
}

.form_ textarea{
	width:230px;
	border:solid 1px #DDDDDD;
}

.submit_button {
		
	}

.small_txt {
	font-size:10px;
}
.col_txt {
	font-size:18px;
	text-decoration:underline;
}
.main_advert {
	margin: 0px auto;
	height:auto !important;
    height:100%;
    min-height:100%;
   	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	
	
}
.header_advert {
	height:91px;
	background-image:url(/images/advertiser_header_bg.png);
	background-position:top;
	background-repeat:repeat-x;
}
.welcome_block {
	width:178px;
	height:37px;
	padding:5px;
	position:absolute;
	margin:54px 0px 0px 0px;
	background-image:url(/images/welcome_block_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	text-align:center;
	font-weight:bold;
	
}
.orange_txt {
	color:#F48F19;
}
.green_txt {
	color:#17C500;
}
.blocks_advert {
    padding:20px 60px 0 30px;
}
	
.page-wrapper {
    width: 1024px;
    margin: 0 auto;
}	

.blocks_advert_in {
	border:solid 1px #B1B0B0;
	overflow:hidden;
	background-color:#FFFFFF;
}

.sub_menu li{
	list-style:none;
	float:left;
	margin-right:2px;
	background-color:#DAD9D9;
	padding:5px;
	
}
ul {
overflow:hidden;
}

.sub_menu .checked, .sub_menu li:hover{
	background-color:#F4F3F3;
}


.sub_menu li a{
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
.sub_menu .checked a, .sub_menu li:hover a{
	color:#F6A547;
}

.headling_links a {
	color:#000000;
	text-decoration:none;
}
.headling_links a:hover {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}


.cont_advert {
	padding:20px 16px 0px 16px;
	overflow:hidden;
}
.top_advert {
	width:235px;
	height:31px;
	background-image:url(/images/top_advert.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
	padding-left:38px;
	padding-top:10px;
	text-align:center;
}

.wide_top_advert
{
	width:235px;
	height:62px;
	background-image:url(/images/top_advert.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
	padding-left:38px;
	padding-top:55px;
	text-align:center;
	vertical-align:bottom;
}

.top_advert_v {
	width:235px;
	background:#f00;
	/*background-image:url(../images/v_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;*/
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
	padding-left:38px;
	padding-top:10px;
	text-align:center;
}

.top_advert_2 {
 height:31px;
 font-family:Arial,Helvetica,sans-serif;
 font-size:20px;
 padding-top:10px;
 text-align:center;
 background-image:url(/images/top_advert_bg.jpg);
 background-position:top;
 background-repeat:repeat-x;
 padding-left:10px;
}

.cont_advert_in {
	border-bottom:solid 1px #B1B1B1;
	border-right:solid 1px #B1B1B1;
	border-left:solid 1px #B1B1B1;
	background-image:url(../images/advert_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.bar {
	background-image:url(/images/bar_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin-left:30px;
	margin-bottom:4px;
	font-weight:bold;
	font-size:8pt;
}
.bar td {
	vertical-align:middle;
	padding:0px 5px;
}

input.dateRangerButton
{ 
	/*background-color:#e7e7e7; 
    border-width:0;*/
}

.bar input, .bar select {font-size:8pt}

.bar inputradio
{
    background-image:url(/images/bar_bg.jpg);
    border-width:0;
}

.advert_table  {
	
}
.advert_table  td {
	border-bottom:solid 1px #EEEEEE;
	border-right:solid 1px #EEEEEE;
	/*text-align:center;*/
}
.top_line {
	font-weight:bold;
	background-color:#CCCCCC;
	
}
.blue_line {
	background-color:#E0EAEE;
}

.allowedByAdvertiser {
    background-color:#9bd3a8;
}

.dark-blue_line {
    background-color:#C3C8DF;
}
#userLogInIps,
#userCcIps {
    margin-top: 5px;
    margin-bottom: 20px;
}
#userLogInIps span,
#userCcIps span {
    padding: 2px 4px;
}
#userLogInIps span:hover,
#userCcIps span:hover {
    background-color: #CEE8F3;
    color: #000;
}

.red_line {
	background-color:#FF3333;
}


td.bid {
	color:#FF0000;
	text-align:right;
	font-weight:bold;
}

.chartBlock {
    overflow:auto;
}

.orangeBlockWrapper {
    text-align: right;
}
.orangeBlock {
    padding: 4px 0 3px 0;
    display: inline-block;
    background-color: #FF9966;
}
.orangeBlock a {
    padding: 4px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 700;
}
.orangeBlock a:hover {
    background: #DD6633;
    color:#FFFFFF;
}

/* Errors */

.errorMessage {
    color:#F00;
} 

.successfulMessage {;
    color:#379B37;
}

/* Errors */

.selected {
	color:#ff0044;
}



.table_blue {
	background:#4D839D url(/images/back_table.jpg) repeat-x;
}
.btn{
	border:1px solid #716F64;
	background:#fff;
	cursor:pointer;
}
.bot_line{
	margin:10px 0;
}
.bot_line{
	margin:10px 0;
}
.back_bot{
	background: #fff url(/images/back_bot.gif) repeat-x;
}
.top_line{
	margin:10px 0;
}
.back_top{
	background: #fff url(/images/back_top.gif) repeat-x;
}
.orange_button{
	width:144px;
	height:30px;
	border:none;
	padding:0px;
	margin:0px;
	background: url(/images/back_orange_btn.jpg) no-repeat;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}

.wide_orange_button {
    width:260px;
    height:30px;
    border:none;
    padding:0px;
    margin:0px;
    background: url(/images/wide_back_orange_btn.jpg);
    font-weight:bold;
    text-align:center;
    cursor:pointer;
}

.small_orange_button {
    width:90px;
    height:23px;
    border:none;
    padding:0px;
    margin:0px;
    background: url(/images/small_back_orange_btn.jpg);
    font-weight:bold;
    text-align:center;
    cursor:pointer;
}

/* button */
.butns{
	border-collapse:collapse;
}
.butns tr td{
	padding:0px;
	margin:0px;
}
.back_btn{
	color:#000;
	text-decoration:none;
	font-weight:bold;
	background: url(/images/center_back_btn.jpg) repeat-x;
	vertical-align:middle;
}
.back_btn a{
	color:#000;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}
/* button */

/* adm-menu */
.login-info a{
		font-size:10pt;
}

/* from old design */

.div_clear {
	clear:both; 
	margin-top: 50px;
}

/* END CCV PopUp*/


.adTarget .targetMobile2 {background: #FAA9C8}
.adTarget .targetMobile4 {background: #EFF96E}
.adTarget .targetMobile8 {background: #94F96E}
.adTarget .targetMobile16 {background: #6EF9F7}

/* BEGIN: Ads statuses */
/*
1 - Active
2 - Paused
3 - Deactivated by Admin
4 - Limit Reached
6 - Archived
*/
.adStatus1 {color: #5cb85c;}
.adStatus2 {color: #f0ad4e;}
.adStatus3,
.adStatus4 {color: #d9534f;}
.adStatus6 {color: #636363;}

/* END: Ads statuses */

/* BEGIN: Block Types */
/*
0-Permanent
1-Active
2-Auto-Block
3-Low-eCPM     
4-Limit Reached
*/
.appAdStatus0 {color: #009f8e;}
.appAdStatus1 {color:#636F63;}
.appAdStatus2,.appAdStatus3 {color:#BFA73B;}
.appAdStatus4 {color:#3C9F3B;}
.appAdStatus5 {color:#4C4DAF;}
.appAdStatus6 {color:#EF4A51;}
.appAdStatus7 {color:#000;}
.appAdStatus8 {color:#9F1313;}
.appAdStatus9 {color:#9F1313;}
/* END: Block Types */


/* BEGIN: App-Cat assn Types */
/*
1-Allowed
2-Denied
*/
.appCatAssignType1 {color:#3C9F3B;}
.appCatAssignType2 {color:#EF4A51;}
/* END: Block Types */

.ads_create_form input, textarea {  
/*	   	border: 2px solid #888;  
		padding: 4px;  
		font-size: 1em;  
		background-color: #F8F8F8;*/  
}  

/*.ads_create_form*/
.is_focused {  
     border-color: #183770;  
     background-color: #E0EAEE;  
 }  

/* required fields */
.r_ast {
	color:#FF0000;
	font-weight:bold;
		font-size:1.1em;
}

.disabled_bid td input, .disabled_bid td span {
	color:gray;
}

/* terms and conditions */
.terms p {margin-left:-5px}
.terms h1 {font-size:12pt}
.terms ol {padding-left:0px; margin-left:20px;}
.terms ol li {margin-top:5px; margin-bottom:10px;}

div.clearer {clear:both;}

/* BEGING: edit in place */
div.editable,
.editable2 {
    border:1px solid #CCCCCC;
    background-color:#FFF;
}
div.editable.locked,
select.locked {
    background-color: #ffe5e5;
    border-color: #df9393;
}
div.editable input,
.editable2 input {
    width:60px;
}
div.editable.locked input {
    background-color: #ffe5e5;
    border-color: #df9393;
}
div.editable div,
.editable2 div{
    position: absolute;
    /*border:1px solid #CCC;
    background-color:#FFF;*/
}
div.editable button,
.editable2 button{ 
    border:1px solid #DDDDDD;
    background-color:#F48F19;
    font-weight:bold;
}
/* END: edit in place*/


/* BEGING: masterlist edit in place */
div.fieldeditable,
.fieldeditable2 {
    border:0px solid #CCCCCC;
    background-color:#FFF;
}
div.fieldeditable input,
.fieldeditable2 input {
    width:200px;
}
div.fieldeditable div,
.fieldeditable2 div{
    position: absolute;
    /*border:1px solid #CCC;
    background-color:#FFF;*/
}
div.fieldeditable button,
.fieldeditable2 button{ 
    border:1px solid #DDDDDD;
    background-color:#F48F19;
    font-weight:bold;
}
/* END: masterlist edit in place*/

/* BEGIN: admin menu */
.submenu, .submenu2 {
    display:none;   
    position:absolute;
    z-index: 1000;
    background:#575757;
    margin:32px 0 0 0;
    padding:0;
    list-style:none;
    color:#FFF;
    max-height: 80%;
    overflow-y: auto;
}
.submenu.nested {
    overflow: visible;
}
.submenu2 {
    background: #040404;
}
.submenu li,.submenu2 li {
    display:block;
    padding:0;
    margin:0;
    clear:both;
}

.vmenu {
    margin:0 0 0 5px;
    padding:0;
    height:32px;
}

.vmenu li {
    display:block;
    float:left;
}

.vmenu li:hover .submenu {
    display:block;    
}
.submenu li:hover .submenu2 {
    display:block;
    margin: 20px 0 0 40px;
    float:right;    
}
/*---------------*/
.vmenu li a,
.vmenu li a:active,
.vmenu li a:visited,
.vmenu li a:hover {
    text-decoration:none;
    font-weight:bold;
    font-family:Verdana;
    font-size:14px;
    padding:5px 9px 14px 9px;
    display:block;
    color:#FFF; 
}
.vmenu li a:hover {
    /*color:#FFFFFF;*/
    background: #575757 url(/images/admin_menu_bg_hover.jpg) repeat-x;
}
.submenu li a:hover {
    color:#FA6C0E;
}
.submenu li a,
.submenu li a:active,
.submenu li a:visited,
.submenu li a:hover {
    font:bold 12px Arial;
    background:#575757;
    z-index: 150;
    padding:5px;
}
.submenu2 li a,
.submenu2 li a:active,
.submenu2 li a:visited,
.submenu2 li a:hover {
   background:#040404; 
   min-width: 100px;
}
.adminMenu {
    background: #575757 url(/images/admin_menu_bg.png) repeat-x;
}
.adminMenu .navigation {
    width:auto;
}
.adminMenu .feed {
    float:right;
    padding: 3px;
}
/* END: admin menu */

/* BEGIN: SELECT BOXES */
.select-boxes {
  padding: 5px;
  background: #F6F6F6;
}
.select-boxes .select-box {
  width: 40%;
}

.select-boxes input {
   width: 100%;
   background: #575757;
   color: #FFF;
   font-weight: bold;
   font-size: 10px;
}
.select-boxes .buttons {
  vertical-align: middle;
  padding: 0 5px;
}
.select-boxes .select-box select {
  width: 100%;
}
.select-boxes .drop-down {
  width: 100%;
}
.select-boxes .listbox-title {
  font-weight: bold;
}
.filter .select-boxes .select-box {
    width: 100%;
}
/* END: SELECT BOXES */

/* BEGIN: PAGE BLOCK */
.page-block {
    border:solid 1px #B1B0B0;
    overflow:hidden;
    background-color:#FFFFFF;
}
.page-block .page-wrapper {
    padding:20px 16px 0px 16px;
    overflow:hidden;
}
.page-block .page-title {
  height:35px;
}
.page-block .page-title .title-left {
  background: #FFF url(/images/page_title_left.jpg) no-repeat;
  background-position: right top;
  padding-left: 30px;
  width:6px;
  border-bottom: 1px solid #B1B1B1;
}
.page-block .page-title .title-middle {
  border-left: 1px solid #B1B1B1;
  border-right: 1px solid #B1B1B1;
  border-bottom: 1px solid #f4f4f4;
  padding: 10px 38px 0 38px;
  background: #FFF url(/images/page_title_bg.jpg) repeat-x;
  font-family:Arial,Helvetica,sans-serif;
  font-size:20px;
  text-align:center;
  width:290px;
}
.page-block .page-title .title-right {
  border-bottom: 1px solid #B1B1B1;
}
.page-wrapper .page-wrapper-content {
  background: #FFF url(/images/page_bg.jpg) repeat-x;
  border-left: 1px solid #B1B1B1;
  border-right: 1px solid #B1B1B1;
  border-bottom: 1px solid #B1B1B1;
}
.page-wrapper-content .page-content {
  padding: 10px;
  overflow: hidden;
}
/* END: PAGE BLOCK */

/*.adAllowedStatusChbox {
    background-color: #E0EAEE;
    background: #E0EAEE;
    width: 15px;
}*/

.adblade-advertiser-nav {
    width: 1040px;
    margin: 0 auto;
}

/* BEGIN: user api options */
div#userApiOptions {
    margin-top: 30px;
}
div#userApiOptions div {
	margin-bottom: 5px;
}
div#userApiOptions label {
	float: left;
	width: 11em;
}
div#userApiOptions label a {
	color: #0080AA;
	text-decoration: none;
}
div#userApiOptions label a:hover {
	border-bottom: 1px dotted #0080AA;
}
div#userApiOptions #api_login, div#userApiOptions #api_key {
	width: 290px;
}
div#userApiOptions #updateApiOptions {
	margin-left: 145px;
}
/* END: user api options */

/* BEGIN: api ips whitelist */
div#addApiIpContainer {
	padding: 0 0 30px;
}
div#addApiIpContainer form#addApiIpForm {
	display: none;
	margin-top: 10px;
	padding-left: 15px;
}
div#addApiIpContainer form#addApiIpForm div {
	margin-bottom: 5px;
}
div#addApiIpContainer a {
	font-size: 12px;
    color: #0080AA;
    text-decoration: none;
    border-bottom: 1px dotted #0080AA;
}
div#addApiIpContainer span#error {
	color: #990000;
}
/* END: api ips whitelist */

/* begin: footer section */
.front-footer {
	background: url(../images/design/footer-bg-small.gif) repeat;
	margin: 20px auto auto;
	width: 100%;
	clear: both;
	float: left;
    padding-bottom: 20px;
}
.front-footer .inner {
	width: 1030px;
    height: 100%;
    margin: auto;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #ffffff;
}
.front-footer .inner a {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
}
.front-footer .inner a:hover {
    text-decoration: underline;
}

.front-footer .inner .copyright {
	clear: both;
	margin-top: 30px;
    margin-right: 55px;
	float: left;
}

.front-footer .inner .adiant-logo {
	margin-top: 30px;
	float: right;
}
.front-footer .inner .adiant-logo img {
	margin-bottom: -1px;
	margin-right: 5px;
}

.front-footer .inner .column {
    float: left;
    line-height: 18px;
    margin-right: 50px;
    margin-top: 20px;
}
.front-footer .inner .column.contacts {
	color: #cccccc;
}
.front-footer .inner .column.contacts .social-icons {
	margin-top: 10px;
}

.front-footer .inner .column .col-header {
	margin-bottom: 7px;
	font-weight: 700;
}
/* end: footer section */



#adsListGrid table.grid td > select[name^='adStatus']{
    max-width: 80px;
}

#adsListGrid table
,#adsListGrid table tr{
	max-width: 1024px;
}

#adsListGrid table.grid td,
#adsListGrid table.grid th{
    min-width: 30px;
    max-width: 150px;
    word-wrap: break-word;
    word-break: normal;
    table-layout: fixed;
}

#adsListGrid table.grid th:nth-child(1)
{
    
}

#adsListGrid table.grid th:nth-child(2)
{

}

#adsListGrid table.grid th:nth-child(3)
{
    
}

#adsListGrid table.grid th:nth-child(4)
{
	
}

#adsListGrid table.grid th:nth-child(5)
{
    
}

#adsListGrid table.grid th:nth-child(6)
{
    
}

#adsListGrid table.grid th:nth-child(7)
{

}

#adsListGrid table.grid th:nth-child(8)
{

}

#adsListGrid table.grid th:nth-child(9)
{

}

#adsListGrid table.grid th:nth-child(10)
{
    
}

#adsListGrid table.grid th:nth-child(11)
{

}

#adsListGrid table.grid th:nth-child(12)
{
    
}

#adsListGrid table.grid th:nth-child(13)
{
    
}

#adsListGrid table.grid th:nth-child(14)
{
    
}

#adsListGrid table.grid th:nth-child(15)
{
    
}

#adsListGrid table.grid th:nth-child(16)
{

}

#adsListGrid table.grid th:nth-child(17)
{
    
}

#adsListGrid table.grid th:nth-child(18)
{
}

#adsListGrid table.grid tr th:nth-child(19)
{
	
}

#adsListGrid table.grid td.ads_list_col_edit a
{
    display: inline-block;
    width: 16px;
    height: 16px;
}

#adsListGrid table.grid tr td.ads_list_col_export a
,#adsListGrid table tr.rowTotals a
{
    display: inline-block;
    width: 20px;
    height: 20px;
}



#adsListGrid table.grid tr td.ads_list_col_id{
    max-width: 36px;
}
#adsListGrid table.grid tr td.ads_list_col_campaign{
    
}
#adsListGrid table.grid tr td.ads_list_col_title{
    max-width: 60px;
}
#adsListGrid table.grid tr td.ads_list_col_type{
    min-width: 43px;
    max-width: 43px;
}
#adsListGrid table.grid tr td.ads_list_col_bid{
    min-width: 57px;
    max-width: 57px;
}
#adsListGrid table.grid tr td.ads_list_col_daily_limit{

}
#adsListGrid table.grid tr td.ads_list_col_recbid{
    max-width: 51px;
    min-width: 33px;
}
#adsListGrid table.grid tr td.ads_list_col_quality_score{
    min-width: 51px;
    max-width: 44px;
}
#adsListGrid table.grid tr td.ads_list_col_target{
    min-width: 54px;
    max-width: 65px;
    word-break: break-all;
}
#adsListGrid table.grid tr td.ads_list_col_rate_type{
    min-width: 44px;
    max-width: 48px;
}
#adsListGrid table.grid tr td.ads_list_col_views{
    min-width: 50px;
    max-width: 50px
}
#adsListGrid table.grid tr td.ads_list_col_clicks{
    min-width: 49px;
    max-width: 49px;
}
#adsListGrid table.grid tr td.ads_list_col_orders{
    min-width: 63px;
}
#adsListGrid table.grid tr td.ads_list_col_ctr{
    min-width: 36px;
}
#adsListGrid table.grid tr td.ads_list_col_cpa{
    min-width: 36px;
}
#adsListGrid table.grid tr td.ads_list_col_spend{
    min-width: 51px;
    max-width: 51px;
}
#adsListGrid table.grid tr td.ads_list_col_status{
    min-width: 50px;
}
#adsListGrid table.grid tr td.ads_list_col_ready{
    max-width: 41px;
    min-width: 41px;
    text-align: center;
}
#adsListGrid table.grid tr td.ads_list_col_edit{
    max-width: 26px;
    min-width: 28px;
    text-align: center;
}
#adsListGrid table.grid tr td.ads_list_col_export{
    max-width: 41px;
    text-align: center;
}

/* BEGIN: Site Specific Targeting */
#targetSpecificSitesTableFixedHead {
    margin-bottom: 10px;
}
#targetSpecificSitesTableFixedHead,
#targetSpecificSitesTable {
    border-spacing: 0;
    border-collapse: collapse;
}
#targetSpecificSitesDiv div.option-wrapper {
    height: 220px;
    overflow: auto;
}
#targetSpecificSitesTableFixedHead thead #sites,
#targetSpecificSitesTable col#sites {
    width: 400px;
    font-weight: 700;
}
#targetSpecificSitesTableFixedHead thead #minBid,
#targetSpecificSitesTable col#minBid {
    width: 90px;
    font-weight: 700;
}
#targetSpecificSitesTableFixedHead thead #advBid,
#targetSpecificSitesTable col#advBid {
    width: 95px;
    font-weight: 700;
}
#targetSpecificSitesTableFixedHead thead #clickTrackingUrl,
#targetSpecificSitesTable col#clickTrackingUrl {
    width: 180px;
    font-weight: 700;
}
#targetSpecificSitesTable input.target-site-cl-url {
    width: 180px;
}
#targetSpecificSitesTableFixedHead thead #impTrackingUrl,
#targetSpecificSitesTable col#impTrackingUrl {
    width: 180px;
    font-weight: 700;
}
#targetSpecificSitesTable input.target-site-imp-url {
    width: 180px;
}
#targetSpecificSitesTable .target-site-min-bid {
    text-align: center;
}
#targetSpecificSitesTableFixedHead thead #catFilter {
    margin-left: 5px;
}
#targetSpecificSitesTableFixedHead thead #catFilter label {
}
#targetSpecificSitesTableFixedHead thead #catFilter #siteCategory {
    width: 206px;
}
#targetSpecificSitesTableFixedHead thead {
    height: 45px;
    vertical-align: middle;
    border-bottom: 1px solid #e0e0e0;
}
#targetSpecificSitesTable tbody .not-found {
    color: #959595;
    font-size: 16pt;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 125pt;
}
#targetSpecificSitesTable tbody div.target-sites-errors {
    width: 100%;
    color: #ff0000;
    text-align: left;
}
#targetSpecificSitesTable tbody td#advBid,
#targetSpecificSitesTable tbody td#advBid input {
    font-weight: 700;
}
#targetSpecificSitesTable tbody input.error {
    background-color: #ffe5e5;
    border-color: #df9393;
}
#targetSpecificSitesTable tbody input.target-site-adv-bid {
    width: 60px;
}
#targetSpecificSitesTable tbody tr:hover {
    background-color: #eff7ff;
}
#targetSpecificSitesTable tbody tr.no-hover:hover {
    background-color: #ffffff;
}
#targetSpecificSitesTableFixedHead thead #advBid.error,
#targetSpecificSitesTableFixedHead thead #clickTrackingUrl.error,
#targetSpecificSitesTableFixedHead thead #impTrackingUrl.error {
    background-color: #ffe5e5;
}
#targetSpecificSitesTableFixedHead thead #clickTrackingUrl,
#targetSpecificSitesTableFixedHead thead #impTrackingUrl,
#targetSpecificSitesTableFixedHead thead #minBid,
#targetSpecificSitesTableFixedHead thead #advBid,
#targetSpecificSitesTable tbody td#minBid,
#targetSpecificSitesTable tbody td#advBid,
#targetSpecificSitesTable thead td#minBid,
#targetSpecificSitesTable thead td#advBid {
    text-align: center;
}
/* END: Site Specific Targeting */

/* BEGIN: Configure Algo Lift */
#algoliftTopDiv {
    width: 100%;
    float: left;
}
#algoliftTopDiv .left {
    float: left;
    font-size: 10pt;
}
#algoliftTopDiv .right {
    float: right;
}

form#algoliftConf #buttons {
    border-spacing: 0;
    border-collapse: collapse;
    display: inline-table;
    margin-top: 15px;
}
form#algoliftConf #buttons tr,
form#algoliftConf #buttons td {
    margin: 0;
    padding: 0;
}
form#algoliftConf #buttons .save {
    padding-right: 25px;
}
form#algoliftConf #buttons .delete {
    padding: 2px;
    background-color: #FFD1CB;
}

form#algoliftConf .config {
    width: 100%;
    float: left;
    margin-top: 25px;
}
form#algoliftConf .config .agenda {
    margin-top: 20px;
}
form#algoliftConf .config .agenda table {
    border-spacing: 0;
    border-collapse: collapse;
}
form#algoliftConf .config .agenda table td.name {
    font-weight: 700;
}
form#algoliftConf .config .agenda table td.info span {
    padding-left: 7px;
    padding-right: 7px;
}
form#algoliftConf .config label {
    font-weight: 700;
    display: inline-block;
    width: 12em;
}
form#algoliftConf .config fieldset {
    padding: 15px 20px;
    border: 1px solid #cccccc;
}
form#algoliftConf .config fieldset legend {
    font-weight: 700;
    padding-left: 1px;
    padding-right: 1px;
}
form#algoliftConf .config .controls img {
    vertical-align: text-bottom;
    padding-left: 5px;
}

form#algoliftConf .config .spec-algo.empty {
    border: 1px solid #FF6347;
}

form#algoliftConf .config.pubapp #pub {
    margin-bottom: 1px;
}
form#algoliftConf .config.pubapp fieldset {
    border: 0;
}
form#algoliftConf .config.pubapp fieldset label {
    display: inline-block;
    width: 6em;
}
form#algoliftConf .config.pubapp fieldset label span {
    color: #990000;
    padding-right: 2px;
}
form#algoliftConf .config .controls .active-config-marker {
    font-style: italic;
    color: #9E9E9E;
}
/* END: Configure Algo Lift */

/* COMMON: BUTTON BEGIN */
.home_orange_button
{
    background: #fd8d57;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fd8d57 0%, #f26521 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd8d57), color-stop(100%,#f26521));
    background: -webkit-linear-gradient(top, #fd8d57 0%,#f26521 100%);
    background: -o-linear-gradient(top, #fd8d57 0%,#f26521 100%);
    background: -ms-linear-gradient(top, #fd8d57 0%,#f26521 100%);
    background: linear-gradient(to bottom, #fd8d57 0%,#f26521 100%);
    border: 0 none;
    letter-spacing: 1px;
    overflow: visible;
    padding: 3px 12px 4px;
    text-shadow: 1px 1px 0 #B68636;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.4em 0.6em 0.2em;
    font-family: Arial,sans-serif;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    zoom: 1;
    margin: 18px 3px 3px;
    behavior: url(/js/pie/PIE.htc);
    outline: none;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0px;
    -moz-box-shadow:inset 0px 1px 5px 0px rgba(255,255,255,0.6);
    -webkit-box-shadow:inset 0px 1px 5px 0px rgba(255,255,255,0.6);
    box-shadow:inset 0px 1px 5px 0px rgba(255,255,255,0.6);

}

.home_orange_button:hover
{
    text-decoration: none;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 21px;
    color: #FFF;
}

sup.reg {
	vertical-align: top;
	font-size: 0.6em;
}

#userPublisherTrafficQuality td {
    vertical-align: text-top;
}

#userPublisherTrafficQuality a {
    padding: 0 3px;
}

#userPublisherOptions .hint,
#userPublisherTrafficQuality .hint,
#userTabPublisherContentNet .hint {
    font-size: 8pt;
    font-style: italic;
    color: #666666;
}
#userTabPublisherContentNet div#maxAdsPerDay,
#userTabPublisherContentNet table#advertiserOptions div.web-bid {
    width: 60px;
}
#userTabPublisherContentNet div.post-click-pixel {
    width: 550px;
}
#userTabPublisherContentNet div.post-click-pixel a {
    color: #F26521;
    /* color: #0082e4; */
    text-decoration: none;
    font-size: 0.9em;
}
#userTabPublisherContentNet div.post-click-pixel a:hover {
    text-decoration: underline;
}
#userTabPublisherContentNet #contentNetAdvFilter {
    overflow: hidden;
    margin-bottom: 15px;
}
#userTabPublisherContentNet #contentNetAdvFilter .add-new-feed .result,
#userTabPublisherContentNet #contentNetAdvFilter .add-new-feed .result.error {
    color: #333333;
    padding-left: 15px;
}
#userTabPublisherContentNet #contentNetAdvFilter .add-new-feed .result.error {
    color: #990000;
}
#userTabPublisherContentNet #contentNetAdvFilter div {
    padding-bottom: 5px;
}
#userTabPublisherContentNet #contentNetAdvFilter p {
    font-size: 11pt;
	color: #959595;
	font-weight: 700;
	margin-bottom: 5px;
}
#userTabPublisherContentNet #contentNetAdvFilter .add-new-feed{
    border-left: 2px groove #ffffff;
    margin-left: 15px;
    padding-left: 15px;
}
.auto-optimize {font-size:10px;}
.auto-optimize .ao-ad-flag-1 {float:left;height:10px;width:20px;background-color:#ff3a00}
.auto-optimize .ao-ad-flag0 {float:left;height:10px;width:20px;background-color:#50c3cc}
.auto-optimize .ao-ad-flag1 {float:left;height:10px;width:20px;background-color:#66CC66}
.auto-optimize .ao-ad-flag2 {float:left;height:10px;width:20px;background-color:#ffc800;}
.auto-optimize .ao-ad-flag2 .qtipPopUp {color:#000;text-decoration: underline;}
.auto-optimize .ao-ad-flag3 {float:left;height:10px;width:20px;background-color:#FFFF99}
.auto-optimize .ao-ad-flag4 {float:left;height:10px;width:20px;background-color:#cdffe8}
.auto-optimize .ao-ad-flag5 {float:left;height:10px;width:20px;background-color:#996600}
div.app-ad-creators {width:700px;}
div.app-ad-creators div {width:220px;float:left;}
div.app-ad-creators div span.label{font-weight: bold;}
input.aoStartEndDate {
    width: 30px;
}

/* BEGIN: Registration forms buttons */
#startBuildAdZone,
.nice-button {
    -moz-box-shadow:inset 0px 1px 0px 0px #fcc8b0;
    -webkit-box-shadow:inset 0px 1px 0px 0px #fcc8b0;
    box-shadow:inset 0px 1px 0px 0px #fcc8b0;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fda075), color-stop(1, #f26722));
    background:-moz-linear-gradient(top, #fda075 5%, #f26722 100%);
    background:-webkit-linear-gradient(top, #fda075 5%, #f26722 100%);
    background:-o-linear-gradient(top, #fda075 5%, #f26722 100%);
    background:-ms-linear-gradient(top, #fda075 5%, #f26722 100%);
    background:linear-gradient(to bottom, #fda075 5%, #f26722 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fda075', endColorstr='#f26722',GradientType=0);
    background-color: #fda075;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #db5b20;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Bebas', Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 12px;
    text-decoration: none;
    /*text-shadow: 0 1px 1px #000000;*/
    text-shadow: 0 -1px 0 rgba(0,0,0,.8);
    text-transform: uppercase;
}
#startBuildAdZone:hover,
.nice-button:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f26722), color-stop(1, #fda075));
    background:-moz-linear-gradient(top, #f26722 5%, #fda075 100%);
    background:-webkit-linear-gradient(top, #f26722 5%, #fda075 100%);
    background:-o-linear-gradient(top, #f26722 5%, #fda075 100%);
    background:-ms-linear-gradient(top, #f26722 5%, #fda075 100%);
    background:linear-gradient(to bottom, #f26722 5%, #fda075 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f26722', endColorstr='#fda075',GradientType=0);
    background-color:#f26722;
}
#startBuildAdZone:active,
.nice-button:active {
    position:relative;
    top:1px;
}
/* END: Registration forms buttons */

/* BEGIN: Admin edit ad page */
.preview-ad-block {
    overflow-x: auto;
    width: 350px;
    white-space: nowrap;
    background:#FFFFFF;
    border:1px solid #DADADA;
    margin-top: 10px;
}
.preview-ad-block body {
    background: #FF0000;
}
/* END: Admin edit ad page */

pre .json {
    white-space: pre-wrap;
}

#userProfileForm label.required:before{
    content: "* ";
    color: #990000;
}
#userProfileForm label.optional:before{
    content: "* ";
    color: #eee;
}

a.protocol-toggle {
    color: #444;
    padding: 2px;
    display: block;
}

a.protocol-toggle:hover {
	color: #f16521;
}

#transDetails td {
    white-space: nowrap;
    padding: 2px 4px;
    vertical-align: top;
}

img.pending-reason {
    padding: 3px;
    cursor: help;
}
