A.SearchLink:link{ font-size: 14px; color: white; font-weight: bold; }

A.SearchLink:hover{
	font-size: 14px;
	color: #5E5D3A;
	font-weight: bold;
	text-decoration: underline;
}

A.SearchLink:active{ font-size: 14px; color: white; font-weight: bold; }

A.SearchLink:visit{ font-size: 14px; color: white; font-weight: bold; }

A.SideLinks:link {
	font-weight: normal;
	font-size: 14px;
	color: #660033;
	font-family: Arial, Tahoma, Helvetica;
	text-decoration: none;
	text-align: center;
	LINE-HEIGHT: 24px;
	height: 24px;
	width: 164px;
}

A.SideLinks:visited { text-decoration: none; color: #660033; }

A.SideLinks:hover {
	text-decoration: none;
	color: #CD233C;
	background-color: #FBE0C1;
	border: 0 solid #B52311;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	LINE-HEIGHT: 24px;
	height: 24px;
	width: 164px;
}

A.SideLinks:active { text-decoration: none; color: #FBE0C1; }

A.UtilityLink:link{ font-size: 12px; color: #5E5D3A; font-weight: bold; }

A.UtilityLink:hover{
	font-size: 12px;
	color: #5E5D3A;
	font-weight: bold;
	text-decoration: underline;
}

A.UtilityLink:active{ }

A.UtilityLink:visit{ }

body { direction: rtl; background-color: #FFFFff; }

.AtarimTR{
	text-align: center;
	border: 0px;
	font-family: Arial, Helvetica;
	color: Green;
	font-size: 10px;
	width: 100%;
}

.bottompane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	width: 100%;
}

.contentpane {
	background-color: #FFFFCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #C988A8;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-width: 0px;
	border-top-style: solid;
	border-top-width: 1px;
	padding-right: 12px;
	padding-top: 6px;
	vertical-align: top;
}

/*links for the right pane links*/
.DivSideLinks{
	text-align: center;
	background-color: transparent;
	height: 24px;
	width: 164px;
	text-align: center;
	color: #FBE0C1;
	border-bottom: #D9DCD6 1px solid;
	border-left: #5D5C5C 0px solid;
	border-top: #5D5C5C 0px solid;
	border-right: #5D5C5C 0px solid;
}

.head {
	color: #061C7C;
	font-family: Arial, Tahoma, Helvetica;
	font-size: 18px;
	font-weight: normal;
}

.leftpane {
	background-color: #FFFFCC;
	padding-top: 6px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #C988A8;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-width: 0px;
	border-top-style: solid;
	border-top-width: 1px;
}
#MenuDiv{
	float: right;
}
.MainMenu_MenuArrow { display: none; }

.mainmenu_menuarrow {
	border-bottom: #CAD5EA 1px solid;
	border-right: #CAD5EA 1px solid;
	border-top: #CAD5EA 0px solid;
	cursor: pointer;
	cursor: hand;
	font-family: webdings;
	font-size: 10pt;
}

.mainmenu_menubar {
	background-color: Transparent;
	cursor: hand;
	cursor: pointer;
}

.mainmenu_menubreak { height: 1px; }

.MainMenu_MenuContainer {
	background-color: transparent;
	width: 100%;
	height: 22px;
}

.mainmenu_menucontainer { background-color: transparent; }

.MainMenu_MenuIcon{ display: none; }

.mainmenu_menuicon { display: none; }


.MainMenu_RootMenuArrow { display: none; }



   
.ManagerComments {
	font-weight: normal;
	font-size: 14px;
	font-family: Arial,Tahoma,  Helvetica;
}

.rightpane{
	background-color: #FFFFCC;
	background-image: url(/Portals/0/skins/MaabarotHP/RightFade.jpg);
	background-repeat: repeat-x;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #C988A8;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 6px;
}


.rootmenuitem TD {
	/*The root menu items  */
	color: #040C5F;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	cursor: hand;
	height: 22px;
	width: 80px;
	padding: 0px;
	text-align: center;
	background-image: url(/Portals/0/Skins/MaabarotHP/Tab.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.rootmenuitemactive td{
	/*The root menu item when mouse over it */
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	color: #ACA8D4;
	padding: 0px;
	background-image: url(/Portals/0/Skins/MaabarotHP/TabActive.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 22px;
	width: 80px;
}

.rootmenuitembreadcrumb{
	/* CSS Class used for sub menu items when they are found in the breadcrumb array list */
	cursor: hand;
}

.rootmenuitemselected td{
	/*The root menu item when mouse over it */
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	color: #ACA8D4;
	padding: 0px;
	background-image: url(/Portals/0/Skins/MaabarotHP/TabActive.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 22px;
	width: 80px;
}

/* links for the Search Bar in the FP */
.SearchLink{
	font-family: Arial,Tahoma,  Helvetica;
	font-size: 14px;
	color: white;
	font-weight: bold;
}

/*Styles for service Lists*/
.seriveTable { border: solid 1px black; }

.seriveTableHeader {
	text-align: center;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	border-left: solid 0px black;
	border-right: solid 0px black;
	background-color: #FFFF99;
}

.seriveTableRow {
	text-align: right;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	border-left: solid 0px black;
	border-right: solid 0px black;
	background-color: transparent;
}

.Shimushon{
	vertical-align: middle;
	text-align: right;
	padding-right: 32px;
	height: 24px;
	width: 118px;
	clear: both;
	background-repeat: no-repeat;
	background-position: right;
	margin-bottom: 6px;
}

.SideLinks {
	font-weight: normal;
	font-size: 14px;
	color: #660033;
	font-family: Arial,Tahoma,  Helvetica;
	text-decoration: none;
	text-align: center;
	LINE-HEIGHT: 24px;
	height: 24px;
	width: 164px;
}

.standardbutton {
	background: #7994CB none;
	color: #FFFFFF;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.strip1{
	background-image: url(/Portals/0/skins/MaabarotHP/Strip1.jpg);
	background-repeat: repeat-x;
}

.submenu{
	/* css class for the properties of the submenu items that are not in the mneuitem class */
	background: #F0CCCE;
	font-size: 14px;
	color: #7A6C97;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	font-weight: normal;
	border-bottom: #5D5C5C 2px solid;
	border-left: #5D5C5C 1px solid;
	border-top: #5D5C5C 1px solid;
	border-right: #5D5C5C 2px solid;
	cursor: hand;
}

.submenuitemactive{
	/* CSS Class used for sub menu items when they are the active tab */
	color: #040C5F;
	background-color: #D1B3D2;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, Verdana;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
	font-size: 14px;
	cursor: hand;
}

.submenuitembreadcrumb{
	/* CSS Class used for sub menu items when they are found in the breadcrumb array list */
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana;
	background-image: url(/Portals/0/Skins/Beerot/menuActiveBG.gif);
	background-position: bottom;
	font-size: 14px;
	padding: 1px;
	border-bottom: #8E1F0D 0px solid;
	border-left: #8E1F0D 0px solid;
	border-top: #8E1F0D 0px solid;
	border-right: #8E1F0D 0px solid;
	filter: alpha(Opacity=90);
}

.submenuitemselected{
	/* CSS Class used for sub menu items when they moused-over */
	color: #040C5F;
	background-color: #D1B3D2;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, Verdana;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	font-size: 16px;
	cursor: hand;





}

/* end Menu styles*/
.TopImage1{
	background-image: url(/Portals/0/skins/MaabarotHP/TopImage1.jpg);
	background-repeat: no-repeat;
}

.TopImage2{
	background-image: url(/Portals/0/skins/MaabarotHP/TopImage2.jpg);
	background-repeat: no-repeat;
}

.treeviewmenu {
	background-color: #DFE5F2;
	border-bottom: #7994CB 1px solid;
	border-left: #7994CB 1px solid;
	border-right: #7994CB 1px solid;
	border-top: #7994CB 1px solid;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
	width: 175px;
}

.treeviewmenu_header {
	background-image: url(/Portals/0/skins/MaabarotHP/gradient_LtBlue.jpg);
}

/* links for the small icons in the FP */
.UtilityLink{ font-size: 12px; color: #5E5D3A; font-weight: bold; }

