/* Basic Styles */
body
{
	font-family: lucida grande, arial, helvetica,sans-serif;
	font-size: 12px;
	color: #210052;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	text-align: right;
}

a:link
{
	text-decoration: none;
	color: #210052;
}

a:visited
{
	text-decoration: none;
	color: #210052;
}

a:hover
{
	color: #210052;
	text-decoration: underline;
}

a:active
{
	text-decoration: none;
	color: #210052;
}

a:focus
{
	outline: none;
}

/* accordion - ajax styles */
.accordionHeader a
{
	display: block;
	border: 1px solid #E4D1E3;
	border-top: #FFFFFF;
	color: #210052;
	background-color: #E2DEE9;
	font-size: 12px;
	font-weight: bold;
	padding: 6px;
	margin-bottom: 1px;
	cursor: pointer;
}

.accordionHeader a:hover
{
	border: 1px solid #210052;
	border-top: #FFFFFF;
	color: #0372FF;
	text-decoration: none;
	cursor: pointer;
}

.accordionContent
{
	background-image: url(images/accordion-bg.png);
	border: 1px solid #E4D1E3;
	margin-bottom: 1px;
	overflow: hidden;
}
.accordionLink a
{
	display: block;
	margin-top: 2px;
	border: 1px dotted #CCCCCC;
	border-right: 0px;
	border-left: 0px;
	font-size: 12px;
	color: #210052;
	padding: 3px;
	padding-left: 6px;
}
.accordionLink a:hover
{
	border: 1px solid #E4D1E3;
	border-right: 0px;
	border-left: 0px;
	background-color: #D0D1E3;
	color: #210052;
	text-decoration: none;
}

.TopActionNav
{
	background-color: #FFFFFF;
	width: 960px;
	height: 40px;
	text-align: left;
	vertical-align: bottom;
}


/* wraps the admin navigation */
#adminNavigationWrap_en
{
	position: absolute;
	left: -200px;
	width: 220px;
	margin-top: 10px;
	overflow: hidden;
	float: right;
}

#adminNavigationWrap_he
{
	position: absolute;
	right: -200px;
	width: 220px;
	margin-top: 10px;
	overflow: hidden;
	float: left;
}

/* wraps the admin content */
#adminContentWrap_en
{
	padding-top: 10px;
	text-align: left;
}

#adminContentWrap_he
{
	padding-top: 10px;
	text-align: right;
}

.contentInner
{
	height: 510px;
	background-color: #f0f0f0;
	padding: 20px;
	text-align: center;
	border-radius:10px;
}

#MenuBar_en
{
	margin: 0px;
	padding: 0px;
	position: relative;
	right: 0px;
	width: 220px;
	float: left;
}

#menu_holder_en
{
	margin-top: 20px;
	width: 17px;
	height: 90px;
	background-position: top;
	float: left;
	cursor: pointer;
	background-image: url(../../images/menu_holder_open_en.png);
	background-repeat: no-repeat;
	z-index:5000;
}

#menu_Accordion_en
{
	width: 200px;
	float: left;
}

#MenuBar_he
{
	margin: 0px;
	padding: 0px;
	position: relative;
	right: 0px;
	width: 220px;
	float: right;
}

#menu_holder_he
{
	margin-top: 20px;
	width: 17px;
	height: 90px;
	background-position: top;
	float: right;
	cursor: pointer;
	background-image: url(../../images/menu_holder_open_he.png);
	background-repeat: no-repeat;
	z-index:5000;
}

#menu_Accordion_he
{
	width: 200px;
	float: right;
}


.dock, .undock
{
	float: left;
}
.undock
{
	display: none;
}

.noSideNavigationWrap
{
	margin-top: 10px;
	padding-bottom: 20px;
}

/* form help descriptions in admin forms */
.adminHelp
{
	margin-bottom: 20px;
	color: #210052;
	border: 1px dashed #D5D4E1;
	padding: 3px;
	background-color: #FFFFE8;
	font-size: 12px;
}
.adminHelp2
{
	margin-bottom: 20px;
	color: #210052;
	border: 1px solid #D5D4E1;
	padding: 3px;
	background-color: #FFFFE8;
	font-size: 12px;
	margin-top: 3px;
}

