﻿body 
{
    font-family: Arial;
    font-size: small;
    background-image:url('../Images/PageBg.jpg');
    margin:0 0 0 0;
}

.LeftBg
{
    background-image:url('../Images/LeftHeader.jpg');
    background-position:right top;
    background-repeat:no-repeat;
}

.RightBg
{
    background-image:url('../Images/RightHeader.jpg');
    background-position:left top;
    background-repeat:no-repeat;
}

.TopMenuBg
{
    background-image:url('../Images/TopMenuBg.jpg');
    height:82px;
}

.MenuesSeparator
{
    background-image:url('../Images/MenuesSeparatorBg.jpg');
    height:15px;
}

.MiddleMenuBg
{
    background-image:url('../Images/MiddleMenuBg.jpg');
    height:34px;
    background-color:#000;  
    border:0px solid #000;
    cursor:pointer;
}

.ButtonsBg
{
    background-image:url('../Images/ButtonsBg.jpg');
}

.TimerBg
{
    background-image :url('../Images/TimeBg.jpg');
    height:33px;
}

.SideBg
{
    background-image:url('../Images/SideBg.jpg');    
}

.SideCaptionBg
{
    background-image:url('../Images/SideCaptionBg.jpg');
    height:28px;
}

.SideContentBg
{
     background-image:url('../Images/SideContentBg.jpg');
     width:173px;
}

.SideSpaceBg
{
     background-image:url('../Images/SideSpaceBg.jpg');
     width:11px;
}

.SideFooterBg
{
    background-image:url('../Images/SideFooterBg.jpg');
    height:21px;
}

.PageTitleBg
{
     background-image:url('../Images/PageTitleBg.jpg');
}

.TopMenuItem
{
     background-image:url('../Images/TopMenuItemBg.jpg');
     height:82px;     
}

.PagingBg
{
     background-image:url('../Images/PagingBg.jpg');     
}

.TopMenuCaption
{    
    font-family:Arial;
    color:White;
    font-size:16px;
    font-weight:normal;
    text-decoration:none;     
}

.ContentBg
{
    background-image:url('../Images/ContentBg.jpg');
    background-repeat:repeat-y;
}

.CopyrightBg
{
    background-image:url('../Images/CopyrightBg.jpg');
}
        
.spacerow
{
    height: 3px;
}

.space
{
    height: 10px;
}

.noBorder
{
    border:0px solid black;
}

.WhiteText
{
    font-family:Arial;
    color:White;
    font-size:12px;
    font-weight:normal;
    text-decoration:none;
}

.GrayText
{
    font-family:Arial;
    color:#807a73;
    font-size:12px;
    font-weight:normal;
    text-decoration:none;
}

.PinkText
{
    font-family:Arial;
    color:#de5b85;
    font-size:12px;
    font-weight:normal;
    text-decoration:none;
}


.BlackBold
{
    font-family:Arial;
    color:Black;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
}

.WhiteBold
{
    font-family:Arial;
    color:White;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
}

.WhiteCaption
{
    font-size:16px;
    font-family:arial;
    color:white;    
    font-weight:normal;
    text-decoration:none;
}

.GalleryScrollText
{
    font-size:16px;
    font-family:arial;
    color:#02614D;
    font-weight:bold;
    text-decoration:none;
}

.LightBlueCaption
{
    font-size:17px;
    font-family:arial;
    color:#7d97b1;    
    font-weight:bold;
    text-decoration:none;        
}

.PageCaption
{
    color:#cccc4d;
    font-size:20px;
    font-family:arial;    
    font-weight:normal;
    text-decoration:none;        
}

.LoadingPanel
{
    width:100%;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;
    background-color:#6a6a6a;
    -MOZ-OPACITY:0.7;
    FILTER:alpha(opacity=70);
    OPACITY: .70;      
    z-index:55000;       
}

.InnerLoadPanel
{
    z-index:55001;
    position:absolute;
    width:100%;
    height:100%;
}

.InnerLoader
{
    -MOZ-OPACITY:100;
    FILTER:alpha(opacity:100);
    OPACITY: 100; 
    background-color:White;
    border:1px solid black;    
}

.PreviewPanel
{
    width:100%;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;       
    z-index:54000;       
}

.GalleryPreviewPanel
{
    width:100%;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;       
    background-color:#6a6a6a;
    -MOZ-OPACITY:0.97;
    FILTER:alpha(opacity=97);
    OPACITY: .97;   
    z-index:54000;       
}   

.preview
{
    cursor:pointer;
    border:1px solid black;
}

.Clickable
{
    cursor:pointer;
}

.WhitePanel
{
    background-color:White;
}

.Input
{
    color: Black;
    font-family: Arial;
    font-size: 12px;
    border: 1px solid #bdbcbc;        
    background-color:White;    
}

.grayBorder
{
    border-left:1px solid #b0b0b0;
    border-right:1px solid #b0b0b0;
    border-bottom:1px solid #b0b0b0;
}

.ArticleHeaderBg
{
    background-image:url('../Images/ArticleHeaderBg.jpg');
    height:30px;
}

.CalendarTitle
{
    background-image:url('../Images/ArticleHeaderBg.jpg');
    border-bottom:1px solid #80c0c2;
    font-family:Arial;
    color:White;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
}

.CalendarTitle td
{
    font-family:Arial;
    color:White;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    height:30px;
    cursor:pointer;
}

.Calendar
{
    background-color:#80c0c2;    
    border:1px solid #80c0c2;
    font-family:Arial;
    color:#80c0c2;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
}

.CalendarDay
{
    background-color:#cfe7ff;    
    font-family:Arial;
    color:#0092ff;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    width:50px;
    height:50px;
    text-align:center; 
    cursor:pointer;   
}

.SubMenuBg
{
    background-image:url('../Images/SubMenuBg.jpg');
    margin-right:20px;
    height:23px;
    width:174px;    
    cursor:pointer;
}

.SubMenuBgOver
{
    background-image:url('../Images/SubMenuBgOver.jpg');
    margin-right:20px;
    height:23px;
    width:174px;    
    cursor:pointer;
}

.MiddleMenuSeparator
{
    background-image:url('../Images/MiddleMenuSeparator.jpg');
    height:34px;
    width:2px;
}

.CalendarOtherMonthDay
{
   visibility:hidden;      
}

.CalendarSelectedDay
{
    background-color:#0092ff;    
    font-family:Arial;
    color:White;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    width:50px;
    height:50px;
    text-align:center;  
    cursor:pointer;  
}

.CalendarDayHeader
{
    background-image:url('../Images/CalendarMonthBg.jpg');
    font-family:Arial;
    color:White;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    width:30px;
    height:26px;    
    text-align:center;
}

