/*
* Tables
*/
.CSSTablePurple a {
	text-decoration: none;
	border-bottom: 1px dotted #743399;
}
.CSSTablePurple a:visited {
	border-bottom: 1px dotted #743399;
}

.CSSTablePurple {
	margin:0 0 25px 0;
	padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #bcbcbc;

	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;

	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;

	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;

	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
}.CSSTablePurple table{
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTablePurple tr:last-child td:last-child {
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
}
.CSSTablePurple table tr:first-child td:first-child {
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
}
.CSSTablePurple table tr:first-child td:last-child {
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
}.CSSTablePurple tr:last-child td:first-child{
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
}.CSSTablePurple tr:hover td{

}
.CSSTablePurple tr:nth-child(odd){ background-color:#ccccff; }
.CSSTablePurple tr:nth-child(even)    { background-color:#ffffff; }.CSSTablePurple td{
	vertical-align:top;
	border:1px solid #bcbcbc;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:12px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.CSSTablePurple tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTablePurple tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTablePurple tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTablePurple tr:first-child td{
		background:-o-linear-gradient(bottom, #0066cc 5%, #125496 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0066cc), color-stop(1, #125496) );
	background:-moz-linear-gradient( center top, #0066cc 5%, #125496 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0066cc", endColorstr="#125496");	background: -o-linear-gradient(top,#0066cc,125496);

	background-color:#0066cc;
	border:0px solid #bcbcbc;
	border-width:0px 0px 1px 1px;
	font-size:15px;
	font-family:Helvetica;
	font-weight:bold;
	color:#ffffff;
}
.CSSTablePurple tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #0066cc 5%, #125496 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0066cc), color-stop(1, #125496) );
	background:-moz-linear-gradient( center top, #0066cc 5%, #125496 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0066cc", endColorstr="#125496");	background: -o-linear-gradient(top,#0066cc,125496);

	background-color:#0066cc;
}
.CSSTablePurple tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTablePurple tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}