/* Structure */

#page {
	width: 100%;
}
#wrapper {
	border: 1px solid #D6D5D5;
	background: #ffffff;
}
#topbar {
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
	margin-right: 10px;
	background: url(../images/pathway_below.gif);
	display: block;
	border: 1px solid #E6E6E6;
}
#topcontent {
	float: left;
	display: inline;
	line-height: 30px;
}
#topleft {
	height: 30px;
	float: left;
	display: inline;
	width: 10px;
}
#topmenu {
	height: 30px;
	float: left;
	display: inline;
	width: auto;
}
#topsearch {
	float: right; 
	display: inline;
	padding-top: 3px;
	line-height: 30px; 
	vertical-align: middle;
	padding-right: 10px;
}
/* IE HACKS */
html>body #topsearch {
	padding-top: 0px;
}
#topright {
	height: 30px;
	float: right;
	display: inline;
	width: 10px;
}	
#headerbar {
	margin-left: 0px;
	margin-right: 0px;
	height: 118px;
}
#headercontent {
	float: left;
	display: inline;
	height: 100px;
}
#headerlogo {
	float: left;
	display: inline;
	height: 118px;
	line-height: 118px;
	vertical-align: middle;
	overflow: hidden;
	border-top: 1px solid #E6E6E6;
}
#headersitename {
	float: left;
	display: inline;
	line-height: 100px;
	height: 100px;
	vertical-align: middle;
	padding-left: 15px;
	color: #FFFFFF;
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
}
#headersitename a:link, #headersitename a:visited {
	color: #FFFFFF;
	text-decoration: none
}
#headersitename a:hover {
	color: #999999;
	text-decoration: none
} 
#headerleft {
	width: 10px;
	float: left;
	display: block;
}
#headerright {
	width: 10px;
	float: right;
	display: block;
}
#headlines {
	width: 99.8%;
	float: left;
	display: block;
	margin-bottom: 10px;
	background: #F7F6F5;
	border: solid 1px #e6e6e6;
}
#bodylatest {
	float: left;
	display: block;
	margin-left: 5px;
	margin-right: 2px;
}
#bodypopular {
	float: right;
	display: block;
	margin-right: 5px;
	margin-left: 2px;
}
#mainbody {
	width: 100%;
	float: left;
	display: block;
}

#pathwaybar {
	margin-left: 0px;
	margin-right: 0px;
	background: #336600;
	height: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	padding-left: 10px;
	padding-top:  3px;
	color: #FFFFFF; 
}
#pathwaycontent {
	float: left;
	display: block;
	line-height: 30px;
	height: 30px;

}
.pathway {
	color: #666666;
	font-weight: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	display: inline;
	height: 30px;
	line-height: 30px !important;
	line-height: 27px;
	padding-left: 2px;
	vertical-align: bottom;
	text-align: left;
}

.pathway img {
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 6px;
}
.pathway a:link, .pathway a:visited {
	color: #666666;
	font-weight: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	vertical-align: bottom;
}
.pathway a:hover {
	color: #336600;
	font-weight: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	vertical-align: bottom;
}
#pathwayleft {
	width: 00px;
	float: left;
	display: block;
}
#pathwayright {
	width: 00px;
	float: right;
	display: block;
}
#maincontent {
	display: block;
	margin-left: 5px;
	margin-right: 5px;
}
#leftsection {
	width: 160px;
	margin-top: 0px;
}
#leftmodules {
	margin-right: 5px;
	margin-top: 0px;
}
#rightsection {
	width: 160px;
	text-align: left;
}
#rightmodules {
	margin-left: 5px;
	text-align: left;
}
#footerbar {
	margin-left: 10px;
	margin-right: 10px;
	height: 69px;
}
#footercontent {
	float: left;
	display: block;
	padding-top: 20px;
	color: #333333;
	width: 97%;
}
#footercontent a:link, #footercontent a:visited {
	color: #ffffff;
	font-weight: bold;
}
#footercontent a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#footerleft {
	width: 10px;
	float: left;
	display: block;
}
#footerright {
	width: 10px;
	float: right;
	display: block;
}
.spacer {
	margin-left: 10px;
	margin-right: 10px;
	height: 10px;
	display: block;
}
/* DEFAULT SETTINGS */ 
/* Below are  default settings are used when no other style has been defined.*/
body {
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background: #FFFFFF;
}/*Style for the body tag of your website, controls font family page background, etc.*/

