#fileDisplay { 
	width: 571px;
}

div.files {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.fileColumnSingle {
	margin:0px 0px 0px 0px;
}

div.fileColumn {
	float: left;
	border: 0px solid #cc0000;
	width: 588px;
}

div.templateTitle {
	font-size: 22px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

div.templateText {
	font-family: Arial, Helvetica, sans-serif;
}

div.fileItem {
	float: left;
	border: 1px solid #999999;
	width: 100%;
	margin: 0px 5px 5px 0px;
	background-color: #FFFFFF;
	padding: 2px;
}
div.fileColumnSingle div.fileItem {
	width: 100%;
}


div.fileColumnSingle div.fileItem.firstRow.oddRow {
	background-color: #FFFFFF;
}

div.fileColumnSingle div.fileItem.firstRow.evenRow {
	background-color: #D6D6D6;
}

div.fileColumnSingle div.fileItem.oddRow {
	background-color: #FFFFFF;
}

div.fileColumnSingle div.fileItem.evenRow {
	background-color: #D6D6D6;
}


div.fileColumnSingle div.fileItem.lastRow.oddRow {
	background-color: #FFFFFF;
}

div.fileColumnSingle div.fileItem.lastRow.evenRow {
	background-color: #D6D6D6;
}

div.fileColumnSingle div.fileItem.evenRow.highlight {
	background-color: #f1d1d1;
	border: 1px solid #990000;
	color: #990000;
	cursor: pointer;
}

div.fileColumnSingle div.fileItem.oddRow.highlight {
	background-color: #f1d1d1;
	border: 1px solid #990000;
	color: #990000;
	cursor: pointer;
}


div.fileColumnSingle div.fileItem.oddRow.highlight div.fileData div.fileDataTitle {
	color: #990000;
}

div.fileColumnSingle div.fileItem.evenRow.highlight div.fileData div.fileDataTitle {
	color: #990000;
}



div.fileImage {
	float:left;
	width:25px;
	text-align:center;
}

div.fileImage img {
	margin:7px 0px 0px 5px;
}
div.fileColumnSingle div.fileImage img {
	margin:3px 0px 0px 5px;
}


div.fileData {
	float:left;
	margin:2px 0px 0px 7px;
	width: 530px;
}
div.fileColumnSingle div.fileData {
	margin:4px 0px 0px 7px;
	width: 530px;
}

div.fileData div.fileDataTitle {
	font-size: 14px;
	line-height: 18px; /* needs to be set to the font size to prevent errors with some skins */
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	margin: 1px 0px 5px 0px;
	float:left;
	width: 400px;
}

div.fileColumnSingle div.fileData div.fileDataTitle {
	margin:0px 5px 5px 0px;
}

div.fileData div.fileDataDescription {
	font-size: 12px;
	line-height: 16px; 
	margin:1px 0px 5px 0px;
	width: 100%;
	
}

div.fileData div.fileDataDescription div {
	margin-bottom: 5px; font-style: italic;
}

div.fileColumnSingle div.fileData div.fileDataDescription {
	margin:0px 5px 0px 0px;
}





div.fileData div.fileDataName {
	display: none;
	float:left;
	font-size:10px;
	line-height:10px; /* needs to be set to the font size to prevent errors with some skins */
	margin:1px 0px 0px 0px;
	width:190px;
}
div.fileColumnSingle div.fileData div.fileDataName {
	margin:2px 0px 0px 0px;
	width:240px;
}

div.fileData div.fileDataSize {
	color: #666666;
	font-size: 11px;
	line-height:10px; /* needs to be set to the font size to prevent errors with some skins */
	text-align: left;
	margin:1px 0px 0px 4px;
	width:120px;
	float: left;
}
div.fileColumnSingle div.fileData div.fileDataSize {
	margin: 5px 0px 5px 4px;
}

div.files a {
	color: #990000;
	text-decoration: underline;
}

div.files a:hover {
	color: #996600;
	text-decoration: underline;
}

div.confirmation {
	margin-top:10px;
	color:#008800;
}

div.files div.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	margin:0px;
	padding:0px;
}


div.fileColumn {
	float: left; 
	width: 571px;
	float: left;
	margin: 12px 14px 0px 10px;
}

div.fileRightColumn {
	float: left; 
	width: 305px; 
	margin: 2px 0px 0px 20px;
	background-color: #D6D6D6;
	padding: 10px;
}


/* Table */
/*-----------------------------------------------------*/

.table {

}

.table div.row {
	padding: 7px;
	cursor: pointer;
}

.table div.row.first {
}

.table div.row.last {
}

.table div.row.odd {
	background-color: #e3e3e3;
	border: 1px solid #e3e3e3;
}

.table div.row.even {
	background-color: #ffffff;
	border: 1px solid #ffffff;
}

.table div.row.odd.highlight {
	border: 1px solid #990000;
	background-color: #f1d1d1;
}

.table div.row.even.highlight {
	border: 1px solid #990000;
	background-color: #f1d1d1;
}

.table div.row.odd.highlight a {
	color: #990000;
	text-decoration: underline;
}

.table div.row.even.highlight a {
	color: #990000;
	text-decoration: underline;
}

.table div.row.odd.highlight div.title { 
	color: #990000;
}

.table div.row.even.highlight div.title {
	color: #990000;
}

.table div.row.odd.highlight div.description { 
	color: #990000;
}

.table div.row.even.highlight div.description {
	color: #990000;
}

.table div.row.odd.highlight div.title span.fileType { 
	color: #990000;
}

.table div.row.even.highlight div.title span.fileType {
	color: #990000;
}


.table div.title {
	font-size: 14px; 
	line-height: 20px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 0px;
}

.table div.title span.fileType {
	font-weight: normal;
	font-size:12px;
	line-height:20px;
	color:#333333;
}

.table div.title a {
	color:#000000;
	text-decoration: none;
}

.table div.title a:hover {
	color: #990000;
	text-decoration: underline;
}

.table div.description {
}

.table div.title img { 
	float: left; 
	margin-right: 5px; 
	vertical-align:middle;
}
