body {
	font-family: Tahoma;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #EFEFEF;
}
td {
	font-family: Tahoma;
	font-size: 11px;

}
th {
	font-family: Tahoma;
	font-size: 11px;
}
hr {
	height: 0px; 
	border: solid #D1D7DC 0px; 
	border-top-width: 1px;
}
a.NotLoggedInLink {
	text-decoration: underline;
	color: #000000;
}
a.NotLoggedInLink:hover {
	text-decoration: underline;
	color: #CC0000;
}
.TDMenu {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	background-color: #EFEFEF;
}
.tdMenuOver a {
	background-color: #EFEFEF;
	text-decoration: none;
	display : block;
	padding : 5px 0px 6px 12px;
}
.tdURHere {
	border-bottom:1px solid #666666;
}
.tdMenuOver a:hover {
	background-color: #C1CFD2;
	display : block;
	padding : 4px 0px 6px 12px;
	text-decoration : none;
	color : #CC0000;
	display : block;
	border-right: none 0px #666666;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
.TDBorder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
}
.StandardLink {
	color: #CC0000;
}
.StandardLink:hover {
	color: #666666;
}
.TextArea {
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid #333333;
	height: 440px;
	width: 340px;
}
.txtTA, .txt
{
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid #333333;
	height: 240px;
	width: 340px;
}
.txt {
	height: 15px;
}
.load /*#loading, #loading1, #loading2*/
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana;
    font-size: 12px;
	display: none;
	height: 30px;
	width: 200px;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -15px;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	position: fixed;
	border: solid 1px #78726C;
	background-color: #FFF1A8;
	padding: 0 5px;
	z-index: 50;
}


.nojs
{
	background-color: #E7C0C0;
	border: solid 1px #000;
	padding: 0px 10px 10px 10px;
	margin-bottom: 20px;
}