body {
	background: #0066CC;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
.hlavny {
	
}

.search {
	padding-right: 10px;
}
.path {
	background: #21548A;
	font-size: 12px;
	color: #FFFFFF;
}
a.mainlevel:link, a.mainlevel:visited {
	vertical-align: middle;
	font-size: 12px;
	color: #CCCCCC;
	text-align: left;
}

a.mainlevellogim:link, a.mainlevellogin:visited {
	vertical-align: middle;
	font-size: 12px;
	color: #666666;
	text-align: left;
}

a.mainlevel:hover {
	text-decoration: underline;
	color: #ff9900;
}

a.mainlevel#active_menu {
	color:#ff9900;
}

a.mainlevel#active_menu:hover {
	color: #ff9900;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	color: #333333;
	text-align: left;
}

a.sublevel:hover {
	color: #4889BF;
	text-decoration: underline;
	font-size: 11px;
}

a.sublevel#active_menu {
	color: #4889BF;
}

td,tr,p,div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background: #0066CC;
	}

h4 {
	color: #FF9900; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; font-weight: bold;
	}

h5 {
	color: #FF9900; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; font-weight: bold;
	}

h6 {
	color: #FF9900; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold;
	}

a:link, a:visited {
	font-size: 12px; 
	color: #ff9900; 
	text-decoration: none;
	font-family:  Arial, Helvetica, sans-serif;;
	}

a:hover {
	color: #ff9900;	text-decoration: underline;
	}
	
ul {
	margin: 0px 0px 0px 0px;
	}

li {
	list-style: inside 3px;
	}

.button {
	/* this style applies to most form buttons generated by
	   Mambo and its components. Change its format here*/
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 4px;
	font-weight: normal;
	text-align: center;
	font-size: 12px;
	background: #21548a;
	border: 1px solid #cccccc;
	height: 16px;
	}

.inputbox {
	/* Again, the name implies that this style changes the 
	   way those input box looks */
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 12px;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #666666;
	}
	
	
.createdate {
	/* name says it all.. its for styling the date the content/articles are created under 
	   contents title */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #343A58;
	text-decoration: none;
	font-weight: normal;
	}

.modifydate {
	/* need me to say? :) Well it styles the "Last updated on" text
	   at the end of articles/contents */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343A58;
	text-decoration: none;
	font-weight: normal;
	}

a.readon:link, a.readon:visited {
	/* For formatting the "Read on..." link for blogs and on frontpage. */
	color: #23598d; 
	text-decoration: none; 
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	}

a.readon:hover {
	/* Pfft..! */
	color: #23598d;	text-decoration: underline;
	font-weight: normal;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
.contentpane {
	align:	center;
	margin: 10px;
	text-align: center;
	}

.contentpaneopen {
	padding: 5px;
	align:	center;

	}

.contentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align:left;
	line-height: 16px;
	margin: 10px;
	border-bottom: 1px dashed #CCCCCC;
	}
.componentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #21548A;
	align:center;
	}

.contentpagetitle {
	/* Couldn't find where is this yet. Will update this part when I
		get to it. Sorry. If you know, please email me the infos */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
 	color: #213C2B;
	text-align:left;
	}

.contentdescription {
	/* When you create a link to a Section in the main menu and when clicked on it, it will display
	   "News" then some description (with image if you selected one) and then a list of 
	   Category of News. This style is used for formating the "DESCRIPTION" part of that page */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align: left;
	}
.sectiontableheader {
	/* This is for styling the section table headers on a SECTION's page.
	   An example would be those articles lists when you click on "News" or something?
	   With a table header of "Date", "Item Title", "Author" and "Hits" ? That's the
	   header that you will be controlling through this style */
	background-color : #21548A;
	background-repeat: repeat;
	padding: 2px;
	color : #FFFFFF;
	font-weight : bold;
	padding: 2px;
	}
.sectiontableentry1, {
	/* this is used when there's a whole list of data to provide and
	   you need to create alternate colors for each row of data. This is
	   the first color */
	background-color : #BED2EB;
	}
	
.sectiontableentry2 {
	/* this is the second color for the row. So, the table generator,
	   will alternate its style through sectionableentry1 and sectiontableentry2
	   as it cycles through and outputs each row of data. Similar to forum's post
	   listings */
	background-color : #F3F3F3;
	}

table.contenttoc {
	/* This is used to format the table of the Tables of Contents or "Jump to" 
	   box when it is enabled in a multiple paged content or article */
	color: #343A58;
	background-color: #e0e0e0;
	border-top: 1px solid #465675;
	border-bottom: 1px solid #465675;
	border-left: 1px solid #465675;
	border-right: 1px solid #465675;
    }

table.contenttoc td {
	/* the same as above, but this is used to format the td or
	   table cells */
	font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-align:left;
	padding: 3px;
}

.content_rating {
	font-weight: normal;
	font-size: 8pt;
	align: left;
}

.content_vote {
	font-weight: normal;
	font-size: 8pt;
	align: left;
}
table.moduletable {
	width: 150px;
	padding: 0px;
	margin-bottom: 10px;
	}
table.moduletable-login {
	background: #ff9900;
	}

table.moduletable th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: center;
	height: 20px;
	margin: 0px;
	vertical-align: middle;
	background-image: url(../images/menu-pozadie.gif);
	background-repeat: no-repeat;
	background-color: #ff9900;
	}

table.moduletable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #0000cc;
	padding: 3px;
	width: 100%;
	text-align: right;
	border-bottom: 1px solid #CCCCCC;
	}
table.moduletable-login td {
	background: #ff9900;
	}
	
.poll {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	background-color: #FFFFFF;
	}

.pollstableborder {
	border: 1px solid #465675;
	background-color: #FFFFFF;
}
a.weblinks:link, a.weblinks:visited {
	/* well.. to format the link's titles under the "Weblinks" 
	   section on the frontend */
	color: #405115; text-decoration: none; font-weight: normal;
	font-family:  Arial, Helvetica, sans-serif;
	}

a.weblinks:hover {
	/* same as above, but for link with mouseover */
	color: #000099;	text-decoration: underline;
	}
.newsfeedheading {
	/* The newsfeed title. NOTE: This will not affect the newsfeed's news title! */
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: bold;
   color: #343A58;
   }

.newsfeeddate {
	/* yeah.. the date on the newsfeed */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343A58;
	font-weight: normal;
	}

.fase4rdf {
	/* this is the body text of the newsfeed */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	color: #343A58; 
	font-weight: normal;
	}

a.fase4rdf:link {
	/* links of the body text of the newsfeed */
	font-size: 11px; 
	font-weight: bold; 
	color: #356C82;
	}

a.fase4rdf:hover {
	/* links of the body text of the newsfeed when mouse points over it*/
	font-size: 13px;
	font-weight: bold; color: #759328;
	}
table.searchintro {
	/* 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  */
  	background-color: #FFFFFF;
	border: 1px solid #8D9ABC;
	}
