﻿h1
{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	line-height: 20px;
	vertical-align: middle;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	margin-left: 10px;
	margin-right: 10px;
	color: #3333FF;
}
thead
{
	background-color:#f7f2e4;
	font-weight:bold;
	text-align:center;
}
thead tr td
{
	border-bottom:1px solid #cccccc;
}

tfoot
{
	background-color:#f7f2e4;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid black;
	height:18px;
}
tfoot tr td
{
	border-top:1px solid #cccccc;
}
.groupC,.group
{
	background-color:#f7f2e4;
}
.group
{
	color:#333366;
	text-decoration:underline;
	font-weight:bold;
	cursor:pointer;
}
#dx
{
	height:350px;
	overflow-y:auto;
	overflow-x:hidden;
}
#DeviceList tr
{
	height:12px;
}
.label
{
	text-align:right;
	font-weight:bold;
}
.buttonArea
{
	text-align:center;
}

.bLR
{
	border-right:1px solid #dddddd;
}