input.cchbtn {
	background-color: #00CE02;
	width: 100px;
	font-size: 80%;
}

#helplayer {
	position:absolute; 
	left:0px;
	top:0px;
	width:300px;
	height:120px;
	z-index:3; 
	visibility: visible; 
	border: thin dashed;
	background: Silver;
}

body {
		background-color: gainsboro;
}

table#heading {
	background-color: gainsboro;
	width: 100%;
}

tr#detailline {
	border-top: thin solid Black;
	border-bottom: thin solid black;
}

td.details {
	border-top: thin solid Black;
	border-bottom: thin solid black;
}


.closed {
	background-color: gainsboro;
}


.open {
	background-color: #ffffff;
}



tr#heading {
	background-color: #993300;
	color: gainsboro;
	font-weight: bold;
	border: solid Black;
}

table#history {
	width: 100%;
}
table#statement {
	width: 50%;
}td#logoff {
	text-align: right;
}

td#clientname {
	text-align: center;
	color: #993300;
	font-size: 200%;
}

h2 {
	font-size: 150%;
}
.Textcolor {
	color: #006600;
}
.MsgBox {
	background-color: White;
	border: inset #CCCCCC;
	color: #006600;
}

.tablehead {
	font-weight: bold;
	text-align: left;
}
el {
	color: Blue;
	font-weight: bold;
	text-align: right;
}


#pleaselogin {
	font-size: 150%;
	font-style: italic;
}

.errormsg {
	font-size: larger;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
.tablehead {
	font-weight: bold;
	color: gainsboro;
	background-color: #993300;
}