@charset "utf-8";

body {
	margin:0;
	padding:0;
	margin-top:25px;
	background: #fff no-repeat;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
	line-height:120%;
	font-weight: normal;
	color:#444;
}
html, body { height:100%; }
/* -------------------------- */
h1 {
/*	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
*/
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: -0.1;
	line-height: normal;
	color:#004681;
	margin:0px 0px 20px 0px;
	padding:0;
	border-bottom:1px solid #004681;
	padding-bottom:5px;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style:italic;
	line-height: normal;
	color:#004681;
	margin:35px 0px 15px 0px;
	padding:0;
	font-variant:small-caps;
	border-bottom:0px solid #c5c0a8;
	padding-bottom:5px;
}
/* -------------------------- */ 
a img { border:0; }
a { color:#004681; text-decoration:none; }
a:link { color:#004681; text-decoration:none;  }
a:visited { color:#004681; }
a:hover { color:#ceb263; }
a:active { color:#004682; }
/* -------------------------- */ 
a[href$='.pdf'] {
	display:inline-block;
	padding-left:22px;
	line-height:18px;
	background:transparent url(/img/filetypes/pdf.png) center left no-repeat;
}
a[href^="http:"] {
	display:inline-block;
	padding-right:15px;
	line-height:18px;
	background:transparent url(/img/filetypes/external.png) center right no-repeat;
}
a[href^="mailto:"], a[href^="javascript:EOad('"] {
	display:inline-block;
	padding-left:20px;
	line-height:18px;
	background:transparent url(/img/filetypes/email.png) center left no-repeat;
}
a[href$='.mp3'], a[href$='.wav'], a[href$='.mid'] {
	display:inline-block;
	padding-left:22px;
	line-height:18px;
	background:transparent url(/img/filetypes/audio.png) center left no-repeat;
}
a[href$='.xls'], a[href$='.xlsx'], a[href$='.ods'] {
	display:inline-block;
	padding-left:22px;
	line-height:18px;
	background:transparent url(/img/filetypes/excel.png) center left no-repeat;
}
a[href$='.swf'] {
	display:inline-block;
	padding-left:22px;
	line-height:18px;
	background:transparent url(/img/filetypes/flash.png) center left no-repeat;
}
a[href$='.zip'], a[href$='.rar'], a[href$='.7z'] {
	display:inline-block;
	padding-left:22px;
	line-height:18px;
	background:transparent url(/img/filetypes/pack.png) center left no-repeat;
}
a[href$='.gif'], a[href$='.jpg'], a[href$='.bmp'], a[href$='.tif'] {
	display:inline-block;
	padding-left:22px;
	line-height:18px;
	background:transparent url(/img/filetypes/picture.png) center left no-repeat;
}
a[href$='.ppt'], a[href$='.pptx'] {
	display:inline-block;
	padding-left:22px;
	line-height:18px;
	background:transparent url(/img/filetypes/powerpoint.png) center left no-repeat;
}
a[href$='.avi'], a[href$='.mpg'], a[href$='.wmv'], a[href$='.mov'] {
	display:inline-block;
	padding-left:22px;
	line-height:18px;
	background:transparent url(/img/filetypes/video.png) center left no-repeat;
}
a[href$='.doc'], a[href$='.docx'], a[href$='.rtf'], a[href$='.odt'], a[href$='.txt'] {
	display:inline-block;
	padding-left:22px;
	line-height:18px;
	background:transparent url(/img/filetypes/word.png) center left no-repeat;
}


td a[href$='.pdf'] { background:none; padding:0; }
/* -------------------------- */ 
 
p { margin-bottom:15px;}
b, strong { font-weight:bold; } 

ul { margin:0; padding:0; margin-bottom:15px; }
ol { margin:0; padding:0; margin-bottom:15px; }

ul li { margin-left:40px; padding:0; list-style-position:outside; list-style-type:square; }
ol li { margin-left:40px; padding:0; list-style-position:outside; list-style-type:decimal; }


ul.linkList li { list-style-type: none; margin:0; }

em, i { font-style:italic; }

sup { vertical-align: text-top; font-size:7pt; }
sub { vertical-align: text-bottom; font-size:7pt; } 


/* -------------------------- */ 
hr { color:#ddd; background-color:#ddd; border: 0; width: 100%; height: 1px; margin:15px 0; }
hr.categorySeparator { color:#0067ac; background-color:#0067ac; border: 0; width: 100%; height: 2px; margin:20px 0; }
hr.categorySeparatorLight { color:#0067ac; background-color:#0067ac; border: 0; width: 100%; height: 1px; margin:10px 0; }
.zaroDIV { clear:both; height:1px;  font-size:1px; line-height:0; }
.kiemeles { color:#d89d9d; }
/* -------------------------- */ 
#maincontainer {
	margin:0 auto;
	text-align:center;
	width:980px;
	border:0px;
}
#leftalign {
	text-align: left;
	width:980px;
}

#topPic {
	background:no-repeat top center;	
	width:980px;
	height:176px;
	background:no-repeat top left url(/img/header.gif);
}

#topMenuOuterContainer {
	width:980px;
	height:40px;
	background:#ccb167 url(/img/topmenu_bg.gif) top left no-repeat;
	z-index:35;
}



#mainContentOuterContainer {
	width:980px;
	background:#005084 no-repeat bottom left url(/img/foot.gif);
}

#mainContentInnerContainer {
	background:repeat-y url(/img/contentinnercontainerbg.gif) top center;	
	width:700px;
	position:relative;
	top:25px;
	left:25px;
	float:left;
	z-index:30;
}

#mainContentInnerContainerTop {
	width:700px;
	height:20px;
	font-size:1px;
	background:top left no-repeat url(/img/contentinnercontainertop.gif);
}
#mainContentInnerContainerBottom {
	width:700px;
	height:20px;
	font-size:1px;
	background:top left no-repeat url(/img/contentinnercontainerbottom.gif);
}

#mainContentInnerContainerSpacer {
	margin-left:25px;
	width:650px;
}
/* sidebar >> */
#sidebarOuterContainer {
	position:relative;
	top:25px;
	left:50px;
	width:230px;
	float:left;
}
.sidebarModulOuterContainer { background:repeat-y top left url(/img/sidebarmodulbg.gif); }
.sidebarModulTop { background:url(/img/sidebarmodultop.gif) no-repeat top left; height:20px; }
.sidebarModulBottom { background:url(/img/sidebarmodulbottom.gif) no-repeat top left; height:20px;}
.sidebarModulInnerContainer { margin:0 15px; }

