/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	HTML elemek stílusának alap definíciója
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body  /* Internet Explorer */ 
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    text-align: center;
    background-image: url('../images/hatter.jpg');
    background-position: 30% 20%; 
    background-attachment: fixed;
}

body /* Mozilla Firefox alignment */ 
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    text-align: -moz-center;
    background-image:url('../images/hatter.jpg');
    background-position: 30% 20%; 
    background-attachment: fixed;
}

a:link
{
    color: #F3E520;
    text-decoration: none;
}

a:visited {
	text-decoration:none;
	color: #F3E520;
}

a:hover
{
    text-decoration: none;
}

a:active {
    text-decoration: none;
        color: #F3E520;
}

img {
	border:none;
}

hr{
     line-height: 1px;
     outline-style:dotted;
}
td 
{
     white-space: normal;
     empty-cells: show;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Osztályok stílusainak definiálása
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.tdnowrap
{
    white-space:nowrap;
}
.BodyStart{
    
}

.DivScroll{

}
.imgList{
    z-index: 999;
    position: absolute; 
    top: 70px; 
    bottom: 15px;
    left: 90px;
    right: 150px;
    display: block; 
    background-color: #DB1D1F;
    width: 810px;
    height: 400px;
    overflow:auto;   
    white-space:nowrap;
    border: solid 4px black;
}
.textEditor{
    z-index: 999;
    position: absolute; 
    top: 70px; 
    bottom: 15px;
    left: 180px;
    right: 90px;
    display: block; 
    background-color: #DB1D1F;
    width: 540px;
    height: 480px;
    overflow:auto;   
    white-space:nowrap;
    border: solid 4px black;
}
.WorkArea{
    z-index: 120;
    /*border: solid 2px black;*/
    position: absolute; 
    top: 15px; 
    bottom: 15px;
    left: 150px;
    right: 150px;
    display: block; 
    visibility: visible;
    background-color: Transparent;
    width: 810px;
    height: 544px;
    white-space:nowrap;
}

.WorkAdmin
{
    z-index: 120; /*border: solid 2px black;*/
    position: absolute;
    top: 15px;
    left: 70px;
    right: 150px;
    visibility: visible;
    background-color: #FFFF99;
    width: 860px;
    height: 544px;
    overflow:auto;
    white-space:nowrap;
}

.mainMenu{
     text-align:left;
     float:left;
     /*background-image:url('../images/csik1.jpg');*/
}

.mainHeader{
     float:left;
     /*background-image:url('../images/csik2.jpg');*/
}

.mainBody{
    float:left;    
}
.mainBodyText{
     z-index: 150;
     position: absolute;
     background-color: Transparent;
     top: 210px;
     left: 375px;
     display: block;
     visibility: visible;
     text-align: left;
     width: 515px;
     height: 355px;
     padding-left: 5px;
     overflow:auto;
     white-space:nowrap;     
}

.mainBodyTextFix{
     z-index: 150;
     position: absolute;
     background-color: Transparent;
     top: 210px;
     left: 375px;
     display: block;
     visibility: visible;
     text-align: justify;
     width: 505px;
     height: 355px;
     padding-left: 5px;
}
.mainBanner{
     z-index: 150;
     position: absolute;
     background-color: Transparent;
     top: 15px;
     left: 5px;
     display: block;
     visibility: visible;
     text-align: left;
     width: 140px;
     height: 600px;
     padding-left: 0px;
}
.tblKapcsolat{
     width:97%;
}
.tdkapcs{
     text-align: left;
     font-style:italic;
     font-size: 0.9em;
     border-bottom-style: dashed;
     border-bottom-color: #9C1708;
     border-bottom-width: 1px;
     padding-bottom: 5px;
}
.tdkapcs_title{
     text-align: left;
     font-style:italic;
     font-size: 1.1em;
	 color: #9C1708;
     border-bottom-style: dashed;
     border-bottom-color: #9C1708;
     border-bottom-width: 1px;
     padding-bottom: 5px;
}
.tdkapcs_simple{
     text-align: left;
     font-style:italic;
     font-size: 0.7em;
     padding-bottom: 5px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	HTML class to the admin pages
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.fileText{
    width: 500px;
    font-size: 0.9em;
}
.fileButton{
    font-size: 0.9em;
}

.tblAdmin{
	background-color: #F3E520;
    width: 97%;
	/* red - DB1D1F  - green - 06992E */
}
.tblAdminLess{
	background-color: #F3E520;
    width:60%;
    
	/* red - DB1D1F  - green - 06992E */
}
.tblMenu{
    width: 97%;
    border: solid 1px #DB1D1F;
    background-color: #DB1D1F;
    color: #F3E520; 
}
.tdTitle{
	background-color: #06992E;
    color: #F3E520;
}
.trHeader{
	background-color: #DB1D1F;
    color: #F3E520;
}
.inpText{
    width: 40px;
    font-size: 0.9em;
}
.inpTextNormal{
    width: 120px;
    font-size: 0.9em;
}
.inpTextLarge{
    width: 180px;
    font-size: 0.9em;
}
.DropDownList{
    font-size: 0.9em;
}
.tdlLista{
     text-align: left;
     font-style:italic;
     font-size: 0.8em;
}
.imgView{
    height: 75px;
    width: 90px;
}
.tblPicture
{
    width: 100%;
    background-color: #C0C0C0;
}
.trPicHeader{
    text-align: left;
}
.trPicDetails{
    text-align: right;

}
.ImageView{
     width: 70px;
     height: 55px;
}
.ImageViewBesz{
     width: 90px;
     height: 55px;
}.imgUzlet{
    width: 175px;
    height: 135px;
}
.imgTermek{
    width: 150px;
    height: 114px;
    margin: 10px 5px 10px 5px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	HTML lapokon direkt ID alapján történő stílusok megadása
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