/* a-z alphabet link styles */
.aTozNavigaion a
{
	display: block;
	float: left;
	border: 1px solid #CCCCCC;
	font-size: 13px;
	color: #210052;
	margin-right: 3px;
	background-image: url(images/grid-header-bg.jpg);
	padding: 3px;
	width: 15px;
	text-align: center;
}
.aTozNavigaion a:hover
{
	border: 1px solid #6699cc;
	background-image: url(images/grid-header-orange-bg.jpg);
	color: #210052;
	text-decoration: none;
}


/* collapsible ajax Panel Styles */
.CollapsePanel
{
	background-image: url(images/collapse-panel-1.jpg);
	background-color: #FFFFFF;
	background-position: left;
	background-repeat: repeat-y;
	height: 0px;
	overflow: hidden;
	width: 100%;
}
.CollapsePanelHeader
{
	cursor: pointer;
	padding-top: 5px;
}
.CollapseHelpHints
{
	border-bottom: 1px solid #D5D4E1;
	font-size: 10px;
	padding: 5px;
	text-align: left;
}

/* detailsview default skin styles */
.detailsviewMain
{
	width: 100%;
	border: 1px solid #E9E9EF;
	background-color: #ffffff;
}
.detailsviewMain td
{
	padding: 2px 5px;
	border: 1px solid #D5D4E1;
}
.detailsviewMain th
{
	padding: 2px 5px;
	border: 1px solid #D5D4E1;
}

.detailsviewheaderBG
{
	background-image: url(images/grid-header-bg.jpg);
	text-align: center;
	height: 22px;
	color: #210052;
	font-weight: bold;
	font-size: 14px;
}
.detailsviewRowStyle
{
	border: 1px solid #D5D4E1;
	height: 22px;
}
.detailsviewRowStyle:hover
{
	border: 1px solid #D5D4E1;
	background-image: url(images/grid-header-orange-bg.jpg);
}
.detailsviewAlternateRowStyle
{
	background-color: #ffffff;
	height: 22px;
}
.detailsviewAlternateRowStyle:hover
{
	background-image: url(images/grid-header-orange-bg.jpg);
}
.detailsviewFieldHeader
{
	width: 170px;
}

/* email header with buttons and radio buttons */
.EmailHeader
{
	background-image: url(images/grid-header-bg.jpg);
	padding: 3px;
	border: 1px solid #D5D4E1;
	border-bottom: 0px;
}
.EmailHeader2
{
	background-color: #F5F4F8;
	background-image: url(images/grid-header-bg.jpg);
	border-top: 1px #D1E4FF solid;
	border-top-color: #C6C6C6;
	width: 100%;
}

/* special documents */

.spDocs
{
    border: 3px solid #E4D1E3; 
    border-radius:10px; 
    background-color:#E2DEE9; 
    margin:30px;
    padding:5px; 
    width: 250px;
    height:70px; 
    text-align: center;
    display:inline-block;
}

/* admin membership form wrap */

.formHeaderDiv
{
	border-bottom: 0px;
	font-size: 15px;
	font-weight: normal;
	color: #210052;
	background-color: #E2DEE9;
	border: 1px Solid #E4D1E3;
	border-radius: 10px;
	padding:5px;
}



/* form element styles */
.formNameTitle
{
	font-size: 16px;
	font-weight: bold;
}
.formSectionTitle
{
	font-weight: bold;
	border-bottom: 1px solid #D5D4E1;
}
.formLabelsText
{
    display:inline-block;
    margin-top:5px;
}

/* page footer control style - admin pages */
.footerControl
{
	height: 40px;
	width: 100%;
	background-image: url(images/admin-footer-bg.jpg);
	margin-top: 5px;
	border-top: 1px solid #6094C8;
	position: fixed;
	bottom: 0px;
}


