body {
  margin: 0;
  background-color: #000000;
}

tr, p, div {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ededed;
}

td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ededed;
}

ul {
  padding-left: 14px;
}

hr {
  background: #999999;
  height: 1px;
  width: 100%;
}

a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-decoration: none;
}
a:link, a:visited {
  color: #fa7516;
}
a:hover {
  color: #666666;
}

/* FORMS SETTINGS */ 
.button {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  background-color: #8c1010;
  color: #ffffff;
  border: 1px solid #5C0001;
  margin-top: 2px;
  margin-bottom: 1px;
}

.inputbox {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #5B5A54;
}

.search {
}

.pathway {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 9px;
  color: #FBDC50;
  padding-left: 5px;
}
a.pathway, a.patway:visited {
  color: #FFF500;
}
a.pathway:hover {
  color: #FFFFFF;
}

/* NAVIGATION/MENU SETTINGS */
a.mainlevel{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  padding-left: 0px;
  padding-right: 3px;
}
a.mainlevel:link, a.mainlevel:visited {
  color: #820e0f;
}
a.mainlevel:hover {
  color: #fa7516;
  text-decoration: none;
  font-weight: bold;
}

/* this styling is for menu items that HAS A PARENT */
a.sublevel {
  padding-left: 0px;
  padding-right: 3px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  text-align: left;
}
a.sublevel:link, a.sublevel:visited {
  color: #2F2F2D; 
}
a.sublevel:hover {
  color: #880000;
}

/* this styling is for the menu item when it is active, even in main/sub position*/
#active_menu {
  color: #666666;
  font-weight: bold;
}

#mainlevel-nav {
margin: 0; padding: 0;
}

#mainlevel-nav a {
  display: block;
  float: right;
  text-decoration: none;
  border: 1px solid;
  border-color: #fff #cc3300 #cc3300 #fff;
  color: white;
  float: none;
}

#mainlevel-nav li {
  background-image: none;
  padding-left: 0px;
  list-style: none;
  float: right; 
  margin: 0px 0px 0px 0px;
  font-size: 10px;
  line-height: 13px;
  white-space: nowrap;
  text-indent: 15px;
}

/*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 {
}

/*Style for the footer navigation ("<< Start < Prev Next > End >>") when they become hyper links*/
.pagenavbar:link, .pagenavbar:visited {
}

/* as the name implies, this is for formatting texts for those "<< Start < Previous 1 Next > End >>" links */
.pagenav {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

a.pagenav:link, a.pagenav:visited {
  color: #ffffff;
}

a.pagenav:hover {
  color: #cccccc;
  text-decoration: none;
}

/*Style for the "Read More" link that is displayed for large content items*/
a.readon:link, a.readon:visited {
  color: #e22121;
  font-size: 11px;
  text-decoration: none;
}
a.readon:hover {
  color: #fa7516;
  text-decoration: none;
}

/*Style for the "BACK" button*/
.back_button {
}

/*Style for the PRE button*/
.pagenav_prev {
}

/*Style for the NEXT button*/
.pagenav_next {
}

/*Style for latest news list - by default, latest news is user1 module*/
.latestnews ul {
}

.latestnews li {
}

/*Style for most popular list - by default, most popular is user2 module*/
.mostread ul{
}

.mostread li{
}

/* CONTENT PAGE SETTINGS */
.category {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  font-weight: normal;
  color: #b01719;
}
a.category:link, a.category:visited {
  color: #ffffff;
  font-weight: bold;
}
a.category:hover {
  color: #fa7516;
  text-decoration: none;
}

/* Formatting the links in Blog section */
.blogsection {
}

/*The "More" text in blog section*/
.blog_more {
}

/* set the link format */
a.blogsection:link, a.blogsection:visited {
}

/* same as above, but for links with mouse pointer over it */
a.blogsection:hover {
}

/* Title of the component being used to display the content.*/ 
.componentheading {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  font-weight: normal;
  color: #666666;
  text-align: left;
  padding-top: 3px;
  padding-left: 0px;
  padding-right: 0px;
}

/* Title of the content, article, etc. being displayed.*/
.contentheading {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 21px;
  font-weight: normal;
  color: #fa7516;
  text-align: left;
  padding-top: 3px;
  padding-left: 0px;
  padding-right: 0px;
}

/* Table that holds all non-article information (components, category lists, contact forms, etc).*/
.contentpane {
}

/* Table that holds the actual text for an article.*/
.contentpaneopen {
  border : 0px ridge #0099cc;
  width: 100%;
  padding: 1px;
}

/*Title of articles*/
.contentpagetitle {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 21px;
  font-weight: normal;
  text-align: left;
}
/*Title of articles when appeare as links */
a.contentpagetitle:hover {
  color: #679bb0;
  text-decoration: none;
}
a.contentpagetitle:link, a.contentpagetitle:visited {
  color: #fa7516;
}

/* Formating the "DESCRIPTION" of sections, categories (News/Weblinks/Latest news...) */
.contentdescription {
  font-size: 11px;
  color: #000000;
}

/* Formating the table of the Tables of Contents for multiple pages content or article */
table.contenttoc {
  color: #333300;
  background-color: #e0e0e0;
  border: 1px solid #333;
}

/* same as above, used to format the td and able cells */
table.contenttoc td {
  font-size: 8px;
  font-weight: normal;
  text-align:left;
}

/* same as above, used to format the th of "Tables of Content" ( normally Article Index)*/
table.contenttoc th {
  font-size: 10px;
  font-weight: normal;
  text-align:left;
}

/* same as above, used to format toc link texts*/
table.contenttoc td.toclink {
}

/* same as above, used to format toc link text status*/
a.toclink:link {
}

a.toclink:visited {
}

a.toclink:hover {
}

/* JOOMLA - MAMBO SECTIONS LISTINGS */
/* This is for styling the section table headers on a SECTION's page. Example: table header of "Date", "Item Title", "Author" and "Hits"? */
.sectiontableheader {
  color: #454545;
  font-weight: bold;
  font-size: 11px;
  padding-top: 55px;
}

.sectiontableentry1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
}

