body {
background-color: transparent;
color: #000;
font-family: Verdana;
font-size: 11px;
margin: 0;
}


/* Remove unwanted elements */
#header, #nav, #bpt-topbar-navbar, #content-status-bar, .searchfield, td.pagenavi, a.ovalbutton,a.smallovalbutton, #noprint ,.noprint
{
display: none;
}

/* Ensure the content spans the full width */
#content
{
width: 100%; margin: 0; float: none;
}

h1 {
    color: #000;
    font-family:Arial;
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
    padding-top: 0;
    font-style: normal;
}

h2
{
	font-family: Arial;
	font-size: 16px;
	color: black;		
	font-weight: bold;
	
}

h3
{
	font-family: Arial;
	font-size: 14px;	
	color: black;		
	font-weight: bold;
}

hr
{
	color:black;
	background-color:#000;
	height:1px;
	border: 0px;
}

select {
border:none;
}

a:link, a:visited
{
color: black;
text-decoration: none;
}

#listview th
{
  color: black;
  font-family: Arial;
   
}
#listview td
{
  color: black;
  font-family: Arial;
  
}

.listview4 th
{	
	color: black;
        font-size: 13px;	
}

.listview4 th a
{	
        color: black;
        font-size: 13px;
	text-decoration: none;
}

.listview4 td
{	
	color: black;
        font-size: 13px;	
}

textarea {
         border: 1px solid #86A7CB;
        overflow:auto;
        height:auto ;
        background-color: white;
        color: black;
        font-family: Arial;
        font-size: 16px;
}

#printtextarea {
        display: block;
        /*border: 1px solid #86A7CB;*/
        overflow:auto;
        height:auto ;
        background-color: white;
        color: black;
        font-family: Arial;
        font-size: 18px;
}

.listtable td
{
	font-family:Arial;
	color:black;	
}

.listtable th
{
	font-weight:bold; 
	font-family:Arial; 
	color:black;
}

.datatable td
{
	font-family:Arial;
	color:black;	
}

.datatable th
{
	font-weight:bold; 
	font-family:Arial; 
	color:black;
}

.page-break	{ display: block; page-break-after: always; }