*
{
padding: 0em;
margin: 0em;
}

html, body
{
    background: #E0E1FF;
}

body
{
    height: 100%;
    font-size: 10pt;
    font-family: "georgia", "times new roman", serif;
    color: #333333;
}

p
{
    color: #FFF;
    margin-right: 5px;
    margin-bottom: 5px;
}

a
{
    color: #FFF;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

h3 span
{
font-weight: normal;
}

h3,h4
{
    display: inline;
    font-weight: bold;
    color: #FFF;
}

#outer-results
{
    z-index: 2;
    position: relative;
    width: 820px;
    min-height: 100%;
    border-right: solid 7px #fff;
    border-left: solid 7px #fff;
    background-color: #fff;
    margin: 0 auto;
}

#main-results
{
    position: relative;
    width: 100%;
    background: #2B2B2B;  
    margin-bottom: 5px;
}

#results-info
{
    position: relative;
    text-align: left;
    margin-left: 5px;
    margin-bottom: 15px;   
}

#results-info p
{
    color: #869db2; 
}

#result
{
    line-height: 20px;
    color: #FFF;
    margin-bottom: 30px;
}

#result a
{
    text-decoration: underline;
    font-size: 150%;
    color: #77AAD4;
}

#result a:hover
{
    text-decoration: none;
}

#url
{
    color: #82D172;
}

#subtext
{
    color: #B1D0E7;
    display: inline;
}

#outer
{
    z-index: 2;
    position: relative;
    width: 820px;
    height: 525px;
    border: solid 7px #fff;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 5px;
}

#main
{
    position: relative;
    width: 100%;
    height: 525px;
    background: #2B2B2B;
    margin-bottom: 2px;
}

#title
{
    position: relative;
    background: #FFF url('img/titlebg.gif') repeat-x top left;
    height: 45px;
    padding: 0em 1.0em 0em 1.0em;
    margin-bottom: 2px;
}

#title h1
{
    font-weight: normal;
    color: #fff;
    font-size: 2.5em;
    text-align: center;
}

#menu
{
    position: relative;
    background: #BGC0CF;
    height: 5px;
    top: 5px;
    left: 675px;
    color: white;
}

#menu ul
{
    position: relative;
    top: 1px;
}

#menu ul li
{
    position: relative;
    display: inline;
}

#menu ul li a
{
padding: 0px 0px 0px 0px;
color: #fff;
text-decoration: none;
}

#menu ul li a:hover
{
	text-decoration: underline;
}

#error_title
{
    position: relative;
    background: #FFF url('img/errortitlebg.gif') repeat-x top left;
    height: 45px;
    padding: 0em 1.0em 0em 1.0em;
    margin-bottom: 2px;
}

#error_title h1
{
    font-weight: normal;
    color: #fff;
    font-size: 2.5em;
    text-align: center;
}

#search
{
    position: relative;
    top: 100px;
    left: 275px;
    color: white;
}

#content_form
{
    position: relative;
}

input.text
{
    border-top: solid 1px #000000;
    border-right: 0px;
    border-bottom: solid 1px #777777;
    border-left: 0px;
    padding: 4px;
    width: 300px;
}

textarea.text
{
    border-top: solid 1px #000;
    border-right: 0px;
    border-bottom: solid 1px #777777;
    border-left: 0px;
    padding: 4px;
    width: 300px;
    height: 100px;
}

select
{
    border: solid 1px #879db2;
    padding: 3px;
    width: 300px;
}

input.submit
{
    background: #879db2 url('img/buttonbg.gif') repeat-x;
    border: solid 1px #BAC8D6;
    font-weight: bold;
    padding: 2px;
    color: #E7E6EC;
}

#admin_menu
{
    position: relative;
    background: #BGC0CF;
    height: 5px;
    left: 370px;
    top: 50px;
}

#admin_menu a
{
    padding: 0px 0px 0px 0px;
    color: #fff;
    text-decoration: none;    
}

#admin_menu a:hover
{
    text-decoration: underline;
}

#admin_menu ul
{
    position: relative;
    list-style-type: disc;
    color: #FFF;
}

#admin_menu ul li
{
    position: relative;
}

#content
{
    position: relative;
    margin: 0 auto;
    width: 600px;
    text-align: center;
    padding: 2px;
}

#content-message
{
    position: relative;
    margin: 0 auto;
    width: 600px;
    text-align: center;
    padding: 2px;
}

#content-message p
{
    color: #FFFF66;        
}

#content-message ul
{
    color: #FFFF66;
}

#content-right
{
    position: relative;
    margin: 0 auto;
    width: 600px;
    text-align: right;
    padding: 2px;    
}

#content-left
{
    position: relative;
    margin-left: 5px;
    width: 600px;
    text-align: left;
    height: 100%;
}

.anomaly 
{
  color: #B1D0E7;
  padding-top: 20px; 
  padding-bottom: 20px;
  margin-left: 10px;
  display: block;
}

.anomaly h3 {
  margin: 5px;
  padding: 5px;
  background: #bfcd93;
  background-color: #bfcd93;
  color: #000;
  cursor: pointer;
}

.anomaly h2 
{
    color: #FFF;
    font-size: medium;
    margin-bottom: 3px;
    margin-top: 3px;
}

.anomaly div
{
    margin-top: 15px;
    margin-bottom: 15px;
}


table.withborder {
    width: 100%;
    border-width: 1px 1px 1px 1px;
    border-spacing: 1px;
    border-style: solid solid solid solid;    
    border-color: white white white white;
    border-collapse: seperate;
}

table.withborder td {
    border-width: 1px 1px 1px 1px;
    color: white;
    padding: 1px 1px 1px 1px;
    border-color: white white white white;
    border-style: solid solid solid solid;         
    -moz-border-radius: 0px 0px 0px 0px;    
}

table.withborder th {
    border-width: 1px 1px 1px 1px;
    color: white;
    padding: 1px 1px 1px 1px;
    border-color: white white white white;
    border-style: solid solid solid solid;         
    -moz-border-radius: 0px 0px 0px 0px;
}

table.properties {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: hidden hidden hidden hidden;
	border-color: gray gray gray gray;
	border-collapse: seperate;
}

table.properties td {
	border-width: 1px 1px 1px 1px;
        color: white;
	padding: 1px 1px 1px 1px;
	border-style: hidden hidden hidden hidden;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
}