/*
	position: fixed;
	z-index: 99999;
*/
.inf-Header
{
	background: url(../img/headerTop.gif) repeat-x top left;

}
.inf-Header-Shadow
{
	/* background: url(../img/headerShadow.png) repeat-x top left; */
	border-top: 1px solid #bbb;
}

.inf-Header-ModuleBar
{
	background: #2c3e50;
}

.inf-WelcomeBar
{
	background: #2c3e50;
}

.inf-WelcomeBar td
{
	padding-bottom: 14px;
	padding-top: 6px;
}

.inf-WelcomeBar .gwt-Label
{
	color:white;
	font-size:0.85em;
	font-weight:bold;
	padding-right:5px;
	padding-left:5px;
}

.inf-WelcomeBar .gwt-Anchor {
	color:white;
	font-size:0.85em;
	font-weight:bold;
	padding-right:5px;
	padding-left:5px;
}

.inf-WelcomeBar .gwt-Anchor {
	text-decoration: none;
}

.inf-ModuleSeparatorCell
{
	width: 10px;
}



/* background: url(../img/navinactive.gif) repeat-x top left; */
.inf-ModuleCell
{
	height: 38px;
	cursor: pointer;
	color:#FFFFFF;
	background: #7F8C8D;
	border-right: 4px solid #2c3e50;
	width: 100px;
	text-align:center;
	font-weight: bold;
	line-height:38px;
}

.inf-ModuleCell a {
	display: block;
	text-decoration: none;
	width: 100%;
	color: #FFFFFF;
	text-align:center;
}

/* background: url(../img/navactive.gif) repeat-x top left; */
/* background: #4993BF; */
.inf-ModuleCell-Active
{
	background: #27AE60;
}

.inf-Header-InfoBar
{
	background: #2c3e50 url(../img/breadcrumb.gif) repeat-x top left;
	color: #2c3e50;
}

/* background: #99C1D6; */
.inf-BreadcrumbBar
{
}

.inf-BreadcrumbBar td
{
	height: 23px;
}

.inf-BreadcrumbBar .gwt-Hyperlink
{
	white-space: nowrap;
	line-height: 23px;
}

.inf-BreadcrumbBar .gwt-Hyperlink a
{
	text-decoration: none;
	cursor: pointer;
	color: #2c3e50;
	font-size: .8em;
	font-weight: normal;	
}

.inf-BreadcrumbBar .gwt-Hyperlink a:hover
{
	text-decoration: underline;
}

.inf-BreadcrumbSeparator 
{
	background: url(../img/breadcrumbSep.gif) no-repeat;
	color: #2c3e50;
	font-size: .7em;
	font-weight: bold;
}

.inf-StatusMessage
{
	font-size: .8em;
	font-weight: bold;	
	padding-right: 10px;
}

.inf-ToggleDisplay
{
	width: 200px;
}