 /* form table */
 
 table.form {
	width: 100%;
	}
	table.form td {
		padding-bottom: 10px;
		vertical-align: top;
		}
	table.form th {
		text-align: right;
		vertical-align: top;
		padding: 1px 8px 15px 0;
		width: 25%;
		}
	table.form th label,
	table.form th .label {
		font-weight: bold;
		}
	table.form tr.separator td,
	table.form tr.separator th {
		border-top: 1px solid #DFEFF5;
		border-top: 1px solid rgba(71, 124, 187, .15);
		padding-top: 12px;
		}
		
/* data table */

table.data {
	width: 100%;
	margin: 0 0 1em 0;
	table-layout: fixed;
	}
	table.data thead td,
	table.data thead th {
		border-bottom: 1px solid #f00;
		}
	table.data thead th {
		text-align: left;
		padding: 0 5px 5px 5px;
		vertical-align: top;
		}		
		table.data thead th a {
			color: #000;
			text-decoration: none;
			padding-right: 11px;
			}			
	table.data tbody td,
	table.data tbody th {
		border-bottom: 1px solid #ddd;
		}
	table.data tbody th {
		text-align: left;
		padding: 5px 5px 5px 0;
		font-size: 1.2em;
		vertical-align: top;
		}		
		table.data.large tbody th {
			padding: 15px 5px 20px 0;
			width: 150px;
			}
	table.data td {
		vertical-align: top;
		padding: 5px;
		}
	table.data div.avatar {
		margin: 0 0 5px;
		}
		
table.data thead th div.columnControls {
	position: relative;
	}
	table.data thead th div.columnControls ul {
		position: absolute; 
		margin: 0;
		width: 250px;
		padding: 2px 0 4px 0;
		top: 17px;
		left: 10px;
		background-color: white;
		border: 1px solid #bbb;
		-webkit-box-shadow: 0 3px 40px #000;
		-moz-box-shadow: 0 3px 40px #000;
		z-index: 100;
		}
		table.data thead th div.columnControls ul li {
			}
			table.data thead th div.columnControls ul li.divider {
				border-top: 1px solid #ddd;
				margin: 3px 0;
				}
			table.data thead th div.columnControls ul a {
				display: block;
				font-family: "Lucida Grande", "Myriad Pro", "Helvetica", Arial, sans-serif;
				font-size: 14px;
				height: 17px;
				padding: 2px 20px 1px 20px;
				font-weight: normal;
				color: black;
				}
				table.data thead th div.columnControls ul a:hover {
					background-image: url(../i/common/contextmenu_bg.png);
					color: white;
					}

.siteUsageData {
	background-color: white; 
	color: black;
	padding: 5px;
	padding-bottom: 50px;
	}
.backendReportGraph {
	width: 100%; 
	max-height: 500px; 
	overflow: auto; 
	background-color: white; 
	color: black;
	}
	#site .backendReportGraph a, #site .siteUsageData a {
		color: black;
		}
		
		.backendReportGraph table.data {
			width: auto;
			}
		.backendReportGraph table.data td, .backendReportGraph table.data th {
			white-space: nowrap;
		}