﻿body
{
    margin: 0px;
}

body, td, option, input, textarea
{
    font-family: Arial;
    font-size: 12px;
    color: #6c6c6c;
    text-decoration: none;
}

a
{
    font-family: Arial;
    color: #6c6c6c;
    text-decoration: none;
}

img
{
    border: none;
}

.ltr
{
    direction: ltr;
}

.underline
{
    text-decoration: underline;
}

.inline
{
    display: inline;
}

.inline-block
{
    display: inline-block;
}

.bold
{
    font-weight: bold;
}

.InputBorder
{
    border: 1px solid Gray;
}

.SearchResultsRow
{
    border-left: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
}

.BorderTop
{
    border: 1px solid #E1E1E1;
}

div
{
    SCROLLBAR-FACE-COLOR: #ceced0;
    SCROLLBAR-HIGHLIGHT-COLOR: #ceced0;
    SCROLLBAR-SHADOW-COLOR: #f0f0f0;
    SCROLLBAR-3DLIGHT-COLOR: #f0f0f0;
    SCROLLBAR-ARROW-COLOR: #ffffff;
    SCROLLBAR-TRACK-COLOR: #f0f0f0;
    SCROLLBAR-DARKSHADOW-COLOR: #f0f0f0;
}
