﻿body
{
    font-family: Verdana , 'Bookman Old Style' , 'Times New Roman' , Arial;
    min-width: 990px;
    text-align: justify;
    font-size: 10pt;
    color: #7A7C80;
    background-color: #FFFFFF;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h1, h2, h3, h4, h5, h6, h7
{
	color: #7a7c80;
	font-weight: bold;
}

h1 {
	margin-top: 2px;
	margin-bottom: 6px;
	font-size: 14pt;
}
h2 {
	color: #6a9b12;
	margin-top: 2px;
	margin-bottom: 4px;
	font-size: 11pt;
	font-variant: small-caps;
}
h3 {
	color: #6a9b12;
	margin-top: 2px;
	margin-bottom: 4px;
	font-size: 10pt;
	font-variant: small-caps;
}
h4 {
	margin-top: 2px;
	margin-bottom: 6px;
	font-size: 11pt;
}
h5 {
	margin-top: 2px;
	margin-bottom: 6px;
	font-size: 10pt;
}
h6 {
	margin-top: 2px;
	margin-bottom: 6px;
	font-size: 11pt;
	text-transform: uppercase;
}

h7 {
	margin-top: 2px;
	margin-bottom: 6px;
	font-size: 10pt;
	text-transform: uppercase;
}

p {
	font-size: 12px;
}

strong, b {font-weight: bold;}

.NoBlock
{
    display: inline;
}
/* Képek rendezése */
.ImageLeft
{
    float: left;
}
.ImageRight
{
    float: right;
}

/* PoziTeam felírat Class */
.PoziTeamStyle {
	font-variant: small-caps;
}

/* FMA zöld */
.FMAZoldNormal
{
	color: #6a9b12;
}
.FMAZoldBold
{
	color: #6a9b12;
	font-weight: bold;
}

.NoFrame
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/* Új koncepció - 2009.09.20 */

/* border: 2px solid #000FFF; */

/* Teljes oldal tartalma */
#Kontener
{
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

/* Fejléc első sora */

div#Fejlec1
{
    width: 100%;
    height: 30px;
    background-image: url(Images/FMAFejlec1BG.gif);
	background-repeat: no-repeat;
	background-position: left;
}

    /* Felső belépési sor a fejlécen */
    div#Fejlec1 .LoginFejlec
    {
        float: left;
        height: 24px; 
        font-size: 8pt;
        color: #dbdbdb;
        font-weight: bold;
        padding-left: 236px;
        padding-top: 6px;
    }

        div#Fejlec1 .LoginFejlec a
        {
            color: #dbdbdb;
            font-weight: bold;
            text-decoration: none; 
        }

        div#Fejlec1 .LoginFejlec a:hover
        {
            color: #6a9b12;
            font-weight: bold;
            text-decoration: none;
        }

    /* Felső dátum és névnap információ a fejlécen */
    div#Fejlec1 .NapiInfoFejlec
    {
        float: right;
        height: 24px;
        font-size: 8pt;
        color: #dbdbdb;
        font-weight: normal;
        padding-right: 100px;
        padding-top: 6px;
    }

        div#Fejlec1 .NapiInfoFejlec img {
            height: 15px;
            width: 15px;
            margin-bottom: -4px;
        }

/* Fejléc második sora */

div#Fejlec2
{
    width: 100%;
    height: 100px;
    background-image: url(Images/FMAFejlec2BG.gif);
	background-repeat: no-repeat;
	background-position: left;
	clear: both;
}

    div#Fejlec2 .FMALogo
    {
        width: 230px;
        height: 100px;
        float: left;
    }

    div#Fejlec2 .FMABanner
    {
        color: Black;
        height: 100px;
        position:absolute; top: 30px; left: 230px;
    }

/* Fejléc harmadik sora */

div#Fejlec3
{
    width: 100%;
    height: 36px;
    clear: both;
    background-image: url(Images/FMAFejlec3BG.gif);
	background-repeat: repeat-x;
}

    div#Fejlec3 #FoMenuSor
    {
        height: 36px;
        color: #dbdbdb;
        font-size: 12px;
        font-weight: bold;
        padding-top: 11px;
        padding-left: 10px;
    }

/* Fejléc negyedik sora */

div#Fejlec4
{
    clear: both;
    width: 100%;
	height: 30px;
    background-image: url(Images/FMAFejlec4BG.gif);
    background-repeat: repeat-x;
}

    div#Fejlec4 .MorzsaUtvonal {
	    color: #646669;
        font-size: 11px;
        font-weight: bold;
        padding-left: 12px;
        padding-top: 6px;
    }
        div#Fejlec4 .MorzsaUtvonal a
        {
            color: #7A7C80;
            font-weight: bold;
            text-decoration: none;
        }
        div#Fejlec4 .MorzsaUtvonal a:hover
        {
            color: #8BAB33;
            font-weight: bold;
            text-decoration: none;
        }

