﻿
body
{
	margin: 0;
	background-color: white;
	color: #666;
	font-family: Georgia, serif;
	font-size: 90%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

hr
{
	margin: 0.5em auto 1em auto;
	border: 0;
	border-top: solid #CCC 1px;
	width: 999px;
	height: 0;
}

img
{
	border: 0;
}


/******************
LINKS
******************/
a
{
	color: #666;
}

/******************
AUTOCOMPLETE
******************/
/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	padding: 0;
	margin : 0px!important;
	background-color : #FFFFFF;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : default;
	overflow : auto;
    text-align : left; 
    list-style-type : none;
    z-index:20000;
    width :auto
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : #FFFFFF;
	color : windowtext;
	padding : 1px;
}

/******************
FORM STYLES
******************/

.tableHeading
{
	background-color: #d3d3d3;
}

.defaultButtons
{
	font-family: Georgia, serif;
	font-size: 90%;
	color: buttontext;
	margin: 0px 0px;
	background: buttonface;
}

.buttons
{
	font-family: Georgia, serif;
	font-size: 90%;
	color: buttontext;
	margin: 0px 0px;
	background: buttonface;
}

.boldText 
{
	font-weight:bold;
}

.boldSmallText 
{
	font-weight:bold;
	font-size:x-small
}

#mainheader-container
{
	display:none;
}

#navbar
{
	display:none;
}
   
#UpdateProgress1
{
	border-right: 0px none;
	border-top: 0px none;
	border-left: 0px none;
	border-bottom: 0px none;
	width: 500px;
	background-color: white;
}

#content-container
{
	background-color: #ffffff;
	margin: 0px;
	height: 80%;
	background-image: none;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

#divCustomStatusLegendGrid
{
	display :none;
	background-color: white;
	width: 80%;
	font-size:x-small
}

#divCustomFooter
{
	font-family: Georgia, serif;
	display:block;
	position:relative;
	left:30px;
	bottom:1%;
	background-color: white;
	width: 90%;
	font-size:inherit;
}

#divCustomClient65786Links
{
	display: none;
}

/*  F O O T E R  ============================================================ */

#awno {
  float: right;
  margin-right: 21px;
}

#footer 
{
  display :block;
  color: #999;
  font-family: Arial, sans-serif;
  font-size: x-small;
  margin-left:10px
}

#footer a {
  color: #999;
}

#footer p {
  margin-left: 21px;
  width: 612px;
}

#footer .trade {
  font-size: 115%;
}

#bottom_nav 
{
	font-size: 133%;
}

#bottom_nav a:link, #bottom_nav a:visited {
  text-decoration: none;
}

#bottom_nav a:hover {
  text-decoration: underline;
}