#chInfo, #chsInfo {
    display:none;
	border-spacing:0px;
	border-left:1px solid #d2ddea;
	border-top:1px solid #d2ddea;
	border-bottom:1px solid #d2ddea;
	width:100%;
	text-align:center;
	font-size: 1.2em;
}
#chInfoDiv {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:.7em; 
	border:1px solid #e6e6e6;
	width:500px;
	padding:3px 7px 3px 7px;
}
#chInfo th {
	background-image: url(../images/table_headerbg.gif);
	height: 36px;
	background-position: center right;
	background-repeat:repeat-x;
	border-spacing:0px;
	border-right:1px solid #d2ddea;
	padding: 3px 7px 3px 7px;
	font-weight: bold;
}
#chInfo th.header {
	background-image: url(../images/table_headerbg.gif);
	height: 36px;
	background-position: center right;
	background-repeat:repeat-x;
	border-spacing:0px;
	border-right:1px solid #d2ddea;
	padding: 3px 7px 3px 7px;
	font-weight: bold;
}
#chInfo tr td, #chsInfo tr td {
   background-color: #e0e8f1;
   border-spacing: 0px;
   border-right: 1px solid #d2ddea;
   padding: 3px 7px 3px 7px;
   vertical-align:top;
   text-align: left;
   font-family: "Courier New", Courier, monospace;
   font-size: 1em;
}

.domainTitle {
	font-size:1.2em;
	font-weight: bold;
	color:#0060ae;
}

