body{
    background-color: black;
}
img{
    border: none;
}
div.scale{
    width: 1015px;
    margin: 0 auto 0 auto;
}
div.border{
    border: 4px solid #666666;
    background-color: white;
}
div.head{
    width: 1007px;
    height: 82px;
    background-image: url(img/splashBanner.gif);
}
div.menu{
    width: 1007px;
    height: 31px;
    background-image: url(img/bgNav.gif);
    background-repeat: repeat-x;
}
div.menu a,
div.menu a.select{
    display: block;
    float: left;
    padding: 5px 17px 5px 17px;
    margin: 3px;
    font-size: 12px;
    font-weight: bold;
    color: white;
    font-family: Tahoma, Verdana, Arial, Helvetica;
    text-decoration: none;
}
div.menu a{
    background: #afafaf;
}
div.menu a:hover,
div.menu a.select{
    background: #cf0002;
}
h1{
    margin: 0;
    color: white;
    font-size: 12px;
    font-family: arial;
    background-color: #cf0002;
    padding: 3px 10px 3px 10px;
}
table.comment{
    border-collapse: collapse;
    background-color: #333333;
    width: 100%;
}
table.comment td{
    padding: 0;
    height: 96px;
}
table.comment td.hook{
    background-image: url(img/hook.gif);
    background-repeat: no-repeat;
    width: 813px;
}
div.main{
    padding: 5px;
    font-family: Tahoma;
    font-size: 12px;
}
table.foot{
    border-collapse: collapse;
    width: 100%;
}
table.foot td{
    font-size: 10px;
    font-family: arial;
    color: #666666;
}
table.foot td.submenu{
    float: right;
}
input.search,
input.submit,
select{
    font-size: 10px;
    font-family: arial;
    border: 1px solid #c3c3c3;
    border-top: 1px solid #7c7c7c;
}
select.sort{
    min-width: 120px;
}
input.submit{
    color: white;
    background-image: url(img/bgButton.gif);
    background-repeat: repeat-x;
    border-left: none;
}
input.current{
    font-size: 10px;
    font-family: arial;
    border: 1px solid #d90004;
    width: 50px;
    text-align: center;
}
table.panel{
    width: 93%;
    margin: 0 auto 10px auto;
}
table.panel td,
table.panel td a{
    vertical-align: bottom;
    font-size: 10px;
    font-family: arial;
    color: black;
}
table.panel td span.link{
    text-decoration: none;
    cursor: pointer;
}
table.panel td span.link:hover{
    text-decoration: underline;
}
table.panel td span.select{
    color: #db022d;
}
table.panel td.left{
    float: right;
}
table.pages{
    font-size: 12px;
    font-family: arial;
    color: black;
    margin: 0 auto 20px auto;
}
button.arrow{
    background-image: url(img/bgButton.gif);
    border: 1px solid #ddddee;
    border-top: 1px solid #e6e3de;
    padding: 1px 6px 1px 6px;
}
table.list{
    width: 93%;
    margin: 10px auto 10px auto;
    border-collapse: collapse;
}
table.list td{
    border: 4px solid white;
    text-align: center;
    vertical-align: middle;
}
table.list td.cell{
    background-color: #dadada;
}
table.list td.image{
    width: 220px;
    height: 220px;
}
table.list td img{
    border: 2px solid white;
    margin: 2px;
}
table.list td.description{
    padding: 3px 5px 3px 5px;
    font-size: 10px;
    font-family: arial, Helvetica, sans-serif;
    color: #0c0c0c;
    text-align: justify;
    line-height: 11px;
    vertical-align: top;
    min-height: 100px;
    border-bottom: 20px solid white;
}
div.grab{
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}
