/***********************************************/
/* Use with template joe.htm                   */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
font-family: Verdana, Arial, sans-serif;
font-size: 15px;
color: #000000;
margin: 0px;
padding: 0px;
}

a{
color: #0C0292;
text-decoration: none;
}
a:link{
color: #0C0292;
text-decoration: none;
outline: 0
}

a:visited{
color: #0C0292;
text-decoration: none;
outline: 0
}

a:hover{
color: #0C0292;
text-decoration: underline;
outline: 0
}

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";
color: #333333;
font-weight: bold;
margin: 0px;
padding: 0;
}
.subTitle
{
font-family: "Verdana", "Arial", "sans-serif";
font-weight:bold;
color: #333333;
margin-right: 20px;
}
/************Copyright****************/
.copyright
{
border-top: 1px solid #CCCCCC;
border-right: 1px none #CCCCCC;
border-bottom: 1px solid #CCCCCC;
border-left: 1px none #CCCCCC;
text-align: center;
}
.page
{
text-align: left;
width: 95%;
padding-left: 5px;
}
.formText     {	color: #333333; font-style: normal; font-weight: normal }
.formButton    { color: #333333; border: solid 1pt #707070; background: #EFEBDE;padding: 1pt;}
.note {
color: #333333;
}

.tableOrange {
border: 1px #FFCC66 solid;
}

.tableOrange td {
border: 0px;
padding: 3px;
}

.tableOrange th {
border: #FFFFFF;
color: #000000;
background-color: #FFCC66;
vertical-align: top;
text-align: left;
} 

.tableOrange tr{	
background-color: #FFFFD9;
}

.currentRow {
background-color: #FCFCA0;
}

.dataTable {
border: 1px #FFCC66 solid;

}

.dataTable td {    
border: 1px #FFCC66 solid;
padding: 3px;
}

.dataTable th {
border: #FFFFFF;
color: #000000;
background-color: #FFCC66;
text-align: left;
}

.tableHeader {
color: #000000;
background-color: #FFCC66;
text-align: left;
}

.tableRow{	
background-color: #FFFFD9;
}

.tableField {
border: 0px;
padding: 3px;
background-color: #FFFFD9;
}

.tableHeader {
font-weight: bold;
border: #FFFFFF;
color: #000000;
background-color: #FFCC66;
text-align: left;
}

.error {
color: #FF0000;
}
.noBorder {
border: 0px none;
}

