/*
 *  Anchor pseudo-class definitions
 */

/* link and visited must precede hover */
a, a:link, a:visited, a:active { 
    color: rgb(204, 204, 255); 
    font-weight: bold;
    text-decoration: none; 
}
/* hover must precede active */
a:hover {
    color: rgb(255, 102, 0);
    text-decoration: none;
}

/*
 *  Anchor Thumbnail pseudo-class definitions
 */

/* link and visited must precede hover */
a.thumbnail, a.thumbnail:link, a.thumbnail:visited {
    border: rgb(0, 0, 0) 1px solid;
    margin-bottom: -45px;
    padding-top: 5px;
    width: 172px;
    display: block;
    background: rgb(35, 35, 35);
    height: 200px;
}
/* hover must precede active */
a.thumbnail:hover            {
    border: rgb(0, 0, 0) 1px solid;
    margin-bottom: -45px;
    padding-top: 5px;
    width: 172px;
    display: block;
    background: rgb(0, 0, 0);
    height: 200px;
}

a.thumbnail:active {
    border: rgb(0, 0, 0) 1px solid;
    margin-bottom: -45px;
    padding-top: 5px;
    width: 172px;
    display: block;
    background: rgb(35, 35, 35);
    height: 200px;
}

body {
    margin-bottom: 20px;
    margin-top: 0px;
    background: rgb(65, 65, 65);
}

div, body, th,tr,table,li,ul,form,
blockquote,p,b,i,h4,center {
    border: 0px;
    color: rgb(204, 204,204);
    font: 11px verdana, Tahoma, Helvetica, sans-serif;
}

font {
    margin-left: 4px;
    margin-right: 4px;
    width: 160px;
    display: block;
    color: rgb(91, 91, 101);
    font: 9px Verdana, Tahoma, Helvetica, sans-serif;
    letter-spacing: 0px;
}

h1, h2 {
    border: #FF6600 2px solid;
    border-left: 1px none;
    border-right: 1px none;
    border-top: 1px none;
    margin-bottom: 1em;
    margin-left: 0px;
    margin-right: 0px;
    padding: 20px;
    width: 98%;
    display: block;
    background: rgb(0, 0, 0);
    color: rgb(204, 204,204);
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 4px;
    text-align: right;
    height: 21px;
    position: relative;
}

h2:first-letter
{
    color: #FF6600;
    font-style: bold;
    font-size: 22pt;
}

h3 {
    border-bottom: rgb(0, 0, 0) 1px dotted;
    border-left: 1px none;
    border-right: 1px none;
    border-top: 1px none;
    padding: 2px;
    width: 400px;
    display: block;
    background: rgb(40, 40, 40);
    color:#CCCCCC;
    font: 10px;
    font-weight: normal;
    letter-spacing: 0px;
    text-align: center;
}
h5 {
    padding-left: 2px;
    width: 150px;
    display: block;
    color: #CCCCCC
    font-size: 12px;
    font-weight: bold;
}
img{
    border: rgb(0, 0, 0) 1px none;
}
img.thumbnail {
    border: rgb(0, 0, 0) 1px solid;
    margin: 0px;
    padding: 0px;
    background: rgb(45, 45, 45);
    vertical-align: middle;
}

input {
    border: rgb(0, 0, 0) 1px solid;
}
table.thumbnail {
    width: 10%;
}
td {
    border: 1px none;
    background: none;
    border-collapse: collapse;
    empty-cells: show;
}

td.thumbnail 
{ 
    height: 220px; 
} 

td.message_body {
    border-bottom: rgb(0, 0, 0) 1px solid;
    border-left: 1px none;
    border-right: 1px none;
    border-top: 1px none;
    display: block;
    background:#292929;
}
td.message_body { 
    border-bottom: 1px solid #FF6600; 
} 

.caption {
    color: rgb(95, 121, 216);
    font-size: 15px Verdana, Tahoma, Helvetica, sans-serif;
    font-weight: bold;
}
.display {
    border: rgb(0, 0, 0) 1px solid;
    margin-top: 1em;
    background: rgb(0, 0, 0);
}
.lid {
    background: rgb(55, 55, 55);
    color: rgb(102, 102, 102);
    font: 11px Verdana, Tahoma, Helvetica, sans-serif;
    text-decoration: none;
}
.message_body {
    margin: 5px 5px 10px;
    color: white;
    font: 11px Verdana, Tahoma, Helvetica, sans-serif;
}

.sb {
    background: rgb(91, 91, 101);
    color: rgb(204, 204, 255);
    font: 12px Verdana, Tahoma, Helvetica, sans-serif;
    text-decoration: none;
}



HR {
    position : relative;
}

BODY TABLE IMG {
    display: inline;
}


BODY { margin-top: 0px; top: 0px; }
BODY TABLE A IMG { display: inline; }
HR { position: relative; }
