/* CSS Document */

.MasterContainer .IDtl {
	font-size: small;
	display: none;
}
.Find {
	background:url(../graphics/InputBg.png) no-repeat;
	width:153px;
	height:16px;
	padding:2px;
	margin: 2px;
	font-size: 11px;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.Go_Btn {
	margin: 0px;
}
.TDHead {
	font-size: 12px;
	background-color: #0C79AB;
	text-align: center;
	border: 1px solid #FFF;
	color: #FFF;
	font-weight: bold;
}
.TR-A {
	border: 1px dotted #447FD5;
	font-size: 13px;
	padding: 2px;
	text-align: center;
	margin: 2px;
}

.TD-A {
	border: 1px dotted #0C79AB;
	padding: 2px;
	text-align: center;
}

.TDRowAlternative {
	border: 1px solid #7F7F7F;
	font-size: 12px;
	background-color: #E4E4E4;
}
.TD-ALeft {
	border: 1px dotted #0C79AB;
	text-align: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}

