/* Import Global Investigations Layout
----------------------------------------------------------------------------------*/

@import "investigations_layout.css";
@import "dialog.css";

/* dialog
----------------------------------------------------------------------------------*/

.ui-dialog {
	background-color: #fff;
}

.ui-dialog .ui-dialog-titlebar {
	border-bottom: 1px solid #6E6D5F;
	background: #A61419 repeat-x;
}

.ui-dialog .ui-dialog-titlebar-close {
	background: url(../media/images/lightbox/lightbox-btn-close.gif) no-repeat;
}

.ui-dialog .ui-dialog-titlebar-close-hover {
	background: url(../media/images/lightbox/lightbox-btn-close.gif) no-repeat;
}

.ui-dialog .ui-dialog-title {
	color: white;
}


/* mainContent
----------------------------------------------------------------------------------*/

.template_investigations #mainContent {
	background: #D3D3AA url(images/monkey_misery/background.gif); }
	


/* Title header
----------------------------------------------------------------------------------*/

.template_investigations #mainContent h1 {
	background: url(images/monkey_misery/logo.png) no-repeat 40px; }


/* Image Gallery
----------------------------------------------------------------------------------*/

.template_investigations #slideShowNav, .template_investigations #slideShowCaption {
	background: #C9C8C6;
	color: #000; }
	
.template_investigations #slideShowNav a {
	color: #A0361A; }
	
.template_investigations #slideShowNav a:hover {
	color: #A0361A;
}
	
.template_investigations #slideShowPagingation a {
	border-color: #A0361A;
	background: #A0361A;
	color: #fff; }

.template_investigations #slideShowPagingation a:hover, .template_investigations #slideShowNav a.activeSlide {
	border-color: #fff;
	background: #fff;
	color: #A0361A; }
	
/* Column 1 
----------------------------------------------------------------------------------*/

.template_investigations #mainContent #column1 h2 span {
	color: #F15B25;
}

.template_investigations #mainContent #column1 h2 {
	background: #fff;
	color: #231F20;
}

.template_investigations #mainContent #column1 #innerContent {
	background: #fff;
	color: #231F20;
}

/* Article
----------------------------------------------------------------------------------*/
	
.template_investigations #mainContent #article {
	background: white;
}

.template_investigations #mainContent #article h2 {
	color: #F15B25;
}

/* Column 3
----------------------------------------------------------------------------------*/


.template_investigations #mainContent #column3 h2 {
	background: #A0361A url(images/monkey_misery/chevrons.gif) no-repeat right;
}

.template_investigations #mainContent #column3 #innerContent {
	background: #fff;
	color: #6D6D6D;
}

.template_investigations #mainContent #column3 #innerContent a {
	color: #000;
}

.template_investigations #mainContent #column3 #innerContent .selected a {
	color: #6E6D5F;
}

.template_investigations #mainContent #column3 #innerContent li {
	background: url(images/monkey_misery/list-chevrons.gif) no-repeat 0 -13px;
}

/* Alert Me
----------------------------------------------------------------------------------*/

#alertme{
	background: #EFEFEF url(../media/images/brands/icons/alert/alert-A61419-small-ChainOfSuffering.gif) no-repeat 5px 5px;
}

#alertme a, #howToHelp a {
	color: black;
}

/* How To Help
----------------------------------------------------------------------------------*/

#howToHelp {
	background: #D8D7D4 url(../media/images/brands/icons/help/help-D8D7D4-small-monkeyBusiness.gif) no-repeat 5px 10px;
}

/* breakingNews
----------------------------------------------------------------------------------*/

#breakingNews {
	background:	#EFEFEF none repeat scroll 0 0;
}

#breakingNews  h2 {
	background: #6E6D5F;
	color: #fff;
}

#breakingNews a {
	color: black;
	text-decoration: none;
}

#breakingNews a:hover {
	text-decoration: underline;
}

#cosLink {
	float: right;
	margin: 0 16px 0 0;
	padding: 0;
}

#takeActionLink {
	width: 200px;
	height: 47px;
	float: right;
	margin: 0 16px 0 0;
	padding: 0;
	background: #D8D7D4 url(../media/images/brands/icons/help/help-D8D7D4-small-ChainOfSuffering.gif) no-repeat 5px 5px;
}

#takeActionLink p {
	margin: 0;
	padding: 14px 20px 0 40px;
	line-height: 12px;
}

#takeActionLink a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
