﻿/* main layout elements */

div.challengeSummary {
	width: 385px;
	margin-right: 20px; }
	
div.challengeSummary div.challengeSummaryInner {
	}

td.challengeTitleAndSummaryCont {
	vertical-align: top;
	padding-bottom: 10px; }

td.challengeStatusBoxCont {
	vertical-align: top;
	padding-bottom: 10px; }


/* status line */

div.challengeSummary div.status	{
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333; }


/* theme */

div.challengeSummary div.theme {
	padding-top: 5px; }


/* rules button */

div.challengeSummary div.rulesButton {
	padding-top: 10px;
	clear: both; }

div.challengeSummary div.buttonRulesCollapsed,
div.challengeSummary div.buttonRulesExpanded {
	cursor: pointer;
	min-height: 14px;
	padding-top: 0px;
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat; }

div.challengeSummary div.buttonRulesCollapsed {
	background-image: url(../images/rules-arrow-collapsed-regular-challege.png); }

div.challengeSummary div.buttonRulesExpanded {
	background-image: url(../images/rules-arrow-expanded-regular-challege.png); }
