.MainFont, body
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	}

th, td ul li
	{
	color:#999999;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	}
	
td ul li a:hover
	{
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}
	
th span, td ul li a
	{
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	}
	
td ul li a:hover
	{
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}
	
.ContentHead
	{
	margin-top:10px;
	margin-left:20px;
	color:#B21F08;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border: 0px solid #54CE43;
	cursor:pointer;
	overflow:hidden;
	text-align:left;
	width:96%;
	height:100%;
	background:#F9FBEC;
	/*width:700px;*/
	}
	
.ContentDesc
	{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 0px solid #54CE43;
	cursor:pointer;
	overflow:hidden;
	text-align:left;
	width:100%;
	height:100%;
	background:#F9FBEC;
	/*width:490px;*/
	}

/*==========================================
DigitalRaid/FancyUpload Attach A File
==========================================*/
.FancyUploadButton
	{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10px; 
	vertical-align:bottom;
	text-decoration:none;
	}


.PhotoAttachList {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000; 
	font-size:10px; 
	padding: 0;
	list-style: none;
	margin: 0;
}

.PhotoAttachList .file-invalid {
	cursor: pointer;
	color: #514721;
	padding-left: 48px;
	line-height: 24px;
	background: url(../../../Includes/Utilities/FancyUpload/Images/error.png) no-repeat 24px 5px;
	margin-bottom: 1px;
}
.PhotoAttachList .file-invalid span {
	background-color: #fff6bf;
	padding: 1px;
}

.PhotoAttachList .file {
	width:100%;
	line-height: 2em;
	padding-left: 12px;
	background: url(../../../Includes/Utilities/FancyUpload/Images/attach.png) no-repeat 1px 50%;
}

.PhotoAttachList .file span,
.PhotoAttachList .file a {
	padding: 0 4px;
}

.PhotoAttachList .file .file-size {
	color: #666;
}

.PhotoAttachList .file .file-error {
	cursor:pointer;
	color: #8a1f11;
}

.PhotoAttachList .file .file-progress {
	width: 180px;
	height: 12px;
	vertical-align: middle;
	background-image: url(../../../Includes/Utilities/FancyUpload/Images/progress-bar/progress.gif);
}