a:link, a:visited, a:active {
	color: #AB6A20;
	text-decoration: none;
} /* general links style*/
a:hover {
	color: #666666;
	text-decoration: underline;
}
hr {
	color: #666666;
} /* horizontal line in your template*/
hr.separator {
	color: #666666;
}
 
/* FORMS SETTINGS */ 
.button {
	text-align: center;
	font-size: 11px;
  	font-weight: bold;
  	padding: 0px 5px;
  	margin: 1px;
	vertical-align: middle;

}
/*
html>body .button {
	height: 22px;
	line-height: 22px;
}*/
/* NAVIGATION/MENU SETTINGS */
 
a.mainlevel, a.mainlevel:link, a.mainlevel:visited, a.mainlevel:active {
	display: block;
	border-bottom: 1px dotted #333333;
	text-decoration: none;
	padding: 3px;
	margin-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
} /* this styling is for the MAIN items in the menu */
a.mainlevel:hover {
	display: block;
	border-bottom: 1px dotted #333333;
	padding: 3px;
	margin-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #336600;
	text-decoration: none;

} /* this styling is for the menu item when it is active, even in main/sub position*/
 
ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 30px;
	white-space: nowrap;
	display: block;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #666666;
	background: transparent;
	border-right: 1px solid #E6E6E6;
	border-left: 1px solid #F5F5F5;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

ul#mainlevel-nav li a:hover
{
	display: block;
	color: #333333;
	background: #F0EFEF;
	border-right: 1px solid #E6E6E6;
	border-left: 1px solid #F5F5F5;
}
 
