/*
 * Hide some shit
 */
#omni-header, #sidebar{
	display: none;	
}

/*  -- MAIN PAGE TITLE --  */

H1 {
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	padding-top: 15px;
}


H2 {
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	padding-top: 2px;
}


/*  -- STYLES FOR THE DATA TABLES --  */

.title_row {
	height: 24px;
	background-color: #857D78;
	color: white;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

th {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.grey_row {
	background-color: #EBEBEB;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
}

.white_row {
	background-color: #ffffff;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
}

.sum_row {
	background-color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	font-family: verdana, arial, helvetica, sans-serif;
}

a {
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
}