/* Az odal hasznos területének alapja */

div#Tartalom
{
    clear: both;
    width: 100%;
}

    div#Tartalom #TOszlop1
    {
        height: 100%;
        width: 100%;
        margin: 0px;
        padding: 0px;
        background-color: #FFFFFF;
    }
    
    div#Tartalom .Oszlop1
    {
        width: 100%;
        margin: 0px;
        padding: 0px;
        color: #7A7C80;
        text-align: justify;
        font-size: 12px;
    }
    
        div#Tartalom .Oszlop1 a
        {
            color: #7a7c80;
            font-weight: bold;
            text-decoration: none; 
        }
        
        div#Tartalom .Oszlop1 a:hover
        {
            color: #6a9b12;
            font-weight: bold;
            text-decoration: none;   
        }
        
        div#Tartalom .Oszlop1 td a
        {
            color: #000000;
            font-weight: bold;
            text-decoration: none; 
        }
                
        div#Tartalom .Oszlop1 h1
        {
            text-align: left;
            font-size: 15px;
            font-weight: bold;
            font-variant: normal;
            color: #7a7c80;
            margin: 0px 3px 0px 3px;
            padding: 12px 9px 4px 6px;
            background-image: url('Images/FMATartalomH1BG.gif');
	        background-repeat: repeat-x;
	        background-position: top;
        }
        
            div#Tartalom .Oszlop1 h1 a
            {
                color: #7a7c80;
                font-weight: bold;
                text-decoration: none; 
            }
            
            div#Tartalom .Oszlop1 h1 a:hover
            {
                color: #6a9b12;
                font-weight: bold;
                text-decoration: none;   
            }
            
        div#Tartalom .Oszlop1 h2
        {
            text-align: left;
            font-size: 13px;
            font-weight: bold;
            font-variant: normal;
            color: #6a9b12;
            margin: 2px 9px 4px 9px;
            padding: 0px;
        }
        
        div#Tartalom .Oszlop1 p
        {
            text-align: justify;
            font-size: 12px;
            margin: 4px 8px 4px 8px;
            padding: 0px;
        }
        
        div#Tartalom .Oszlop1DuplaElvalaszto
        {
            clear: both;
            height: 8px;
            margin: 0px 3px 0px 3px;
            padding: 0px 0px 0px 0px;
            background-image: url('Images/FMADuplacsikBG.gif');
	        background-repeat: repeat-x;
	        background-position: top;
        }
        
        div#Tartalom .Oszlop1Elvalaszto
        {
            clear: both;
            height: 5px;
            margin: 0px 3px 0px 3px;
            padding: 0px 0px 0px 0px;
            background-image: url('Images/FMACsikBG.gif');
	        background-repeat: repeat-x;
	        background-position: top;
        }
        
        div#Tartalom .Oszlop1Lablec
        {
            clear: both;
            height: 20px;
            text-align: right;
            font-size: 11px;
            font-weight: bold;
            font-variant: normal;
            color: #58656A;
            margin: 0px 3px 0px 3px;
            padding: 8px 9px 0px 6px;
            background-image: url('Images/FMAOszlopLablecBG.gif');
	        background-repeat: repeat-x;
	        background-position: top;
        }
        
            div#Tartalom .Oszlop1Lablec a
            {
                color: #646569;
                font-weight: bold;
                text-decoration: none;
            }
            
            div#Tartalom .Oszlop1Lablec a:hover
            {
                color: #6a9b12;
                font-weight: bold;
                text-decoration: none;
            }
        
            div#Tartalom .Oszlop1LablecDatum
            {
                float: left;
                font-size: 11px;
                font-weight: bold;
                font-variant: normal;
            }
    
    div#Tartalom #TOszlop2
    {
        height: 100%;
        margin: 0px;
        padding: 0px;
        background-color: #FFFFFF;
        border-left: 1px solid #C0C0C0;
    }
    
    div#Tartalom .Oszlop2
    {
        width: 250px;
        margin: 0px;
        padding: 0px;
        color: #7A7C80;
        text-align: justify;
        font-size: 11px;
        padding: 0px 6px 0px 6px;
    }
        div#Tartalom .Oszlop2 a
        {
            color: #7A7C80;
            font-weight: bold;
            text-decoration: none; 
        }
        
        div#Tartalom .Oszlop2 a:hover
        {
            color: #6a9b12;
            font-weight: bold;
            text-decoration: none;   
        }
    
        div#Tartalom .Oszlop2 h1
        {
            text-align: left;
            font-size: 14px;
            font-weight: bold;
            font-variant: normal;
            color: #6a9b12;
            margin: 0px -2px 0px -2px;
            padding: 12px 0px 4px 0px;
            background-image: url('Images/FMATartalomH1BG.gif');
	        background-repeat: repeat-x;
	        background-position: top;
        }
        
            div#Tartalom .Oszlop2 h1 a
            {
                color: #6a9b12;
                font-weight: bold;
                text-decoration: none; 
            }
            
            div#Tartalom .Oszlop2 h1 a:hover
            {
                color: #7A7C80;
                font-weight: bold;
                text-decoration: none;   
            }
        
        div#Tartalom .Oszlop2 h2
        {
            text-align: left;
            font-size: 12px;
            font-weight: bold;
            font-variant: normal;
            color: #7a7c80;
            margin: 2px 0px 4px 0px;
            padding: 0px;
        }
        
        div#Tartalom .Oszlop2 p
        {
            text-align: justify;
            font-size: 11px;
            margin: 4px 0px 4px 0px;
            padding: 0px;
        }
        
        div#Tartalom .Oszlop2Elvalaszto
        {
            clear: both;
            height: 5px;
            margin: 0px -2px 0px -2px;
            padding: 0px 0px 0px 0px;
            background-image: url('Images/FMACsikBG.gif');
	        background-repeat: repeat-x;
	        background-position: top;
        }
        
        div#Tartalom .Oszlop2Lablec
        {
            clear: both;
            height: 16px;
            text-align: right;
            font-size: 11px;
            font-weight: bold;
            font-variant: normal;
            color: #58656A;
            margin: 0px -2px 0px -2px;
            padding: 4px 3px 0px 3px;
            background-image: url('Images/FMAOszlopLablecBG.gif');
	        background-repeat: repeat-x;
	        background-position: top;
        }
        
            div#Tartalom .Oszlop2Lablec a
            {
                color: #646569;
                font-weight: bold;
                text-decoration: none;
            }
            
            div#Tartalom .Oszlop2Lablec a:hover
            {
                color: #6a9b12;
                font-weight: bold;
                text-decoration: none;
            }
        
            div#Tartalom .Oszlop2LablecDatum
            {
                float: left;
                font-size: 11px;
                font-weight: bold;
                font-variant: normal;
            }
    
    div#Tartalom #TOszlop3
    {
        height: 100%;
        margin: 0px;
        padding: 0px;
        background-image: url('Images/FMATartalomOszlop3BG.gif');
	    background-position: right;
	    background-repeat: repeat-y;
    }
    
    div#Tartalom .Oszlop3
    {
        width: 250px;
        height: 100%;
        margin: 0px;
        padding: 0px;
        color: #FFFFFF;
        text-align: justify;
        font-size: 11px;
        padding: 0px 6px 0px 6px;
    }
    
        div#Tartalom .Oszlop3 a
        {
            color: #7A7C80;
            font-weight: bold;
            text-align: left;
            text-decoration: none; 
        }
        
        div#Tartalom .Oszlop3 a:hover
        {
            color: #6a9b12;
            font-weight: bold;
            text-decoration: none;   
        }
        
        div#Tartalom .Oszlop3 h1
        {
            text-align: left;
            font-size: 14px;
            font-weight: bold;
            font-variant: normal;
            color: #FFFFFF;
            margin: 0px 10px 0px -2px;
            padding: 12px 10px 4px 3px;
            background-image: url('Images/FMATOszlop3H1BG.gif');
	        background-repeat: repeat-x;
	        background-position: top;
        }
        
            div#Tartalom .Oszlop3 h1 a
            {
                color: #FFFFFF;
                font-weight: bold;
                text-align: left;
                text-decoration: none; 
            }
            
            div#Tartalom .Oszlop3 h1 a:hover
            {
                color: #7A7C80;
                font-weight: bold;
                text-decoration: none;   
            }
        
        div#Tartalom .Oszlop3 h2
        {
            text-align: left;
            font-size: 12px;
            font-weight: bold;
            font-variant: normal;
            color: #6a9b12;
            margin: 2px 10px 4px 0px;
            padding: 0px;
        }
        
        div#Tartalom .Oszlop3 p
        {
            text-align: justify;
            font-size: 11px;
            margin: 4px 12px 4px 0px;
            padding: 0px;
            color: #FFFFFF;
        }
        
        div#Tartalom .Oszlop3Elvalaszto
        {
            clear: both;
            height: 5px;
            margin: 0px 10px 0px -1px;
            padding: 0px 0px 0px 0px;
            background-image: url('Images/FMACsikZoldGB.gif');
	        background-repeat: repeat-x;
	        background-position: top;
        }
        
        div#Tartalom .Oszlop3Lablec
        {
            clear: both;
            height: 16px;
            text-align: right;
            font-size: 11px;
            font-weight: bold;
            font-variant: normal;
            color: #58656A;
            margin: 0px 10px 0px -1px;
            padding: 4px 3px 0px 3px;
        }
        
            div#Tartalom .Oszlop3Lablec a
            {
                color: #FFFFFF;
                font-weight: bold;
                text-align: left;
                text-decoration: none;
            }
            
            div#Tartalom .Oszlop3Lablec a:hover
            {
                color: #6a9b12;
                font-weight: bold;
                text-decoration: none;
            }
        
            div#Tartalom .Oszlop3LablecDatum
            {
                float: left;
                font-size: 11px;
                font-weight: bold;
                font-variant: normal;
            }


