/* DCornish style */
 
/* Sets spacing and background of entire page */

body{
        margin-bottom: 20px;
        margin-top: 0px;
        background: rgb(13, 13, 39);
	display: inline;
}

/* ------------------------------------------------------------------------ */


/* Controls any link (image and text) that is not part of Thumbnail table */

a, a:link,a:visited,a:active { 
color: rgb(204, 204, 255); 
font-weight: bold;
text-decoration: none; 
}

/* When mouse is over link */

a:hover {
        color: rgb(115, 141, 236);
        text-decoration: none;
}

/* ------------------------------------------------------------------------ */


/* Controls any link (image and text) that is part of Thumbnail table */

a.thumbnail, a.thumbnail:link, a.thumbnail:visited, a.thumbnail:active {
        border: rgb(73, 73, 97) 2px solid;
        margin-bottom: -45px;
        padding-top: 5px;
        width: 172px;
        display: block;
        background: rgb(4, 4, 11);
        height: 200px;
}

/* When mouse is over link */
a.thumbnail:hover {
        border: rgb(143, 143, 155) 2px solid;
        margin-bottom: -45px;
        padding-top: 5px;
        width: 172px;
        display: block;
        background: rgb(0, 0, 0);
        height: 200px;
}
/* ------------------------------------------------------------------------ */


/* Controls height of table cells used to display thumbnails */

td.thumbnail 
{ 
   height: 220px; 
}

/* ------------------------------------------------------------------------ */


/* sections, entire page, table header, table row, list, unordered list, form, text blocks, most text, bold, italic, heading 4, centered objects */

div,body,th,tr,table,li,ul,form,blockquote,p,b,i,h4,center {
        border: 0px;
        color: rgb(190, 164,106);
        font: 11px verdana, Tahoma, Helvetica, sans-serif;
     }

/* ------------------------------------------------------------------------ */


/* Sets font attributes for thumbnail file names */

font {
        margin-left: 4px;
        margin-right: 4px;
        width: 160px;
        display: block;
        color: rgb(190, 164, 106); /* thumbnail file name color */
        font: 12px lucida sans, Tahoma, Helvetica, sans-serif;
        
        letter-spacing: 0px;
}

/* ------------------------------------------------------------------------ */


/* Heading 1 and Heading 2 style attributes */

h1, h2 {
        border: #FF6600 2px solid;
        border-left: 1px none;
        border-right: 1px none;
        border-top: 1px none;
        margin-bottom: 1em;
        margin-left: -10px;
        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;

}

/* First letter of a Heading 2 paragraph */

h2:first-letter
{
  color: #FF6600;
  font-style: bold;
  font-size: 22pt;
}

/* ------------------------------------------------------------------------ */


/* Heading 3 and 5 style attributes */

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: 11px;
        font-weight: bold;
        }

/* ------------------------------------------------------------------------ */


/* Attributes that apply to any image */

img{
        border: rgb(0, 0, 0) 1px none;
}

/* ------------------------------------------------------------------------ */


/* Apply only to images with "thumbnail" id applied to them */

img.thumbnail {
        border: rgb(73, 73, 97) 1px solid; /* around image */
        margin: 0px;
        padding: 0px;
        background: rgb(0, 0, 0); /*behind image */
        vertical-align: middle;
}

/* ------------------------------------------------------------------------ */


/* Applies only to text input boxes */

input {
        border: rgb(0, 0, 0) 1px solid;
}

/* ------------------------------------------------------------------------ */


/* Applies only to table with "thumbnail" id */

table.thumbnail {
        width: 10%;
}

/* ------------------------------------------------------------------------ */



/* Table, attributes apply to entire table */

td {
        border: 1px none;
        background: none;
        border-collapse: collapse;
        empty-cells: show;
}

/* ------------------------------------------------------------------------ */


/* for some reason they use a single cell table for the comment input box, this is it */

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;
	border-bottom: 1px solid #FF6600;
}

/* ------------------------------------------------------------------------ */ 


.caption {
        color: rgb(115, 141, 236);
        font: 14px Verdana, Tahoma, Helvetica, sans-serif;
        font-style: italic;
}

/* ------------------------------------------------------------------------ */


/* Anything that has an id of "display" applied to it */

.display {
        border: rgb(0, 0, 0) 1px solid;
        margin-top: 1em;
        background: rgb(0, 0, 0);
}

/* ------------------------------------------------------------------------ */


/* Anything that has an id of "message_body" applied to it */

.message_body {
        margin: 4px 4px 12px;
        color: white;
        font: 11px Verdana, Tahoma, Helvetica, sans-serif; 
}

/* ------------------------------------------------------------------------ */

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