html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	font-weight: normal;
}

body {
	font-size: 1.2em;
}

body * {
	font-size: 1em;
}

/*input[type="button"] input[type="submit"] input[type="reset"] { 
	text-align: center;
}*/

h1 {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 0.7em;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.4em;
}

h4 {
	font-size: 1.4em;
	font-style: italic;
	margin-bottom: 0.4em;
}

h5 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.2em;
}

h6 {
	font-size: 1.3em;
	font-style: italic;
	margin-bottom: 0.2em;
}

p {
	margin-top: 0.3em;
	margin-bottom: 0.5em;
}

th {
	/*text-align: left;*/
	font-weight: bold;
	padding-left:5px;
	padding-right:5px;
}

td {
	vertical-align: top;
	text-align: left;
	padding: 2px;
}

caption {
	background-color: #332099;
	color: #FFFFFF;
	font-weight: bold;
}

caption a {
	color: #F9E9DF;
}

caption a:hover {
	color: #FCD79E;
}

blockquote {
	background-image: url('/images/openQuotes.gif');
	background-color: #EEEEFF;
	background-position: 5px 10px;
	background-repeat: no-repeat;
	padding: 10px;
	padding-left: 50px;
	padding-right: 50px;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

/*.page_content a:link a:visited a:active a:hover {
	text-decoration: none;
}

a:link a:active {
	color: #3300FF;
}

a:hover {
	color: #3399FF;
}

a:visited {
	color: #333399;
}*/

.floatLeft {
	float: left;
	margin: 0 0.8em 0 0;
}

.floatRight {
	float: right;
	margin: 0 0 0 0.8em;
}

.floatLeftClear {
	float: left;
	clear: left;
	margin: 0 0.8em 0 0;
}

.floatRightClear {
	float: right;
	clear: right;
	margin: 0 0 0 0.8em;
}

.clearLeft {
	clear: left;
}

.valign_center {
	vertical-align: middle;
}

.valign_top {
	vertical-align: top;
}

.core {
	color: #FF0000;
	font-weight: bolder;
}

.quest {
	color: #8F3E97;
	font-weight: bolder;
}

.error {
	color: #FF0000;
}

.mandatory {
	color: #FF0000;
}
	
.right {
	text-align: right;
}

.left {
	text-align: left;
}

.centered { 
	text-align: center;
}

a {
	color: #3300CC;
	text-decoration: none;
}

a:hover {
	color: #6666FF;
	text-decoration: underline;
}

a img {
	border: 0;
}

.redButton {
	font-weight: bold;
	color:#AA0022;
	padding: 3px;
	background-color:#FFCCCC;
	border-style:solid;
	border-color:#AA0022;
	border-width:1px;
}

.greenButton {
	font-weight: bold;
	color:#007030;
	padding: 3px;
	background-color:#B5E8D2;
	border-style:solid;
	border-color:#007030;
	border-width:1px;
}

.smallRedButton {
	font-weight: normal;
	color:#AA0022;
	padding: 1px;
	background-color:#FFCCCC;
	border-style:solid;
	border-color:#AA0022;
	border-width:1px;
}

.smallGreenButton {
	font-weight: normal;
	color:#007030;
	padding: 1px;
	background-color:#B5E8D2;
	border-style:solid;
	border-color:#007030;
	border-width:1px;
}

.formLabel {
	font-weight: bold;
	padding: 3px;
	color:#2200AA;
	background-color:#CCCCFF;
}

.formField {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	background-color:#EAEAFF;
}

span.popupInfo {
	position: absolute;
	visibility: hidden;
	display: block;
	background-color: #DDDDFF;
	border-color: #6646BB;
	border-width: 1px;
	border-style: solid;
	padding: 0.2em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	margin-top: 1.3em;
	width: 12em;
}

span.popupInfo img {
	float: right;
	width: 18px;
}

span.popupInfo p {
	font-size: 0.8em;
	margin: 0;
}

span.popupLink {
	display: inline-block;
	vertical-align: bottom;
}

div.parserError {
	border-width: 1px;
	border-style: solid;
	border-color: #FF0000;
	padding: 4px;
}

div.centeredZone {
	text-align: center;
	margin: 0 auto;
}

table.centered {
	margin: 0 auto;
}

ul.spacedList {
}

ul.spacedList li {
	margin-bottom: 0.5em;
}

span.zoom {
	vertical-align: 100%;
	font-style: italic;
}

table.layout {
}

.page_content table.layout>tr>td {
	background-color: transparent;
}
.page_content table.layout>tbody>tr>td {
	background-color: transparent;
}

p.kbAreaHeading {
	width: 100%;
	background-color: #330066;
	color: #FFFFFF;
	font-weight:bold;
	padding: 2px;
	margin: 0
}

div.kbArea {
	float: right;
	width: 100%;
	height: 200px;
	overflow: scroll;
	border-style:solid;
	border-width: 1px;
	border-color: #330066
}

a.kbLink {
	display:block;
	background-color:#CCCCFF;
	padding:2px;
}

a.kbLink:hover {
	display:block;
	background-color:#D7D7FF;
	padding:2px;
}

a.kbLink2 {
	display:block;
	background-color:#EEEEFF;
	padding:2px;
}

a.kbLink2:hover {
	display:block;
	background-color:#F7F7FF;
	padding:2px;
}