a.sublevel{
} /* this styling is for menu items that HAS A PARENT */
a.sublevel:link, a.sublevel:visited, a.sublevel:active {
	display: block;
	border-bottom: 1px dotted #333333;
	text-decoration: none;
	padding: 3px;
	margin-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a.sublevel:hover {
	display: block;
	border-bottom: 1px dotted #333333;
	text-decoration: none;
	padding: 3px;
	margin-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #336600;
	text-decoration: none;
}
 
.pagenavbar {
	color: #ffffff;
	line-height: 35px;
	vertical-align:bottom;
	padding-left: 75px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
  	font-weight: normal;
} /*Sets the style for the footer navigation ("<< Start < Prev Next > End >>") 
when they do not appear as hyperlinks (when only a few articles exist).*/
.pagenavbar:link, .pagenavbar:visited {
	text-align: center;
	font-size: 11px;
  	font-weight: bold;
  	width: auto;
  	padding: 0px 10px;
  	line-height: 20px;
  	margin: 1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.pagenavcounter {
	font-size: 11px;
	color: #999999;
	display: block;
	font-weight: bold;
	text-align:center;
}
a.readon:link, a.readon:visited {
	text-align: center;
	font-size: 11px;
  	font-weight: bold;
  	border: 3px double #cccccc;
  	background: #EFEFEF;
  	padding: 0px 5px;
	height: 26px;
  	line-height: 26px;
  	margin: 1px;
	vertical-align: middle;
	color: #898989;
} /*Style for the "Read More" link that is displayed for large content items*/
a.readon:hover {
	text-align: center;
	font-size: 11px;
  	font-weight: bold;
  	border: 3px double #cccccc;
  	background: #FFFFFF;
	color: #959595;
  	padding: 0px 5px;
	height: 26px;
  	line-height: 26px;
  	margin: 1px;
	vertical-align: middle;
	text-decoration: none;
}
/*Style for the "BACK" button*/
.back_button a:link, back_button a:visited {
	float: left;
	text-align: center;
	font-size: 11px;
  	font-weight: bold;
  	border: 1px double #cccccc;
  	width: auto;
	background: #EFEFEF;
	color: #898989;
  	padding: 0px 10px;
  	line-height: 20px;
  	margin: 1px;
	display: block;
} 
.back_button a:hover {
	float: left;
	text-align: center;
	font-size: 11px;
  	font-weight: bold;
  	border: 1px double #cccccc;
  	width: auto;
  	background: #EFEFEF;
	color: #336600;
  	padding: 0px 10px;
  	line-height: 20px;
  	margin: 1px;
	display: block;
	text-decoration: none;
}


.pagenav_prev {} /*Style for the PRE button*/
.pagenav_next {} /*Style for the NEXT button*/
 
/*Style for latest news list - by default, latest news is user1 module*/
.latestnews li {
	list-style: url(../images/mostread.gif);
}
 
/*Style for most popular list - by default, most popular is user2 module*/
.mostread li{
	list-style: url(../images/popular.gif);
}
 
/* CONTENT PAGE SETTINGS */
a.category:link {}
a.category:hover {}
a.category:visited {}
 
ul li {
	list-style: url(../images/arrow.png);
}
.blogsection {} /* Formatting the links in Blog section */
.blog_more {
	color: #333333;
} /*The "More" text in blog section*/
a.blogsection:link, a.blogsection:visited {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
} /* set the link format */
a.blogsection:hover {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #336600;
	text-decoration: underline;
	font-weight: normal;
} /* same as above, but for links with mouse pointer over it */
 
.componentheading {
	padding-left: 0px;
	padding-bottom: 10px;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	color: #336600;
}/* Title of the component being used to display the content.*/
.contentheading {
	padding-left: 0px;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	color: #336600;
} /* Title of the content, article, etc. being displayed.*/
 
 
/* JOOMLA - MAMBO SECTIONS LISTINGS */
.sectiontableheader {
	background: #EFEFEF;
	font-size: 12px;
	font-weight: bold;
	padding-left: 25px;
} /* This is for styling the section table headers on a 
SECTION's page. Example: table header of "Date", "Item Title", "Author" and "Hits"? */
.sectiontableentry2 {
	text-align: left;
	background: #FFFFFF;
	height: 25px;
	padding-left: 3px;
	border-bottom: 1px solid #666666;
} 
.sectiontableentry1 {
	text-align: left;
	background: #FFFFFF;
	height: 25px;
	padding-left: 3px;
	border-bottom: 1px solid #666666;
}
 
 
/* JOOMLA - MAMBO MODULES FORMATTING */
table.moduletable th, div.moduletable h3 {
	background-color: #3C5F1F;
	line-height: 22px;
	margin: 0 0 2px 0;
	margin-top: 2px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	vertical-align: middle;
	text-transform: uppercase;
	text-align: center;
} /* Formatting the module table */
table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
} /* Formatting the module header, and the module titles */
table.moduletable td {} /* Formatting the table cells of the module table */

div.moduletable {
	padding: 0;
	margin-bottom: 0px;
}
 
/* MISCELLANEOUS */
 
/* Dates , Authors*/
.createdate {
	font-size: 11px;
	font-style: normal;
	color: #929292;
	text-align: left;
} /* For styling the date the content/articles are created under contents title */
.modifydate {
	font-size: 11px;
	font-style: normal;
	color: #929292;
	text-align: left;
} /* Formating "Last updated on" text at the end of articles/contents */
.small {
	font-size: 11px;
	font-style: normal;
	color: #929292;
	text-align: left;
} /* Formating "Written by:...." text */
.smalldark {
	font-size: 11px;
	font-style: normal;
	color: #7B7B7B;
	text-align: left;
}/*Found in poll result page, for " Number of Voters".. text */

.row1Copy {
	background-color: #F4F4F4;
	padding: 0px;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
}
.mainmenu, .mainmenu:link, .mainmenu:active, .mainmenu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #555555;
	text-decoration: none; 
}
.mainmenu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.program, .program:link, .program:active, .program:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.program:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.zoldcim {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #336600;
	text-decoration: none;
}
.titletext {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-style: normal;
	text-transform: none;
}
.alahuzas {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.elvalaszto {
	color: #CCCCCC;
}