/*________________________________________ GLOBAL ______________________________________*/
/* BACKGROUND COLOR */
html, body {
	background-color: #265c6c;
}

/* LINK COLOR OFF STATE */
a {
	color: #74ab00;
}

/* LINK COLOR HOVER STATE */
a:hover {
	color: #74ab00;
}



	/*________________________________________ HEADER ______________________________________*/

/* HEADER IMAGE & HEIGHT = 983px X designer defined */
#interestTitle {
	background: url('http://i.current.com/images/skins/collective_journalism/images/header.jpg');
	background-repeat:no-repeat;	
	
}

/* INTEREST TITLE IN HEADER VISIBILITY */
#interestTitle h1 {
	height: 199px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

/* CLOSED/OPEN TOPIC LABEL VISIBILITY */
#interestTypeLabel {
	display: none;
}

	
/*______________________________________ SUBHEADER _____________________________________*/


/* EXPLAINER DIV FOR ABOUT TEXT */
#interestTitle #explainer {
	background-image:url('http://i.current.com/images/skins/collective_journalism/images/bg_about.jpg');
	background-repeat:no-repeat;
	width: 933px;
	margin: 0 0;
	padding:25px;
	background-color: #000;
	color: #fff;
	overflow: hidden;
	
	line-height:16px; 
	font-weight:bold;
}



/*_____________________________________ CONTENT AREA ______________________________________*/	
	
/* CONTENT BACKGROUND COLOR */
.mainColum {
	background-color: #fff
}

/* ITEM BACKGROUND - NEED TO SET THE SAME AS CONTENT BACKGROUND COLOR */
.upcoming {
	background-color:#fff;
}

/* SORT MENU BG COLOR */
.topicFilters {
	background: #bcbcbc;
}	

/* SORT MENU LINK COLORS */
.filters li a {
	border-right: 1px solid #a7a7a7;
	color: #fff;
	text-decoration: none;
}

.filters li a.active {
	background-color: #6c6c6c;
	color: #fff;
	text-decoration: none;
}


.filters li a:hover {
	background-color: #6c6c6c;
	color: #fff;
	text-decoration: underline;
}

/* ITEM CONTAINER */
.upcoming ul.itemList li.itemListing {
	border-bottom: 1px dashed #ccc;
}

/* ITEM DESCRIPTION TITLE */
h2.itemTitleList a {
	 color: #74ab00;
}

/* ITEM DESCRIPTION TEXT */
.upcoming ul.itemList li.itemListing .itemListingContent p {
	color: #999999;
}

/* ITEM ADDED COPY COLOR */
.upcoming ul.itemList li.itemListing .itemlistingUserInfo a {
	color: #74ab00;
}	

/* ITEM RESPONSE COPY COLOR */
.upcoming ul.itemList li.itemListing .itemlistingResponseInfo a {
	color: #74ab00;
}



/*______________________________________ RIGHT RAIL ____________________________________*/
/* RIGHT RAIL BACKGROUND COLOR */
.supportColumn .supportItem {
	background-color: #fff;
}

h2.bottomBar {
	color: #414141;
	border-bottom: 6px solid #bcbcbc;
}

/* DASHED LINE SEPARATOR FOR RELATED TOPICS */
.supportColumn .supportItem #relatedTopics li {
	border-bottom: dashed 1px #bcbcbc;
} 

/* RELATED TOPIC TEXT COLOR */
.supportColumn .supportItem #relatedTopics li a {
	color: #74ab00;
}

#currentSlot {}


/*________________________________________ PAGINATION, FOOTER ______________________________________*/	


.pager a.previousPages:hover, .pager a.nextPages:hover {
	background-color: #cccccc;
}
.pager a.previousPagesOff:hover, .pager a.nextPagesOff:hover {
	background-color: #f4f4f4;
}
/* the links and the separating dots (ellipses) */
.pager div span.dots, .pager a {
	background: #f4f4f4;
	border: solid 1px #e5e5e5;
}
/* the page range ("showing 1-10 of 55") */
.pager div.pagingRangeDisplay {
	background: #f4f4f4;
	border: solid 1px #e5e5e5;
}
/* the prev/next button boxes and images */
.pager a.pagerButtons, .pager div.pagerButtons {
	background: #f4f4f4;
	border: solid 1px #e5e5e5;
}
/* <prev & next> button images */
.pager a.pagerButtons span, .pager div.pagerButtons span {
	background-color: transparent;
}
/* link rollovers (hover) */
.pager a:hover {
	background: #cccccc;
	border: solid 1px #e5e5e5;
}

/*________________________________________ ASSIGNMENT CALLOUT ______________________________________*/

/* ASSIGNMENT HEADER COLOR */
#assignmentCalloutSidebar.supportItem .dottedList li.assignmentListItem span {color:#999; font-style:italic; font-weight:normal;}

/* ASIGNMENT COPY COLOR */
#assignmentCalloutSidebar.supportItem .dottedList li h3 {color:#fff;}



/*
.more{
display:none;
}
*/