/* A teljes lábléc */

div#Lablec
{
    clear: both;
    width: 100%;
    height: 54px;
	background-image: url('Images/FMALablecBG.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	border-top: 1px solid #FFFFFF;
}

    div#Lablec #FooterAddress {
	    height: 22px;
        font-size: 0.9em;
        text-align: center;
        color: #ffffff;
        font-weight: bold;
        margin-top: 0px;
        padding-top: 5px;
    }

        div#Lablec #FooterAddress a
        {
            color: #ffffff;
            text-decoration: none;
        }
        div#Lablec #FooterAddress a:hover
        {
            color: #646669;
            text-decoration: none;
        }

    div#Lablec #FooterCopyRight {
	    height: 23px;
	    font-size: 0.76em;
	    text-align: center;
	    color: #dbdbdb;
	    font-weight: bold;
	    padding-top: 4px;
    }

        div#Lablec #FooterCopyRight a
        {
            color: #dbdbdb;
            text-decoration: none;
        }
        div#Lablec #FooterCopyRight a:hover
        {
            color: #6a9b12;
            text-decoration: none;
        }

/* Login doboz */
.LoginBox
{
	position: fixed;
	display: block;
	background-color: #303030;
	width: 370px;
	top: -600px;
	left: 224px;
	padding: 10px 20px 10px 20px;
	font-weight: normal;
	border: solid 3px #6A9B12;
	opacity: 0;
	color: #ffffff;
}

    .LoginBox a
    {
        color: #dbdbdb;
        font-weight: bold;
        text-decoration: none;
    }

    .LoginBox a:hover
    {
        color: #6a9b12;
        font-weight: bold;
    }

    .LoginCloseButton 
    {
	    padding-left: 10px;
	    height: 22px;
	    float: right;
	    margin-top: 0px;
	    margin-left: 10px;
    }

