/*
Copyright Translogik Software
http://www.translogik.com
*/


body, table, th, td, input, textarea, select {
	font: 12px/14px arial, helvetica, sans-serif;
	color: #000000;
}
body {
	background: #FFFFFF;
	margin: 0px;
	scrollbar-face-color: #A5A5A5;
	scrollbar-highlight-color: #A5A5A5;
	scrollbar-shadow-color: #A5A5A5;
	scrollbar-3dlight-color: #E7E7E7;
	scrollbar-darkshadow-color: #555555;
	scrollbar-track-color: #D7D7D7;
	scrollbar-arrow-color: #000000;
}


a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #095D70;
}
a:visited {
	color: #256782;
}
a:active, a:hover, a:focus {
	color: #FCE481;
	text-decoration: underline;
}
a.navLink {
	font-size: 10px;
}


div.contentText {
	color: #08164C;
}
div.certText {
	color: #08164C;
	font-size: 14px;
}


span.paneHeader {
	width: 130px;
	background: #EDF7D2;	padding: 3px;
	color: #54601F;
	font-size: 12px;
	font-weight: bold;
}
span.requiredField, span.errorMessage, span.highlightText {
	color: #CC3333;
}
span.fieldNote {
	font-size: 10px;
	line-height: 12px;
	color: #666666;
}
span.resumeHeading {
	font-weight: bold;
}


h1 {
	font-weight: bold;
	font-size: 14px;
}
h2 {
	font-size: 23px;
}

ol.tips {
	line-height: 24px;
}


table, td {
	border: 0px none;	margin: 0px;	padding: 0px;
}table {
	border-collapse: collapse;
}td {
	text-align: left;	vertical-align: top;
}
table.certificate {
	border: 1px solid #A5A5A5;
	background-color: #FFFFFF;
}
table.contentTable td {
	color: #08164C;
}
table.resumeTable td {
	padding: 3px;
}
tr.panel {
	background-color: #D6E7ED;
}
td.pane {
	background-color: #CEE08C;	padding: 6px;
	font-size: 11px;
	line-height: 12px;
	color: #3F4E7A;
}
td.pane a {
	color: #3F4E7A;
}
td.pane a:active, a:hover, a:focus {
	color: #000000;
	text-decoration: underline;
}
td.left {
	text-align: left;
	vertical-align: middle;
}
td.center {
	text-align: center;
	vertical-align: middle;
}
td.right {
	text-align: right;
	vertical-align: middle;
}


img {
	border: 0px none;
}


input, textarea, select {
	color: #000000;
	border-width: 1px;
}
input.field, textarea, select {
	background-color: #FFFFFF;
	border-color: #BCBCBC;
	width: 304px;
}
input.box {
	border-color: #797979;
}
input.button {
	background-color: #F9F1D2;
	border-color: #657A7C;
}
