div.leftColumn { 
	float: left;
	width: 600px;
	margin: 14px 14px 0px 10px;
}


div.rightColumn {
	float: right; 
	width: 280px;
	margin: 2px 0px 0px 0px;
	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;
}

