/* CSS Document */
/************** RTE STYLES **************/


table.contenttable {
    padding: 0;
    margin: 0;
}
table.contenttable th {
    padding: 0;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
    background-color: #444444; 
}

table.contenttable td {
    padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding: 10px;
	color: #666666;
	text-decoration: none;
	vertical-align: top;
	background-color:#e1e2ea;
}

.pdf-upload-fileName {
	margin: 0;
	padding: 0;
	padding-left: 18px;
	background: url(../images/docs.gif) 0 6px no-repeat;
}

.pdf-upload-fileName a {
	line-height: 25px;
}
