body {
	background-color: #FFF;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

th {font-family: Arial; font-size:12px; text-align=left; font-weight:normal; bgcolor:ffffff; color: #000000;}
td {font-family: Arial; font-size:12px; bgcolor:ffffff; color: #000000;}
td.top {vertical-align: top;}
td a {color: #5B8DCD; text-decoration: none;}
td a:hover {text-decoration: underline;}
th a {color: #ffffff; text-decoration: none;}
th a:hover {text-decoration: underline;}

a.details {
    padding-left: 5px;
    padding-right: 5px;
    color: #000000;
    text-decoration: none;
    border: 1px #C8C8C8 solid;
    background-color: #DEE3ED;
}

a:hover.details {
    color: #C8C8C8;
    text-decoration: none;
}

/* input/form */
form {
    padding: 0px;
    margin: 0px;
}

input, select, textarea {
    border: 1px #C8C8C8 solid;
    background-color: #DEE3ED;
    font-family: Arial;
    font-size: 11px;
    color: #000000;
}

input.radio {
    border: 0px;
    padding: 2px;
    background-color: #FCFDFF;
    font-family:  Arial;
    font-size: 11px;
    color: #000000
}

input.submit {
    border: 1px solid;
    border-color: #C8C8C8;
    background-color: #DEE3ED;
    font-family: Arial;
    font-size: 12px;
    color: #000000;
}


.tooltip {
    font-family:  Arial;
    font-size: 12px;
    font-weight: bold; 
    border: 1px solid;
    border-color: #C8C8C8;
    padding: 2px;
    background-color: #DEE3ED;
}

/* tooltip */
#dhtmltooltip {
    position: absolute;
    width: 300px;
    border: 1px solid;
    border-color: #C8C8C8;
    padding: 6px;
    background-color: #DEE3ED;
    visibility: hidden;
    z-index: 100;
}

table#poweredtable {
    float: left;
    width: 100%;
}

div#poweredby {
    color: black;
    font-family: arial, sans-serif;
    font-style: italic;
    font-size: 11px;
    text-align: right;
}

div#poweredby a {
    color: #a61500;
    text-decoration: none;
}

div#poweredby a:hover {
    color: #8e1801;
    text-decoration: none;
}

div#poweredby a:visited {
    color: #a61500;
    text-decoration: none;
}
