.mainPage
{
  BACKGROUND-COLOR:#CCCCCC;
}

.whitePlace
{
  BACKGROUND-COLOR:white;
}

.TopPanel
{
  BACKGROUND-COLOR:BLACK;
}

.GalleryPanel
{
  BACKGROUND-COLOR:WHITE;
  height:35px;
}

.menuItem
{
  BACKGROUND-COLOR:WHITE;
  height:6px;
}

.BottomPanel
{
  BACKGROUND-COLOR:WHITE;
  height:6px;
}


.BlackLine
{
  BACKGROUND:black;  
  HEIGHT:1px;
}

.BlackLineW
{
  BACKGROUND:#666666;  
  Width:1px;
}

.BlackLinks
{
    COLOR:#666666;
    FONT-FAMILY: Georgia, Times New Roman, Times, serif, arial;
    FONT-SIZE: 12px;
    TEXT-DECORATION: underline;
    LINE-HEIGHT: 20px;
}

.BoldLinks
{
    COLOR:black;
    FONT-FAMILY: Georgia, Times New Roman, Times, serif, arial;
    FONT-WEIGHT: Bold;
    FONT-SIZE: 12px;
    TEXT-DECORATION: underline;
    LINE-HEIGHT: 20px;
}

.MainPageLinks
{
    COLOR:#999999;
    FONT-FAMILY: Georgia, Times New Roman, Times, serif, arial;
    FONT-WEIGHT: Bold;
    FONT-SIZE: 12px;
    LINE-HEIGHT: 20px;
}

.BoldText
{
    COLOR:black;
    FONT-FAMILY: Georgia, Times New Roman, Times, serif, arial;
    FONT-WEIGHT: Bold;
    FONT-SIZE: 12px;
    LINE-HEIGHT: 20px;
}

.BlackText
{
    COLOR:black;
    FONT-FAMILY: Georgia, Times New Roman, Times, serif, arial;
    FONT-SIZE: 12px;
    LINE-HEIGHT: 20px;
}

.WhiteLinks
{
    COLOR:white;
    FONT-FAMILY: Georgia, Times New Roman, Times, serif, arial;
    FONT-SIZE: 12px;
    TEXT-DECORATION: underline;
    LINE-HEIGHT: 20px;
}

.WhiteText
{
    COLOR:white;
    FONT-FAMILY: Georgia, Times New Roman, Times, serif, arial;
    FONT-SIZE: 12px;
    LINE-HEIGHT: 20px;
}

.WhiteCaption
{
    COLOR:white;
    FONT-FAMILY: Georgia, Times New Roman, Times, serif, arial;
    FONT-SIZE: 15px;
    LINE-HEIGHT: 20px;
}

.WhiteMiddle
{
    COLOR:white;
    FONT-FAMILY: Georgia, Times New Roman, Times, serif, arial;
    FONT-SIZE: 13px;
    LINE-HEIGHT: 20px;
}

.RecommendedCaption
{
    COLOR:#CCCCCC;
    FONT-FAMILY: Georgia, Times New Roman, Times, serif, arial;
    FONT-SIZE: 13px;
    FONT-WEIGHT: Bold;
    LINE-HEIGHT: 20px;
}

.tinySpace
{
    HEIGHT:2px;
}

.smallSpace
{
    HEIGHT:5px;
}

.itemSpace
{
    HEIGHT:7px;
}

.Space
{
    HEIGHT:10px;
}

.imageSpace
{
    HEIGHT:40px;
}

.hugeSpace
{
    HEIGHT:50px;
}

.BlackBorder
{
    Border:1px solid black;
}

.NoBorder
{
    Border:0px solid black;
}

.Input
{
    BACKGROUND-COLOR:#CCCCCC;
    COLOR: black;
    FONT-FAMILY: arial;
    FONT-SIZE: 11px;
    BORDER: solid 1px black;
}

.InputContact
{
    BACKGROUND-COLOR:#EEEEEE;
    COLOR: black;
    FONT-FAMILY: arial;
    FONT-SIZE: 11px;
    BORDER: solid 1px #CCCCCC;
}

.InputInside
{
    BACKGROUND-COLOR:#EEEEEE;
    COLOR: black;
    FONT-FAMILY: arial;
    FONT-SIZE: 11px;
}

.InputCombo
{
    BACKGROUND-COLOR:#EEEEEE;
    COLOR: black;
    FONT-FAMILY: arial;
    FONT-SIZE: 11px;
    BORDER: solid 1px black;
}

.hiddenUpload
{
    POSITION: relative;
    TEXT-Align: right;
    -MOZ-OPACITY:0 ;
    FILTER:alpha(opacity=0);
    OPACITY: 0;
    Z-INDEX: 2;
    BACKGROUND-COLOR: #F8F4EB;
    COLOR: #CE2111;
    FONT-FAMILY: arial;
    FONT-SIZE: 11px;
    BORDER: solid 1px #CE2111;
}

.hiddenFrame
{
    POSITION: relative; 
    WIDTH: 200px;
}

.shownFrame
{
    POSITION: absolute;
    TOP: 0px;
    RIGHT: 0px;
    Z-INDEX: 1;
    PADDING: 0;
    MARGIN: 0;
}

.mainScreen
{
    POSITION: relative; 
    overflow: hidden;
    height: 100%;
    Z-INDEX: 1;
}

.imageDiv
{
    POSITION: absolute; 
    Width: 100%;
    height: 100%;
    TOP: 0px;
    LEFT: 0px;
    Z-INDEX: 1;
}

.textDiv
{
    POSITION: absolute; 
    Width: 200px;
    height: 100%;
    TOP: 0px;
    LEFT: 0px;
    Z-INDEX: 2;
}

.galleryDiv
{
    POSITION: relative;
    overflow: hidden;
    height: 40px;
    Width: 670px;
}

.hideImageDiv
{
    POSITION: absolute; 
    Width: 100%;
    height: 100%;
    TOP: 0px;
    LEFT: 0px;
    Z-INDEX: 3;
}

.hideImageTable
{
    background:url("./Images/Background.png");
}

.transparentTable
{
    BACKGROUND-COLOR: black;
}

.imageArrows
{
    cursor:pointer;
}

.insideFrame
{
    scrollbar-face-color: white;
    scrollbar-highlight-color: black;
    scrollbar-shadow-color: black;
    scrollbar-3dlight-color: black;
    scrollbar-arrow-color:  black;
    scrollbar-track-color: black;
    scrollbar-darkshadow-color: black;
}