﻿/*AutoComplete flyout */

.autoComplete
{
     width:150px;
     background-color:White;
     color:Black;
     font-size:9pt;
     padding: 2px 3px 2px 3px;
}

.autoCompleteWatermark
{
     width:150px;
     background-color:#E0E0E0;
     color: Gray;
     font-size:9pt;
     padding: 2px 3px 2px 3px;
}

.autocomplete_completionListElement 
{  
	
	margin : 0px!important;
	background-color : white;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : hand;
	overflow : auto;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : White;
	padding : 1px;
}


/* Layout Divs and Defaults */

#mainheader-container {
	background: url(../images/logoFC.gif) no-repeat;
	height: 55px;
	}

#navbar {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-image: url(../images/nav_bg.gif);
	height: 20px;
	line-height: 20px;
	width: 100%;
	overflow: hidden;
}

.copyright 
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	height: 20px;
	line-height: 20px;
	font-size: 8pt;
	color: #ffffff;
	text-align: right;
	padding-right: 10px;
}

.nav {
	padding-right: 10px;
	padding-left: 10px;
	line-height: 20px;
	float: left;
	overflow: hidden;
}

a.navLink:link {
	font-size: 9pt;
	color: #ffffff;
	text-decoration:none;
	cursor: hand;
	font-weight: bold;
	background-color: Transparent;
}

a.navLink:visited {
	font-size: 9pt;
	color: #ffffff;
	text-decoration:none;
	cursor: hand;
	font-weight: bold;
	background-color: Transparent;
	}

a.navLink:hover {
	font-size: 9pt;
	color: #00ffff;
	text-decoration: underline;
	cursor: hand;
	font-weight: bold;
	background-color: Transparent;
	}

a.navLink:active {
	font-size: 9pt;
	color: #ffffff;
	text-decoration:none;
	cursor: hand;
	font-weight: bold;
	background-color: Transparent;
	}


.divPad { padding-left: 30px;}

#content-container 
{
    background: url(../images/header_fade.gif) repeat-x;
	background-color:#FFFFFF;
	border-left:1px solid #CBCBCB;
	padding:30px 30px 30px 30px;
	margin:0px;
	height:80%;
	}

#divChartCommercial {
	background-color:#FFFFFF;
	border: solid 1px #E0E0E0;
	padding:2px;
	position: relative;
	width:33%;
	}

#divDataGrid
{	background-color:#FFFFFF;
	border: solid 1px #E0E0E0;
	padding:2px;
	position: relative;
	width:33%;
}

#content p {
	margin:0px 0px 20px 0px;
	}

table
{
	position:relative;
}

.defaultButtons
	{
	font-size : 8pt;
	font-family : Verdana;
	color:#FFFFFF;
	margin:0px 0px;
	background: #235aa2;
	}

.FilterList 
{ 
    padding: 2px 1px 2px 1px;
    font-size: 9pt; 
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
    overflow: auto;
    width: 182px;
    color: #000000;
    font-family: arial;
    background-color: #cccccc;
    opacity: .95;
}
.FilterList TABLE 
{
    width: 182px;
}
.FilterList TD 
{ 
    padding: 1px 3px 1px 3px;
    text-align: left;
}
.FilterHighlight 
{
    padding: 0px; 
    cursor: default; 
    color: #cccccc; 
    background-color: #004C98;
}

#footer
{
	display:none
}

#divCustomStatusLegendGrid
{
	display:none
}

#divCustomClient65786Links
{
	display:none
}