BODY{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
	font-size:10pt;
  font-family: verdana, Sans-Serif;
}
TD {
  font-family: verdana;
	font-size: 8pt;
}
TH.banner{
	background-color: #08245b;
	color: #ffffff;
	font-size:10pt;
}
TD.nav {
	border:1px solid #848284;
	background-color: #d5d3ce;
	color: #000000;
}
A:link {
  color: #08245b;
  text-decoration: none;
}

A:visited {
  color: #08245b;
  text-decoration: none;
}

A:active {
  color: red;
  text-decoration: none;
}

A:hover {
  color: #666666;
  text-decoration: underline;
}
h1, .title {
  font-size: 16px;
	font-weight: bold;
	font-family: verdana;
	color: #08245b;
	margin-bottom: 0px;
	margin-top: 5px;
}

h2, .subtitle {
  font-size: 12px;
	font-weight: bold;
	font-family: verdana;
	color: #666;
	margin-bottom: 0px
	margin-top: 5px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	font-family: verdana;
	color: #08245b;
	margin-bottom: 0px;
	margin-top: 35px;
}

.button{
	border: 1px black solid;
	font-family: verdana;
	font-size: 10pt;
}

.text {
	border: 1px black solid;
	text-align: left;
	z-index: 50;
}

/* Standard Table */

table.std {
  border: solid #08245b 2px;
	background: #d6ebff;
}

table.std td.hilite {
	background: #ffffff;
}
table.std td.header {
  background: #08245b;
	color: white;
	font-weight: bold;
}
table.std td.spacer {
	height: 8px;
}

/* Pop-up Table */

div.hidden {
	position: absolute;
	visibility: hidden;
	z-index: 99;
	top: 0px;
	left: 0px;
}

table.popup {
  border: solid #000000 2px;
	background: #a3ccff;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=4, OffY=4, Color='gray', Positive='true')
}

table.popup td.hilite {
  background-color: #ffffff;
}

table.popup tr.header {
	background: #455678;
	color: white;
	font-weight: bold;
}

table.popup tr.header td {
}

/* Popup Calendar */
body.popcal {
  background-color: #f0f0f0;
} 

table.popcal {
  background-color: #cccccc;
}

table.popcal th {
  background-color: #ffffff;
  color: #000000;
  font-family: helvetica,arial,sans-serif;
  font-size: 9pt;
  font-weight: normal;
}

table.popcal td {
  background-color: #ffffff;
  font-family: helvetica,arial,sans-serif;
  font-size: 8pt;
  text-align: center;
}

table.popcal td.empty {
  background-color: #e0e0e0;
}

table.popcal td.today {
}

table.popcal td.weekend {
  background-color: #f0f0f0;
}

table.popcal a:link,

table.popcal a:visited {
  color: #0000ff;
  text-decoration: none;
}

table.popcal a.today:link,

table.popcal a.today:visited {
  color: #ff0000;
  font-weight: bold;
}

table.popcal a.weekend:link,

table.popcal a.weekend:visited {
  color: #0000aa;
}

table.popcal a.empty:link,

table.popcal a.empty:visited {
  color: #777777;
}
	      
A.hdr:link, A.hdr:active, A.hdr:visited {
  color:#ffffff;
}

/* tabbed boxes */
td.tabon {
  background: #a5cbf7;
  border-top: outset #ffffff 2px;
  border-left: outset #ffffff 2px;
  border-right: outset #cccccc 2px;
  border-bottom: none;
}
td.taboff {
  background: #d6ebff;
  border-top: solid #cccccc 1px;
  border-left: solid #cccccc 1px;
  border-right: solid #cccccc 1px;
  border-bottom: solid #cccccc 2px;
}
td.tabsp {
  border-bottom: solid #cccccc 2px;
}
td.tabox {
  background-color: #a5cbf7;
  border-left: solid #cccccc 2px;
  border-right: solid #cccccc 2px;
  border-bottom: solid #cccccc 2px;
}

/* Standard table 'spreadsheet' style */
table.tbl {
	  background: #a5cbf7;
}

table.tbl TH {
  background-color: #08245b;
  color: #ffffff;
  list-style-type: disc;
  list-style-position: inside;
  border: outset #D1D1CD 1px;
  font-weight: normal;
}

table.tbl tr.red {
	  background-color: #dddddd;
}

table.tbl tr.red td {
	  background-color: #dddddd;
}

table.tbl td {
	  background-color: #ffffff;
}
table.tbl .hdr {
	  background-color: #08245b;
		color: white;
}

table.tbl .filler {
	  background-color: #a5cbf7;
}
table.tbl .total {
		color: black;
}

/* Table */
table.tab {
		background: #08245b;
}
table.tab td {
	  background-color: #d6ebff;
}
table.tab .hdr {
	  background-color: #08245b;
		color: white;
}
table.tab .row {
	  background-color: #ffffff;
		border-left: #08245b 1px solid;
		border-bottom: #08245b 1px solid;
}
table.tab .rowend {
	  background-color: #ffffff;
		border-left: #08245b 1px solid;
		border-bottom: #08245b 1px solid;
		border-right: #08245b 1px solid;
}
table.tab .footer {
	  background-color: #ffffff;
		border: white 0px;
}
/* Message styles */
.warning {
	  color: red
}
.error {
	  color: red
}
.message {
	  color: #08245b;
}

.no_ {
	  color: red
}
.activepage{
	font-size:10;
}

/* month calendar - title area */
table.motitle {
        background-color: #777777;
}
table.motitle td {
        background-color: #f0f0f0;
}
table.motitle th {
        background-color: #f0f0f0;
        font-size: 10pt;
}

table.mocal {
        background-color: #777777;
}
table.mocal th {
        background-color: #08245b;
        color: #ffffff;
}
table.mocal td {
}
table.mocal td.week {
        vertical-align: top;
        background-color: #08245b;
        height: 80px;
}
table.mocal td.empty {
        background-color: #e0e0e0;
        color: #aaaaaa;
        text-align: left;
        vertical-align: top;
        height: 80px;
}
table.mocal td.day  {
        background-color: #ffffff;
        color: #333366;
        text-align: left;
        vertical-align: top;
        height: 80px;
}
table.mocal td.today {
        background-color: #a5cbf7;
        color: #ffffff;
        text-align: left;
        vertical-align: top;
}

table.mocal td.weekend {
        background-color: #f0f0f0;
        text-align: left;
        vertical-align: top;
}
table.mocal .event {
}

/* mini calendar - title area */
table.minititle {
}
table.minititle td {
}
table.minititle th {
        font-weight: normal;
}

table.minical {
}
table.minical th {
        font-weight: normal;
}
table.minical td {
}
table.minical td.week {
}
table.minical td.empty {
        color: #aaaaaa;
}
table.minical td.day  {
        text-align: center;
}
table.minical td.today {
        background-color: #e0e0e0;
        text-align: center;
}
table.minical td.weekend {
        text-align: center;
}
table.minical .event {
}
