body { background: #000000 url(../img/iabackground.png) no-repeat scroll; background-position: top center; font-family:Helvetica,Arial; font-size:12px; color: #FFFFFF;}
.container {  }
.container div p { color: #FFFFFF; }
div .top  p { color: #FFFFFF; padding-top:50px; text-align:right; margin-top:-10px; background:url(../img/fadeddivider-trans.png) top right no-repeat; }
p { color: #FFFFFF; }
h2 { color:#fff; }
a {color: #FFFFFF;}
a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: underline}
.horizfade {font-size: 14px; background:url(../img/horizontalfade-trans.png) top right no-repeat; padding-top:10px;}
.vertfade {font-size: 14px; background:url(../img/fadeddivider-trans.png) top right no-repeat; padding-top:10px;}
.leavesbg {background: transparent url(../img/leavesbg.jpg) no-repeat;}
.transback {background: url(../img/contactbg-trans.png);}
		
/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #000;
	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;
	color: #000;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #000;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
	color: #000;

}
table tr.altrow td {
	background: #f4f4f4;
	color: #000;

}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
	color: #CC0000;

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


.paging .disabled{
display:none;
}