/*############### Charts styles ####################*/
.periodbtn {
display: inline-block;
margin-right: 5px;
background: #ffffff;
border-top: 0px;
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
color: blue;
outline: none;
}

.periodbtndisabled {
display: inline-block;
margin-right: 5px;
background: #ffffff;
border-top: 0px;
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
color: grey;
outline: none;
}
.coloritem0 {
color: #839F2F;
}
.coloritem1 {
color: #0099FF;
}
.coloritem2 {
color: #56B9F9;
}
.coloritem3 {
color: #FFF123;
}
.coloritem4 {
color: #008E8E;
}
.coloritem5 {
color: #B3AA00;
}
.coloritem6 {
color: #9D080D;
}
.coloritem7 {
color: #839F2F;
}
.coloritem8 {
color: #839F2F;
}
/*############### END Charts styles ####################*/



/*******************************************************************************/
/*			       	     			  Top Logo		     		       	       */
/*******************************************************************************/
body {
	background:url(images/bg.png) top right repeat-x; /* Top header background image */
}

#header {
	background: none; /* An optional secondary top background image */
	height: 156px; /* Image height */
}

#header #logo {
	background: url(images/logo.png) no-repeat left top;
	height:156px;
	width:757px;
}
/*******************************************************************************/
/*			       	    			End Top Logo		     	               */
/*******************************************************************************/


/*******************************************************************************/
/*			       	      			    Top Menu			     	           */
/*******************************************************************************/
#top_menu {
	background:url(http://affiliates.hollywoodpowerplayer.com/clientincludes/templates/wood/images/top_menu_bg.png) repeat-x; /* The background image of the top menu */
}

#top_menu ul li {
	background:url(images/top_menu_bg_down_arrow.png) no-repeat right top; /* The down arrow image */
}

#top_menu ul li a {
	color:#ffc70e; /* The down arrow image */
}

#top_menu ul li.home_top_menu {
	background:url(images/top_menu_bg_no_arrow.png) no-repeat right top; /* The home button as it has no arrow */
}

#top_menu ul li a:hover {
	background:url(images/top_menu_hover_bg.png) repeat-x;
	color:#196600;/* The green top menu hover image */
}

#top_menu ul.level2 li {
	background:#196600;
}

#top_menu ul.level2 li.right-arrow {
	border-bottom: 1px solid #cccccc; /* The bottom border color of the dropdowm menu*/
	background:url(images/top_menu_bg_right_arrow.png) no-repeat right center #1966000; /* Drop down image right arrow, or you can you a color if you don't want to use an image. */
}


#top_menu ul.level2 li.no-right-arrow {
	border-bottom: 1px solid #cccccc; /* Apply same color as above */
	background:#232e23;

}

#top_menu ul.level3 li {
	border-bottom: 1px solid #232e23; /* border of 3rd level menu */
	background: #e1e1e1; /* background color of 3rd level menu */
}

#top_menu ul.level3 li a {
	color:#232e23; /* color of 3rd level menu font */
}

#top_menu ul.level2 li a:hover, #top_menu ul.level3 li a:hover {
	background:#ffc70e; /* Background color of active menu */
	color:#196600; /* Color of active link */
	text-decoration:none;
}

/*******************************************************************************/
/*			       	     			End Top Menu			       			   */
/*******************************************************************************/



/*******************************************************************************/
/*			       			Left Hand Accordian Menu		       	           */
/*******************************************************************************/

div.accordion-first {
	background:url(images/accordion_top.png) 0px 0px no-repeat;
	color: #fff;
}

div.accordion-toggle {
	background:  url(images/accordion_menu_toggle_bg.png) no-repeat right center #e1e1e1; /* Change e1e1e1 for the back color of non active title and change image for matching bottom arrow color.  */
	color: #232e23; /* Font color of inactive title font */
	border-top: 1px solid #ffffff; /* Font color of inactive title font */
	border-right: 1px solid #232e23; /* Right border */
	border-left: 1px solid #232e23;  /* left border */
}

div.accordion-toggle:hover, div.accordion-toggle-active {
	background:#232e23;
	border-top:1px solid #232e23; /* the top title border color */
	color:#fff; /*  font color of section title */
}

div.accordion-content {
	background: #ffffff; /* Background color of entire section */
	border-right:1px solid #232e23; /* The color of the right open border section */
	border-left:1px solid #232e23; /* The color of the left open border section */ 
}

div.accordion-content li {
	border-top:1px solid #232e23; /* The color of the dividers between section links*/
}

div.accordion-content li a {
	color:#232e23; 	/* The color of the font of the section links */
	background-color:#fff; /* Background color of link */
}


div.accordion { 
	border-bottom: 1px solid #232e23; /* The bottom closing border of the accordian menu */
}

div.accordion-content ul {
 border-color:#232e23;
}
/*******************************************************************************/
/*			  			Close Left Hand Accordian Menu			     	       */
/*******************************************************************************/