/* gridview styles for skin file */
.gridviewMain
{
	width: 100%;
	font-size: 12px;
	border: 1px solid #E4D1E3;
}
.gridviewMain td
{
	padding: 1px 5px;
	border: 1px solid #E4D1E3;
}
.gridviewMain th
{
	padding: 1px 5px;
	border: 1px solid #ffffff;
}
.gridheaderBG
{
	background-color: #DD94FF;
	border-top-color: #2C5679;
	border-top-width: 1px;
	text-align: center;
	height: 22px;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
}
.gridheaderBG a
{
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
}

.gridheaderBG a:hover
{
	text-decoration: underline;
}

.gridfooterBG
{
	background-color: #E6E4E5;
	text-align: center;
	height: 22px;
	color: #6F6F6F;
	font-weight: bold;
	font-size: 12px;
}

.gridrowclick
{
	background-image: url(images/grid-row-hover.jpg);
}

.gridrowSelectedBG
{
	background-image: url(images/grid-header-orange-bg.jpg);
}

.gridRowAlertStyle
{
	border: 1px solid #E4D1E3;
	border-left-color: #2C5679;
	border-right-color: #2C5679;
	color: #ffffff;
	background-color: #A3A4A5;
}

.gridRowAlertStyle a
{
	color: #ffffff;
	background-color: #A3A4A5;
}

.gridRowStyle
{
	border: 1px solid #E4D1E3;
	border-left-color: #2C5679;
	border-right-color: #2C5679;
}
.gridRowStyle:hover
{
	background-color: #D0D1E3;
}
.gridAlternateRowStyle
{
	border-left-color: #2C5679;
	border-right-color: #2C5679;
	background-color: #F3F4F6;
}
.gridAlternateRowStyle:hover
{
	background-color: #D0D1E3;
}
.gridColumnHeaderBG
{
	background-color: #DD94FF;
}
.gridColumnHeaderBG:hover
{
	background-color: #DD94FF;
}


/* ajax MaskedEdit Related Styles */
.MaskedEditFocus
{
	background-color: #ffffcc;
	color: #210052;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
	background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
	background-color: #ffffcc;
	color: #210052;
}
.MaskedEditBlurNegative
{
	color: #ff0000;
}

/* admin membership gridview custom pager */
.membersGridViewPager a
{
	display: block;
	float: left;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	color: #210052;
	margin-right: 3px;
	margin-top: 6px;
	background-image: url(images/grid-header-bg.jpg);
	padding: 3px;
}
.membersGridViewPager a:hover
{
	border: 1px solid #6699cc;
	background-image: url(images/grid-header-orange-bg.jpg);
	color: #210052;
	text-decoration: none;
}

/* admin membership gridview built-in pager */
.membersGridViewPager2 tr
{
	padding: 0px;
	border-width: 0px;
	border-style: none;
}
.membersGridViewPager2 td
{
	padding: 0px;
	border-width: 0px;
	border-style: none;
}
.membersGridViewPager2 a
{
	display: block;
	float: left;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	color: #210052;
	background-image: url(images/grid-header-bg.jpg);
	padding: 5px;
	margin-right: 2px;
}
.membersGridViewPager2 a:hover
{
	border: 1px solid #6699cc;
	background-image: url(images/grid-header-orange-bg.jpg);
	color: #210052;
	text-decoration: none;
}

/* delete all membership users button */
.membersDeleteAll a
{
	display: block;
	float: right;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	color: #210052;
	margin-top: 6px;
	background-image: url(images/grid-header-bg.jpg);
	padding: 3px;
}
.membersDeleteAll a:hover
{
	border: 1px solid #6699cc;
	background-image: url(images/grid-header-orange-bg.jpg);
	color: #210052;
	text-decoration: none;
}

/* delete selected users button */
.membersToggle a
{
	display: block;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	color: #210052;
	background-image: url(images/grid-header-bg.jpg);
}
.membersToggle a:hover
{
	border: 1px solid #6699cc;
	background-image: url(images/grid-header-orange-bg.jpg);
	color: #210052;
	text-decoration: none;
}