/* Tagjaink listájának kezelése (Tagjaink.aspx) */

.GridWidth

{
     min-width: 600px;
     max-width: 830px;
}
.item, .alternatingItem
{
    float: left;
    padding: 6px;
    margin: 4px;
    width: 250px;
    height: 110px;
    border: 1px solid threedshadow;
}

.item
{
    background: whitesmoke !important;	
}
.alternatingItem
{
    background: window !important;	
}

.item:hover, .alternatingItem:hover
{
    background: silver !important;	
}

/* Hírlevlek kezeléséekor */

div#Tartalom .Oszlop1 .NewsBody h1
{
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    font-variant: normal;
    color: #7a7c80;
    margin: 0px 3px 0px 3px;
    padding: 12px 9px 4px 6px;
    background-image: none;
}
        
div#Tartalom .Oszlop1 .NewsBody a
{
    color: #7a7c80;
    font-weight: bold;
    text-decoration: none; 
}

div#Tartalom .Oszlop1 .NewsBody a:hover
{
    color: #6a9b12;
    font-weight: bold;
    text-decoration: none;   
}

/* Új vége - Ha kész a többi törölhető! */



/* */

      th
      {
        background-color:#eef4fa;
        border-top:solid 1px #9dbbcc;
        border-bottom:solid 1px #9dbbcc;
      }
      .itemSeparator { border-right: 1px solid #ccc }
      .groupSeparator
      {
        height: 3px;
        background-color: #cFFFcc;
      }
      .item
      {
        border: solid 1px #458b74;
        background: #e0ffff;
      }




/* Felső dátum és névnap információ a fejlécen */



.LeftContent
{
    height: 100%; 
    padding-right: 2px;
    border-right: 1px solid #C0C0C0;
    background-color: #FFFFFF;
}

.LeftContent a
{
    color: #646569;
    font-weight: bold;
    text-decoration: none;
}

.LeftContent a:hover
{
    color: #004400;
    font-weight: bold;
    text-decoration: none;
}

.LeftContent p {
    font-weight: normal;
    margin-left: 12px;
    font-size: 11px;
}

.LeftContent h1 {
    color: #7a7c80;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom : 0px;
	font-size: 15px;
	text-align: left;
}

.LeftContent h2 {
	color: #6a9b12;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom : 0px;
	font-size: 13px;
	font-variant: normal;
}

.LeftContentBox
{
    background-color: #ffffff;
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 6px;
    
    background-image: url('Images/tartalmi_bg.gif');
	background-repeat: repeat-x;
	background-position: top;
}

.CenterContent
{
    height: 100%;
}

.CenterContent a
{
    color: #646569;
    font-weight: bold;
    text-decoration: none;
}

.CenterContent a:hover
{
    color: #004400;
    font-weight: bold;
    text-decoration: none;
}

.CenterContent p {
    font-weight: normal;
    font-size: 11px;
    margin-top: 4px;
	margin-bottom: 4px;
}

.CenterContent h1 {
    color: #6a9b12;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 4px;
	font-size: 14px;
	text-align: left;
}

.CenterContent h1 a{
    color: #6a9b12;
}

.CenterContent h2 {
	color: #7a7c80;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	font-variant: normal;
}

.CenterContentBox
{
    background-color: #ffffff;
    text-align: justify;
    font-size: 0.8em;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 16px;
    padding-bottom: 4px;
    /*
    
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 0px;
    margin-bottom: 6px;
    */
    border-bottom: 1px solid #C0C0C0;
    
    background-image: url('Images/tartalmi_bg.gif');
	background-repeat: repeat-x;
	background-position: top;
}

.RightContent
{
    height: 100%;
    background-image: url('Images/FrontPageRight_bg.gif');
	background-position: right;
	background-repeat: repeat-y;
}

/* Eddig új */



/* Belső teljes tartalom - két SliderBar-al */
#FullContentRow {
	width: 100%;
}


