a {
	text-decoration: underline;
	color: #00008B;
 }
a:visit {
	text-decoration: underline;
}
a:hover {
	color: #9900ff;
	text-decoration: underline;
}
body { font-family: tahoma,verdana, Geneva, Arial, Helvetica, sans-serif;  font-size: 11px;}

ul { line-height: normal;  margin-top: 3px;margin-left: 23px;}

table { font-family: tahoma,verdana, Geneva, Arial, Helvetica, sans-serif;  font-size: 11px;}

input,textarea,select { font-family: tahoma,verdana, Geneva, Arial, Helvetica, sans-serif;  font-size: 11px;}

td.dottedorangebottom { border-bottom: 1px dotted orange; }

td.solidlightborder { border: 1px solid Silver; }

table.solidlightborder { border: 1px solid Silver; }

tr.lightgreenbackground { background-color: #E3EFB5; }

tr.lightorangebackground { background-color: #ffcc66; }

tr.purplegraybackground { background-color: #CBCAE1; color: Black; }

td.dashedlightbottomborder { border-bottom: 1px dashed Silver; }

table.dashedlightborder { border: 1px dashed Silver; }
td.norecords { color: red; background-color: #ffffff; }

a.quickactions { color: #b90000; }

a.navbar {
	text-decoration: none;
	color: White;
}

A:HOVER.navbar {
	color: orange;
	text-decoration: none;
}

.tablehref {
    cursor: hand;
	text-decoration: underline;
	color: blue;
}

.tablehref2 {
    cursor: hand;
	text-decoration: underline;
	color:#00008B;
}

.recordTable {
    background-color:#595959;
}

.recordTable2 {
    background-color:#3366ff;
}

.recordTable3 {
    background-color:#d4d4d4;
}
.pagetitle { font-weight: bold;  font-style: normal;  font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;  font-size: 13px;
}
.required { font-weight: bold;  font-style: normal;  font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;  font-size: 10px;color:red;
}