﻿:link, :visited { color:White; text-decoration: none; }
:link:hover, :visited:hover { color: White; text-decoration:underline; }
:link:active, :visited:active, :link:focus, :visited:focus { color: White; text-decoration:underline; font-weight: bold; }

body 
{
    background-color: Black;
    color: White;
    font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
    font-size:10pt;
}

div.ImageMenu
{
    text-align:right;
    width:150px; 
    height: 500px; 
    overflow:auto; 
    border:solid 1px black;
	-ms-scrollbar-track-color: black;
}

img.imgThumb
{
    border:solid 1px black;
}

table.tblMain
{
    width: 100%;
}
table.tblMain th
{
    color: White;
    font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
    font-size:18pt;
    font-weight:bold;
}
tr.trHeader
{
    height: 50px;
}

td.tdMenu
{
    vertical-align:top;
    width:120px;
}

td.tdDetail
{
    font-size:18;
    padding-left:50px; 
    padding-top:35px;
}