.sidebarModulInnerContainer h1 { 
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", Times, serif; 
	font-size:12pt; 
	letter-spacing:normal;
	color:#004681;
	font-weight:bold; 
	border:0;
	margin-bottom:10px;
	padding:0;
	line-height:normal;
}
.sidebarModulInnerContainer p { margin:0; padding:0; font-size:10pt; }
/* << sidebar */

/* detail page >> */
.briefInDetailPageContainer {
	font-size:10pt;
	color:#777;
	margin-bottom:20px;
}
.detailPage_DEPContainer {
	text-align:right;
	font-size:8pt; 
/*	font-family:Arial, Helvetica, sans-serif; */
	color:#777;
	margin-bottom:20px;
	padding-top:3px;
}
.emailThisButton {
	margin-left:10px; 
	width:16px; 
	height:16px; 
	vertical-align: text-bottom;
}
.printPageButton {
	margin-left:10px; 
	width:16px; 
	height:16px; 
	vertical-align:text-bottom;
}

.thCustom { background-color:#0067ad; color:#fff; font-weight:bold; padding:4px; font-size:10pt; text-align:center; }
.trCustomEven { background-color:#bcd9ec; font-size:10pt;  }
.trCustomOdd { background-color:#fff; font-size:10pt;  }
.tableCustom { margin-bottom:15px; border:1px solid #bcd9ec; font-size:10pt; }
.tableCustom td {  padding:6px 3px; font-size:10pt;  }
.formError { background-color:#e4aaaa; border:1px solid #3f0000;}

.galleryPicDivContainer {
	margin:30px 0; 
}
.galleryPicDiv {
	float:left;
	width:120px; 
	height:120px;
	border:0;
	margin-right:10px;
	margin-bottom:10px;
	padding:1px;
	border:1px solid #ddd;
}
/* << detail page */

/* category page >> */
.categoryContainer {}
.categoryContainer h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", Times, serif; 
	font-size:10pt; 
	letter-spacing:normal;
	color:#004681;
	font-weight:bold; 
	border:0;
	margin-bottom:4px;
	padding:0;
	line-height:normal;
	font-style:normal;
}

.categoryContainer div.detailPage_DEPContainer { text-align:left; }
.briefInCategoryPageContainer { 
	font-size:10pt; 
	line-height:normal; 
	color:#555;
}
.categoryPageReadMoreLink { 
	margin-top:5px; 
	text-align:right;
	
}
.categoryPageReadMoreLink a { 
	font-size:10pt;

}
.categoryListTable {
	width:100%;
}
.categoryListTable tr { 	  }
.categoryListTable td {
	width:50%;
}
.categoryListTable td.left { padding-right:15px; border-right:1px solid #ddd; }
.categoryListTable td.right { padding-left:15px; }
/* << category page */

/* message boxok */
input.afp_error, select.afp_error, textarea.afp_error {
    border: 1px solid #f00;
    color: #D8000C;
    background-color: #FFBABA;
}
.info, .success, .warning, .error, .validation {
    border: 1px solid;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
	text-align:left;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url(/adm/img/info.png);
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url(/adm/img/success.png);
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url(/adm/img/warning.png);
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url(/adm/img/error.png);
}
.error ul li, .error ul  {
    color: #D8000C;
	list-style:none;
	margin:0;
	list-style-position:outside;
}
.error ul li {
	margin-left:10px;
}
.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url(/adm/img/validation.png);
}

/* --  ez a regisztralo form ------------------------ */
.loginform {
	padding:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#000;
	background-color:#f3f1e6;
	border:1px solid #415b3a;
}
.loginform:focus { 
	background-color:#fff;
	border:1px solid #000;
}

input {
	padding:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#000;
}
select {
	color:#000;	
}
select option {
	color:#000;	
}
select optgroup {
	color:#f90;	
	font-style:normal;
	font-weight:bold;
}
/* -------------------------- */
.kepbal { border:1px solid #777; float: left; margin-right:10px; }
.kepjobb { border:1px solid #777; float: right; margin-left:10px; }
/* -------------------------- */