/* Címlap stilusai - Kezdete */


/* FrontPageCenter oszlop */
#FrontPageCenter
{
    border-left: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    background-color: #FFFFFF;
}

.FrontPageCenterBox a
{
    color: #646569;
    font-weight: bold;
    text-decoration: none;
}

.FrontPageCenterBox a:hover
{
    color: #004400;
    font-weight: bold;
    text-decoration: none;
}

.FrontPageCenterBox p {
    font-weight: normal;
    font-size: 11px;
    margin-top: 4px;
	margin-bottom: 4px;
}

.FrontPageCenterBox h1 {
    color: #6a9b12;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 4px;
	font-size: 14px;
	text-align: left;
}

.FrontPageCenterBox h1 a{
    color: #6a9b12;
}

.FrontPageCenterBox h2 {
	color: #7a7c80;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	font-variant: normal;
}
.FrontPageCenterBox
{
    background-color: #ffffff;
    text-align: justify;
    font-size: 0.8em;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 16px;
    padding-bottom: 4px;
    /*
    
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 0px;
    margin-bottom: 6px;
    */
    border-bottom: 1px solid #C0C0C0;
    
    background-image: url('Images/tartalmi_bg.gif');
	background-repeat: repeat-x;
	background-position: top;
}

.FrontPageCenterBox a
{
    color: #646569;
    font-weight: bold;
    text-decoration: none;
}

