body {
	background: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}

td {
	font-family: Verdana, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}

a, a:visited {
	color: #00609C;
	text-decoration: none;
}

a:hover {
	color: #FA920B;
	text-decoration: none;
}

.tableMain {
	background: #FFFFFF url("/images/bg.gif") repeat-y left top;
}

.headerText {
	font-size: 19pt;
	font-weight: bold;
	color: #444444;
}

.pageFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444444;
}

a.productTitle:link, a.productTitle:visited, a.productTitle:active {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18pt;	
}

.productName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	font-style: italic;
	font-weight: bold;
	padding-left: 15px;
}

.productHeader {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18pt;	
}

.topbarbg {
	font-weight: bold;
	background-color: #00609C;
	color: #FFFFFF;
	padding: 3px;
	position: relative;
}

.loginTable {
	border: 2px solid #EFEFEF;
}

.tipAsterisk {
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #CC0000; 
	font-weight: boldest;
	vertical-align: 2px;
}

td.errorCell {
	color: #CC0000;
	font-weight: bold;
}

.errorElem {
	background: #FFFFD5;
}

.submissionErrors { 
	font-weight: bold;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}

.subSubmissionErrors { 
	font-weight: bold;
	font-size: 10px;
	color: #CC0000;
	text-decoration: none;
}

.disabledField {
	background-color: #F2F2F2;
}


/* jQuery Uploadify Styles ------------------------------------------------------------------------ */

.fileUploadQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	background-color: #F5F5F5;
	border: 3px solid #E5E5E5;
	margin-top: 5px;
	padding: 10px;
	width: 350px;
}

.fileUploadQueueItem .cancel {
	float: right;
}

.fileUploadProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}

.fileUploadProgressBar {
	background-color: #0099FF;
}

/* ------------------------------------------------------------------------------------------------ */
