.container {
	width: 960px;
	background: #ccc;
	margin: 0 auto;
	/* the auto value on the sides, coupled with the width, centers the layout */
	height: 800px;
}

#overlay {
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1001 !important;
	background-color: black;
	opacity: .00;
	display: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	/* first! - for IE8 */
	filter: alpha(opacity = 0); /* second! - for IE5 - 7 */
}

#overlayAlert {
	height: 50px;
	width: 100px;
	position: fixed;
	top: 55%;
	left: 60%;
	margin-top: -75px;
	margin-left: -200px;
	z-index: 1002;
	display: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: 0px 0px 4px #ccc;
	-moz-box-shadow: 0px 0px 4px #ccc;
	box-shadow: 0px 0px 4px #ccc;
}

#overlayBridge {
	float: left;
	margin: 20px;
}

#overlayAlert h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
	margin: 15px 0;
	padding: 0;
}

#overlayAlert h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
	margin: 15px 0;
	padding: 0;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

.dijitTabChecked {
	/* font-weight: bold; */
}

.tundra .dijitTab {
	margin-right: 0px !important;
}

#preloader {
	width: 75%;
	height: 75%;
	margin: 0;
	padding: 0;
	background: url("../../images/loadingBar.gif") no-repeat
		center center;
	position: absolute;
	z-index: 999;
	text-align: center;
}

#Ajaxpreloader {
	width: 66%;
	height: 78%;
	margin: 0;
	padding: 0;
	top: 100px;
	left: 10px;
	background: url("../../images/loadingBar.gif") no-repeat center center;
	position: absolute;
	z-index: 999;
}

#sessionExp_screen {
	background-color: #000000;
	filter: alpha(opacity =   80);
	opacity: 0.8;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	display: none;
	z-index: 4000;
}

#sessionExpPopup {
	width: 600px;
	height: 100px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 5000;
}

#overlay {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: black;
	z-index: 9000;
	background-color: black;
	display: none;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter: alpha(opacity = 00);
}

.sideLabel {
	color: #B62020;
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	height: 18px;
	margin: 7px 5px;
}

#mainContent {
	min-height: 580px;
	display: block;
	margin-left: 193px;
	overflow: hidden;
}