#companyheader {
	float: left;
	width: 50%;
	text-align: left;
	color: #003366;
	font-size: 16pt;
	vertical-align: middle;
	padding-left: 20px;
}

#environmentheader {
	float: left;
	width: 50%;
	text-align: left;
	color: #006659;
	font-size: 10pt;
	vertical-align: middle;
	padding-left: 20px;
}

#content {
	padding-left: 15px;
	padding-top: 15px;
	border-bottom: 2px solid #003366;
	height: 30px;
	background: white;
}

#leftcontent {
	width: 175px;
	background: #396DA5;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	margin-right: 15px;
	padding-bottom: 20px;
	width: 13%;
}

#navigation {
	background: #003366;
	border-bottom: 2px solid #000;
}

#rightcontent {
	border-bottom: 2px solid #003366;
}

/* Form */
form table.search {
	background-color: #cccccc;
}

form table thead tr th {
	background-color: #003366;
	color: #ffffff;
	padding: 2px;
}

form table thead tr td {
	background-color: #cccccc;
	padding: 2px;
}

/* end Form */

.FundSheetLocked {
	text-decoration: none;
	color: #990000;
}

.FundSheetUntouched {
	text-decoration: none;
	color: #990000;
}

A.FundSheetApproved {
	text-decoration: none;
	color: #006600;
}

A.FundSheetInProgress {
	text-decoration: none;
	color: #363636;
}

A.MainMenuItem {
	text-decoration: none;
	color: white;
}

A.MainMenuItem:Hover {
	color: red;
}

A.MenuItem {
	text-decoration: underline;
	color: #003366;
}

A.MenuItem {
	font-size: 11px;
	font-weight: bold;
}

A.MenuItem:Hover {
	text-decoration: none;
	font-weight: bold;
	color: red;
}

A.pageLinks {
	text-decoration: none;
	color: white;
}

body {
	margin: 0px 0px 0px 0px;
	background: #F0F0F0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

div.row span.formw {
	float: right;
	width: 335px;
	text-align: left;
}

DIV.MainMenu {
	text-align: center;
	width: 100%;
}

DIV.MenuDescription {
	margin-left: 20px;
}

div.row {
	clear: both;
	padding-top: 10px;
}

div.row span.label {
	float: left;
	width: 100px;
	text-align: right;
}

div.spacer {
	clear: both;
}

DIV.Warning {
	text-align: left;
	color: red;
	font-size: 8pt;
}

H1 {
	font-size: 15pt;
	color: #003366;
}

h1.header {
	color: #396DA5;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

INPUT {
	border: 1px solid #003366;
}

input.button {
   width: 90px;
	background: #396DA5;
	color: white;
	font-size: 8pt;
}


input.buttonsmall {
	background: #003366;
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

input.text {
	background: #003366;
	font-size: 4pt;
	color: black;
}

input.formtext {
	width: 90px;
	color: black;
	font-size: 8pt;
	border: 1px solid #aaa;
}

input.formtextSearchBox {
	width: 145px;
	color: black;
	font-size: 8pt;
	border: 1px solid #aaa;
}


select {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}

select.fund {
	width: 100px;
}

select.shareclass {
	width: 80px;
}

SPAN.CurrentMenuItem {
	color: white;
	font-weight: bold;
}

table.login {
	margin: 0px 0px 0px 0px;
	background: #396DA5;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

tr.even, .row1 {
	background: #cccccc;
	font-size: 8pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

tr.header {
	background: #003366;
	color: #FFFFFF;
	font-size: 8pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

tr.odd, .row0 {
	background: #FFFFFF;
	font-size: 8pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p.Info {  
	color: black;
}

p.Error {
	color: red;
}

div.FU { 
	width: 100%;
}

div.FU_parent_container {
	height: 600px;    
}

div.FU_header {
	background: #003366;
	color: #FFFFFF;
	font-size: 8pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px 20px;
	margin: 0px 15px 5px 0px;
	border-radius: 3px;
	text-align:  center;
}

div.FU_container {
	border: 2px solid #003366;
	border-radius: 3px;
	background: #EEEEEE;
	box-shadow: inset 0 0 6px 1px black;
	float: left;
}

div.FU_container_form {
	width: 400px;
	height: 600px;
	margin: 0px 0px 15px 0px;           
}

div.FU_container_table {
	height: 100%;
	margin: 0px 0px 0px 5px;
	min-width: 300px;
	max-height: 600px;
	overflow: auto;
}

td.col_spacer {
	width: 25px;
}

tr.head_spacer > td {
	text-align:  center;
	text-align: center;
}

div.FU_feed_activity_container {
	margin: 15px;
}

button.FU_button{
	box-shadow: 1px 1px 2px 0px #0000006b;
	padding: 2px 5px;
	/* width: 100px; */
}

table.act_tracker_data td {
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 5px;
}

.act_tracker_data tr:nth-child(odd) {
	background: #cccccc;
}
	/*  Define the background color for all the EVEN background rows  */
.act_tracker_data tr:nth-child(even) {
	background: #ffffff;
}

.fundupd_file {
	border: 1px solid black;
	box-shadow: inset 0 0 2px black;
	border-radius: 3px;
}

.FU_messages {
	padding: 10px;
	font-weight:  bold;
}

.FU_activity_header{
	background-color: #003366;        
}

.FU_activity_header td{
	color: #fff;          
}

#confirm {
display: none;
background-color: #eee;
border: 1px solid #aaa;
position: fixed;
width: 397px;
height: 250px;
left: 40%;
top: 30%;
margin-left: -100px;
padding: 6px 8px 8px;
box-sizing: border-box;
text-align: center;
box-shadow: 2px 2px 5px 0px black;
}

#confirm .message
{
text-align: center;
height: 75%;
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
font-size: 13px;
}




.ui-autocomplete
{
	padding-inline-start: 0px!important;
	padding:0px!important;
	margin:0px!important;
	border: 1px solid gray;
	overflow-y:auto;
	overflow-x: hidden;
	min-height: 10px;
	max-height:400px;
	width: 160px !important;
}
/*.ui-autocomplete */
.ui-autocomplete li
{
	cursor: pointer;
	width: 155px;
	color: black;
	font-size: 10px;
	background-color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	list-style-type: none; /* Remove bullets */
	padding: 2px; /* padding */
}

.xxsmallfont{
	font-size: xx-small;
}