﻿body 
{
     font-family: Arial;
    font-size: 10pt;
    border: 0;
    padding: 0;
    margin: 0;
    background-image: url('Images/background.png');
    background-repeat: repeat;
    /*color: #FAFAFA;*/
}

h1
{
    font-size: 16px;    
}

a
{
    text-decoration: none;
    color: #000000;    
}

a:hover
{
    text-decoration: none;
    color: blue;    
}

.LinkElement
{
    text-decoration: none;
    color: #FFFFFF;    
}

.LinkElement:hover
{
    text-decoration: none;
    color: blue;    
}

.footer
{
    background-color: #454545; color: #FFFFFF;
}

.header_hun
{
    height: 100px;    
    background-image: url('Images/HeaderHU.png');
    background-repeat: no-repeat;
}

.header_eng
{
    height: 100px;    
    background-image: url('Images/HeaderEN.png');
    background-repeat: no-repeat;
}

.MenuItem
{
    padding-top: 7px;
    padding-bottom: 7px;
    width: 14%;
    cursor: pointer;
    background-color: #C8C8C8;
    color: Black;
}

.MenuItem:hover
{
    padding-top: 7px;
    padding-bottom: 7px;
    width: 14%;
    cursor: pointer;
    background-color: #A6A6A6;
    color: Black;
}

.PanelTable
{
    
}

.PanelTable .TopLeft
{
    width: 14px; 
    height: 14px; 
    background-image: url('Images/PanelLeftTop.png');
    background-repeat: no-repeat;
    background-position: left top;
}

.PanelTable .TopRight
{
    width: 14px; 
    height: 14px; 
    background-image: url('Images/PanelRightTop.png');
    background-repeat: no-repeat;
    background-position: left top;
}

.PanelTable .Background
{
    width: 14px; 
    height: 14px; 
    background-image: url('Images/PanelBG.png');
    background-repeat: repeat;
    background-position: left top;
}

.PanelTable .BottomLeft
{
    width: 14px; 
    height: 14px; 
    background-image: url('Images/PanelLeftBottom.png');
    background-repeat: no-repeat;
    background-position: left top;
}

.PanelTable .BottomRight
{
    width: 14px; 
    height: 14px; 
    background-image: url('Images/PanelRightBottom.png');
    background-repeat: no-repeat;
    background-position: left top;
}

.SpecialPanel
{
    /* padding: 15px;
    height: 40px;*/
    padding: 20px;
    height: 60px;
    overflow: hidden;   
    text-align: center;
    float: right;
    cursor: pointer;
}

.SpecialPanel .Title
{
    font-size: 16px;
    font-weight: bold;
    color: #232323;     
}

.HiddenElement{
    visibility: hidden; 
    display: none;
    padding-top: 3px; padding-bottom: 3px;
    cursor: pointer;
}

.VisibleElement{
    visibility: visible; 
    display: inherit;
    padding-top: 3px; padding-bottom: 3px;
    cursor: pointer;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.SelectedTabButton
{
    border-left: solid 1px #FFFFFF;
    border-top: solid 1px #FFFFFF;
    border-right: solid 1px #FFFFFF;
    border-bottom: solid 0px tranparent;
    padding: 5px 3px 5px 3px;
    cursor: pointer;
}

.DeselectedTabButton
{
    border-left: solid 0px tranparent;
    border-top: solid 0px tranparent;
    border-right: solid 0px tranparent;
    border-bottom: solid 1px #FFFFFF;
    padding: 5px 3px 5px 3px;
    cursor: pointer;
}

.DeselectedTabButton span
{
    filter: alpha(opacity=60);
    opacity: 0.6;
}

