body, h1, h2, h3, h4, h5, h6,ol, ul, li, p {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
}

a:link,
a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #000;
}

a:hover {
    color: #ff6600;
}

a:active {
	text-decoration: none;
	font-weight: normal;
	color: #000;
}

h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}

/* h4 use for headings  */
h3, h4 {
	background-color: #336699;
	color:#fff;
	text-align:left;
	height:20px;
	font-weight:bold;
	vertical-align:bottom;
	font-size: 1.2em;
	margin-bottom:10px;
    width:818px;
    padding-left:10px;
}

/* page heading and print icon */
div.title {
	background-color: #336699;
	height:20px;
	width:825px;
	vertical-align:bottom;
	margin:0 0 10px 0;
	position:relative;

}

h2.title-heading {
	color:#fff;
	text-align:left;
	font-weight:bold;
	font-size: 16px;
	margin:0;
	padding:0;
	position:absolute;
	top:0px;
	left:10px;

}

div.print {
	position:absolute;
	top:0px;
	left:785px;

}

h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
img {
	border: 0;
}
/*
ol, ul, li {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
}
*/
p {
	font-size: 1.0em;
	line-height: 1.6em;
	margin: 1.2em 0em 1.2em 0em;
	text-align:center;
}
/*
li > p {
	margin-top: 0.2em;
}
*/
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
}
strong, b {
	font-weight: bold;
}

/* form-buttons [START] */
div.form-buttons {
	width:825px;
	text-align:center;
	margin-top:10px;
}

td.form-buttons {
	text-align:right;
	margin-right:5px;
}

div.form-buttons input {
	background-color:#cdc7ae;
}
/* form-buttons [END] */

/* general/entry tables [START] */
div.entry {
	background-color:#fff;
	border:1px solid #ccc;
	width:814px;
/*	margin-left:auto;*/
	padding:5px;
}

div.entry p {
	text-align:center;
}

.memberBranchTransparentBorderless {
	width:570px;
	background-color:transparent;
	border: 1px solid #6e6855;
}

.memberBranchDisplay {
	width:200px;
	height:30px;
	background-color:inherit;
	font-size:1em;
	padding:0;
	margin:0;
}

div.auth-message {
	background-color:#ddeeff;
	border:1px solid #336699;
	color: #336699;
	font-weight:bold;
	text-align:center;
	padding:5px;
}

table.plain {
	border:none;
	background-color:#ffffff;
	text-align:left;
	font-size:11pm;
	margin-left:auto;
	margin-right:auto;
	width:808px;
}

table.plain tbody {
	background-color:#ffffff;
}

table.plain tbody tr {

}

table.plain tbody td {
	text-align:left;
	padding:2px;
	vertical-align:top;
}

table.plain tbody td.label {
	text-align:left;
}

table.plain tr.shaded {
	background-color: #eeeede;
}

table.plain thead {
}

table.plain thead tr {
	border:1px solid #336699;
	height:25px;
}

table.plain thead th {
	background-color:#ddeeff;
	font-weight:normal;
}

table.plain thead tr.shaded{

}


table.entry {
	margin-left:auto;
	margin-right:auto;
	color:##000066;
/*	border:1px solid #ccc;*/
	border:1px solid #336699;
	background-color:#ddeeff;
	text-align:left;
	font-size:1em;
}

table.entry tbody {
}

table.entry tbody tr {

}

table.entry tbody td {
	text-align:left;
	padding:2px;
	vertical-align:top;
}

table.entry tbody td.label {
	text-align:right;
/*	width:160px;*/
	color:#000066;
	font-weight:bold;
}

table.entry tbody td.value {
	background-color:#fff;
	border:1px solid #336699;
/*	width:150px;*/
}

table.entry tbody td.mandatory {
	color:#ff0000;
}

table.entry th {
	text-align:center;
	color:#fff;
	background-color:#336699;
	font-weight:bold;

}

table.entry input,
table.entry file {
	width:400px;
	padding:0;
	border:1px solid #336699;
}
table.entry textarea {
	width:150px;
	padding:0;
	border:1px solid #336699;
}

table.entry select {
	width:155px;
		padding:0;
}

td.form-buttons input {
	width:50px;
	background-color:#cdc7ae;
}

.bulkMessage {
	background-color: #ffffff;
	display:none;
	border:1px solid red;
	width:400px;
	height:75px;
	padding:8px;
}
/* general/entry tables [END] */

input {
	border:1px solid #6e6855;
	background-color:#fff;
	color:#000;
}

/* as IE does not support CSS2 selectors we must
 * have a class for those inputs that do not
 * need a border
 */
input.noborder {
	border:none;
	margin:0;
	background-color:transparent
}

/* assisted enquiry banner
 */
div.assisted-enquiry {
	background-color:#ddeeff;
	border:1px solid #000066;
	border-top:1px solid #336699;
	border-left:1px solid #336699;
	border-right:1px solid #336699;
	margin-bottom:5px;
	padding:5px;
	color: #000066;
	text-align:center;
	font-weight:normal;
	width:815px;
}

hr {
	border:none;
	color:#336699; /* IE */
	background-color:#336699; /* moz, opera */
	height:1px;
}


div.welcome-message {
	border:1px solid #cdc7ae;
	font-size:1em;
	text-align:center;
	padding:10px;
	margin-top:20px;
	width:500px;
	margin-left:auto;
	margin-right:auto;
}

div.welcome-message p {
	text-align:left;
}

div.welcome-message a:link,
div.welcome-message a:visited,
div.welcome-message a:hover,
div.welcome-message a:active {
	text-decoration:underline;
	color:#000066;
	font-weight:bold;
}

/* validation errors. assumes that errors are
 * displayed in an unordered list
 */
div.form-errors {
	background-color:#fff;
	border:1px solid #ff0000;
	text-align:left;
	margin-bottom:5px;
	padding:5px;
}

div.form-errors ul {
	margin-top:0;
	margin-bottom:0;
}

div.form-errors li {
	text-align:left;
	color:#ff0000;
	padding:0;
}

.negativeAmount {
	color:red;
}