/* CSS Example Stylesheet */

/* Basic Elements */
#header {
	width:770px;
	height: 62px;
	background-color:#096;
	text-align:right;
	font-size:80%;
	font-family:verdana,helvetica,arial,sans-serif;
}

.logo {
	float:left;
}

.global_nav {
	float:right;
	font-size:.85em;
	letter-spacing:.02em;
	color:#ada;
	width:550px;
	padding-right: 17px;
}

.global_nav ul {
	width:480px;
	float:right;
	list-style-type:none;
	margin:0;
	padding:0;
}
.global_nav ul li {
	padding:6px 0;
	text-align:center;
	float:right;
	margin:0;
}


.global_nav ul li a, 
.global_nav ul li a:active, 
.global_nav ul li a:visited{
	color:#fff;
	display:block;
	text-decoration:none;
	padding:5px 12px;
	border:1px solid;
	border-color:#00a16b #008f5d #008f5d #00a16b;
}


.global_nav ul li a:hover {
	color:#fff;
	display:block;
	border-color:#3a8 #074 #fff #3a8;
	background-color:#05a26a;
	text-decoration:none;
}

body {
	margin: 0px;
 	padding: 0px;
	background-color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
}

h1 {
	position: relative;
	top: -4px;
	color: #009966;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 110%;
	margin-left: 6px;
}

h2 {
	position: relative;
	color: #009966;
	font-size: 130%;
	margin: 0px;
	width: 480px; 
}

h3 {
	color: #009966;
	font-size: 70%;
	margin: 0px;
	margin-left: 4px;
	margin-top: 4px;
}

sub {
	font-size: 90%
}

h3.popup
{
	margin-top: 38px;
	margin-bottom: 17px;
	color: #009966;
	font-family: verdana, sans-serif;
	font-size: 70%;
}

h3.ws {
	color: #009966;
	font-size: 70%;
	margin: 0px;
}

h4 {
	font-size: 70%; 
	color: #009966; 
	font-family: verdana, sans-serif; 
	font-weight: bold;
	margin-bottom: 12px;
}

a:link,
a:active,
a:visited,
a:hover {
	color: #009966;
}

.warningMessage {
	color: #0066CC;
}

.errorMessage {
	color: #cc0000;
}

.errorHR {
	color: #cc0000;
}

.errorLine {
	color: #cc0000;
	background-color: #cc0000;
	height: 1px;
	border: 0;
}

.errorButton
{
	color : #cc0000;
	font-family: verdana, sans-serif;
	background-color : #ffffff;
	font-weight : bold;
}

.warningLine {
	color: #0066CC;
	background-color: #0066CC;
	height: 1px;
	border: 0;
}

.delimiter {
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	border: 0;
}

.text {
	color: #000000;
	font-family:  verdana, sans-serif;
	font-size: 70%;
}

.boldtext {
	color: #000000;
	font-family:  verdana, sans-serif;
	font-size: 70%;
	font-weight: bold;
}

.notes {
	color: #000000;
	font-family:  verdana, sans-serif;
	font-size: 70%;
	margin-top: 2px;
	margin-left: 4px;
}

.bold {
	font-weight: bold;
}

.textIndent {
	color: #000000;
	font-family:  verdana, sans-serif;
	font-size: 70%;
	padding-left: 25px;
}	

.listItemHeader {
	color: #009966;
	font-family:  verdana, sans-serif;
	font-size: 70%;
	font-weight: bold;
}

.assistive {
    display: none;
}

.instrText {
	font-family: Verdana, sans-serif;
	color: #000000;
	font-size: 60%;
}

.reqInd {
	color: #990000;
}

/* startBar */

.startBar {
	height: 62px;
	width: 771px;
	background-color: #009966;
}

.startBar a:link, 
.startBar a:visited,
.startBar a:active,
.startBar a:hover {
	color: #ffffff;
	position: relative;
	top: 4px;
}

.startBar td {
	padding-left: 43px;
}

.startBar div {
	position: absolute;
	top: 1px;
	left: 360px;
	width: 400px;
	font-size: 70%;
	text-align: right;
}



/* Identifier */

.identifier {
	position: absolute;
	left: 171px;
	top: 64px;
	width: 600px;
	background-color: #ffffff;
	font-size: 70%;
	font-weight: bold;
	text-align: right;
	margin-top: 3px;
}

.identifier span {
	color: #009966;
	font-size: 100%;
	font-weight: bold;
	margin-right: 8px;
}

.identifier .poundBox {
	background-color: #009966;
	color: #ffffff;
	margin-left: 8px;
	margin-right: 0px;
	padding-left: 3px;
	padding-right: 3px;
}

.identifier a:link, 
.identifier a:visited,
.identifier a:active,
.identifier a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* End Identifier */

/* Start Progress */

.progress {
	position: absolute;
	top: 86px;
	left: 508px;
}

.progressBar {
	width: 132px; 
	height: 7px;
	border: 1px solid #006633; 
	background-image: url('saimages/gfx_progress.gif');
	margin-top: 2px;
	text-align: right;
}
	
