/* Default typeface */
A, B, P, TABLE, SMALL, BODY, TD, OL, UL, MENU, BLOCKQUOTE, DIV {
    font-family: Arial, Helvetica, sans-serif;
}
PRE, TT, INPUT, TEXTAREA {
    font-family: Courier, fixed;
}

body, TD, P, DIV
{ 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 8pt;
	color: lightblue;
}

body {
   background-color: Black;
   scrollbar-face-color: #DEE3E7;
   scrollbar-highlight-color: #FFFFFF;
   scrollbar-shadow-color: #DEE3E7;
   scrollbar-3dlight-color: #D1D7DC;
   scrollbar-arrow-color:  #006699;
   scrollbar-track-color: #EFEFEF;
   scrollbar-darkshadow-color: #98AAB1;
   
   margin: 0px;
}

H1
{
	font-size: 16pt;
    border: 0pt;
    padding: 0pt;
    margin: 0pt;
	
}

H2
{
	font-size: 12pt;
	font-face: bold;
	color: #630F0F;
	line-height: 50%;
    border: 0pt;
    padding: 0pt;
    margin: 0pt;
    border-bottom: 0pt;
	
}

/* Link appearance */
A:link, A:visited { color: lightblue; text-decoration: none }
A:active, A:hover { text-decoration: underline }
A:hover { color: white }

/* Folder table (text) */
TD.foldertext {
    color: #000000;        padding-top: 0px;
/*    background: #f0f0f0;   padding-bottom: 1px; */
    background: darkblue;   padding-bottom: 1px;
    font-size: .75em;      padding-left: 3px;
    text-align: left;      padding-right: 8px;
}

/* Folder table (thumbnails) */
TD.folderthumbs {
    color: lightblue;        padding-top: 2px;
/*    background: #f0f0f0;   padding-bottom: 2px; */
    background: #404060;   padding-bottom: 2px;
    font-size: .7em;       padding-left: 4px;
    text-align: center;    padding-right: 8px;
}


/* Image table */
TD.image {
/*    color: #000000;          padding-top: 2px;
    background: #f0f0f0;     padding-bottom: 2px; */
    color: lightblue;          padding-top: 2px;
    background: #404060;     padding-bottom: 2px;
    font-size: .8em;         padding-left: 4px;
    text-align: center;      padding-right: 8px;
}

/* Description table */
TD.desc {
/*    color: #333333;          padding-top: 4px;
   background: #f0f0f0;     padding-bottom: 3px; */
    color: black;          padding-top: 4px;
    background: lightblue;     padding-bottom: 3px;
    font-size: .9em;         padding-left: 4px;
    text-align: left;      padding-right: 6px;
}

TD.desc A:link, A:visited, A:active, A:hover { color: white;  }