/* (default) ajax password strength indicator option 1 - simple text */
.passwordStrengthIndicator
{
	background-color: Gray;
	color: White;
	font-family: Arial;
	font-size: x-small;
	font-style: italic;
	padding: 2px 3px 2px 3px;
	margin-top: 2px;
}

/* ajax password strength indicator option 2 - bar indicator */
.passwordStrengthBarIndicator
{
	color: Blue;
	background-color: Blue;
	padding-bottom: 1px;
}
.passwordStrengthBarBorder
{
	border-style: solid;
	border-width: 1px;
	width: 200px;
	vertical-align: middle;
}

/* user category links - admin pages */
.userCategories a
{
	border: 1px Solid #E4D1E3;
	display: block;
	float: left;
	white-space:nowrap;
	border: 1px solid #E4D1E3;
	border-radius: 8px 8px 0 0;
	font-size: 13px;
	font-weight: lighter;
	color: #ffffff;
	background-color: #9F69D6;
	padding: 3px;
}
.userCategories a:hover
{
	border: 1px solid #E4D1E3;
	border-radius: 8px 8px 0 0;
	background-image: url(images/grid-header-orange-bg.jpg);
	color: #9F69D6;
	text-decoration: none;
}

.selectedUserCategories a
{
	border: 1px Solid #E4D1E3;
	border-bottom:0;
	border-radius: 8px 8px 0 0;
	display: block;
	float: left;
	white-space:nowrap;
	font-size: 13px;
	font-weight: bolder;
	color: #9F69D6;
	background-color: #ffffff;
	padding: 3px;
}



/* div wrap for number of registered and online users */
.whosOnlineWrap
{
	font-size: 12px;
	margin-top: 5px;
}

/* The following modifies the controls in the list table footer */
tr.footer td
{
	background: #dbddff;
	height: 1.5em;
}

.floatingdiv
{
	position: absolute;
}

.dragHandle
{
	width: 10px;
	height: 15px;
	background-color: Blue;
	background-image: url(images/bg-menu-main.png);
	cursor: move;
	border: outset thin white;
}


.reorderListDemo li
{
	list-style: none;
	margin: 2px;
	background-image: url(images/bg_nav.gif);
	background-repeat: repeat-x;
	color: #FFF;
}

.reorderListDemo li a
{
	color: #FFF !important;
	font-weight: bold;
}

.reorderCue
{
	border: dashed thin black;
	width: 100%;
	height: 25px;
}

.itemArea
{
	margin-left: 15px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	text-align: left;
}

.demoarea
{
	padding: 20px;
	background: #FFF url(images/demotop.png) no-repeat left top;
}

.demoarea p
{
	padding: 5px;
}

.demoheading
{
	padding-bottom: 20px;
	color: #5377A9;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.5em;
}

.demobottom
{
	height: 8px;
	background: #FFF url(images/demobottom.png) no-repeat left bottom;
}

/* Keep the header cells positioned as we scroll */
.freezeHeader
{
	overflow: auto;
}
.freezeHeader table th
{
	position: relative;
}
.freezeHeader table tbody
{
	overflow-x: hidden;
}

.ScreenHeader
{
	font-size: large;
	font-weight: bold;
}


.labelText
{
	border: 0px;
	background-color: #D0D1E3;
	color: #210052;
}

.searchOutlineDiv
{
	border: 1px solid #AA7FFF;
	border-radius: 10px;
	background-color: #D0D1E3;
}

.formOrangeOutlineDiv
{
	border: 2px solid #FFBD71;
	background-image: url(images/grid-header-orange-bg.jpg);
}

.formRedOutlineDiv
{
	border: 2px solid #FFBD71;
	background-color: Red;
}

/* disabled fields start */
input[disabled='disabled']
{
	color: #210052;
	cursor: default;
}
input.disabled
{
	color: #210052;
	cursor: default;
}

select[disabled='disabled']
{
	color: #210052;
	cursor: default;
}
select.disabled
{
	color: #210052;
	cursor: default;
}

span[disabled='disabled']
{
	color: #210052;
	cursor: default;
}
span.disabled
{
	color: #210052;
	cursor: default;
}


