.testingcss
{
/more testing	
}

	h1   { font-family: Arial, Helvetica, sans-serif }
    body { font-family: Arial, Helvetica, sans-serif }
    p    { font-family: Arial, Helvetica, sans-serif }
    tr   { font-family: Arial, Helvetica, sans-serif }
    a.navtop:link { text-decoration: none; color:#999999 }
	a.navtop:visited { text-decoration: none; color:#bbbbbb }
	a.navtop:hover { text-decoration: none; color:#990000 }
    a.nav:link { color: #000000;text-decoration: underline; } a.nav:hover { color: #000000;text-decoration: underline; } a.nav:active { color: #000000;text-decoration: underline; } a.nav:visited { color: #000000;text-decoration: underline; }
    
/* tool tip styling */
    a.admin{ color #000000: red; text-decoration:none; }

/* text_field a through d with rich text */
.rich-text ol, ul, dl {
    margin-left:0.6em;
    padding-left:0.6em;
}

.buttonDefault {
	color:#ffffff;
	background:#5d7587;
	font-size: 9pt;
}

.company_logo {
	margin-left: 0px;
	padding-top: 0px;
	//width: 140px;
	height:25px;

} 

#company_logo
{
	position:absolute;
	left: 45%;
	top: 4px;
}

#company_logo_logout
{
	width: 25px;
	margin-right: 20px;
}

.breadcrumb
{
	color: #bbbbbb;
}

#breadcrumb {
	display: inline-block;
	position: relative;
	font-size: 10px;
	margin-left:25px;
	color: #EEEEEE;
	}
	

header .fnkLks {
	display: block;
	position: relative;
	width: auto;
	//margin:3px 5px 5px 5px;
	float: right;
	//color: #990000;
	cursor: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	height: auto;
	text-decoration: none;
	margin-right: 10px;
	padding-top: 8px;
	}
	

header {
	width:100%;
	margin:0;
	padding:0;
	border:none;
	/* height:auto;*/
	box-sizing: border-box;
	font-size:1em;
	white-space:nowrap;
	display:block;
	background-color: #415567;
	text-align: left;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 200;
	height:35px;
	}