/*******************************************************************************/
/*			  			Top Help, Languages, Sitemap			     	       */
/*******************************************************************************/
#header_right a {
	color:#ffc70e; /* font color*/
}
/*******************************************************************************/
/*			  			End Top Help, Languages, Sitemap			     	   */
/*******************************************************************************/



/*******************************************************************************/
/*			  			Welcome username, logout, green			     	       */
/*******************************************************************************/
#header_right #welcome_user p {
	color:#196600;
}

#header_right #welcome_user a {
	color:#196600; /* Link color */
}

#header_right #welcome_user a:hover {
	color:#196600;
}
/*******************************************************************************/
/*			  			End Welcome username, logout, green			     	   */
/*******************************************************************************/

/*******************************************************************************/
/*			  			General Styles							     	       */
/*******************************************************************************/


/* GENERAL LINKS */
a,a:visited, #container table td a {
	color:#232e23;
}

a:hover {
	color:#232e23; /* Active */
}
/* END GENERAL LINKS */

.content {
	color:#414141;
}

a.content:hover {
	color:#414141;
}

.contentheadertitle {
	color:#232e23; /* Page title color */
}

.contentheaderdetail {
	color:#232e23; /* Page title detail */
}



/*********************************** Forms Colors *******************************/
select, select.selectbox {
	background-color:#FFFFFF;
	border:1px solid #232e23;
	color:#373330;
}

input {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #232e23;
	color:#373330;
}

input.button {
	background: url(images/button.gif); /* Generate Report button */
	background-COLOR:#232e23;
	COLOR:#ffffff;
	border:1px solid #ffffff;
} 

input[type="button"] {
	background:#393939 url(images/button.gif) repeat scroll 0 0;
	border:1px solid #FFFFFF;
	color:#ffffff;
	font-size:11px;
	font-weight:normal;
	height:22px;
	padding:0 5px;
}

input[type="submit"] {
	background:#393939 url(images/button.gif) repeat scroll 0 0;
	border:1px solid #FFFFFF;
	color:#ffffff;
	font-size:11px;
	font-weight:normal;
	height:22px;
	padding:0 5px;
}

input.tickbox {
	border:0 none;
	color:#666666;
}

input.periodbtndisabled {
	background:#ffffff;
	color:#97CA1B;
}

input.BtnUp  {background: url(images/uparrow.gif);background-repeat:no-repeat;height:8px;width:12px;border:0;margin:0px;}
input.BtnDown {background: url(images/dwnarrow.gif);background-repeat:no-repeat;height:8px;width:12px;border:0px;margin:0px;}
input.BtnFirst {background: url(images/first.gif);background-repeat:no-repeat;height:20px;width:20px;border:0px;margin:0px;}
input.BtnLast {background: url(images/last.gif);background-repeat:no-repeat;height:20px;width:20px;border:0px;margin:0px;}
input.BtnPrevious {background: url(images/prev.gif);background-repeat:no-repeat;height:20px;width:20px;border:0px;margin:0px;}
input.BtnNext {background: url(images/next.gif);background-repeat:no-repeat;height:20px;width:20px;border:0px;margin:0px;}
input.BtnSave {background: url(images/save.gif);background-repeat:no-repeat;height:21px;width:22px;border:0px;margin:0px;}
/*********************************************************************** WELCOME PAGE STYLES ***********************************/

/*** Heading for the row ***/
.row_heading {
	background:#F0F0F0 ;
	border:#FFFFFF;
	color:#232e23;
}

.headings {
	background: url(images/headings_bg.png) no-repeat scroll 0 0; /* Change header image */
	color:#fff;
	/*background-color:#000;*/ /* uncomment if you would like a background color instead of an image */
}

.headings1 {  /* Same as above - Change header image */
	color:#fff;
	background:url(images/headings_bg.png) no-repeat;
	/*background-color:#000;*/
}


.ul_dash_link li a:hover {
	color:#97CA1B !important; /* MTD, YTD, Today, last Month, Yesterday - Active */
}
.ul_dash_link li a {
	color:#232e23 !important; /* MTD, YTD, Today, last Month, Yesterday Link */
}

.ul_dash_link1 li a:hover {
	color:#97CA1B !important; /* Best Newest */
}


input.periodbtn {
	background:#ffffff none repeat scroll 0 0; /* Current month lasy month, last 3 days */
	color:#232e23;
}

#dashboard_pendingaffiliateslink, #dashboard_quickstatslink {
	color:#97CA1B; /* More / Less in header*/
}

#new_messages a {
	color:#97CA1B; /* Alerts and news messages link in header (green) */
}

#news_archive a {
	color:#97CA1B;
}