.sectiontableentry2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
}
 
 
/* JOOMLA - MAMBO MODULES FORMATTING */
/* Formatting the module table */
table.moduletable {
  width: 100%;
  text-align: left;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 0px;

}

/* Formatting the module header, and the module titles */
table.moduletable th {
  padding-top: 7px;
  padding-bottom: 3px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
  font-weight: normal;
  color: #b01719;
  text-align: center;
  border: 0px solid #5B5A54;
}

/* Formatting the table cells of the module table */
table.moduletable td {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: normal;
  color: #ededed;
}

/* H�RMORZS�K */
table.moduletable_hirmorzsak {
  width: 140px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: left;
  margin: 3px 0px 0px 5px;
}
table.moduletable_hirmorzsak th {
  padding: 3px 3px 3px 3px;
  font-weight: bold;
  color: #5B5A54;
  text-align: center;
  background-color: #E1E1E1;
  border: 1px solid #5B5A54;
}
table.moduletable_hirmorzsak td {
  font-weight: normal;
  color: #2D1C2E;
}

/* MISCELLANEOUS */
 
/* Dates , Authors*/

/* For styling the date the content/articles are created under contents title */
.createdate {
  font-size: 10px;
  color: #666666;
  text-align: right;
}

/* Formating "Last updated on" text at the end of articles/contents */
.modifydate {
  font-size: 10px;
  color: #666666;
  text-align: left;
}

/* Formating "Written by:..." text */
.small {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #767676;
  text-decoration: none;
  font-weight: bold;
  padding-left: 5px;
}

/*Found in poll result page, for "Number of Voters".. text */
.smalldark {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
  text-decoration: none;
  font-weight: normal;
}

 
/* Polls */
/* format the td of poll table */
.poll {
  color: #010B02;
  line-height: 12px;
  font-weight: normal;
}
/* set the border properties of the polls voting table */
.pollstableborder {
}

 
/* Weblinks */
/* well.. to format the link's titles under the "Weblinks" section on the frontend */
.weblinks{
}
/* same as above, but for link with mouseover */
a.weblinks:hover {
}

/*different setting for newsflash*/
.newsflash td {
color: #000000;
text-align: justify;
vertical-align: middle;
}

/* Newsfeeds */
/* The newsfeed title. NOTE: This will not affect the newsfeed's news title! */
.newsfeedheading {
}

/*the date on the newsfeed */
.newsfeeddate {
}

/*this is the body text of the newsfeed*/
.fase4rdf {
}
 
/* Search page */
/* This is for formatting the box with "Search Keyword: test returned 4 matches" box that appears after you have entered a search value. It appears on the mainbody with the search results */
table.searchinto {
  width: 100%;
}

table.searchintro td {
  background-color: #ffffff;
  color: #464646;
  font-weight: normal;
}


/* JOOMLA - MAMBO TABBED FRONTEND ADMIN INTERFACE */
/* The CSS below efines how the frontend admin interface when logged in */
/* For styling of the "Tab" buttons when editing contents through the frontend as admin. This .ontab is the styling for the tab when it is active or after its "clicked" */
.ontab {
  background-color: #ffae00;
  border-left: outset 2px #ff9900;
  border-right: outset 2px #808080;
  border-top: outset 2px #ff9900;
  border-bottom: solid 1px #d5d5d5;
  text-align: center;
  /* cursor: hand; */
  font-weight: bold;
  color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
/* Same as above, used for styling of the "Tab" buttons when editing contents through the frontend. This the styling for the tab when it is NOT active or when it is NOT "clicked" */
.offtab {
  background-color : #e5e5e5;
  border-left: outset 2px #E0E0E0;
  border-right: outset 2px #E0E0E0;
  border-top: outset 2px #E0E0E0;
  border-bottom: solid 1px #d5d5d5;
  text-align: center;
  font-weight: bold;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

/* this style is used set the size of the tab in the above */
.tabpadding {
}

/* Not too sure what this is used for. Couldn't find anything related to it yet at the moment */
.tabheading {
  background-color: #ffae00;
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

/* this style is used to style the content of the editing form contents (where HTML Area sits and all its forms + contents) in the frontend Administration interface */
.pagetext {
  visibility: hidden;
  display: none;
  position: relative;
  top: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}