.fl {
float: left;
}

table.commontableGreen,
table.commonformGreen
{
    -moz-background-inline-policy:continuous;
    -moz-border-radius:5px 5px 5px 5px;
    /* -moz-box-shadow:1px 2px 5px rgba(0, 0, 0, 0.5); */
    -webkit-border-radius:5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    background:#F3F4F4 repeat scroll 0 0;
    border-color:#5ABA21 #5ABA21 #5ABA21;
    border-style:solid;
    border-width:1px;
    padding:5px 5px 5px 5px;
    behavior: url(PIE.htc);
}

.spanNote
{
	font-size: 11px;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	display: inline;
}

.reportHolder {
background-color: #fff;
width: 300px;
height: 90px;
/*border: 1px solid #73A600;*/
}

/*table.commontable td {
border-top: 1px solid #E5E5E5;
font-size: 12px;
font-weight: normal;
padding-left: 10px;
}*/

.reportTitle {
height: 14px !important;
font-size: 12px !important;
background-color: #F1F1F1 !important;
/*color: white !important;*/
font-weight:bold;
padding: 2px;
}

.reportContent {
padding: 5px;
vertical-align: top;
font-size: 12px;
}

.txtgreen {
color: #5ABA21;
text-decoration: none;
}