/*
  CSS Style Sheet 
*/
body {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif, Verdana;
}

table {
	font-size: 10pt;
}

td {
	font-size: 10pt;
}

.maintable {
	background-color: #005388;
	border-bottom-color: #EBEF9F;
	border-right-color: #EBEF9F;
	border-right-width: thick;
	border-bottom-width: thick;
	border-top-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: none;
}

.hdlink {
	font-family: Arial, Helvetica;
	font-size: 8pt;
}
/*a.hdlink:link { color: blue }
a.hdlink:visited { color: blue }
a.hdlink:active { color: blue }
a.hdlink:hover { color: red }
*/
a.hdlink:link {
	color: 005388
}

a.hdlink:visited {
	color: 005388
}

a.hdlink:active {
	color: 005388
}

a.hdlink:hover {
	color: 7F223B
}

.dummy {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	color: #DDDDDD;
	background-color: #DDDDDD;
}

a.dummy:link {
	color: #DDDDDD
}

a.dummy:visited {
	color: #DDDDDD
}

a.dummy:active {
	color: #DDDDDD
}

a.dummy:hover {
	color: #DDDDDD
}

/* table header style */
th {
	font-family: Arial, Helvetica;
	font-size: 12pt;
	background-color: #DDDDDD;
	/*	background-color: #7F223B;*/
	text-align: left;
	padding: 0;
	border-bottom: thin solid #CCCCCC;
	border-right: none;
	bordercolor: #000000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	/*	border-top-color: #7F223B;*/
}

/* Form style */
input, select, option, textarea, .radiobox {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 10pt;
	color: black;
	/*background-color: #DDDDDD; */
}

input, select, option, textarea {
	border: solid #888888;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
}

.radiobox {
	border-style: none;
}

.chkbox {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 10pt;
	color: black;
	background-color: #FFFFFF;
	border: #FFFFFF;
}

/* Links */
a {
	font-family: Arial, Helvetica;
	font-size: 10pt;
}

a:link {
	color: 005388
} /* for unvisited links */
a:visited {
	color: 005388
} /* for visited links */
a:active {
	color: 7F223B
} /* when link is clicked */
a:hover {
	color: 7F223B
} /* when mouse is over link */
/*
a:link { color: blue; }
a:visited { color: blue }
a:active { color: red }
a:hover { color: red }
a.plain { text-decoration: none }
*/

/* Table rows */
.oddrow {
	background-color: #EEEEEE
} /* odd table row color */
.evenrow {
	background-color: #FFFFFF
} /* even table row color */

/* Error text */
.errtxt {
	color: red
}

.disabledtxt {
	color: grey
}

.error_message {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: red;
}

.install_message {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #005388;
}

/* Menu navigation bar */
table.navbar {
	background-color: #CCFFFF;
	color: black
}

.navspace {
	width: 50px
}

.navdef, .navsel {
	text-align: center;
	padding-left: 20;
	padding-right: 20;
	font-size: 10pt;
}

.navsel {
	background-color: #00CCCC;
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: black
}

.navdef {
	background-color: #DDDDDD;
}

.navover {
	background-color: #BBBBBB;
}

.navtext {
	color: #444444;
	text-decoration: none
}

a.navtext:link {
	color: #444444
}

a.navtext:visited {
	color: #444444
}

a.navtext:active {
	color: #444444
}

a.navtext:hover {
	color: #444444
}

/* Mail links */
.mailto {
	font-family: Times;
	font-size: 10pt
}

a.mailto:link {
	color: black
}

a.mailto:visited {
	color: black
}

a.mailto:active {
	color: black
}

a.mailto:hover {
	color: red
}

.tablefooter {
	font-family: Arial, Helvetica;
	background-color: #DDDDDD;
	font-size: 10pt;
	font-weight: bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.statusfooter {
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
}

.testing {
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
}

a.testing:link {
	color: #000000
}

a.testing:visited {
	color: #000000
}

a.testing:active {
	color: #000000
}

a.testing:hover {
	color: #000000
}

.location {
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
}

a.location:link {
	color: #000000
}

a.location:visited {
	color: #000000
}

a.location:active {
	color: #000000
}

a.location:hover {
	color: #000000
}

.tblcell {
	border-bottom: #FFFFFF 1 solid;
	border-right: #FFFFFF 1 solid
}

/* Forms */
/* to do -> CSS */