/****************************************
* PATROL
****************************************/
/*elements hidden by app or javascript*/
#indexPatrol .buttonUnread {
	display: none;
}
#indexPatrol .ctnNavL2Summary {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
}
.blkSummaryContent .title {
	font-weight: bold;
}
.blkReviseReviewTitle {
	padding: 10px 0;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: underline;
	background-color: #E1F1FF;	
}
.blkReviseVoteContent {
	font-weight: bold;
	padding: 15px 0;
	background-color: #E1F1FF;
}


/****************************************
* BUTTONS
****************************************/
/******** REPEAT FIND/NOMINATE ********/
.blkPatrolRepeatFind,
.blkPatrolRepeatVote {
	background-color: #E1F1FF;
}
.blkPatrolRepeatFind .buttonTextGo {
	padding-left: 20px;
	background: url(../../../Images/4.0/theme0/iconPatrolGoCheckMd.gif) left center no-repeat #FFFFFF;
}
.blkPatrolRepeatFind .buttonTextStop {
	padding-left: 20px;
	background: url(../../../Images/4.0/theme0/iconPatrolStopXSm.gif) left center no-repeat #FFFFFF;
}

/******** REPEAT VOTE ********/
.blkPatrolRepeatVote .buttonTextGo { /*this is better*/
	padding: 6px 5px 6px 28px;
	background: url(../../../Images/4.0/theme0/iconPatrolGoArrowCurveDnLg.gif) left center no-repeat #FFFFFF;
}
.blkPatrolRepeatVote .buttonTextSlow { /*similar*/
	padding-left: 20px;
	background: url(../../../Images/4.0/theme0/iconPatrolSlowApproxSm.gif) left center no-repeat #FFFFFF;
}
.blkPatrolRepeatVote .buttonTextStop { /*different*/
	padding-left: 20px;
	background: url(../../../Images/4.0/theme0/iconPatrolStopXSm.gif) left center no-repeat #FFFFFF;
}
/******** REVISE REVIEW ********/
.blkReviseReview .buttonTextGo { /*this is better*/
	padding-left: 20px;
	background: url(../../../Images/4.0/theme0/iconPatrolGoCheckMd.gif) left center no-repeat #FFFFFF;
}
.blkReviseReview .buttonTextSlow { /*similar*/
	padding-left: 20px;
	background: url(../../../Images/4.0/theme0/iconPatrolSlowRevertSm.gif) left center no-repeat #FFFFFF;
}
.blkReviseReview .buttonTextStop { /*different*/
	padding-left: 20px;
	background: url(../../../Images/4.0/theme0/iconPatrolStopXSm.gif) left center no-repeat #FFFFFF;
}
/******** REVISE VOTE ********/
.blkReviseVoteCat {
	margin: 5px 0 25px 0;
}
.blkReviseVoteCat .buttonTextGo {
	padding: 1px 5px 20px 5px;
	background: url(../../../Images/4.0/theme0/iconPatrolGoArrowDnMd.gif) bottom center no-repeat #FFF;
}
.blkReviseVoteContent .buttonTextGo {
	padding: 10px 5px 8px 28px;
	background: url(../../../Images/4.0/theme0/iconPatrolGoArrowCurveDnLg.gif) left center no-repeat #FFFFFF;
}

/******** SUMMARY SECTION ********/
.blkSummaryVote .buttonTextGo,
.blkSummaryVote .buttonTextSlow,
.blkSummaryVote .buttonTextStop {
	padding-left: 20px;
}
.blkSummaryVote .buttonTextGo {background: url(../../../Images/4.0/theme0/iconPatrolGoCheckSm.gif) left center no-repeat;}
.blkSummaryVote .buttonTextSlow {background: url(../../../Images/4.0/theme0/iconPatrolSlowArrowRtSm.gif) left center no-repeat;}
.blkSummaryVote .buttonTextStop {background: url(../../../Images/4.0/theme0/iconPatrolStopArrowRtSm.gif) left center no-repeat;}

/******** SPLIT CONTAINERS ********/
.ctnSplit {
	float: left;
	background: url(../../../Images/4.0/theme0/backgroundSplit.gif) center top repeat-y;
	width: 930px; /*950-20padding, IE6*/
}
.ctnSplitLeft,
.ctnSplitRight {
	float: left;
	width: 455px;
	display: inline; /*IE6*/
}
.ctnSplitLeft {
	margin-right: 10px;
}
.ctnSplitRight {
	margin-left: 10px;
}
.ctnSplit .blkDetailAnchor,
.ctnSplit .blkDetailHeader,
.ctnSplit .blkDetailContent {
	width: 440px;
	padding: 0;
}
.ctnSplit .blkDetailTitle {
	width: 440px;
	padding: 0;
}
.ctnSplit .blkCaption {
	width: 400px;
	margin: -20px 0 0 30px;
}
.revVoteCategory li {
	list-style-type: none;
	padding-left: 10px;
}

/****************************************
* Patrol
****************************************/
#formRevisePage .blkCaption,
#indexSubmit .blkCaption {
	margin: 0 0 0 80px; /*remove neg margin of caption section*/
}
.reviseDifference {
	background-color: #FFCC00;
	border-bottom: 1px solid #FF0000;
}
/****************************************
* FIND REPEAT
****************************************/
.repeatHeader {
	padding: 2px;
	margin-top: 10px;
	font-weight: bold;
}

.repeatHeaderOrig {
	background-color: #000000; /*black*/
	color: #FFF;
}

.repeatHeaderNominated {
	background-color: #FF0000; /*red*/
	color: #FFF;
}

.repeatHeaderSearch {
	background-color: #00CC00; /*green*/
	color: #FFF;	
}

.blkSearchRepeat {
	margin: 10px 0;
	padding: 5px;
	border-top: 1px solid #6299bb;
	border-bottom: 1px solid #6299bb;
	background-color: #FFFF99;
}

.blkSearchRepeat .text11 {
	font-style: italic;	
}

.blkSearchRepeat .buttonTextStop {
	font-size: 12px;
	margin-left: 20px;
	padding-left: 20px;
	/*theme*/background: url(../../../Images/4.0/theme0/iconPatrolStopXSm.gif) left center no-repeat;
}

.blkSummaryVote {
	float: right;
	display: inline;
	padding: 20px 0;
	margin-right: 20px;
}
