﻿/*
html
{
	margin: auto auto auto auto;
	font-family: Arial;
	font-size: 9pt;
	overflow: hidden;
	height: 100%;
}

body
{
	height: 100%;
}
*/

.alignLeft
{
	float: left;
}

.alignRight
{
	float: right;
}

.clear
{
	clear: both;
}

.modalBackground
{
	background-color: Black;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

.breadcrumbsStartingText, .breadcrumbsSeparator, .breadcrumbsNode, a.breadcrumbsNode:link, a.breadcrumbsNode:visited, a.breadcrumbsNode:active
{
	font-family: Arial;
	font-size: 11px;
	font-weight: 600;
	text-decoration: none;
	color: #919191;
}

a.breadcrumbsNode:hover, .breadcrumbsNode:hover
{
	font-family: Arial;
	font-size: 11px;
	font-weight: 600;
	text-decoration: none;
	color: #666666;
}

/* The following are used when display loader is enabled */

#pageDimmer
{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 2000;
	background-image: url(../../Images/Shared/LoaderBackground.gif);
	background-position: left top;
	background-repeat: repeat;
}

#loaderContainer
{
	position: relative;
	top: 25em;
	width: 190px;
	max-height: 60px;
	min-height: 60px;
	margin-left: auto;
	margin-right: auto;
	background-color: #bbe1fe;
	border: solid 2px #acd8fb;
}

#loaderImage
{
	background-image: url(../../Images/Shared/LoaderImage.gif);
	width: 32px;
	height: 32px;
	float: left;
	margin-top: 14px;
	margin-left: 28px;
}

#loaderTextContainer
{
	float: left;
	font-weight: 600;
	margin-top: 14px;
	margin-left: 14px;
}
