﻿body 
{
	margin-top: 10px;
	padding: 0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	color: #555555;
}

a
{
	color: #4973ab;
}

a:hover
{
	text-decoration: none;	
}

/* CSS by ID */

#MasterOuter
{
	margin-left: auto;
	margin-right: auto;
	width: 775px;
	border: solid 1px #AAAAAA;
}

#Header
{
	height: 73px;
	background: #FFFFFF url(../../Images/header_blue_02.jpg) repeat-x top left;
}

#ResourceHeader
{
	margin-left: auto;
	margin-right: auto;
	width: 775px;
	border: solid 1px #AAAAAA;
	height: 73px;
	background: #FFFFFF url(../../TrainingDocuments/ResourceLogo.jpg) repeat-x top left;
}

#InnerHeader
{
	height: 73px;
	background: Transparent url(../../Images/BrandedLogo.jpg) no-repeat center left;	
}

/* Content Area */
#ContentOuter
{
	height: auto;
	padding: 5px;
	margin: 0px;
}

h1
{
	font-size: 12pt;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 4px;
	margin-bottom: 3px;
	border-bottom: solid 1px #4973AB;	
	color: #777777;
}

p
{
	margin: 0px;
	padding-top: 5px;	
}

/*End Content Area */


/* Corporate Website Navigation */
#TopNav
{
	height: 25px;
	background: #FFFFFF url(../../Images/header_blue_02.jpg) repeat-x bottom left;			
}

#TopNav ul.CorpWebMenu
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 765px;
}

#TopNav ul.CorpWebMenu li
{
	position: relative;
}

#TopNav ul.CorpWebMenu li a
{
	display: inline;
}

#TopNav ul.CorpWebMenu li ul
{
	position: absolute;
	top: 0;
	left: 124px;
}

#TopNav ul.CorpWebMenu li ul li
{
	display: block;
}

#TopNav ul.CorpWebMenu li:hover ul, #TopNav ul.CorpWebMenu li:sfhover ul
{
	left: auto;
}
/* End Corporate Website Navigation */


/* Administration Navigation */
#TopNav ul.AdminNav
{
	
}
/* End Administration Navigation */

/* Corporate Website Footer */
#Footer
{
	text-align: right;
	width: 775px;
	margin: 0px auto;
}

#Footer a
{
	font-size: 7pt;
	color: #4973AB;		
}

#Footer a:hover
{
	font-weight: bold;	
}

.firstItem { text-align: center; }
.zorder { z-index: 100; }
.menuItem { text-align: center;  }
.subMenuitem { text-align: center; font-size:11px; }

/* End Corporate Website Footer Navigation */

span.hyperLinkFileType
{
	font-size: 7pt;
	color: Gray;
}

#WarningLabel
{
  color: Red;
}