html,body,form { height: 100%; margin: 0px; padding: 0px; }
BODY
{
	margin: 0px 0px 0px 0px;
	direction: rtl;
}
/*
TD, span, div
{
	font-size: 14px;
	font-family: Arial;
}
*/

.topbgwrapper
{
    height:115px;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    background-image: url(../Images//topbgstrip.png);
}

.MainTable
{
	width:100%;
}

.logoimage
{
    position:relative;
    right:-40px;
}

.PaneStyle
{
	vertical-align:top;
	width:50%;
	text-align:right;
	padding:0px 0px 0px 30px;
}

A.EduLink
{
	/*color: #3D9CF0;*/
	color: Blue;
	text-decoration: underline;
	font-weight:bold;
	font-size:14px;
}
A.EduLink:hover
{
	color: #FD854A;
	text-decoration: underline;
	font-weight:bold;
}

A.EduLinkNoneBold
{
    color: #3D9CF0;
	text-decoration: underline;
	font-weight:500;
}

A.EduLinkNoneBold:hover
{
	color: #FD854A;
	text-decoration: underline;
	font-weight:500;
}

HR
{
	border-top: solid 1px #c5dcf1;
	border-bottom: solid 1px #ffffff;
}

.FormError
{
	color: Red !important;
	font-weight: bold;
	font-size: 12px;
}

/* Accordion */
.accordionHeader
{
   /* border: 1px solid #2F4F4F;*/
    color: white;
    /*background-color: #2E4d7B;*/
    background-color: #86CFF9;
     background-image: url(../Images//darkgreenpixle.jpg);
	font-family: Alef, Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected
{
color: white;
    background-color: #66cc9b;
    background-image: url(../Images//darkgreenpixle.jpg);
    font-family: Alef, Arial, Sans-Serif;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.TitleH1
{
    color:#1777CB;
	font-weight: bold;
	font-size: 18px;
	font-family:Alef, Arial;
}

.TitleH3
{
    color:Red;
	font-weight: bold;
	font-size: 20px;
	font-family:Alef, Arial;
}

.TitleH2
{
    color:#FF0000;
	font-weight: bold;
	font-size: 14px;
	font-family:Alef, Arial;
}

.Error
{
    color:Red;
}

.TdLeft
{
    background-image: url(../Images/inputleft.gif);
    background-repeat:no-repeat;
    background-position:center;
    width:13px;
    height:32px;
}

.TdRight
{
    background-image: url(../Images/inputright.gif);
    background-repeat:no-repeat;
    background-position:center;
    width:13px;
    height:32px;
}

.TdCenter
{
    background-image: url(../Images/inputbkg.gif);
    background-repeat: repeat-x;
    height:32px;
        position: relative;
    /* top: 1px;*/
   top: 0px;
    
    
}

.EduInstitutetablewrapper .TdCenter,.ContactUstablewrapper .TdCenter,.contactusadmin .TdCenter
{
 top: 1px;
}

.contactusadmin .TextAreaUpRight,.ContactUstablewrapper .TextAreaUpRight
{
        position: relative;
    left: -1px;
}

.ContactUstablewrapper input
{
    border:none;
}

.ContactUstablewrapper select {
    font: normal 13px Arial, SansSerif, Verdana;
    color: black;
    background: transparent;
    border: 0px solid #ffffff;
}

.TdLeftCC
{
    background-image: url(../Images/inputleft.gif);
    background-position:center;
    width:13px;
    height:32px;
}

.TdRightCC
{
    background-image: url(../Images/inputright.gif);
    background-position:center;
    width:13px;
    height:32px;
}

.TdCenterCC
{
    background-image: url(../Images/inputbkg.gif);
    background-repeat: repeat-x;
    height:32px;
}

.TdCenterJS
{
    background-image: url(../Images/uneblsellbkg.gif);
    background-repeat: repeat-x;
    border: 0px solid #EDEDED; 
    background-color:#EDEDED;
}
/*
.TdDisableLeft
{
    background-image: url(../Images/diseblsellleftconer.gif);
    width: 10px;
    background-repeat: no-repeat;
}
.TdDisableRight
{
    background-image: url(../Images/diseblsellrightconer.gif);
    width: 12px;
    background-repeat: no-repeat;
}
.TdDisableCenter
{
    background-image: url(../Images/diseblsellbkg.gif);
    background-repeat: repeat-x;
}
*/
.TdCalendar
{
    background-image: url(../Images/calendaruneble.gif);
}

.TextBoxEdu
{
     border: 0px solid #ffffff; 
    background-color:#ffffff;
    background-color:transparent;
    resize : none;
    
    background-image: url(../Images/TextAreabkg.jpg);
}

.TextBoxEduDisable
{
     border: 0px solid #ffffff; 
    background-color:#ffffff;
}

/*div that include the dropdown */
.container {
  border: 1px solid #ffffff; 
  border: 0px solid #ffffff; 
  
  left: 1px;
  position: relative; 
  width: 96px; 
  height: 16px; 
  overflow: hidden;
  
}
/*dropdown */
.inpSelect {
  font: normal 13px Arial, SansSerif, Verdana;
  color: black; 
  background: #ffffff;
  background-color:transparent;
  position: absolute; 
  width: 101px; 
  top: -2px; 
  left: -2px;
  border:none;
}

.Calender .ajax__calendar_container
{
	background-color: #fff;
	z-index:1;
	top:-2px;
	border:solid 1px black;
	float:left;
}
.Calender .ajax__calendar_body
{
	background-color: #fff;
	z-index:1;
	top:-2px;
	float:left;
	float:none;
	
	top: 8px;
}
.Calender .ajax__calendar_title
{
	color: Blue;
	color:#339966;
	background-color: #fff;
	z-index:1;
	float:left;
	float:none;
	
	position: relative;
	top: -2px;
    width: 160px;
    margin: 0 auto;
    font-size: 14px;
	
}

.ajax__calendar_dayname 
{
    color:#66cc99;
}

/*div that include the dropdown */
.containerPhone {
  border: 1px solid #ffffff; 
  border: 0px solid #ffffff;   
  left: 1px;
  position: relative; 
  width: 45px; 
  height: 18px; 
  overflow: hidden;
}

/*dropdown */
.inpSelectPhone {
  font: normal 13px Arial, SansSerif, Verdana;
  color: black; 
  background: #ffffff;
    background-color:transparent;
        border: 0;
  position: absolute; 
  width: 40px; 
  top: -2px; 
  top: 0px; 
  
  left: -2px;
}

/*div that include the dropdown */
.containerPhoneCC {
  border: 1px solid #ffffff; 
  border:none;
  width: 50px; 
  height: 18px; 
  overflow: hidden;
}

/*dropdown */
.inpSelectPhoneCC {
  font: normal 13px Arial, SansSerif, Verdana;
  color: black; 
  background: #ffffff;
  background-color:transparent;
   border:none;
  width: 50px; 
  margin-bottom:-1px;
  margin-right:-1px;
  margin-left:-1px;
  margin-top:-2px;
}

/*div that include the dropdown */
.containerCC 
{
  border: 1px solid #ffffff; 
    border: none;
  width: 60px; 
  height: 18px; 
  overflow: hidden;
  
}
/*dropdown */
.inpSelectCC 
{ 
  font: normal 13px Arial, SansSerif, Verdana;
  color: black; 
  background: #ffffff;
  background-color:transparent;
  border: none;
  width: 60px; 
  margin-bottom:-1px;
  margin-right:-1px;
  margin-left:-1px;
  margin-top:-2px;
}

/*div that include the dropdown */
.containerStudyingAge {
  border: 1px solid #ffffff; 
  border: 0px solid #ffffff; 
  
  left: 1px;
  position: relative; 
  width: 128px; 
  width: 148px;
  height: 18px; 
  overflow: hidden;
  
}
/*dropdown */
.inpSelectStudyingAge
 {
  font: normal 13px Arial, SansSerif, Verdana;
  color: black; 
  background: #ffffff;
  background: transparent;
  
  position: absolute; 
  width: 133px;
  top: -2px; 
  left: -2px;
  
    border: 0px solid #ffffff; 
  
}

/*div that include the dropdown */
.instituteContainer {
  border: 1px solid #ffffff; 
      border: none;
  left: 1px;
  position: relative; 
  width: 170px; 
  height: 16px; 
  overflow: hidden;
  
}
/*dropdown */
.instituteInpSelect {
  font: normal 13px Arial, SansSerif, Verdana;
  color: black; 
  background: #ffffff;
      background-color: transparent;
  position: absolute; 
  width: 175px; 
  top: -2px; 
  left: -2px;
}
/*div that include the dropdown */
.kitaContainer {
  border: 1px solid #ffffff; 
  left: 1px;
  position: relative; 
  width: 120px; 
  height: 16px; 
  overflow: hidden;
  
}
/*dropdown */
.kitaInpSelect {
  font: normal 13px Arial, SansSerif, Verdana;
  color: black; 
  background: #ffffff;
  position: absolute; 
  width: 125px; 
  top: -2px; 
  left: -2px;
}

.middle
{
    background-image: url(../Images/shedow.gif);
    background-repeat:no-repeat;
    background-position:center;
}

.NextBtn
{
   /* background-image: url(../Images//nextbutt.gif);
    background-repeat: no-repeat;
    background-position: center 50%;*/
}

.BackBtn
{
    /*background-image: url(../Images//backbutt.gif);
    background-repeat: no-repeat;
    background-position: center 50%;*/
}

.TextAreaUpLeft
{
    background-image: url(../Images//callupleft.gif);
    background-position:right;
    background-repeat:no-repeat;
    height:18px;
    width:20px;
}

.TextAreaUpCenter
{

}

.TextAreaUpCenter div
{
   background-image: url(../Images//callupbkg.gif);
    background-repeat:repeat-x;
    height: 18px;
}

.TextAreaUpRight
{
    background-image: url(../Images//callupright.gif);
    background-position:bottom;
    background-repeat:no-repeat;
    height:18px;
    width:23px;
}

.TextAreaCenterLeft
{
    background-image: url(../Images//callleftbkg.gif);
    background-repeat: repeat;
    background-position:left;
    width:20px;
}

.TextAreaCenterRight
{
    background-image: url(../Images//callrightbkg.gif);
    background-repeat: repeat;
    background-position:left;
    width:23px;
}

.TextAreaDownLeft
{
    background-image: url(../Images//calldownleft.gif);
    background-repeat:no-repeat;
    background-position:right;
    height:20px;
    width:20px;
}

.TextAreaDownCenter
{
    background-image: url(../Images//calldownbkg.gif);
    background-repeat:repeat;
    height:20px;
}

.TextAreaDownRight
{
    background-image: url(../Images//calldownright.gif);
    background-repeat:no-repeat;
    height:20px;
    width:23px;
}


.TextAreawrapper 
{
    position: relative;
    left: -12px;
}



.TextAreawrapper .TextAreaUpLeft
{
    background-image: url(../Images//TextAreaupleft.gif);
    background-position:right;
    background-repeat:no-repeat;
    height:18px;
    width:20px;
}

.TextAreawrapper .TextAreaUpCenter
{

}

.TextAreawrapper .TextAreaUpCenter div
{
   background-image: url(../Images//TextAreaupbkg.gif);
    background-repeat:repeat-x;
    height: 18px;
}

.TextAreawrapper .TextAreaUpRight
{
    background-image: url(../Images//TextAreaupright.gif);
    background-position:bottom;
    background-repeat:no-repeat;
    height:18px;
    width:23px;
}

.TextAreawrapper .TextAreaCenterLeft
{
    background-image: url(../Images//TextArealeftbkg.gif);
    background-repeat: repeat;
    background-position:left;
    width:20px;
}

.TextAreawrapper .TextAreaCenterRight
{
    background-image: url(../Images//TextArearightbkg.gif);
    background-repeat: repeat;
    background-position:left;
    width:23px;
}

.TextAreawrapper .TextAreaDownLeft
{
    background-image: url(../Images//TextAreadownleft.gif);
    background-repeat:no-repeat;
    background-position:right;
    height:20px;
    width:20px;
}

.TextAreawrapper .TextAreaDownCenter
{
    background-image: url(../Images//TextAreadownbkg.gif);
    background-repeat:repeat;
    height:20px;
}

.TextAreawrapper .TextAreaDownRight
{
    background-image: url(../Images//TextAreadownright.gif);
    background-repeat:no-repeat;
    height:20px;
    width:23px;
}



.EduLabel
{
    color:#616161;
}

.EduTextBoxText
{
    color:Black;
}

.StateTitle
{
    font-weight:bold;
    /*font-style:oblique;*/
    color:#3D9CF0;
    font-size:14px;
}
.StateTitle
{
    font-weight:bold;
    /*font-style:oblique;*/
    color:#3D9CF0;
    font-size:14px;
}
.FilesTitle
{
    font-weight:bold;
    /*font-style:oblique;*/
    color:Red;
    font-size:14px;
}
.TitleReg1
{
    font-size: 14px;
	font-family: Alef, Arial;
	color: #3D9CF0;
}

.TitleReg2
{
    font-size: 14px;
	font-family: Alef, Arial;
	color: #FD854A;
	font-weight:bold;
}

.LabelTxtSize
{
    font-size: 13px;
	font-family: Alef, Arial;
	/*color: #003698;*/
	color: black;
	width:120px;
	font-weight:bold;
}

.LabelTxtSizeNoneBold
{
    font-size: 13px;
	font-family: Alef, Arial;
	color: #003698;
	width:120px;
	font-weight:600;
}

.LabelTxtUla
{
    font-size: 14px;
	font-family: Alef, Arial;
	color: #003698;
	width:250px;
}

.LabelTxt
{
    font-size: 13px;
	font-family: Alef, Arial;
	/*color: #003698;*/
	color: black;
	font-weight:bold;
}

.LabelTxtNoneBold
{
    font-size: 13px;
	font-family: Alef, Arial;
	color: #003698;
	color:black;
	
	font-weight:600;
}

.StartLabel
{
  font-size: 14px;
	font-family: Alef, Arial;
	/*color: #FD854A;*/
	color: black;
	font-weight:bold;
}


.GridTextBox
{
    border:0;
    background-color:Transparent;
    padding-right:10px;
    color:#1A4AA3;
    font-size:14px;
}

.EduGridHeaderStyle
{
    border:0;
    color:#Fe8F5B;
    width:100px;
    padding:5px;
    text-align:center;
}

.EduGridItemStyle
{
     border:0;
     color:#1A4AA3;
     width:100px;
     padding:5px;
     text-align:center;
}

.EduDataGrid
{
    border:0;
}

.EndTitleLeft
{
    background-image: url(../Images//endttlleft.gif);
    background-repeat:no-repeat;
    height:26px;
    width:14px;
    background-position:bottom;
}

.EndTitleRight
{
    background-image: url(../Images//endttlright.gif);
    background-repeat:no-repeat;
    height:26px;
    width:14px;
    background-position:bottom;
}

.EndTitleCenter
{
    background-color:#DED2C6;
    color:#014887;
    font-weight:bold;
    
    background-color: #66cc9b;
    color: white;
    font-weight: normal;
    text-indent: 10px;
    font-size: 16px;
    padding-top: 3px;    
    /**/background-image: url(../Images//darkgreenpixle.jpg);
    padding-left: 100px;
}

.EndContentsUp
{
    background-image: url(../Images//endup.gif);
    height:20px;
    width:742px;
    background-repeat:repeat-y;
}

.EndContentsDown
{
    background-image: url(../Images//enddown.gif);
    height:20px;
    width:742px;
    background-repeat:repeat-y;
}

.EndContentsCenter
{
   /* background-image: url(../Images//endttlbkg.gif);
    width:722px;
    padding-right:10px;
    padding-left:10px;*/
 /*   background-repeat:repeat-y;*/
    border: 2px solid #66cc9b;
        border: 1px solid #336633;
}


.EndContentsCenter.witoutborder
{
    border: none;

}

.EndTitleCenter.withextrabottomborder
{
     border-bottom: 1px solid #336633;
  /*   background-image:none;
     background-color:transparent;
     color:#336633;*/
}

.EndRequestTitle
{
    color:#FD935E;
    color:#66cc9b;
    font-weight:bold;
    font-size:16px;
}

.EndContentsTitleLiteral
{
    color:#1A4AA3;
    color:black;
    
    font-size:14px;
    padding-right:10px;
    width:13%;
}

.EndContentsLiteral
{
    color:#Fe8F5B;
        color:black;
        font-weight:bold;
    font-size:14px;
    width:20%;
}

.EndCSiblingTitle
{
    color:#Fe8F5B;
    font-size:14px;
    font-weight:bold;
}

.EduAutoComplete
{
    height:150px;
	width:202px !important;
	margin: 0px !important;
	background-color: window;
	color: windowtext;
	border-bottom:solid 1px buttonshadow;
	border-right:solid 1px buttonshadow;
	border-left:solid 1px buttonshadow;
	cursor: 'default';
	overflow: auto;
	text-align: right !important;
	list-style-type: none;
	margin-right:16px;
    
}
.EduValidationSummary
{
    direction:rtl;
    font-weight:bold;
    font-size:14px;
    
}

.EduNoneAuthorityError
{
    font-size:large;
    font-weight:bold;
    color:Red;
}

.ErrorCloseSite
{
    font-weight:bold;
    font-size:20px;
    color:#Fe8F5B;
}
/*
.CommitmentScriptRight
{
    background-image: url(../Images//rightconbtn.gif);
    height:19px;
    width:10px;
}

.CommitmentScriptCenter
{
    background-color:#FD854A;
    height:18px;
}

.CommitmentScriptLeft
{
    background-image: url(../Images//leftconbtn.gif);
    height:19px;
    width:10px;
}
*/
.CommitmentScript
{
    color:White;
    font-weight:bold;
}

.CommitmentScript:hover
{
     color:#1A4AA3;
     font-weight:bold;
}

.AuthorityNameTitle
{
    font-weight: bold;
	font-size: 20px;
	font-family: Alef, Arial;
	color:#66cc9b;
	    padding-top: 40px;
}

.ErrorDiv
{
    background-color: White;
    width: 317px;
    width: 304px;

    border-right: #336633 5px solid;
    border-top: #336633 5px solid;
    border-left: #336633 5px solid;
    border-bottom: #336633 5px solid;
    filter: progid:DXImageTransform.Microsoft.dropShadow(Color=2668b5,offX=3,offY=3,positive=true); 
}
.ErrorButton
{
    font-size: 12px;
    font-weight: bold;
    width: 83px;
    height: 38px;
    font-family: Alef, Arial;
    color: transparent;
    cursor: pointer;
    background-image: url(../Images/close_btn.gif);
    background-repeat: no-repeat;
    border: none;
    margin-left: 10px;
    margin-top: 10px;
    
}
.ErrorStyle
{
	font-size:12px;
	font-weight:bold;
	color:black;
	background-color:#7fccff;
	border:solid 1px #6699CC;
	padding:0px 5px 0px 5px;
}

.SiblingButton
{
    background-color: #ffb300;
    font-weight: bold;
    border-right: khaki 1px solid;
    border-top: khaki 1px solid;
    border-left: khaki 1px solid;
    border-bottom: khaki 1px solid;
}
/*
.RightSideUp
{
    background-image: url(../Images/upsade.gif);
    background-repeat:no-repeat;
    background-position:right;
    width:168px;
    height:12px;
}

.RightSideBkg
{
    vertical-align:top;
    background-image: url(../Images/bkgsade.gif);
    background-repeat:repeat;
    background-position:right;
    padding-right:4px;
    width:165px;
    height:448px;
}

.RightSideDown
{
    background-image: url(../Images/downsade.gif);
    background-repeat:no-repeat;
    background-position:right;
    width:169px;
    height:12px;
}
*/
.TextBoxPension
{
	background-color:Transparent;
	border: 0px solid #ffffff;
	color:#003698;
}

.RowStyleCssClass_
{
	padding-right:30px;
	color:#003698;
}

.RowStyleCssClass
{
	
	border-left:solid 1px #e4d0c3;
	border-right:solid 1px #e4d0c3;
	border-top:solid 1px #e4d0c3;
	border-bottom:solid 1px #e4d0c3;
	padding-right:30px;
	color:#003698;
}

.Copyright
{
	text-decoration:none;
	color:Black;
	font-size:11px;
}

.Copyright:hover
{
	text-decoration:none;
	color:Black;
	font-size:11px;
}

.CopyrightHR
{
	height:1px;
	width:100%;
	background-color:#4aa610;
}

.beersheva
{
	color:#800040;
	font-size:17px;
	font-weight:bold;
}

A.beer7
{
	color: #FF8040;
	text-decoration: underline;
	font-size:15px;
	font-weight:bold;
}
A.beer7:hover
{
	color: #FF0000;
	text-decoration: underline;
	font-size:15px;
	font-weight:bold;
}

.UlaActivateValue
{
	color:Red;
	font-weight:bold;
}
.MayorTD
{
    background-image: url(../Images/table.jpg);
    background-repeat:no-repeat;
    height:428px;
    width:442px;
    direction:rtl;
    
}
.MayorSchoolTD
{
    background-image: url(../Images/tdMayor.jpg);
    background-repeat:no-repeat;
    height:428px;
    width:442px;
    direction:rtl;
    
}
.MayorBSchoolTD
{
    background-image: url(../Images/tdBMayor.jpg);
    background-repeat:no-repeat;
    height:428px;
    width:442px;
    direction:rtl;
    
}.MayorHSchoolTD
{
    background-image: url(../Images/tdHMayor.jpg);
    background-repeat:no-repeat;
    height:428px;
    width:442px;
    direction:rtl;
    
}

.PH_PreTopwrapper
{
    margin:20px 0;

}

.PH_PreTopwrapper span
{
     color:Black;  
}

.NavigatorPH_img
{
background-image: url(../Images/NavigatorPH_img_sep.png);
    background-repeat: no-repeat;
    padding-left: 17px;
    margin-left: 6px;
}



.NavigatorPH_img.last-NavigatorPH_img {
background-image: none;

}


.Forms_Table.contactusadmin input
{
border:none;    
}

.Forms_Table.contactusadmin select
 {
  font: normal 13px Arial, SansSerif, Verdana;
  color: black; 
  background: #ffffff;
  background: transparent;

  
    border: 0px solid #ffffff; 
  
}

.maintablewrapper
{
width: 970px;
    background-color: white;
    margin: 0 auto;
    height: 100%;
    height: auto\9;
        position: relative;
}

.TextAreawrapper.contactformTextAreawrapper
{
    left: -3px;
}

.MainTable .MainTable 
{
    padding:0;
    width:auto;
}

.MainTable #StudentDetails .MainTable ,.MainTable #ParentDetails .MainTable
{
width:100%;    
}

.EndContentsTitleLabel textarea
{
    font-family:Arial;
    resize:none;
}

.errorTextRow
{
    padding-bottom:6px;
}

.EndContentsTitleLabel .LabelTxt
{
    color: #66cc9b;
    font-size: 18px;
    background-color:transparent !important;
}

.Declarationbottomformwrapper .TdCenter {
    top: 0px;
}


.ContactUstablewrapper .TextAreawrapper {
    position: static;
}

.TdCenter.top2px
{
    top: 2px;
    top: 1px;
}

.Declarationtablewrapper
{
    padding-top:15px;
}

.EndContentsCenter_even
{
    background-color:#eee;
}

.EndContentsCenter_even td
{
        padding: 2px 5px 2px 0;
}

.EndContentsCenter_odd td
{
        padding: 2px 5px 2px 0;
}


input:focus,select:focus,textarea:focus { 
    outline:  2px solid #a1c3fa; 
}


input[type="image"]:focus,input[type="button"]:focus,input[type="submit"]:focus 
{
      outline:  0px solid #a1c3fa;   
}


#MainTable img
{
    max-width:100%;
}
.EndAuto
{
	 width:auto !important;
}

.checkBoxEduDeclarationTitle
{
	border: 2px solid #FFA500;
	padding: 0 10px;
	color: black;
	font-size: 18px;
	margin-bottom: 20px;
	display: inline-block;
}
/*.disabledClass
{
	color:black !important;
	font-size:16px;
	}*/

