﻿html
{
	overflow:					auto;
}

body
{
	font:						11px Tahoma;
	color:						#000000;
	background:					#ffffff;
	overflow:					auto;
	margin:						0;
	position:					relative;
}

.mainTable
{
	//filter:					progid:DXImageTransform.Microsoft.Shadow(color = '#999999', direction = 135, strength = 3);
	border-bottom:				1px solid #6487dc;
	border-right:				1px solid #6487dc;
	border-left:				1px solid #6487dc;
	background:					#ffffff;
	width:						952px;
	margin-left:				auto;
	margin-right:				auto;
}

.isdNameCell
{
	background-image:			url(../../images/header_r2_c4.jpg);
	background-repeat:			no-repeat;
	width:						100%;
	padding-right:				7px;
}

.isdLink
{
	font:						2.5em/1em Arial Black;
	font-style:					italic;
	text-decoration:			none;
	color:						#bacdf5;
}

.headerBottom
{
	background:					url(../../images/bottom.jpg);
	background-position:		center;
}

.blueBarVertical
{
	background-image:			url(../../images/blueVertBar.jpg);
	border-right:				2px solid #FFCC66;
	background-position:		bottom;
	width:						29px;
}

.orangeBorder
{
	width:						923px;
}

div.lightBorder
{
	border:						1px solid #b7d3fc;
	text-align:					center;
	padding:					2px;
	margin:						1px;
}

.summaryTitle
{
	background:					url(../../images/barBack.jpg);
	border:						1px solid #ffffff;
	font:						10px Verdana;
	background-repeat:			repeat-y;
	color:						#225dc5;
	background-position:		right;
	font-weight:				bold;
	max-height:					23px;
	padding:					4px;
	text-align:					left;
	cursor:						move;
}

/* -- Loading / Print Dialog -- */

#dialogBackground, #loadDialogBackground
{
	background-image:			url(../../images/dialogBackground2.png);
	background-position:		top center;
	position:					fixed;
	display:					none;
	left:						0px;
	right:						0px;
	top:						0px;
	bottom:						0px;
	z-index:					1000;
}

.loadDialog
{
	background-image:			url(../../images/loadingBackground.png);
	background-position:		center;
	border:						1px solid #999999;
	width:						325px;
	height:						auto;
	margin:						10% auto;
	padding:					10px 5px 10px 5px;
	text-align:					left;
}

#loadingImage
{
	background-image:			url(../../images/loading.gif);
	background-repeat:			no-repeat;
	height:						25px;
	width:						100px;
	padding-left:				20px;
	font-weight:				bold;
	vertical-align:				bottom;
	display:					block;
}

.LoadingPanelClientTemplate
{
	background-image:			url(../../images/loading.gif);
	background-repeat:			no-repeat;
	background-position:		center 40%;
	padding-top:				25%;
	width:						100%;
	height:						75px;
	text-align:					center;
	vertical-align:				middle;
}

.printDialogBackground
{
	background-color:			#ffffff;
	filter:						alpha(opacity = 80);
	opacity:					0.8;
}

.printDialogWindow
{
	background-image:			url(../../images/loadingBackground.png);
	border:						1px solid #999999;
	background-position:		center;
}
