﻿body 
{
    font-family:Verdana;
    font-size:13px;
    margin:0px;
    padding:0px;
    background-color:#000000;
    color:#cccccc;
    text-align:center;
}
table
{
    font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-size:13px;
}
td
{
    vertical-align:top;
}
form
{
    margin:0px;
    padding:0px;
}
a
{
    color:#ffffff;
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
}
img
{
    border-style:none;
}
#SearchBox
{
    width:325px;
    border-style:none;
    border-width:0px;
    height:25px;
    font-size:15px;
    margin-right:5px;
}
#SearchDiv2
{
    background-image:url("http://img.searchslate.com/SearchBox18a.png");
    margin-left:auto;
    margin-right:auto;
    height:61px;
    width:500px;
    background-repeat:no-repeat;
    margin-top:10%;
    padding-top:15px;
    padding-left:0px;
}
.DialogBox
{
    border:solid 2px #505050;
    background-color:#ffffff;
    padding:10px;
    display:none;
    position:absolute;
    width:400px;
    height:200px;
    left:50%;
    margin-left:-200px;
    text-align:left;
    z-index:99;
    color:#222222;
}
.DialogTitle
{
    font-weight:bold;
}
.DialogClose
{
    position:absolute;
    top:10px;
    right:10px;
}
#TopBar
{
    background-color:#222222;
    border-bottom:solid 1px #cccccc;
    padding-top:5px;
    padding-bottom:5px;
}
#BottomBar
{
    position:absolute;
    bottom:0px;
    height:30px;
    left:0px;
    right:0px;
    background-image:url("http://img.searchslate.com/BottomBarFade.png");
    background-repeat:repeat-x;
}