.FrontPageCenterBox a:hover
{
    color: #004400;
    font-weight: bold;
    text-decoration: none;
}

.FrontPageCenterBox p {
    font-weight: normal;
    font-size: 11px;
    margin-top: 4px;
	margin-bottom: 4px;
}

.FrontPageCenterBox h1 {
    color: #6a9b12;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 4px;
	font-size: 14px;
	text-align: left;
}

.FrontPageCenterBox h1 a{
    color: #6a9b12;
}

.FrontPageCenterBox h2 {
	color: #7a7c80;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	font-variant: normal;
}

/* FrontPageRight oszlop */
/* Del */
#FrontPageRight
{
	background-image: url('Images/FrontPageRight_bg.gif');
	background-position: right;
	background-repeat: repeat-y;
}

/* FrontPageRightBox doboz */
.FrontPageRightBox
{
	color: #FFFFFF;
	text-align: left;
    font-size: 0.8em;
    margin-left: 12px;
    margin-right: 24px;
    margin-bottom: 0px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
	border-bottom: 1px solid #FFFFFF;
}

.FrontPageRightBox p
{
	color: #FFFFFF;
	text-align: justify;
    font-size: 1.0em;
}

.FrontPageRightBox a
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

.FrontPageRightBox a:hover
{
    color: #6a9b12;
    font-weight: bold;
    text-decoration: none;
}

.FrontPageRightBox h4 {
	margin-top: 2px;
	margin-bottom: 6px;
	font-size: 11pt;
}

.FrontPageRightBox h5 {
	margin-top: 2px;
	margin-bottom: 0px;
	font-size: 10pt;
}

/* Címlap stilusai - Vége */

/* Ball SiderBar */
#LeftSidebar {
	/* border-right: 1px solid Green; */
	background-image: url('Images/menubg2.gif');
	background-repeat: repeat-y;
	width: 230px;
}

/* Teljes központi tartalom kerete */
#CenterContent {
    /* width: 100%; */
    width: 100%;
    background-color: #FFFFFF;
}

/* Jobb SiderBar */
#RightSidebar
{
	/* border-left: 2px solid #FFFFFF; */
	background-image: url( 'Images/jobbbg.gif' );
	background-repeat: repeat-y;
	width: 230px;;
}

/* Sidebar tartalom doboz */
.SidebarBoxContent
{
    width: 25%;
	color: #FFFFFF;
	background-color: #2A3F04;
	background-image: url('Images/jobb_elvalaszto.gif');
    background-position: bottom;
    background-repeat: no-repeat;

}

