@charset "utf-8";
/**
 *  קובץ זה מבוסס על:
 * CSS Guide for Mambo 4.5 templates 
 * @author Wee Keat Chin
 * @url www.visualdensity.com
 * @email weekeat@visualdensity.com
 */

/* איפוס כללי */ 
* {
padding: 0;
margin: 0;
}

/**
 * הגדרות כלליות של גוף הדף
 * --------------------
 * These are normal css setup reccommended for your
 * HTML template although they are not neccessary
 */
 
body {
margin: 0px 0px 0px 0px;
background-color : #FEFEFE;				/* צבע הרקע שמחוץ למסגרת החיצונית */ 
color : #333333;							/* הגדרה כללית לצבע הפונט באתר */ 
direction: rtl;								 /* התאמה לעברית */ 
text-align: center;							/* התאמה לעברית */
}

td,tr,p,div {
font-family: Arial, Verdana, Helvetica, sans-serif;	/* הגדרה כללית לסוג הפונט באתר */ 
font-size: 12px;									/* הגדרה כללית לגודל הפונט באתר */ 
text-align:right;							 /* התאמה לעברית */ 
}

h4 {
color: #000033; 
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 14px; font-weight: bold;
}

h5 {
color: #003333; 
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 13px; font-weight: bold;
}

h6 {
color: #003366; 
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px; font-weight: bold;
}

/* הגדרות כלליות ללינקים באתר */ 
a:link, a:visited {
font-size: 12px; 
color: #330099; 
text-decoration: none;
font-family:  Arial, Verdana, Helvetica, sans-serif;
}

/* הגדרות כלליות למעבר על לינקים */ 
a:hover {
color: #FFCC00; text-decoration: underline;
}

/* הגדרות כלליות לרשימות */ 
ul {
margin: 0px 8px 0px 0px;
list-style-type: none;
}

li {
list-style: inside 7px;
margin: 0px 6px 0px 0px;
padding-right: 12px;
background-image:url("../images/bullet.gif");
background-repeat:no-repeat;
background-position: 98%;
}

/* בהגדרות הבאות לא נעשה שימוש באתר */
/* תחילת הקטע*/
hr {
	background: transparent;
	height:1px;
	border: 1px solid #CCFF00;
	color: #333333;
}

hr.separator {
/* found this css style in Peekmambo's css style. Still haven't worked out
   if this is a custom style or an in built style. Will update when I find out*/
background: transparent;
height: 1px;
width: 75px;
border: 1px solid #CCFF00;
background-color:#003300;
}

.pagenavbar { 
/*for some weird reasons, this is not used in page nav, but found it used 
  for nick names in forum threads by Simpleboard */
}

.pagenav {
/* as the name implies, this is for formatting texts for
 those " End >>" links */
font-weight: normal;
color: #009999;
}

a.pagenav, a.pagenav:visited {
/* same as above, but for links */
font-weight: normal;
color: #006699;
}

a.pagenav:hover {
/* same as above, but for links with mouse pointer over it */
font-weight: normal;
color: #FFCC00;
text-decoration: underline;
}
/*  סיום הקטע */
						
/* הגדרות לנכתב על ידי*/
.small {
/* general style for texts when small size fonts are used. In 
   the contents, this style is used for "Written by..." texts */
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #999999;
text-decoration: none;
font-weight: normal;
}

.smalldark {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
text-decoration: none;
font-weight: normal;
}

/* כפתור */
.button {
/* this style applies to most form buttons generated by
   Mambo and its components. Change its format here*/
color: #003366;
font-family: Arial, Verdana, Helvetica, sans-serif;
margin-top: 4px;
font-weight: normal;
text-align: center;
font-size: 12px;
border: 1px solid  #333333;
height: 20px;
background-color: #CCCCCC;
}

/* תיבות טקטס (כמו בחיפוש) */
.inputbox {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
border: 1px solid;
background-color: #EFFDEC;
padding:1px;
}

/**
 * Mambo Tabbed Frontend Admin Interface
 * -------------------------------------
 * The CSS styles here defines how the frontend admin interface
 * will look like when editing and adding news through frontend.
 */
 
