﻿.summaryTable
{
	background:					#ffffff;
	border:						1px solid #b7d3fc;
}

.lightBackground
{
	background:					url(../../images/lightGrad.jpg);
	border:						1px solid #b7d3fc;
	background-position:		center;
	padding:					5px;
}

.searchResult
{
	background-image:			url(../../images/searchBackground.jpg);
}

.lightBorder
{
	border:						1px solid #b7d3fc;
}

.demoBlock
{
	border-top:					1px solid #b7d3fc;
	border-bottom:				1px solid #b7d3fc;
	background-position:		center right;
	background-repeat:			no-repeat;
}

.lightBackgroundMainPage
{
	background:					url(../../images/lightGrad.jpg);
	border:						1px solid #b7d3fc;
	background-position:		center;
	padding:					5px;
	min-height:					500px;
	width:						100%;
}

.contentTable
{
	border:						1px solid #b7d3fc;
	margin:						10px 0px 5px 0px;
	width:						98%;
}

.headingCell
{
	background:					url(../../images/bottom.jpg);
	font:						12px Verdana;
	background-repeat:			repeat-y;
	color:						#ffffff;
	background-position:		top;
	font-weight:				bold;
	padding:					2px;
}

.leftDock
{
	width:						430px;
	min-height:					490px;
	display:					inline;
	float:						left;
	position:					relative;
	margin-top:					20px;
	z-index:					0;
}

.rightDock
{
	width:						430px;
	min-height:					490px;
	display:					inline;
	float:						right;
	position:					relative;
	margin-top:					1px;
	z-index:					0;
}

.dataTable
{
	border:						1px solid #ffffff;
	background:					#ebebee;
	cursor:						default;
}

.tableTitle
{
	background:					url(../../images/subBarBackground.jpg);
	border:						1px solid #cccccc;
	font:						12px Tahoma;
	background-repeat:			repeat-x;
	color:						#ffffff;
	font-weight:				bold;
	height:						18px;
}

.tableTitleEmergency
{
	background:					url(../../images/orangeBar.jpg);
	border:						1px solid #cccccc;
	font:						12px Tahoma;
	background-repeat:			repeat-x;
	color:						#ffffff;
	font-weight:				bold;
}

.lightBorderIndent
{
	font:						11px Tahoma;
	padding:					20px;
	height:						100%;
}
