a.pageLink:visited { 
	color:black;
}


a {
	text-decoration: none;
   color: black;
}

div.centered {
	margin-left:auto;
	margin-right:auto;
}

th { 
	color:white;
	font-size:8pt;
}

td {
	font-size:8pt;
}

/* The following are DataGrid styles */
.tundra .dojoxGridCell {
	font-family:Tahoma;
}

.tundra .dojoxGridHeader .dojoxGridCell {
	background: url(gradient.png) #E8E1CF top repeat-x;
}

.dojoxGridSortNode {
	color:white;
	font-family:Tahoma;
	font-size:8pt;
}

.sckGrid {
	border: 1px solid gray; 
	border-spacing: 0px;
}

.dojoxGrid {
	background-color:white;
}

.dojoxGrid-header .dojoxGrid-cell {
	background: url(gradient.png) #E8E1CF top repeat-x;
}

.dojoxGrid-header {
	background-color: white;
}

.dojoxGrid-scrollbox {
	overflow:auto;
}

.tundra .dojoxGridRowSelected {
	background-color:BurlyWood
}

.tundra .dojoxGridRowOver .dojoxGridCell {
   background-color:BurlyWood;
}

.formFieldLabel {
	font-size:8pt;
	font-weight:bold;
}

.iconApplianceNotOk {
   background-image: url('alarmnotcleared.png');
   background-repeat: no-repeat; 
   width: 18px;
   height: 18px;
   text-align: center;
}

.iconApplianceOk {
   background-image: url('alarmcleared.png');
   background-repeat: no-repeat; 
   width: 18px;
   height: 18px;
   text-align: center;
}

.iconApplianceWarning {
   background-image: url('caution.png');
   background-repeat: no-repeat; 
   width: 18px;
   height: 18px;
   text-align: center;
}

.iconSiteCategory{
   background-image: url('sckIcon.gif');
   background-repeat: no-repeat;
   width: 18px;
   height: 18px;
   text-align: center;
}

.iconSite{
   background-image: url('siteicon.gif');
   background-repeat: no-repeat; 
   width: 18px;
   height: 17px;
   text-align: center;
}

.iconDeviceStatus0{
   background-image: url('alarmcleared.png');
   background-repeat: no-repeat;
   width: 18px;
   height: 17px;
   text-align: center;
}

.iconDeviceStatus1{
   background-image: url('flag_yellow.png');
   background-repeat: no-repeat;
   width: 18px;
   height: 17px;
   text-align: center;
}

.iconDeviceStatus2{
   background-image: url('white_square.png');
   background-repeat: no-repeat;
   width: 18px;
   height: 17px;
   text-align: center;
}

.iconDeviceStatus3{
   background-image: url('alarmnotcleared.png');
   background-repeat: no-repeat;
   width: 18px;
   height: 17px;
   text-align: center;
}

.loginForm {
	background:url(gradientlarge.jpg);
	margin-left:auto;
	margin-right:auto;
}

.otherLabel {
	color:gray;font-size:8pt;
}
.pageHeaderDiv {
	width:100%;
	background:url(top_back.png);
}

.sectionHeader {
	font-size:10pt;
	color:white;
	font-weight:bold;
	padding-left:1em;
}

.sectionHeaderRow {
	background:url(gradientmedium.jpg) #E8E1CF top repeat-x;
	height:25px;
	padding-left:1em;
}

.sectionHeaderTable {
	border: 1px #D3D3D3 solid;
}

.trSeparator {
	background:#D3D3D3;
}

.groupbox {
	border-style:solid;
	border-color:navy;
	border-width:1px;
	border-spacing:5px;
}

.buttonContainer {
	padding-top:5px;
	text-align:center;		
}

.centeredAndPaddedDiv {
	padding:5px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.paddedDiv {
	padding:2px;
}

.rightAlignedAndPaddedDiv {
	padding:5px;
	padding-right:0px;
	text-align:right;
}

.centered {
	text-align:center;
}

.settingsTable {
  		align:center;
}
