.shadowBorder{
	border: #121176 1px solid;
}
.rowheader{
	background-color: #121176;
	color: white;
	font-weight: bold;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	/*font-style:italic;*/
	font-size:16px;
	/*letter-spacing:2px;*/
	padding:0 0 2px 10px;
}
.EvenRow{
	background-color: #FDECBE;
}

/* Headers and Subheaders */
.header {
	font-weight : Bold;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	background-color: #121176;
	color: white;
	text-align:left;
	border:none;
	padding-left:10px;
}
.subheader {
	font-weight : Bold;
	font-size : 11pt;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	color:#0063CA;
}
.note {
	font-weight : Bold;
	font-size : 10pt;
}

/* Form Elements */
.DownloadButton	{
	font-size: 9pt;
	font-weight: bold;
	padding: 4px;
}


/* Box Over classes, for image previews */
.imagePreviewHdr {
	background:#F3F0E7;
	font-size:12px;
	font-weight:bold;
	border:1px solid #C8BA92;
	padding:5px;
}

.imagePreviewBody {
	background:#FFFFFF;
	font-size:12px;
	border-left:1px solid #C8BA92;
	border-right:1px solid #C8BA92;
	border-bottom:1px solid #C8BA92;
	padding:5px;
}

.BrochureSectionSubHdr {
	color: #0063ca;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	text-align: left;
	padding: 10px 0 10px 0;
	font-size: 18px;
}

/*table item*/
#saleItem{
color:#0063CA;
font-weight:bold;
text-decoration:none;
}

#saleItemBigger{
	color:#121176;
font-weight:bold;
text-decoration:none;
font-size:18px;
padding-top:20px;
border-bottom: #121176 solid 1px;
}

#fileDetails ul,li{
	list-style:none;
	display:inline;

}

#fileDetails li{
	list-style:none;
	display:inline;
	background-image:none;
	padding-left:0;
	margin-left:0;

}

.subPage_ContentArea td{
	padding:5px 0 5px 0;
}
#downloadArrow a{
	background-image:url(images/downloadArrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:0 0 5px 16px;
}

#error{
color:#CC0000;
font-weight:bold;
text-decoration:none;
}
