@import url("ajax.css");

body {
	background: #012e9e;
	color: #000000;
	font-family: 'times new roman';
}

h1 {
	color: #6666cc;
	font-family: 'times new roman';
	text-transform: capitalize
}

h2 {
	color: #6666cc;
	font-family: 'times new roman';
	text-transform: capitalize
}

h3 {
	color: #6666cc;
	font-family: 'times new roman';
	text-transform: capitalize
}

h4 {
	color: #6666cc;
	font-family: 'times new roman';
	text-transform: capitalize
}

h5 {
	color: #6666cc;
	font-family: 'times new roman';
	text-transform: capitalize
}

h6 {
	color: #6666cc;
	font-family: 'times new roman';
	text-transform: capitalize
}

table {
	background: #ffffff;
	border-color: #a7a8ab;
}

th {
	background: #012e9e;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
}

A:link {
	color: #012e9e;
	font-weight: 700;
}

A:active {
	color: #012e9e;
	font-weight: 700;
}

A:visited {
	color: #012e9e;
	font-weight: 700;
}

A:hover {
	color: #000000;
	text-decoration: none;
	font-weight: 700;
}

/* ID's */
div#openInstruct {
	background: transparent;
	color: blue;
	font-weight: 700;
	cursor: help;
}

div#instruct {
	background: #d1d1d1;
	color: #000000;
	width: 50%;
	border: 1px solid #000000;
	position: absolute;
	left: auto;
	right: auto;
	padding: 10px;
	visibility: hidden;
}

div#instruct p {
	text-indent: 1.5em;
}

div#instruct li {
	margin: 2px;
	list-style-type: disc;
	list-style-position: outside;
}

/* Feedback link */
div.feedback a {
	color: #ffffff;
	background: #032da5;
	text-decoration:none;
/*	text-indent: 10px; */
	text-align: left;
	font-size:11px;
	line-height:20px;
	padding: 2px 10px;
	font-family: Tahoma, verdana, sans-serif;
	font-weight: 700;
	/*text-align: center;	*/
	border:1px solid #000000;
}
	
/* div.feedback {
	position:absolute;
	top:0; 
	left:0;
} fixes IE slowness?? */


div.feedback a:link {
	color: #ffffff;
	background: #032da5;
}

div.feedback a:active {
	color: #ffffff;
	background: #032da5;
}

div.feedback a:visited {
	color: #ffffff;
	background: #032da5;
}

div.feedback a:hover {
	color: #ffffff;
	background: #a9a9ab;
}

table.feedback a {
	width:300px;
	display: block;
	empty-cells: show;
}

.feedbackBig {
	font-size:18px;
	font-family: Tahoma, verdana, sans-serif;
	font-weight: 700;
}

/* left menu - main pages */
table.leftMenu a {
	width:125px;
	display: block;
}

th.leftMenu {
	color: #032da5;
	background: #ffffff;
	font-weight: 700;
	font-size:11px;
	font-family: Tahoma, verdana, sans-serif;
}

div.leftMenu	a {
	color: #ffffff;
	background: #032da5;
	text-decoration:none;
	font-size:10px;
	line-height:16px;
	padding: 2px 2px;
	font-family: Tahoma, verdana, sans-serif;
	font-weight: 700;
	text-align: center;	
	border:1px solid #000000;
}
	
/*div.leftMenu {
	position:absolute;
	top:0; 
	left:0;
} fixes IE slowness?? */


div.leftMenu a:link {
	color: #ffffff;
	background: #032da5;
}

div.leftMenu a:active {
	color: #ffffff;
	background: #032da5;
}

div.leftMenu a:visited {
	color: #ffffff;
	background: #032da5;
}

div.leftMenu a:hover {
	color: #ffffff;
	background: #a9a9ab;
}



/* top menu */
table.topMenu a {
	width:125px;
	display: block;
	empty-cells: show;
}

div.topMenuEnd {
	color: #a9a9ab;
	background: #a9a9ab;
	text-decoration:none;
	font-size:11px;
	line-height:16px;
	padding: 2px 25px;
	font-family: Tahoma, verdana, sans-serif;
	font-weight: 700;
	text-align: center;	
	border:1px solid #000000;
	empty-cells: show;
	width: 65px;
}

div.topMenu	a {
	color: #ffffff;
	background: #a9a9ab;
	text-decoration:none;
	text-indent: 10px;
	text-align: left;
	font-size:11px;
	line-height:16px;
	padding: 2px 2px;
	font-family: Tahoma, verdana, sans-serif;
	font-weight: 700;
	/*text-align: center;	*/
	border:1px solid #000000;
}
	
/* div.topMenu {
	position:absolute;
	top:0; 
	left:0;
} fixes IE slowness?? */


div.topMenu a:link {
	color: #ffffff;
	background: #a9a9ab;
}

div.topMenu a:active {
	color: #ffffff;
	background: #a9a9ab;
}

div.topMenu a:visited {
	color: #ffffff;
	background: #a9a9ab;
}

div.topMenu a:hover {
	color: #ffffff;
	background: #032da5;
}


/* classes */

.altHeader {
	color: #339933;
	background: #ffffff;
	font-weight: 700;
}

.altLine {
	background: #cccccc
}

.bigText {
	font-size: 20px;
}

.bold {
	font-weight: 700;
}

.closeLink {
	background: transparent; 
	color: #0080c0;
	width: 100%;
	font-weight: 700;
	cursor: pointer;
	margin-left: auto;
	text-align: right;
	color: #0080c0;
}

.error {
	color: #ff0000;
	font-weight: 700;
}

.header {
	background: #012e9e;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
}

.footerLinks {
	font-family: 'arial';
	font-size: 08pt;
	font-weight: 700
}

.medium {
	font-size: 15px;
}

.message {
	background: transparent;
	color: #ff0000;
	font-weight: 700
}

.nowrap { 
	white-space: nowrap;
}
.number {
	text-align: right
}

.printFormat {
	background: #ffffff;
	color: #000000;
	font-weight: 200;
	font-family: arial;
	font-size: 10pt;
}

.small {
	font-size: 11px
}

.xxsmall {
	font-size: xx-small;
}