/* disabled fields end */


.OpenFlashHeader
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12em;
	text-align: center;
}

.FlatWinOpener
{
	cursor:pointer;
	height:0px;
	background-image: url(images/FlatWin-bg-m.gif);
	background-repeat:repeat-x;
	padding: 0px;
	border: 0px;
}

.FlatWin
{
	padding: 0px;
	border: 0px;
	width:0px;
}

.SelectColumns
{
	font-size: 12px;
}

.SelectColumns td
{
	vertical-align: top;
	text-align: right;
}

.scrolling
{
	scrollbar-face-color: #009F93;
	scrollbar-highlight-color: #CFF9A4;
	scrollbar-3dlight-color: #D4FFD4;
	scrollbar-darkshadow-color: #CFF9A4;
	scrollbar-arrow-color: #ababab;
	scrollbar-shadow-color: #CFF9A4;
	scrollbar-track-color: #CFF9A4;
}


.MainDiv
{
	position: relative;
	width: 960px;
	text-align: center;
	margin: auto;
	overflow: hidden;
}


/* page header control style - admin pages */
.headerControl
{
	width: 960px;
	border-radius: 10px;
	margin-top:30px;
}

.SystemTitle
{
	float:left;
	position:relative;
	border: 0px;
	vertical-align:text-bottom;
	text-align: right;
	font-size:35px;
	font-weight:700;
	width: 440px;
	height: 60px;
}

.LoginStatus
{
	float:left;
	position:relative;
	border: 0px;
	vertical-align:top;
	text-align: left;
}

.RoutWrap
{
	border:1px;
	width: 740px;
	height: 100px;
	overflow-y: hidden;
	overflow-x: scroll;
}

.FiltersWrap
{
	margin:10px;
}

.FiltersBar
{
	padding-right:10px;
	text-align:center;
	background-color: #E4D1E3;
}


.GridWrap
{
	margin:10px;
	text-align:center;
	background-color: #E2DEE9;
}

.DetailsWrap
{
	margin:10px;
	text-align:center;
	background-color: #E2DEE9;
	vertical-align:top;
	padding:10px;
}

.SubmitSearchButton
{
	margin:3px;
	width:50px;
	height:40px;
}


.TopNavTab
{
	margin-top: 7px;
	vertical-align: bottom;
	width: 960px;
	height: 30px;
}


.ReportBody
{
	vertical-align: middle;
	width: 960px;
	z-index: 0;
}



.SearchArea
{
	background-color: #E6E6E6;
	height: 90px;
}



.SearchAction
{
	vertical-align: middle;
	background-color: #D1CFD0;
	height: 35px;
}

.footerTitleText
{
    float:left;
	position: relative;
	margin-top: 15px;
	width: 960px;
	text-align: center;
	vertical-align: baseline;
}




.FooterLinks
{
	float: right;
	text-align: center;
	width: 800px;
	height: 40px;
}


.FlatPopNum
{
	height: 14px;
	font-size: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #E2DEE9;
	border-left-color: #ffffff;
	border-left-width: 0px;
}


.FlatPopDesc
{
	height: 14px;
	font-size: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #E2DEE9;
	border-right-color: #ffffff;
	border-right-width: 0px;
	text-align: right;
}

.ProgressBar
{
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	vertical-align: middle;
	background-color: #e6e6e6;
	filter: alpha(opacity=60);
	opacity: 0.60;
	width: 100%;
	height: 100%;
	z-index: 0;
	font-size: 22px;
	padding-top: 155px;
}


.contactInner
{
	margin-top: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #E2DEE9;
	border-spacing: 1px;
	text-align: right;
}


.LoginBG-r
{
	background-image: url(images/LoginBG-r.gif);
	background-repeat: repeat-y;
}

.LoginBG-l
{
	background-image: url(images/LoginBG-l.gif);
	background-repeat: repeat-y;
}

.LoginBG-b
{
	background-image: url(images/LoginBG-b.gif);
	background-repeat: repeat-x;
}