.SidebarBoxContent h4
{
    color: #FFFFFF;
    text-align: left;
    padding-top: 6px;
    padding-left: 4px;
    padding-bottom: 6px;
    padding-right: 4px;
    margin: 0px 0px 0px 0px;
    font-variant: normal;
}

.SidebarBoxContent h5
{
    color: #FFFFFF;
    text-align: left;
    font-size: 0.8em;
    padding-top: 0px;
    padding-left: 4px;
    padding-bottom: 6px;
    padding-right: 4px;
    margin: 0px 0px 0px 0px;
    font-variant: small-caps;
}

.SidebarBoxContent p
{
    color: #FFFFFF;
    text-align: justify;
    font-size: 0.8em;
    padding-top: 0px;
    padding-left: 6px;
    padding-bottom: 8px;
    padding-right: 6px;
    margin: 0px 0px 0px 0px;   
}

.SidebarBoxContent a
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

.SidebarBoxContent a:hover
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

/* Sidebar ürlap doboz */
.SidebarBoxForm
{
	width: 230px;
	color: #FFFFFF;
	background-color: #3B5B06;
	background-image: url(  'Images/jobb_elvalaszto.gif' );
	background-position: bottom;
	background-repeat: no-repeat;
}

.SidebarBoxForm h4
{
    color: #FFFFFF;
    text-align: left;
    padding-top: 6px;
    padding-left: 4px;
    padding-bottom: 6px;
    padding-right: 4px;
    margin: 0px 0px 0px 0px;
    font-variant: normal;
}

.SidebarBoxForm p
{
    color: #FFFFFF;
    text-align: justify;
    font-size: 0.8em;
    padding-top: 0px;
    padding-left: 6px;
    padding-bottom: 10px;
    padding-right: 6px;
    margin: 0px 0px 0px 0px;   
}

.SidebarBoxForm a
{
    color: #FFFFFF;
    text-decoration: none;
}

.SidebarBoxFormGraphHeader
{
    color: #FFFFFF;
    text-align: right;
    font-weight: bold;
    font-size: 0.8em;
    padding-top: 6px;
    padding-left: 6px;
    padding-bottom: 8px;
    padding-right: 6px;
    margin: 0px 0px 0px 0px;   
}

.SidebarBoxFormGraph
{
    color: #FFFFFF;
    text-align: justify;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    margin: 0px 0px 0px 0px;   
}

.SidebarBoxFormGraphImg {
    margin-bottom: -2px;
}

/* Sidebar menu doboz */
.SidebarMenuBox
{
    width: 214px;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 6px;
    padding-right: 0px;
}

