@import url("style.css");

@charset "UTF-8";
/* CSS Document */

body {
	background-color: white;
	background-image: none;
    font-size: 62.5%;
}

#headerbottom {
    color: black;
    border:0;
    padding:0;
    margin:10px 0;   
}

.pagecontrol {
	display: none;
}

#filterdiv {
	display: none;
}

.checkboxes {
	display: none;
}

.topcheckbox {
	display: none;
}

#userloginfo {
	display: none;
}

#content {
	padding: 20px 0;
}

.noprint {
	display: none;
}

#adminnavigation {
    padding:0;
    display:none;
}

#adminarea_wrapper {
    clear:both;
    padding:0;
    border:0;
    margin-bottom:0;
    min-height: 400px;
    _height: 400px;
}

/* table formatting */

#white_row_table td {
    color: black;
    border-bottom: 1px solid black;
}

#white_row_table .cs_row td {
    border-bottom: 2px solid black;
    font-weight:bold;
}

.report_section {
    page-break-after:always   
}