/* Form Manager - The Form Assembly 3.0 - 
 * Forms Pages Stylesheet (applies to all themes)
 * Copyright (c) 2006-2007 Veer West LLC 
 * Jan. 2007
 */

.activeForm {
}
.archivedForm {
	color: #888;
}

.deleted a {
	filter:alpha(opacity=50); /* IE */
    opacity: 0.5; /* Safari, Opera */
    -moz-opacity:0.50; /* FireFox */
	text-decoration: line-through;
	color: grey;
}
.moderationList .requestedApproval			{ color: #4C3030;  }
.moderationList .requestedApproval .status	{ font-weight: bold; }

.moderationList .needApproval 				{ color: #7C6868; }

.moderationList .flaggedForReview 			{ color: #5B6B60; background-color: #DAE5DA !important; }
.moderationList .flaggedForReview.alternate { color: #5B6B60; background-color: #DFE8DF !important; }
.moderationList .flaggedForReview a			{ color: #587FB7; }
.moderationList .approvalDenied  			{ color: red; }
.moderationList .approvalDenied  a			{ color: red; }
.moderationList .approvalDenied  .tools 	{ font-weight: normal; }


.tosViolation a {
	filter:alpha(opacity=30); /* IE */
    opacity: 0.3; /* Safari, Opera */
    -moz-opacity:0.30; /* FireFox */
	color: red;	
	 
}
 

.tosViolationWarning {
	border: 1px solid #DAC3A0;
	padding: 10px;
	background-color: #FFF5CC;
	margin: 2em 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
} 
.tosViolationNotice, .tosViolationRecovery {
	border: 1px solid #DAC3A0;
	padding: 10px;
	background-color: #FFF5CC;
	color: #4F4436;	
	margin: 2em 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.tosViolationNotice h3 {
	margin: 0 0 1em 0;
	font-size: 1.5em;
}
.tosViolationNotice a {
	font-weight: bold;
	text-decoration: underline;
}
