/* basic layout definition */
* {
	font-family: Arial, Helvetica, sans-serif!important;
	word-spacing: 2px;
	font-size: 13px;
	color: #444444;
}
body, html {
	
	padding: 0px;
	margin: 0px;
	background: white;
	text-align: left;
}
img {
	border: 0px;
}
#databox-left {
	width: 190px;
	margin-left: 6px;
	padding: 10px 5px 20px 5px;
	float: left;
	background: #FBFBFB;
	border-top: 2px solid #F8F8F7;
	border-bottom: 10px solid #F8F8F7;
	border-left: 2px solid #FF0000;
}
#databox-right {
	width: 170px;
	float: right;
	padding: 5px 0 0 20px;
}
/* table layout */
table.user-table {
	background-color: #CCCCCC;
	padding: 0px;
	margin: 5px;
}
table.user-table tr.column {
	background-color: #FFFFFF;
}
table.user-table td.header-row, th.header-row {
	background-color: #EFEFEC;
	border-bottom: 1px solid #EFEFEC;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #EFEFEC;
	border-top: 1px solid #FFFFFF;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	height: 16px;
	padding: 4px;
}


table.user-table td.row {
	padding: 4px;
}

