/*
  <copyright file="mobile.custom.css" company="Microsoft">
    Copyright (C) Microsoft. All rights reserved.
  </copyright>
*/

#BOM_dummy {} /* This is to workaround the UTF-8 BOM problem in some browsers */

html, body
{
	color: #444;
	background: #fff;
}
#aspnetForm
{
	background: #fff;
}
#header_outer
{
    background: #004050;	
}
#header
{
	height: 6.33em;
	text-align: left;
	color: #FFF !important;
}
#header a
{
	color: #FFF;
	text-decoration: none;
}
#header .breadcrumb
{
	font-size: 15pt;
	margin: 0em 0.5em 0em 0.5em;
}
#container
{
	background: #fff;
}
#footer
{
	height: 10.67em;
}

.header_logo_bar
{
	text-align: left;
}
.header_logo
{
	width: 11.65em;
	height: 3em;
	margin: 0.5em 0em 0em 0.5em;
}

.highlight_text
{
	color: #06C;
}

.shadow_text
{
	color: #888;
}

/**** link font ****/

a:link
{
	color: #06C;
}
a:hover
{
	color: #06C;
}
a:visited
{
	color: #06C;
}