/* Boxes for all stats */
.dashboard_quickstats,.dashboard_pendingaffiliates,.dashboard_reportlinks,.dashboard_messagecenter,.dashboard_alerts,.dashboard_periodcomparison,.dashboard_topaffiliates,.dashboard_topbanners,.affdashboard_commissionbreakdown,.affdashboard_reportlinks,.affdashboard_messagecenter,.affdashboard_news,.affdashboard_quickstats,.affdashboard_periodcomparison,.affdashboard_creatives,
.reportoutertable {
	background: #ffffff;
	border: 1px solid #232e23;
	color: #232e23;
}


.row_dark_color {
	background:#E2E2E2; /* Alternating backbround color for box row results */
}

.row_light_color {
	background:#F0F0F0; /* Alternating backbround color for box row results */
}

.reporttotal {
background-color:#232e23;
}

/*********************************************************************** END WELCOME PAGE STYLES ***********************************/


/******************************************* MESSAGE CENTER **************************************************************/

/** TAB COLORS **/
#gentabs a {
	color:#ffffff;
	background:#232e23;
}

#gentabs a b {
	background:#232e23;
	color:#ffffff;
}

#gentabs a:hover {
	background:#196600;
	color:#fff;
}

#gentabs a:hover b {
	background:#196600;
	color:#fff;
}

#gentabs .current a {
	background:#196600;
	color:#ffffff;
}

#gentabs .current a b {
	background:#196600;
}
#msgbnktabs a {
	color:#ffffff;
	background:#232e23;
}

#msgbnktabs a b {
	background:#232e23;
}

#msgbnktabs a:hover {
	background:#196600;
	color:#fff;
}

#msgbnktabs a:hover b {
	background:#196600;
	color:#fff;
}

#msgbnktabs .current a {
	background:#196600;
	color:#ffffff;
}

#msgbnktabs .current a b {
	background:#196600;
	color:#ffffff;
}
.msgbnkmenus li a {
	color:#232e23;
}

.msgbnkmenus li a:hover {
	color:#196600;
}
/** TAB COLORS **/

.tablecontent { /* Left background color */
	background-color:#EFF3FF;
	color:#373330;
}

.msgbnksubmenus { /* From, TO. ETC...  */
	background-color:#DBD8D3;
	color:#2A446E;
}

#messagelist {
	background-color:#EFEFEF;
	height:100%;
}

textarea {border:1px solid #232e23;}

td.reportoptions {color:#232e23;}

.content1pad {color:#232e23;}

/******************************************* END MESSAGE CENTER **************************************************************/


/*********************************************************************** REPORT STYLES ***********************************/


/**************************** Report Criteria Box header ***********************/ 
td.boxhead {
	background:#232e23; /* background color of Report Criteria box */
	color:#ffffff; /* Font color */
}

a.boxheadtoggle {
	color:#FFFFFF; /* Show hide box header */
}

/**************************** Report Criteria Box Border ************************/ 
#reportcriteria {
	border:1px solid #232e23;
}

/*************************** Text under report criteria box ********************/
.infobar {
	background-color:#fff;
	color:#232e23;
}

/*************************** Report criteria box  ********************/
.reportcriteriatxt {
	background-color:#EFEFEF;
	color:#000000;
}

.reportcriteriafld {
	background-color:#EFEFEF;
	color:#000000;
}

/*************************** Box below Report Criteria box **********************/
.reportheading {
	background-color:#EFEFEF;
	color:#000000;
}

table.reportheading {
	background-color:#EFEFEF;
	border:1px solid #A2A19D;
}

/*************************** Report Search Results ******************************/

#reporttablecntr table {
	background-color:#F7F7F7; /* Border color */

}
.table_border_reports {
	border:1px solid #A2A19D; /* Surrounding border color */
}

.reportcolumnheadings {
	background-color:#DBD8D3; /* Report column heading*/
	color:#232e23; /* Font color */
}


/************************* Report Row Results Colors *********************************/

.reportrow1 {
	background-color:#f0f0f0; /* background of the row result 1*/
	color:#232e23;		   /* Font Color */
} 

.reportrow1 a {
	color:#232e23;		   /* row 1 link color */
}

.reportrow2 {
	background-color:#e2e2e2;	/* background of row result 2 */
	color:#232e23;				/* font color */
} 

.reportrow2 a {
	color:#232e23;				/* row 2 link color */
}

.submitbar {
	background-color:#E2E2E2; /* background color for Get Report Submit Button */
	color:#000000;
}
/*********************************************************************** END REPORT STYLES ***********************************/

/**************************************Nav Helper Page******************************************/
#main-sitemap-wrapper h1, #main-sitemap-wrapper p {color:#006ab5;}

#sitemap-wrapper { border:1px solid #232e23; }

#sitemap-wrapper .header { background:#232e23 none repeat scroll 0 0;}

/************************************** End Nav Helper Page******************************************/

/**************************************Footer******************************************/
#footer {
 color:#006ab5;
}

#footer a {
 color:#196600;
}
/**********************************End Footer******************************************/