/* Clift Surgery - Extra 1 CSS Settings / XSLT / XML Feeds*/
/* TABLE Formatting - Standard */
.xslt_table {
	border: 1px solid #D6DDE6;
	border-collapse: collapse;
	width: 95%;
	font-size:12px;
	margin-left:20px;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 10px;
	}
.xslt_table td {
	padding: 0.3em;
	text-align: left;
	vertical-align: top;
	border-bottom-style: dashed;
	border-bottom-color: #D6DDE6;
	border-bottom-width: 1px;
	}
.xslt_table th {
	border:2px solid #ffffff;
	background-color: #002C68;
    color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	padding: 0.3em;
	}
.xslt_table col.odd {
	background-color: #80C9FF;
	color: #000000;
	}
.xslt_table col.even {
	background-color: #BFE4FF;
	color: #000000;
	}
/*URL Links*/
.xslt_table a {
	text-decoration: none;
}
/*Row Changes*/
.xslt_table tr.altrow {
	background-color: #DFE7F2;
}	
.xslt_fco {
	width: 95%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	/*margin-left: 20px;*/
}
.xslt_title {
	font-size:14px;
	font-weight: bold;
	font-style: normal;
	color: #0066FF;
	padding-top: 0px;
	padding-bottom: 5px;
}
.xslt_fco h2{
	color: #0099FF;
	font-weight: normal;
	margin-top: 10px;
}
.xslt_fco_date {
	color: #999999;
	font-weight: normal;
	font-size: 12px;
}
.xslt_fco img {
	margin-right: 5px;
}
