/* set default styles */
/* style for table in forms */
frmTable {
	width:auto;
	border:none;
	text-align:left;
	font-size: 1em;
	padding:2px;
	margin:1px;
}

td {
	vertical-align:top;
}

.boldText {
	font-weight:bold;
}

li {
	padding-bottom:5px;
}

/* format the cells with text names identifying input boxes */
.lbl {
	text-align:right;
	font-weight:bold;
	font-size:1em;
	vertical-align:middle;
	padding-bottom:10px;
	padding-left:25px;
}

/* format the cells with the input boxes */
.inp {
	text-align:left;
	padding-bottom:10px;
	padding-left:10px;
	font-size:1em;
}

/* for headings that look bad centered (th-style) */
.columnHeader {
	text-align:left;
	font-size:1em;
	font-weight:bold;
}

/* the next 5 styles are for tables with borders (like forgotLogin.cfm) */
/* the next 5 styles are for tables with borders (like forgotLogin.cfm) */
/* the next 5 styles are for tables with borders (like forgotLogin.cfm) */
.border1 {
	border: 1px solid;
	border-color: #666666;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

/* format the cells with text names identifying input boxes (less padding) */
.lbl2 {
	text-align:right;
	font-weight:bold;
	font-size:1em;
	vertical-align:middle;
	padding:3px;
}

/* format the cells with the input boxes (less padding) */
.inp2 {
	text-align:left;
	font-size:1em;
	padding:3px;
}

.h3Border {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	text-align:center;
	border:1px solid;
	background-color: #D5DAD6;
}
/*end styles for tables with borders */
/*end styles for tables with borders */
/*end styles for tables with borders */

.redItal {
	color:#FF0000;
	font-style:italic;
	font-weight:bold;
}

.boldItal {
	font-weight:bold;
	font-style:italic;
}

.boldRed {
	color:#FF0000;
	font-weight:bold;
}

a:link {
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #005B27;
}

a:visited {
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #005B27;
}
a:hover {
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #000000;
}
a:active {
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #005B27;
}

/* checklist styles */
.checklistLbl {
	text-align:left;
	font-weight:bold;
	font-size:1em;
	vertical-align:top;
	padding-bottom:12px;
	padding-top:12px;
}

.checklistLbl2 {
	text-align:left;
	vertical-align:top;
	font-size:1em;
}

.checkbox {
	vertical-align:top;
	width:25px;
}

.currFile {
	font-style:italic;
	color:#005B27;
	font-weight:bold;
}

/* style for making text different colors of bold text */
.boldGreen {
	color: #005B27;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.boldBlue {
	color: #002469;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

/* used for list items that have additional text */
.liSubText {
	padding-top:5px;
	padding-left:10px;
	font-size:12px;	
}

/* left padding for formatting */
.leftPad {
	padding-left:10px;
}

/* more left padding for formatting */
.leftPad2 {
	padding-left:20px;
}

/* make the bold red * for required fields larger */
.requiredFieldStar {
	color:#FF0000;
	font-weight:bold;
	font-size:1.3em;
}	