/* Tables */
table {
	background: #fff;
	border:0px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}

table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}

.BodyTextSub {
color:#000000;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:1em;
font-weight:normal;
line-height:17px;
text-decoration:none;
}

.BodyTextRight {
color:#333333;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
font-weight:normal;
text-decoration:none;
}

.pageContentCopy table {
	width: 100%;
}

.pageContentCopy table tr td table {
	width: 100%;
}

.pageContentCopy table tr td table tr td table {
	width: 250px;
}

.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

.bottomTableBlock, .bottomTableBlock1, .bottomTableBlock2 {
display:block;
float:left;
padding-bottom:15px;
width:100%;
}

.bottomTableBlock table, .bottomTableBlock1 table, .bottomTableBlock2 table {
border-collapse:collapse;
border-spacing:0;
border-width:0;
margin-bottom:0;
margin-top:0;
}

.bottomTableBlock td, .bottomTableBlock1 td, .bottomTableBlock2 td {
padding:13px;
}

.rowDivision {
border-color:black;
border-style:solid;
border-width:0 1px 0 0;
}


