/* style.css */

body {

        font-size: 12px;
        font-family: verdana;
}


.themessage {
        width: 96%;
        background: #EEEEEE;
        padding: 5px;
        font-weight: bold;
        margin-bottom: 5px;
}

.smalltable {

        font-size: 10px;
        font-family: verdana;
        font-size: 14px;
        color: black;
}

a.smalltable:link { color: black; }
a.smalltable:hover { color: black; }
a.smalltable:visited { color: black; }
a.smalltable:active { color: black; }

.bodypad {
        padding: 2px;
}

.maindiv {
        width: 758px;
        border-style: solid;
        border-width: 1px;
        border-color: #000000;
}

.content_div {
        width: 90%;
        background: #EEEEEE;
        text-align: center;
        padding: 5px;
        font-weight: bold;
        margin-bottom: 5px;
        margin-left: 20px;
}

.content_td td {
        text-align: center;
}

.mapclass {
        width: 400px;
        height: 400px;
        float: left;
}

.formclass {
        position: absolute;
        left: 0px;
        top: 0px;
        visibility: hidden;
        height: 0px;
        width: 0px;
/*        background: #A2BAFA; */
        border-style: solid;
        border-width: 1px;      
        border-color: #000000;
}               

.autocomp {
        position: absolute;
        left: 0px;
        top: 0px;
        visibility: hidden;
        width: 0px;
}
.taskboxclass {
        position: absolute;
        left: 0px;
        top: 0px;
        visibility: hidden;
        width: 0px;
}


.pad {
        padding-left: 10px;
}


.marginspace {
        margin-top: 10px;
}

SELECT, option, input, textarea {
        font-family: verdana;
        font-size: 11px;
        color: #000000;
        background-color: #FFFFFF; 
        border: 1px #000000 solid;
}

.taskchecker {
        width: 150px;
        background-color: #FFBC37; 
        border-style: solid;
        border-color: #000000;
        border-width: 1px;
}


/* p {
        font-weight: bold;
        margin-top: 0px;
} */

form {
        margin: 0px;
}

.box {
     background: transparent;
     background-color: transparent;
     opacity: .8;
}

.table1 {
        background:transparent url(none) 0 0 repeat-y;
        border-collapse:collapse;
        margin-top:3px; 
        }

.rowheader {
        font-family: verdana;
        font-weight: normal;
        font-size: 10px;
        color: white;
 //       background-color: #E43B1E;
        background-color: #006699;
}

.banner1 {
        font-family: verdana;
        font-weight: bold;
        font-size: 14px;
        color: #E43B1E;
}

.rowhead12 {
        font-family: verdana;
        font-weight: bold;
	font-size: 14px;
        background-color: #FFFFFF;
        color: black;
}

.boxtext {
        font-family: verdana;
        font-weight: normal;
        font-size: 14px;
        font-color: #FFFFFF;
        background-color: #000000;
}

.boxtext A {
        color: #E0E0E0;
}

.showtext {
        font-family: verdana;
        font-weight: normal;
        font-size: 14px;
        font-color: #FFFFFF;
        background-color: #000000;
}

.showtext a:link { color: black; }
.showtext a:hover { color: #E43B1E; }
.showtext a:visited { color: black; }
.showtext a:active { color: black; }

.links {
	font-family: verdana;
        font-weight: normal;
        font-size: 16px;
}

.links A {
	text-decoration: none;
	color: #E0E0E0;
}

a:visited { font-size: 80%; text-transform: uppercase; color: #A1A1A1; }

.rowdata A:hover {
        color: red;

}

.res_show_body {

        font-family: verdana;
        background-color: #E9EBFB;

}
/* table tr * {font:1.0em Arial, Helvetica, sans-serif;} 

table tr td {color:black;}

table tr *:hover, tbody tr.odd td:hover {background: transparent url(images/alpha2.gif);}

table tfoot tr *:hover {background: none;}

table thead th[scope]:hover {
        background:transparent url(images/alpha2.gif); 
        color:#000; 
}

.res_show_table caption { 
        font-family: verdana;
        font-weight: bold;
        font-size: 16px;
        color: black;
}

thead {
        background:transparent url(images/alpha2.gif);
        }

tbody th {background:transparent url(images/alpha2.gif);}

tbody tr.odd td {background:transparent url(images/alpha3.gif);}

tbody td {background:transparent url(images/alpha2.gif);}

tfoot tr th {
        text-align : left;
        }


table tfoot tr * {
        text-transform:uppercase;  
        }

tbody th a {
        text-decoration:none;
        }

tbody th a:hover {
        background:none;
        } */

tbody td a:hover {
        background:none;
        } 

