﻿html, body, form 
{
	padding: 0px;
	margin: 0px;
  font-size:10pt;
	border: 0px;
	height: 100%;
	font-family: Tahoma, Arial, Verdana;
  color:#000000;
	background-color: #DEDFDE;
}

#global 
{
  position: relative; /* container positioning */
  margin-left: auto;
  margin-right: auto;
  width: 760px;
  text-align: left;
  background-color:#FFFFFF;
  height:100%;
}

.Footer
{
  font-size:8pt;
  color:#000000;
}

.img-shadow 
{
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.img-shadow img 
{
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
} 

.LargeHeader, .Header
{
  color:#24408F;
	font-weight:bold;
}

.LargeHeader
{
  font-size:12pt;
}

.Header
{
  font-size:10pt;
}

.Home
{
  color:#24408F;
}

.HomeRed
{
  font-size:10pt;
	font-weight:bold;
  color:#D12329;
}

.Transport
{
  color:#F70500;
}


/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    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 : window;
	color : windowtext;
	padding : 1px;
}

