/***********************************************/
/* Use with template joe.htm                   */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body, div, td, th, input, texarea {
   font-family: "Verdana", "Helvetica", "LiHei Pro", Sans-Serif;
   margin: 0px;
   line-height: 1.5em;
   color: #333333;    
   font-size: 12px;
}

a{
color: #0C0292;
text-decoration: none;
}
a:link{
color: #0C0292;
text-decoration: none;
}

a:visited{
color: #0C0292;
text-decoration: none;
}

a:hover{
color: #0C0292;
text-decoration: underline;
}

ul{
list-style-type: square;
}

ul ul{
list-style-type: disc;
}

ul ul ul{
list-style-type: none;
}

/************Page Style****************/
.pageTitle {
	font-family: "Verdana", "Arial", "sans-serif";
	text-align: right;
	font-size: 12px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	color: #868A8A;
}

.subTitleLine {
	font-family: "Verdana", "Arial", "sans-serif";
	font-size: 13px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	color: #1363AC;
	border-bottom-color: #CCCCCC;
}

.subTitle{
	color: #1363AC;
	font-size: 13px;
}

.subTitleGray {
	background-color: #EEEEEE;
}

/************Copyright****************/
.footer {
font-size: 12px;
}

.formText     {	color: #333333; font-style: normal; font-weight: normal }
.formButton    { color: #333333; border: solid 1pt #707070; background: #EFEBDE;padding: 1pt;}
.note {
color: #FF0000;
font-size: 12px;
}


.currentRow {
background-color: #FCFCA0;
}

.links {
	color: #4B4B4B
}

.departLinkTd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: E8E9E9;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.tableGrayRow{	
background-color: #F0F0F1;
}

.tableNote {
	background-color: #FFFFCC;
	border: 1px solid #CCCCCC;
	margin: 3px;
	padding: 3px;
}

.dataTable {
border: 1px #DBDCE3 solid;  
}

.dataTable td {    
border: 1px #DBDCE3 solid;
background-color: #FFFFCC;
padding: 3px;
}

.dataTable th {
border: #FFFFFF;
background-color: #dfdfff;
vertical-align: top;
text-align: center;
}

.requiredFill {
font-size : 12px;
color: #FF0000;
}

.error {
color: #FF0000;
}
.noBorder {
border: 0px none;
}
