body {
				background-color: #AAAAAA;
				background-image: url(../images/background1.gif);
				background-repeat: no-repeat;
				color: black;
				font-family: Trebuchet MS, Trebuchet, verdana, arial, helvetica, sans-serif;
				font-size: 11px;
	}

input {
	border: solid #999999 1px;
}

h1,h3 {
	margin: 4px;
}

td {
	vertical-align: top;

}

.menu {
	width: 100%;
	border: 1px solid white;
	text-align: center;
	font-size: 10px;
	background-color: #DDDDDD;
}

.pager {
	width: 100%;
	background-color: #DDDDDD;
	font-size: 10px;
}


.normaltextbox {
	text-align: left;
}

.mandatory {
	color: red;
	font-weight: bold;
}
.mainfield {
	background-color:#CCCCCC;
	width:600px;
	text-align: center;
	padding:  10px;
	border: 1px solid white;
	font-size: 12px;
}
.messagebox {
	width: 300px;
}

.flagcredit {
	font-size: 11px;
}
.counter {
	font-size: 30px;
	font-weight: bold;
	color: red;
}


.chaintableheader {
	width: 100%;
	background-color: #DDDDDD;
	font-size: 11px;
	margin: 5px;
	border: 1px solid white;
}
.chaintable {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.chainlisttable {
	background-color: white;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	width: 100%;
}

.chainlisttable td {
	font-size: 11px;
	vertical-align: top;		
}


.chaintable td {
	font-size: 11px;
	vertical-align: top;

}

.listtable {
	background-color: #DDDDDD;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	width: 100%;
}
.listtable td {
	font-size: 11px;
	vertical-align: top;
	border: 1px solid white;		
}