.ontab {
/* For styling of the "Tab" buttons when editing contents through the frontend
   (when you log in as admin in the frontend). This .ontab is the styling for the
   tab when it is active or after its "clicked" */
background-color: #323A15;
border-left: outset 1px #DCF2FA;
border-right: outset 1px #808080;
border-top: outset 1px #DCF2FA;
border-bottom: solid 1px #d5d5d5;
text-align: center;
font-weight: bold;
color: #FFFFFF;
}

.offtab {
/* Same as above, used for styling of the "Tab" buttons when editing contents through the frontend.
   This .ontab is the styling for the tab when it is NOT active or when it is NOT "clicked" */
background-color : #e5e5e5;
border-left: outset 1px #E0E0E0;
border-right: outset 1px #E0E0E0;
border-top: outset 1px #E0E0E0;
border-bottom: solid 1px #d5d5d5;
text-align: center;
cursor: hand;
font-weight: normal;
}

.tabpadding {
/* this style is used set the size of the tab in 
   in the above */
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
}

.tabheading {
/* Not too sure what this is used for. Couldn't find anything
   related to it yet at the moment */
}

.pagetext {
/* this style is used to style the content of the editing form
   contents (where HTMLArea sits and all its forms + contents) in
   the frontend Administration interface */
visibility: hidden;
display: none;
position: relative;
top: 0;
}

/**
 * Mambo Menu Styling
 * ------------
 * You can control the way menu behave and look
 * by using the CSS settings below
 */
 
mainlevel{
text-align: right;
}

/* הגדרת הלינקים בתפריט הראשי*/ 
a.mainlevel:link, a.mainlevel:visited {
/* this styling is for the MAIN items in the menu */
color: #330099;
font-weight: bold;
text-decoration:none;
text-align: right;
font-size:12px;
padding: 7px 4px;
line-height: 18px;
}

/* הגדרת מראה הלינקים בעת מעבר העכבר בתפריט הראשי*/ 
a.mainlevel:hover {
/* same as above, but when hovering */
color: #CC6600; 
font-weight: bold;
text-decoration: none;
text-align: right;
}

/* תפריט משנה */ 
a.sublevel:link, a.sublevel:visited {
/* this styling is for menu items that HAS A PARENT */
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #666666; 
font-weight: normal;
}

a.sublevel:hover {
/* pffff!.. you know this! */
color: #99CC00; 
text-decoration: none;
}

/**
 * Mambo General styling for Sections/Categories/Contents
 * ------------------------------------------------------
 * These stylings are either sometimes or often used across
 * Sections, categories and contents. They, therefore, deserves
 * to be mentioned and separated from others.
 */
 
.createdate {
/* name says it all.. its for styling the date the content/articles are created under 
   contents title */
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #999999;
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, Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
text-decoration: none;
font-weight: normal;
padding-top: 5px;
}

a.readon:link, a.readon:visited {
/* For formatting the "Read on..." link for blogs and on frontpage. */
color: #CC0000; 
text-decoration: none; 
font-family:  Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
}

a.readon:hover {
/* Pfft..! */
color: #FFCC00; text-decoration: underline;
font-weight: normal;
font-family:  Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
}

/** 
 * Mambo Styling for Contents
 * --------------------------
 * All the styling for contents are listed
 * below.
 */
 
.contentpane {
/* This is used mainly for the table that holds the SECTIONS such as News.
   This is when you create a link to a Section 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. Yes! That entire thing is contained in a table with this style */
text-align: right;
}

.contentpaneopen { 
text-align: right;
}

.contentheading {
/* This is used in several places; the Heading of contents on the frontpage,
   it is also used for Section's heading (see above for explanation) "News" or
   whatever heading you used */
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #666633;
text-align: right;
line-height: 16px;
letter-spacing: 1px;
border-bottom: 1px dashed #CC9933;
}

.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, Verdana, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: #FF0033;
text-align: right;
}

