/* Quinn Business Systems CSS */

a:link {
	background-color : transparent;	
	color : #FFFFFF;
	text-decoration : underline;
}

a:visited {	
	background-color : transparent;
	color : #54935c;
	text-decoration : underline;
}

a:hover {	
	background-color : transparent;
	color : #33CCFF;
	text-decoration : underline;
}

a:active{
	background-color : transparent;
	color : #33CCFF;
	text-decoration : none;
}

a.allwhite:link {
color: #FFFFFF; 
background-color: transparent; 
text-decoration: underline;
}

a.allwhite:visited {
color: #FFFFFF; 
background-color: transparent; 
text-decoration: underline;
}

a.allwhite:hover {
color: #FFFFFF; 
background-color: transparent; 
text-decoration: underline;
}

a.allwhite:active {
color: #FFFFFF; 
background-color: transparent; 
text-decoration: underline;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: black; 
	color: white;
	font-family: arial, verdana, sans-serif;
}

input {	
	font-size : 10pt;
	font-style : normal;
}

.system {
	color : #ECEF01;	
	font-size: 13pt;
	font-style : bold;
}

.systemsmall {
	color : #ECEF01;	
	font-size: 10pt;
	font-style : bold;
}

.small {
	
	font-size: 8pt;
}

.slink {
	font-size: 10pt;
}


.datestyle {
	font-family: arial, verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: #BEBEBE;
}

.heading {
	font-family: arial, verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: #54935c;	
	
}

h1 {

	font-family: arial, verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	margin-top: 10 px;
	margin-bottom: 5px;
}

h2 {
	font-family: arial, verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: #54935c;
	margin-top: 10 px;
	margin-bottom: 10px;
}


.reportfont {
	font-family: arial, verdana, sans-serif;
	font-size: 12pt;	
	font-style: normal;
	color: #54935c;	
}

.edittable {

	font-family: arial, verdana, sans-serif;
	font-size: 10pt;
	font-style: normal;

}

.nowraptd {
	white-space: nowrap;
}

td.doc_level
{
	font-family: helvetica;
	font-size: 11px;
	color: #72a86a;
	padding-left: 15px;
	padding-right: 5px;
	font-style: italic;
	font-weight: bold;
}

.doc_level_pending
{
	font-family: helvetica;
	font-size: 11px;
	color: #C96;
	padding-left: 15px;
	padding-right: 5px;
	font-style: italic;
	font-weight: bold;
}

table.file_access_report
{
	font-family: arial, verdana, sans-serif;
	font-size: 10pt;
}


tr.file_access_report_row_even
{
	background-color: #222;
}

tr.file_access_report_row_odd
{
	background-color: #111;
}

.file_access_report_row_even td ul, .file_access_report_row_odd td ul
{
	font-family: arial, verdana, sans-serif;
	font-size: 8pt;
	margin: 2px;
	padding-left: 12px;
}

.file_access_report_row_even td li, .file_access_report_row_odd td li
{
	font-family: arial, verdana, sans-serif;
	font-size: 8pt;
	padding-left: 1px;
	margin: 1px;
}

table.login_report_totals
{
	font-family: arial, verdana, sans-serif;
	font-size: 10pt;
}

table.login_report_totals td
{
	text-align: right;
}

table.login_report_totals td.total
{
	text-align: right;
	font-weight: bold;
}