.progressText {
	font-family: verdana, sans-serif;
	color: #000000;
	font-size: 70%;
}

/* End Progress */


/* Navigation Content */

.navCont {
	position: absolute;
	top: 108px;
	width: 130px;
	left: 6px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.navCont .navContStart {
	height: 43px;
	background-color: #009966;
	background-repeat: no-repeat;
	font-weight: bold;
}

.navCont .navContStart a:link, 
.navCont .navContStart a:visited,
.navCont .navContStart a:active,
.navCont .navContStart a:hover {
	color: #ffffff;
	text-decoration: none;
}

.navContStartText {
	font-size: 80%;
	font-weight: bold;
	color: #ffffff;
	font-family: verdana, sans-serif;
}

.navContLinks {
	padding-left: 3px; 
	padding-right: 3px; 
	padding-top: 5px; 
	border-left: 1px solid #009966; 
	border-right: 1px solid #009966;
}

.navContItem {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 4px;
}

.navContSpace {
	padding-top: -3px;
	padding-bottom: 0px;
	font-size : 1pt;
	line-height: 0px;	
	height: 5px;
}

.navContOn {
	background-color: #ccffcc;
	padding-left: 4px;
	padding-right: 2px;
	padding-top: 3px;
	padding-bottom: 4px;

}

.navContLinkOn:link, 
.navContLinkOn:visited,
.navContLinkOn:active,
.navContLinkOn:hover {
	font-size: 70%; 
	color: #000000; 
	font-family: verdana, sans-serif;
	text-decoration: none;
	font-weight: bold; 
}

.navContLink:link, 
.navContLink:visited,
.navContLink:active,
.navContLink:hover {
	font-size: 70%; 
	color: #000000; 
	font-family: verdana, sans-serif;
	text-decoration: none;
}

a.navContLinkInactive,
.navContLinkInactive:link, 
.navContLinkInactive:visited,
.navContLinkInactive:active,
.navContLinkInactive:hover {
	font-size: 70%; 
	color: #999999; 
	font-family: verdana, sans-serif;
	text-decoration: none;
}

.navContSitemap	{
	background-color: #009966;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #ffffff;
}

.navContSitemapLink:link, 
.navContSitemapLink:visited,
.navContSitemapLink:active,
.navContSitemapLink:hover {
	font-size: 70%; 
	color: #ffffff; 
	font-family: verdana, sans-serif;
	text-decoration: none;
	font-weight: bold; 
}


/* End Navigation Content */

/* Forms */

form {
	margin: 0px;
	padding: 0px;
}

input {
	font-family: verdana;
	font-size: 100%;
}

/* End Forms */


/* Content  */

.cont {
	position: absolute;
	top: 108px;
	width: 617px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 70%;
	margin-left: 148px;
	background-image: url("/saimages/corner_content.gif");
	background-repeat: no-repeat;
	padding-top: 11px;
}

.wsCont{
	position: absolute;
	top: 108px;
	width: 737px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 70%;
	margin-left: 28px;
	background-image: url("/saimages/corner_content_ws.gif");
	background-repeat: no-repeat;
	padding-top: 11px;
}

.navFlow {
	border-right: 1px solid #009966;
	text-align: right;
	padding-top: 7px;
	padding-right: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.navFlowTop {
	position: relative;
	z-index: 1000;
	height: 46px;
}

.cont .contTitle, .wsCont .contTitle {
	position: absolute;
	top: 17px;
	left: 0px;
}

.contSubTitle td{
	padding-bottom: 13px;
}

.cont .contForm, .wsCont .contForm {
	padding-right: 20px;
	height: 267px;
	width: 100%;
	font-size: 70%;
}

.cont .contLine, .wsCont .contLine {
	background-color: #009966;
	width: 1px;
	height: 260px;
}

.cont .contTable td, .wsCont .contTable td {
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 70%;
}

.cont .contTable .total td {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-top: 10px;
	padding-bottom: 10px;
}

.totalHighlight {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 4px;
	background-color: #ccffcc;
	}
	
.cont .list {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-top: 10px;
	padding-bottom: 10px;
}

.attachmentList {
	border-bottom: 1px solid #cccccc;
	padding-top: 10px;
	padding-bottom: 10px;
}

.attachmentListTotal {
	padding-top: 10px;
	padding-bottom: 10px;
}

.cont .contTable .listItemHeader {
	padding-top: 20px;
	padding-bottom: 20px;
}

.inactive {
	color: #999999;
}

.helpIcon {
	position: relative;
	top: 3px;
}

.highlight {
	background-color: #ccffcc;
	padding: 4px;
}

/* End Content */


/* Navigation Flow */

.navFlow img {
	margin-left: 8px;
	margin-bottom: 2px;	
}

.navFlow input {
	margin-left: 8px;
	margin-bottom: 2px;
	position: relative;
	z-index: 100;
}

.delete {
	margin-right: 295px;
	position: relative;
	top: 16px;
}

.navFlowLink {
	color: #009966;
	font-family:  verdana, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	position:relative;
	top:-2px;
	z-index: 200;
}

/* End Navigation Flow */


.legal {
	margin-top: 20px;
	font-family: verdana, sans-serif;
	margin-left: 60px;
}

.wsLegal {
	margin-left: 120px;
}

.legalLink:link, 
.legalLink:visited,
.legalLink:active,
.legalLink:hover
 {
	color: #000000; 
	text-decoration: underline;	
}

.worksheetLink {
 	padding-top: 10px;
	color: #009966;
	font-family:  verdana, sans-serif;
	font-size: 70%;
	font-weight: bold;
	padding-bottom: 5px;
}

.qnumber {
	background-color: #ccffcc;
	color: #009966;
	font-family:  verdana, sans-serif;
	font-size: 70%;
	font-weight: bold;
	text-align: center;
}

.qnumberRight {
	background-color: #ccffcc;
	color: #009966;
	font-family:  verdana, sans-serif;
	font-size: 70%;
	font-weight: bold;
	text-align: right;
}

.pound {
	text-align: center;
	color: #000000;
	font-family:  verdana, sans-serif;
	font-size: 70%;
	font-weight: bold;
	vertical-align: top;
	padding-top: 4px;
}

.formelement {
	font-size: 70%;
	font-family: Verdana, sans-serif;
	color: #000000;
}

.monetary {
	text-align: right;
}

.contButton
{
	color : #009966;
	font-family: verdana, sans-serif;
	background-color : #ffffff;
	font-size : 70%;
	font-weight : bold;
}

.disabled {
	font-size: 70%;
	color: #000000;
	background-color: #dedbde;
	font-family: Verdana, sans-serif; 
}

div.disabled {
	height: 18px;
	padding: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.disReg {
	width: 135px;
}

.disWs4c
{
	width: 75px;
}

.disWs3c
{
	width: 93px;
}

.helperText {
	font-size: 60%;
	font-family: Verdana, sans-serif;
	color: #000000;
	visibility: hidden;
	position: relative;
	padding-bottom: 1px;
	padding-right: 3px;
	padding-left: 2px;
	padding-top: 0px;
}

.text a,
.text a:link, 
.text a:visited,
.text a:active,
.text a:hover {
	text-decoration: underline;
}


.TRISectionHead, 
a.TRISectionHead:link,
a.TRISectionHead:visited,
a.TRISectionHead:active,
a.TRISectionHead:hover {
	color: #009966; 
	font-family: Verdana, sans-serif;
	text-decoration: underline;
}


.TRISectionHeadNoLink {
	font-size: 70%; 
	color: #666666; 
	font-family: verdana, sans-serif; 
}

.TRINotLink {
	color: #666666; 
	font-family: arial, helvetica, sans-serif
}

.TRISectionLink, .TRISectionLink:visited {
	color: #009966; 
	font-family: verdana, sans-serif;
	text-decoration: none;
}

.TRISectionLink:hover {
	color:#009966; 
	font-family: verdana, sans-serif;
	text-decoration: underline;
}

.TRIFormHeader {
	background-color: #CCFFCC;
	font-size: 100%;
	color: #009966; 
	font-family: verdana, sans-serif; 
	font-weight: bold;
}

a.sitemapLink,
a.sitemapLink:link, 
a.sitemapLink:visited,
a.sitemapLink:active {
	color: #000000;
	text-decoration: none;
	font-weight: 300;

}

a.sitemapLink:hover {
	text-decoration: underline;
}

a.sitemapLinkOn,
a.sitemapLinkOn:link, 
a.sitemapLinkOn:visited,
a.sitemapLinkOn:active {
	color: #009966;
	text-decoration: none;
	font-weight: 300;

}

a.sitemapLinkOn:hover {
	text-decoration: underline;
}

td.text {
	line-height: 140%;
}

a.top {
	font-weight: 300;
	color: #009966;
	text-decoration: underline;
}

.TRIFormHeaderNotActive {
	font-size: 70%; 
	color: #666666; 
	font-family: verdana, sans-serif; 
	font-weight: bold;
}

.pixel {
	font-size : 1pt;
	line-height: 0px;	
}

.wsTableHeader
{
	font-size: 70%; 
	color: #009966; 
	font-family: verdana, sans-serif; 
	font-weight: bold;
	text-align: center;
}

.wsFieldDesc
{
	font-size: 70%; 
	color: #000000; 
	font-family: verdana, sans-serif; 
	font-weight: bold;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 5px;
}

.contentBorder
{
	background-color: #009966;
}

.fbRange
{
	font-size: 70%; 
	color: #ffffff; 
	font-family: verdana, sans-serif; 
	padding: 1px;
	text-align: center;
	border-top: 1px solid #000000; 
	border-left: 1px solid #000000; 
	border-bottom: 1px solid #000000; 
}

.fbRangeRight
{
	border-right: 1px solid #000000; 

}

.button 
{
	color : #ffffff;
	font-family: verdana, sans-serif;
	background-color : #009966;
	font-weight : bold;
	width: 140px;
}