.LoginCTRL
{
	width: 330px;
	border-style: solid;
	border-width: 1px;
	border-color: #E2DEE9;
	text-align:center;
	font-size:16px;
}

.LoginReg
{
	width: 321px;
	border-right-color: #DBE3EB;
	border-right-width: 1px;
	border-right-style: solid;
	vertical-align: top;
}

.RegistrStyle
{
	width: 330px;
	border-style: solid;
	border-width: 1px;
	border-color: #E2DEE9;
}

.RoutStatusDefault
{
	float:right;
	width:120px;
	height:80px;
	border: 2px solid #9C07CD;
	color: #210052;
	background-color: #E4D1E3;
	padding-right:5px;
}

.RoutStatusNext
{
	float:right;
	width:120px;
	height:80px;
	border-width: 2px;
	border-color: #9C07CD;
	border-style: dotted;
	color: #210052;
	background-color: #FFFFFF;
	padding-right:5px;
}

.RoutStatusDecline
{
	float:right;
	width:120px;
	height:80px;
	border: 2px solid #9C07CD;
	color: #210052;
	background-color: #FF557F;
	padding-right:5px;
}

.RoutStatusApprove
{
	float:right;
	width:120px;
	height:80px;
	border: 2px solid #9C07CD;
	color: #210052;
	background-color: #7FFF55;
	padding-right:5px;
}

.RoutStatusSeparator
{
	float:right;
	vertical-align:middle;
	padding-top:32px;
	background-color: Transparent;
}


.ActionsArea
{
	padding:10px;
	margin-top:10px;
	background-color:#FFFFFF;
	border-color:#999999;
	border-width:1px;
	border-style:solid;

}


.ActionsTitle
{
	font-size:14px;
	font-weight:bold;
	text-align:right;
}



.file_input_button
{
	width: 160px; 
	position: absolute; 
	top: 0px;
	z-index: 0;

}

.file_input_hidden
{
	font-size: 45px; 
	position: absolute; 
	right: 0px; 
	height: 23px; 
	top: 0px; 
	opacity: 0; 
	
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: 0; 
	-moz-opacity: 0;
	
	z-index: 2;

}

.file_input_div
{
	position: relative; 
	width: 160px; 
	height: 25px; 
	overflow: hidden;
}

.file_input_textbox
{
	float: right;
}

textarea
{
	overflow-x: hidden;
	overflow-y: scroll;
	scrolling-y:yes;
	scrollbar-y:yes;
	
}

.timefield
{
    width:40px;
}
/***************************************************  nav style   ***********************************************************************/

.secLevelHeader
{
   background-color:#6a4b77;
}


.navItem
{
	color: #150052;
	padding: 5px;
	cursor: hand;
	font-weight:bold;
}


.navItem:hover
{
	background-color: #ffffff;padding: 5px;
	color: #150052;
	cursor: hand;
}

.navItemSelected
{
	background-color: #efe9f2;
	padding: 5px;
	color: #150052;
	font-weight:bold;
}


/***************************************************  nav style End ********************************************************************/
.WithMinus
{
	text-align: right;
	direction:ltr;
  
}

/***************************************************  עיצוב אוטוקומפליט של קומבו Start ********************************************************************/	


.ui-combobox 
{
	position: relative;
	display: block;
	direction:ltr;
	font-size:smaller;
	font-weight:normal;
	margin-right:24px;
	 /* adjust styles for IE 6/7 */
	* margin-right:0px;
	
}
	
	
.ui-button 
{
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
	/* adjust styles for IE 6/7 */
	*height: 2em;
	*top: 0.1em;
	*margin-right:16px;
  
	
}


	
.ui-autocomplete-input {
	margin: 0;
	padding: 0.3em;
}
	
.ui-menu-item
{
	text-align:left;
	 /* adjust styles for IE 6/7 */
	  *text-align:center;
}
	
.ui-autocomplete 
{
	max-height: 450px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding-right: 20px;
}
	
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete 
{
	height: 100px;
}
/***************************************************  עיצוב אוטוקומפליט של קומבו End ********************************************************************/

.ErrorMessage
{
    color:Red;
}	
	