
/* CSS Document written by Matthew "Brett" Johnson <bjohnson@targetem.com> */
/* ----------------------------------------------------------------------- */

body {
background-color:#CCCCCC;
margin:0;
padding:0;
position:relative;
}

p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14pt;
border:#FF6600 1px dashed;
}

td {
font-family:Helvetica, sans-serif;
font-size:10pt;
}


#container {
background-color:#FFFFFF;
position:relative;
margin-left:auto;
margin-right:auto;
margin-top:20px;
min-height:400px;
width:800px; }

#module {
width:600px;
margin-left:auto;
margin-right:auto;
padding-top:20px;
padding-bottom:20px;
color:#000000;
}

#results {
width:400px;
height:400px;
margin-left:auto;
margin-right:auto;
background-color:#FFFFFF;
border:#000000 1px solid;
z-index:100;
}

#results-inner {
background-color:#FFFFFF;
padding:15px; }

#error_checking {
width:300px;
height:150px;
padding:10px;
z-index:5000;
background-color:#FF9999;
border:1px dashed #FF0033;
position:absolute;
left:200;
top:200;
}

.style1 {
color: #FFFFFF;
font-weight: bold;
}