/* Some notes...
    color: #7FA3BF; for the top content
    color: #B9CDDF; for the bottom content
*/
table{
  color:#2B4D79;
  font-family: arial;
  font-size: 8pt;
}

.copyright{
  color: #E7E7E7;
}


p {
  padding: 10 21 10 21;
  text-align: justify;
  color:#2B4D79;
  line-height: 10pt;
}

 .content {
    padding: 10 21 10 21;
    text-align: justify;
    color:#E2F1FE;
    line-height: 10pt;
 }
 
 .insidetable {
  padding: 10 21 10 21;
  text-align: justify;
  color:#153046;
  line-height: 10pt;
 }

.bordert {
  border-width: 1px;
  border-color: #668298;
}

a{
  text-decoration: none;
}
a:link {color: #216493;}
a:hover {color: #216493; text-decoration: underline;}
a:visited {color: #216493;}
a:active {color: #216493;}

a.credit {
    text-decoration: none;
}
a.credit:link {color: #153046;}
a.credit:hover {color: #153046; text-decoration: underline;}
a.credit:visited {color: #153046;}
a.credit:active {color: #668298;}

a.logout:link {color: #FFFFFF;}
a.logout:hover {color: #98C6E3; text-decoration: underline;}
a.logout:visited {color: #FFFFFF;}
a.logout:active {color: #FFFFFF;}

.orderedlist {
  padding: 10 21 10 21;
  text-align: justify;
  color:#2B4D79;
  line-height: 10pt;
}

.system_message{
		font-size: 8pt;
		font-style: normal;
		font-weight: normal;

		text-align: center;
}

.button_off{
		color: #003366;
		font-family: arial;
		font-size: 8pt;
		font-style: normal;
		font-weight: bold;
		cursor: hand;

		text-align: center;
		border: 0px solid #003366;

		background-color: white;
		width: 60;
}

.button_on{
		color: #5A92CA;
		font-family: arial;
		font-size: 8pt;
		font-style: normal;
		font-weight: bold;
		cursor: hand;

		text-align: center;
		border: 0px solid #5A92CA;

		background-color: white;
		width: 60;
}

.input_off{
		color: #003366;
		font-family: arial;
		font-size: 8pt;
		font-style: normal;
		font-weight: bold;

		text-align: left;

		background-color: #F7FAFC;
		width: 120;
}

.input_on{
		color: #003366;
		font-family: arial;
		font-size: 8pt;
		font-style: normal;
		font-weight: bold;

		text-align: left;

		background-color: #ACC3DA;
		width: 120;
}

.label{
    color: #FFFFFF;
	text-align: right;
	padding: 0 4 0 2;
}

.input{
	text-align: left;
	padding: 0 2 0 4;
	width: 212;
}

.login_error{
  height: 100%;
  color: #FF0000;
  text-align: center;
  background-color: #DFE7EF;
}

.login_valid{
  height: 100%;
  color: #0000FF;
  text-align: center;
  background-color: #DFE7EF;
}

.login_display{
  color: #FFFFFF;
  text-align: center;
}

