/* Import Global Campaigns Layout
----------------------------------------------------------------------------------*/

@import "campaigns_layout.css";



/* mainContent background
----------------------------------------------------------------------------------*/

.template_campaign #mainContent {
	background: #847369; }


/* displaycontent background
----------------------------------------------------------------------------------*/

.template_campaign #mainContent #displayContent {
	background: white;
	color: black; }

.template_campaign #mainContent #displayContent span {
	color: #A61419; }

/* Columns 1 and 3
----------------------------------------------------------------------------------*/

.template_campaign #mainContent #column1 h2, .template_campaign #mainContent #column3 h2 {
	background: #A61419 url(../media/images/styling/red_chevrons.gif) no-repeat right;
}

.template_campaign #mainContent #column1 #innerContent li, .template_campaign #mainContent #column3 #innerContent li {
	background: url(../media/images/styling/list-chevrons-red.gif) no-repeat 0 -13px;
}

.template_campaign #mainContent #column1 a:hover, .template_campaign #mainContent #column3 a:hover {
	color: #A61419; }

.template_campaign #mainContent #column3 .selected a { /* Control style of the current page */
	color: #A61419;
}

#column3 #innerContent {
	height: 140px;
}
	

/* Icons
----------------------------------------------------------------------------------*/

.template_campaign #viewGallery {
	background: #efefef url(../media/images/brands/icons/gallery/gallery-EFEFEF-small.gif) no-repeat 5px 5px;
}

.template_campaign #alertme {
	background: #efefef url(../media/images/brands/icons/alert/alert-EFEFEF-small.gif) no-repeat 5px 5px;
}

.template_campaign #howToHelp {
	background: #fff url(../media/images/brands/icons/help/help-FFFFFF-small-ChainOfSuffering.gif) no-repeat 5px 10px;
}



/* Article
----------------------------------------------------------------------------------*/

.template_campaign #mainContent #article h2 {
	color: #A61419; }


/* The Latest
----------------------------------------------------------------------------------*/

#breakingNews h2 {
	background: #A61419; }
	
	
/* REACH reports page
----------------------------------------------------------------------------------*/

#layout_reachreports #article #innerContent p {
	padding-bottom: 5px;
	border-bottom: dashed #ccc 1px;
}