a.contentpagetitle:link, a.contentpagetitle:visited {
/* 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, Verdana, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #333366;
text-align: right;
padding: 5px;
}

a.contentpagetitle:hover {
color: #FFCC00;
text-decoration: underline;
}

.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, Verdana, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
text-align: right;
}

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: #000000;
background-color: #CCCCCC;
border-top: 1px solid #CCFF00;
border-bottom: 1px solid #CCFF00;
border-left: 1px solid #CCFF00;
border-right: 1px solid #CCFF00;
}

table.contenttoc td {
/* the same as above, but this is used to format the td or
   table cells */
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 9pt;
font-weight: normal;
text-align: right;
padding: 3px;
}

.content_rating {
/* used for styling the texts used for displaying 
   those "stars" for rating in an article */
font-weight: normal;
font-size: 9pt;
}

.content_vote {
/* used for those voting texts (the one with voting RADIO buttons) */
font-weight: normal;
font-size: 9pt;
}

/**
 * Mambo Sections Styles
 * ---------------------
 * Styling of sections tables 
 */

.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 : #D8D8C5;
background-repeat: repeat;
color : #000000;
font-weight : bold;
}

.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 : #99CC66;
}

.sectiontableentry2 {
background-color : #D8F4B0;
}

/**
 * Mambo Styles for Categories
 * ---------------------------
 * The following are the styling for "Category" items
 * generated from the Sections area
 */

.category {
/* this is to set the category Titles ( found on a SECTION's page
   where the Category lists are) styles */
color: #990000; 
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px; 
font-weight: bold; 
text-decoration: none;
}

a.category:link, a.category:visited {
/* same as above, but to set the link format */
color: #660000; font-weight: bold;
}

a.category:hover {
/* same as above, but for links with mouse pointer over it */
color: #FFCC00;
text-decoration: underline;
}

/**
 * Mambo Blog styling
 * ------------------
 * Not too sure where this is used yet. I tried the blog section
 * but it doesn't seem to use it. If you have info on this,
 * email me. I'll update this part.
 */
 
a.blogsection:link, a.blogsection:visited {
color: #330099; 
text-decoration: none; 
font-family:  Arial, Verdana, Helvetica, sans-serif;
font-size: 11px;
}

a.blogsection:hover {
color: #FFCC00; 
text-decoration: underline;
font-size: 11px;
}

/**
 * Mambo Components Styles
 * -----------------------
 * These stylings are to format the way components title
 * is displayed
 */

.componentheading {
/* This is used for formatting the component's title
   when it is displayed on its own page on the frontend */
font-family: Arial, Courier, mono, ;
font-size: 18px;
font-weight: bold;
color: #FFFFFF;
text-align: right;
padding: 6px 4px 6px;
background-color:#669900;
margin-bottom: 6px;
padding-right: 20px;
border-bottom: 1px solid #333333;
border-top: 1px solid #333333;
letter-spacing:1px;
}

/**
 * Mambo Modules formatting
 * ------------------------
 * These stylings are to format the way modules are
 * displayed. It mainly deals with the format of its
 * table. I think this doesn't need too much explaining
 */

table.moduletable {
/* styling the module table */
width: 99%;
text-align:right;
border: 1px solid silver;
}

table.moduletable th {
/* styling the module header, and the module titles */
font-family: "Courier New", Courier, mono;
font-size: 13px;
font-weight: bold;
color: #005900;
text-align: center;
padding: 2px 0 2px 0;
letter-spacing: 1px;
background-color:#99CC00
}

table.moduletable td {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
background-color:#DAEFAD;
padding: 1px 2px 1px 2px;
}

/**
 * Mambo's Built-in Component's Syling
 * -----------------------------------
 * These stylings are used for Mambo's built-in components
 * such as newsfeeds, weblinks, contact, search and polls.
 * A commented subtitle will guide you which is for which
 */
 
 /*  Polls  */
.poll {
/* polls texts */
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #333333;
}

.pollstableborder {
}

/*  Weblinks */
a.weblinks:link, a.weblinks:visited {
/* well.. to format the link's titles under the "Weblinks" 
   section on the frontend */
color: #000066; text-decoration: none; font-weight: normal;
font-family:  Arial, Verdana, Helvetica, sans-serif;
}

a.weblinks:hover {
/* same as above, but for link with mouseover */
color: #FFCC00; text-decoration: underline;
}

/*  Newsfeeds */
.newsfeedheading {
/* The newsfeed title. NOTE: This will not affect the newsfeed's news title! */
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #FF6600;
}

