/* CSS Document */

html {
	margin:0;
	padding: 0px;
	height:auto !important;
	height:100%;
	min-height:100%;
}

ul, ol, li, form, fieldset, label, optgroup, legend, a, img, br {
    margin: 0;
    padding: 0;
}

body {                                                                                                               
    margin:0;                                                                                                     
    padding: 0px;                                                                                                 
    background-image:url(/images/main_bg.jpg);                                                                    
    background-position:center;                                                                                   
    background-repeat:repeat;                                                                                     
    font: 12px normal Helvetica;

}


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;
	background-image:url(/images/main_top_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	
}
.main {
	margin: 0px auto;
	height:auto !important;
    height:100%;
    min-height:100%;
    min-width:779px;
    width:779px;
	overflow:hidden;
	padding:0px 65px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	
	
}
.header {
	width:778px;
	height:102px;
	background-image:url(/images/top_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin-bottom:20px;
}
.top_logo {
	display:block;
	width:300px;
	height:102px;
	float:left;
}
.top_login {
	float:left;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
.top_login td{
	vertical-align:bottom;
}

.log_inp {
	width:120px;
	height:14px;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	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;
}
.main_pic {
	padding-left:5px;
}
/*div.content {
    clear: both;
    border: 2px solid #E4E4E4;
    border-top: none;
    margin: 0px 7px 0 5px;
    padding: 10px;
}*/
div.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
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;
}
.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;
}
.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.jpg);
	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;
}

.red_line {
	background-color:#FF3333;
}


td.bid {
	color:#FF0000;
	text-align:right;
	font-weight:bold;
}



.errorMessage {
    text-align:center;
    color:#F00;
    padding:5px 0;
} 

.line2 {
	clear:both;
}

.chartBlock {
    overflow:auto;
}


.orangeBlock a {
	display:block; 
	float: right; 
	background: #FF9966; 
	padding:4px; 
	font-weight: bold; 
	color: #FFFFFF; 
	text-align: center; 
}
.orangeBlock a:hover {
	background: #DD6633; 
	color:#FFFFFF;
}

/* Errors */

.errorMessage {
    text-align:center;
    color:#F00;
    padding:5px 0;
} 

.successfulMessage {
    text-align:center;
    color:#379B37;
    padding:5px 0;
}

/* 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*/
/* BEGIN: Ads statuses */
/*1-Active       
2-Paused   
3-Deactivated by Admin     
4-Limit Reached*/
.adStatus1 {color:#636F63;}
.adStatus2 {color:#C3C3BC;}
.adStatus3,.adStatus4 {color:#F00;}
/* END: Ads statuses */

/* BEGIN: Block Types */
/*
0-Active
1-Permanent
2-Auto-Block
3-Low-eCPM     
4-Limit Reached
*/
.blockType0 {color:#636F63;}
.blockType1 {color:#9F1313;}
.blockType2,.blockType3 {color:#BFA73B;}
.blockType4 {color:#3C9F3B;}
.blockType5 {color:#4C4DAF;}
.blockType6 {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 input,
.editable2 input {
    width:60px;
}
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 {
    display:none;   
    position:absolute;
    background:#575757;
    margin:32px 0 0 0;
    padding:0;
    list-style:none;
    color:#FFF;
}
.submenu 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;    
}
/*---------------*/
.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;
}

.adminMenu {
    background: #575757 url(/images/admin_menu_bg.jpg) 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;
}
/* 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;
}

