﻿body
{
    font-family: Arial;
    font-weight: bold;
    background-color: #303030;
}

/* Scrollbars (Start) */
/* Internet Explorer (layout engine: Trident) */
html
{
    scrollbar-3dlight-color:#686868;
    scrollbar-arrow-color:#909090;
    scrollbar-track-color:#969696;
    scrollbar-darkshadow-color:rgba(0, 0, 0, 0.75);
    scrollbar-face-color:#2B2B2B;
    scrollbar-highlight-color:rgba(0, 0, 0, 0.75);
    scrollbar-shadow-color: rgba(0, 0, 0, 0.75);
}

/* Chrome, Safari (layout engine: WebKit) */
::-webkit-scrollbar { 
  height: 12px; 
  width: 12px; 
  background: #969696; 
  -webkit-border-radius: 1ex; 
} 
 
::-webkit-scrollbar-thumb { 
  background: #2B2B2B; 
  -webkit-border-radius: 1ex; 
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75); 
} 
 
::-webkit-scrollbar-corner { 
  background: #1A1A1A; 
}
/* Scrollbars (End) */

a:link
{
    color: #006400;
}

a:visited
{
    color: #8C1717;
}

.serverslist
{
    font-size: 16px;
    font-variant: small-caps;
}

.serverslistname
{
    font-size: 18px;
    font-variant: small-caps;
}

.serversliststatus
{
    font-size: 18px;
    font-variant: small-caps;
}

.serverslistdescription
{
    font-variant: normal;
}

.availabletextslist
{
    font-size: 16px;
    background-color: #3B3635;    
    border-color: #404040;
    border-width: 1px;
}

.textentry
{
    font-size: 18px;
    background-color: #3B3635;
    border-color: #404040;
    border-bottom-style: ridge;
    border-width: 1px;
}

.availabletextslistselected
{
    background-color: #8B0000;
}

.attachmentspreview
{
    background-color: #3B3635;
    border: solid 10px #202020;
}

.attachmentspreviewtitle
{
    font-size: 18px;
    font-variant: small-caps;
}