/***********************************************/
/* Use with template joe.htm                   */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body, div, td, th, input, texarea {
    font-family: "Verdana", "Helvetica", "LiHei Pro", Sans-Serif;
    margin: 0px;
    padding: 0px;
   line-height: 2em;
   color: #333333;    
    font-size: 13px;
}

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;
}

/************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 {
font-size: 12px;
}

.tableOrange {
border: 1px #DBDCE3 solid;  
}

.tableOrange td {
border: 0px;
padding: 3px;
background-color: #FFFFD9;
vertical-align :top ;
}

.tableOrange th {
border: #FFFFFF;
color: #969696;
background-color: #DEE6F3;
vertical-align: top;
}


.currentRow {
background-color: #FCFCA0;
}

.dataTable {
border: 1px #DBDCE3 solid;  
}

.dataTable td {    
border: 1px #DBDCE3 solid;
padding: 3px;
}

.dataTable th {
border: #FFFFFF;
color: #969696;
background-color: #DEE6F3;
vertical-align: top;
text-align: center;
}

.oneColumnDataTable {
border: 1px #FFCC66 solid;
background-color: #FFFFD9;
}

.oneColumnDataTable tr {
border: 1px #FFCC66 solid;
}

.tableHeader {
color: #000000;
background-color: #FFCC66;
text-align: left;
}

.tableRow{	
background-color: #FFFFD9;
}

.tableField {
border: 0px;
padding: 3px;
background-color: #FFFFD9;
font-size : 12px;
}

.tableHeader {
font-weight: bold;
border: #FFFFFF;
color: #000000;
background-color: #FFCC66;
text-align: left;
font-size : 12px;
}
.requiredFill {
font-size : 12px;
color: #FF0000;
}

.error {
color: #FF0000;
}
.noBorder {
border: 0px none;
}

.leftMenuTable {
 	height: 100%;
	width: 100%;
}

.leftMenuTable td {
	height: 13px;
	text-align:left;
	vertical-align: top;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #68BD45;	
}

