/* -------------------- SRP Table Style 01 section --------------------*/
TABLE#tblTable01 {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #009900;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #009900;
}

TABLE#tblTable01 TH {
	font-size: larger;
	color: #FFFFFF;
	background-color: #006600;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00CC00;
}

TABLE#tblTable01 TD {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
}

/* Tables with Outer Borders */

table.tblBorder01 {
	border-top: 2px solid #ccddcc;
	border-right: 3px solid #bbccbb;
	border-bottom: 3px solid #BBCCBB;
	border-left: 2px solid #ccddcc;
}

/* Tables with Outer Borders and Row Separators */
table.tblBorder02 {
	border-top: 2px solid #ccddcc;
	border-right: 3px solid #bbccbb;
	border-bottom: 2px solid #BBCCBB;
	border-left: 2px solid #ccddcc;
}

table.tblBorder02 td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccddcc;
}

/*  */

table.round10 {
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Lucida, Helvetica, sans-serif;
	font-size: x-small;
	padding: 5px;
	border-top: 2px solid #ccddcc;
	border-right: 3px solid #bbccbb;
	border-bottom: 3px solid #BBCCBB;
	border-left: 2px solid #ccddcc;
    -moz-border-radius: 10px;
}

/* Rounded corner table with right align */
table.round10rt {
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Lucida, Helvetica, sans-serif;
	font-size: x-small;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 25px;
	border-top: 2px solid #ccddcc;
	border-right: 3px solid #bbccbb;
	border-bottom: 3px solid #BBCCBB;
	border-left: 2px solid #ccddcc;
    -moz-border-radius: 10px;
}

/* Table heading styles */
tr.tblHead20 th {
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	color: #006600;
	text-align: left;
	padding-bottom: 2px;
	vertical-align: bottom;


}

/* Table Row Highlights */

tr.rowLine1 td, td.rowLine1 {
	background-color: #efefef;
}
tr.rowLine2 td, td.rowLine2{
	background-color: #ffffff;
}

tr.rowLine2 td, td.rowLine2 {
	background-color: #ffffee;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCDDCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCDDCC;
}

tr.rowSeparator1 td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCDDCC;
}

tr.rowNoSeparator td {
	border-bottom-width: 0px;
}


/* Stored tag just in case:     -moz-border-radius: 20px;  */