.SidebarMenuBox tbody
{
    background-image: url('Images/menucsik2.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 12px;
}

.SidebarMenuButton
{
    position: inherit;
    padding-left: 192px;
}

/* Sidebar ürlap doboz */
.SidebarBoxLeft
{
	width: 210px;
	color: #FFFFFF;
	text-align: justify;
    font-size: 0.8em;
    margin-left: 12px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
	border-bottom: 1px solid #FFFFFF;
}

.SidebarBoxLeft p
{
	color: #FFFFFF;
	text-align: justify;
    font-size: 1.0em;
}

.SidebarBoxLeft a
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

.SidebarBoxLeft a:hover
{
    color: #6a9b12;
    font-weight: bold;
    text-decoration: none;
}
/* Sidebar ürlap doboz */
.SidebarBoxHeaderLeft
{
	width: 222px;
	height: 30px;
	color: #FFFFFF;
	margin-left: 12px;
	background-color: #3B5B06;
	background-image: url('Images/menufej3.gif');
	background-repeat: repeat-x;
}

.SidebarBoxHeaderLeft h4 {
	color: #FFFFFF;
	padding-left: 16px;
	padding-top: 4px;
	font-variant: normal;
}

/* Tartalomm doboz */
.ContentBox
{
    background-color: #ffffff;
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 6px;
    
    background-image: url('Images/tartalmi_bg.gif');
	background-repeat: repeat-x;
	background-position: top;
}

.ContentBox a
{
    color: #646569;
    font-weight: bold;
    text-decoration: none;
}
.ContentBox a:hover
{
    color: #004400;
    font-weight: bold;
    text-decoration: none;
}

.ContentBox p {
    font-weight: normal;
    margin-left: 12px;
    font-size: 11px;
}

.ContentBox h1 {
    color: #7a7c80;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom : 0px;
	font-size: 15px;
	text-align: left;
}
.ContentBox td.h1 
{
    color: #7a7c80;
}
.ContentBox h2 {
	color: #6a9b12;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom : 0px;
	font-size: 13px;
	font-variant: normal;
}

/* Cikk megjelenitő grid doboz */
.ArticleGridView
{
    background-color: #ffffff;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.ArticleGridView a
{
    color: #646569;
    font-weight: bold;
    text-decoration: none;
}
.ArticleGridView a:hover
{
    color: #004400;
    font-weight: bold;
    text-decoration: none;
}

/* Tartalom dobozban a "tovább link" */
.ContentBoxNext
{
    text-align: right;
    padding-top: 0px;
    padding-bottom: 0px;
}

.ContentBoxNext a
{
    color: #7a7c80;
    font-weight: bold;
    text-decoration: none;
}
.ContentBoxNext a:hover
{
    color: #6b9b12;
    font-weight: bold;
    text-decoration: none;
}

/* Tartalom lábléce */
.ContentFooter
{
	background-image: url( 'Images/lablec3_bg.gif' );
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 6px;
	text-align: right;
	font-size: 8pt;
	font-weight: normal;
	height: 18px;
	color: #58656A;
}

.ContentFooter a
{
    color: #646569;
    font-weight: bold;
    text-decoration: none;
}
.ContentFooter a:hover
{
    color: #004400;
    font-weight: bold;
    text-decoration: none;
}

.ContentFooterImg {
    margin-bottom: -2px;
}

.ContentFooterClose
{
	background-image: url('Images/lablecclose_bg.gif');
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 4px;
    height: 8px;
}

/* Tartalom láblécében dátum */
.ContentFooterDate{
    float: left;
    font-weight: normal;
}





/* A Portál tartalom doboza */
.SiteContentBox {
    font-weight: normal;
    direction: ltr;
    padding-left: 50px; 
    padding-bottom: 10px; 
    padding-top: 10px;
}

.SiteContentBox a
{
    font-weight: normal;
    text-decoration: none;
    
}
.SiteContentBox a:hover
{
	font-weight: normal;
	color: #003300;
	background-color: #ffffff;
	text-decoration: none;
}

.LeftAvatarImg
{
	margin-right: 10px;	
	
}

.GlossaryInfo
{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

/* Cikk doboz */
.NewsBox
{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	/* background-color: Black; */
}

/* Hozászollás doboz */
.CommentBox
{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.CommentBoxHeader
{
	text-align: right;
	height: 20px;
	font-variant: normal;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
	/* border: 1px solid #000000; */
}

.CommentBoxHeader a
{
    color: #7a7c80;
    font-weight: bold;
    text-decoration: none;
}
.CommentBoxHeader a:hover
{
    color: #6b9b12;
    font-weight: bold;
    text-decoration: none;
}

.CommentBoxTitle
{
	float: left;
	text-align: left;
	color: #6a9b12;
	font-size: 11pt;
	font-weight: bold;
	margin-top: -2px;
	font-variant: small-caps;
}

.GridEditorsBox
{
	width: 100%;
	color: #ffffff;
	/*
	font-weight: bold;
	font-size: 11pt;
	*/
	background-color: #212121;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.GridLink a:hover
{
    color: #6a9b12;
    font-weight: bold;
}

/* Grid LinkButton */
.GridLinkButton
{
	color: #ffffff;
	font-weight: bold;
}

.GridLinkButton p
{
	color: #ffffff;
	font-weight: bold;
}

.GridLinkButton a
{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

.GridLinkButton a:hover
{
    color: #6a9b12;
    font-weight: bold;
}


.EditorsBox
{
	background-color: #ffffff;
	color: #6a9b12;
	font-size: 10pt;
}