.newsfeeddate {
/* yeah.. the date on the newsfeed */
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #009900;
font-weight: normal;
}

.fase4rdf {
/* this is the body text of the newsfeed */
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 11px; 
color: #FFFFFF; 
font-weight: normal;
}

a.fase4rdf:link {
/* links of the body text of the newsfeed */
font-size: 11px; 
font-weight: bold; 
color: #CC3300;
text-decoration: none;
}

a.fase4rdf:hover {
/* links of the body text of the newsfeed when mouse points over it*/
font-size: 11px;
font-weight: bold; color: #FFCC00;
text-decoration: underline;
}

/* Search page */
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: #F2F2F2;
border: 1px solid #F2F2F2;
}

/*  Contact's table settings  */
table.contact {
/* for formatting the entire "Contact" table which includes
   the name, address icons and form. Note this table DOES NOT 
   enclose the dropdown list for selecting the Department/person
   to contact */
background-color: #333333;
}

table.contact td.icons {
/* the name gave it away. This formats the  cells
   where the little icons sits next to the details (those addresses,
   phone number etc) */
background-color: #333333;
}

table.contact td.details {
/* this is for formatting the  cells where all the details sits.
   The details where addresses, phone number and additional info are */
background-color: #333333;
font-size: 12px;
font-family: Arial, Verdana, Helvetica, sans-serif;
}

#outter {
width: 980px;
background-color:#FFFFFF;
align:center;
padding:1px;
margin: 10px 0 0 2px;
color: #333333;
}

#head {
width: 100%;
background-color:#7BAE42;
text-align:center;
}

#top_head{
background-color:#006633;
height: 13px;
border-bottom: 1px solid #003300;
}

#mainbody td{
padding:0px;
width: 100%;
}

#user1 td, #user2 td{
background-color:#A7C875;
color:#FFFFFF;
border-width: 1px 0 1px 1px;
border-bottom-color:#666666;
border-bottom-style: solid;
padding: 4px;
}

#user1  th, #user2  th{
background-color:#CCCC00;
border-bottom: 1px dashed #003300;
}

#user1 li, #user2 li{
margin: 1px;
}

#mainlevel-nav li {
padding-right: 1px;
padding-left: 1px;
list-style-type:none;
list-style-image:none;
float: right;
margin: 2px;
font-size: 12px;
line-height: 8px;
white-space: nowrap;
text-indent: 8px;
font-weight: bold;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

#mainlevel-nav a {
display: block;
text-decoration: none;
color: #0099CC;
padding: 1px;
background-color:#336600;
}

#mainlevel-nav a:hover {
color: #00CC00;
display: block;
text-indent: 8px;
}

#topmenu table.moduletable, #topmenu td{
background-color:#336600;
border:1px solid #336600;
}

#bottom_head{
background-color: #3BAE46;
border-top: 1px solid #003300;
border-bottom: 1px solid #003300;
}

#search{
float: left;
}

.mosimage {
background-color:#FFFFFF;
padding: 2px;
margin: 5px  5px 5px 5px;
border: #999999 1px solid;
text-align: center;
}

.mosimage_caption {
margin-top: 2px;
color: #999999;
font-size: 11px;
}

#banners td{
float:left;
}

#footer {
text-align: center;
background-color:#3BAE46;
border-top: 1px solid #333333;
border-bottom: 1px solid #333333;
display:block;
}

#newsflash table.moduletable{
font-size: 12px;
color:#FFFFFF;
background-color: #7BAE42;
border-color: #7BAE42;
float: right;
margin-top: 2px;
}

#newsflash th{
background-color:#7BAE42;
border-color: #7BAE42;
}

#newsflash td{
background-color:#7BAE42;
border-color: #7BAE42;
color: #FFFFFF;
}

#sitename a, #sitename a:hover {
margin-left: 10px;
font-size:14px;
color:#FFFFFF;
text-decoration: none;
font-weight: bold;
letter-spacing: 2px;
}

#date {
float: left;
margin-left: 10px;
color:#CCCCCC;
font-size:9px;
}

#pathway ,#pathway a{
margin-left:5px;
}