/*---------------- BODY --------------------*/
BODY.EditView
{
  background-color: #E4FE9B;
}

BODY.InnerStory
{
  background-color: transparent;
}
/*---------------- TABLE --------------------*/

TABLE.TableWidth
{
  width:100%;
}

TABLE.TableWidthIndex
{
  width:776px;
}

/*---------------- TD -----------------------*/
TD.TopTtlIndex
{
 background-image: url('images/topTtl_BG.gif');
}

TD.TopTtl
{
 background-image: url('images/TopMiddle1.gif');
}

TD.TopTtl1
{
 background-image: url('images/topTtl_BG2.gif');
}


TD.RightActNameIndex
{
  background-image: url('images/frameTop_R1_index.gif');
}

TD.FlashBgIndex
{
 background-image: url('images/frameTop_BG1_index.gif');
}

TD.LeftActNameIndex
{
  background-image: url('images/frameTop_L1_index.gif');
}

TD.TopRightFrame, TD.TopRightFrameIndex
{
  background-image: url('images/frame_R.gif');
}

TD.RightActText
{
  background-image: url('images/textArea_BG_R.gif');
}

TD.LeftActText
{
  background-image: url('images/textArea_BG_L.gif');
}

TD.InstructRight
{
  background-image: url('images/Instruct_Right.jpg');
}

.InstructionText
{
  background-image:url('images/Instruct_TopTile.gif');
}

TD.InstructBottom
{
  background-image: url('images/Instruct_BotTile.gif');
}

TD.InstructLeft
{
  background-image: url('images/Instruct_Left.jpg');
}

TD.TopRightFlash
{
  background-image:url('images/Flash_Ttl.gif');
}


TD.TextAreaTR
{
  background-image: url('images/textArea_top_R.gif');
}

TD.TextAreaTL
{
  background-image: url('images/textArea_top_L.gif');
}

TD.TextAreaBgT
{
  background-image:url('images/textArea_top_BG.gif');
}

TD.TextAreaBR
{
  background-image: url('images/textArea_bottom_R.gif');
}

TD.TextAreaBL
{
  background-image: url('images/textArea_bottom_L.gif');
}

TD.TextAreaBgB
{
  background-image:url('images/textArea_bottom_BG.gif');
}

TD.ActNameOff
{
  background-image:url('images/gray_bttn.gif');
}

TD.TopTtlNew
{
 background-image: url('images/innerTop_tile.gif');
 background-repeat:repeat-x;
 background-position:center top;
 width:100%;
 height:20px;
}
TD.TopTtlNewIndex
{
 background-image: url('images/innerTop_tile.gif');
 background-repeat:repeat-x;
 background-position:center top;
 width:100%;
 height:60px;
}

TD.ExplainBg
{
  background-color: #FFEFFD;
} 

TD.InstructRight, TD.InstructLeft
{
  background-color: #E4FE9B;
}

TD.ActivityTitleColor
{
  background-color:#C500AF; 
}

.InstructionText
{
  color:#4C621A; 
}

TD.InstructionBk
{
 background-color:#E4FE9B;
}

TD.BkTopTable, TD.BkBottomTable
{
  background-color:#FFEFFD; 
}

.BkTopTableSplit, .BkBottomTableSplit
{
  background-color:#FFEFFD;
  width:100%; 
}

.InstructionTextSplit
{
  background-image:url('images/instruct_TopTile.gif');
  color:#4C621A; 
  background-color:#E4FE9B;
}

.GreenText
{
  color:#4C621A; 
  font-weight:bold; 
  font-size:90%;
  height:32px;
  line-height:1.5em;
}

TD.TitleQuiz
{
  background-color:#96b6dc;
  color:#ffffff;
}
TD.RightSpaceQuiz, TD.QuestQuiz
{
  border-bottom:1px solid #E4FE9B;
} 

.CreditText
{
  font-family:arial;
  font-size: 80%;
}

TD.explainTR
{
  background-image:url('images/explain_TR.gif');
}
TD.explainTL
{
  background-image:url('images/explain_TL.gif');
}
TD.explainBR
{
  background-image:url('images/explain_BR.gif');
}
TD.explainBL
{
  background-image:url('images/explain_BL.gif');
}

/*-------------- Links -----------------------*/
A.ActName
{
  background-image:url('images/green_bttn.gif');
}

A:visited.ActName
{
  background-image:url('images/pink_bttn.gif');
}
/*-------------- Div -----------------------*/

DIV.DropZone
{
  border:1px solid #9FCC3D;
}

DIV.DropZoneOver
{
  border:1px solid #9FCC3D;
  background-color: #BBE55F;
}

SPAN.Draggable
{
  background-color: #BBE55F;
}

SPAN.Dragged
{
  background-color: #BBE55F;
}

.instructTR
{
  background-image:url('images/instruct_icon.jpg');
}
.instructTL
{
  background-image:url('images/instruct_TopLeft.jpg');
}
.instructBR
{
  background-image:url('images/instruct_BR.gif');
}
.instructBL
{
  background-image:url('images/instruct_BL.gif');
}

DIV.MaskStyle
{
  width:100%; 
  height:100%; 
  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50, FinishOpacity=0, Style=0, StartX=0, FinishX=100, StartY=0, FinishY=100); 
  background-color:#BCCBCF;
}

Div.HaifaDiv
{
	scrollbar-arrow-color: #7F6518;
	scrollbar-track-color: #ffffff;
	scrollbar-face-color: #ffffff;
  padding-right:5px;
  height: 284px;
  overflow-y:scroll;
  overflow-x:hidden;
  direction:ltr; 
}

Div.HaifaTourDiv
{
  scrollbar-arrow-color: #7F6518;
  scrollbar-track-color: #EDC661;
  scrollbar-face-color: #EDC661;
  height: 135px;
  overflow-y:auto;
  overflow-x:hidden;
  direction:ltr; 
}

Div.GamesDiv
{
	scrollbar-arrow-color: #7F6518;
	scrollbar-track-color: #ffffff;
	scrollbar-face-color: #ffffff;
	padding-right:5px;
	height: 245px;
	overflow-y: scroll;
	overflow-x:hidden;
	direction:ltr; 
}

Div.TravelDiv
{
	scrollbar-arrow-color: #7F6518;
	scrollbar-track-color: #ffffff;
	scrollbar-face-color: #ffffff;
	padding-right:5px;
	height: 200px;
	overflow-y: scroll;
	overflow-x:hidden;
	direction:ltr; 
}

Div.TravelDiv2
{
	scrollbar-arrow-color: #7F6518;
	scrollbar-track-color: #ffffff;
	scrollbar-face-color: #ffffff;
	padding-right:5px;
	height: 180px;
	overflow-y: scroll;
	overflow-x:hidden;
	direction:ltr; 
}
Div.TouristDiv
{
	scrollbar-arrow-color: #AFD80E;
	scrollbar-track-color: #ffffff;
	scrollbar-face-color: #ffffff;
	padding-right:5px;
	height: 130px;
	overflow-y: auto;
	overflow-x:hidden;
	direction:ltr; 
}

/*-------------- SPAN -----------------------*/

SPAN.SplitText
{
  scrollbar-arrow-color : #637545;
  scrollbar-track-color : #AFD80E;
  scrollbar-face-color : #AFD80E;
}

SPAN.TextFullScreen /*Old Unit*/
{
  scrollbar-arrow-color : #637545;
  scrollbar-track-color : #D5EE9A;
  scrollbar-face-color : #D5EE9A;
  padding:0px 6px 6px 20px;
  overflow:auto; 
  direction:ltr; 
  width:100%;
  background-color:#F1FDD9;  
  font-family:narkisim;
  font-size:110%;
}

SPAN.TextSplitScreen /*Old Unit*/
{
  scrollbar-arrow-color : #637545;
  scrollbar-track-color : #D5EE9A;
  scrollbar-face-color : #D5EE9A;
  padding:0px 6px 6px 20px;
  overflow:auto; 
  direction:ltr; 
  width:100%;
  background-color:#F1FDD9;  
  font-family:narkisim;
  font-size:110%;
}

SPAN.TextLongAct4Div /*Old Unit*/
{
  scrollbar-arrow-color : #637545;
  scrollbar-track-color : #D5EE9A;
  scrollbar-face-color : #D5EE9A;
  padding-left:20px; 
  padding-right:6px; 
  ppadding-bottom:6px; 
  overflow:auto; 
  height:338px; 
  direction:ltr; 
  width:100%;
  background-color:#F1FDD9;  
  font-family:narkisim;
  font-size:110%;
}

/*---------- INPUT ---------------------*/
.TextInput
{
  border:1px solid #9FCC3D;
  direction:rtl;
  background-color:#EFFDCC;
  font-family:Arial;
}

.TextAreaInput
{
  border:1px solid #9FCC3D;
  direction:rtl;
  background-color:#EFFDCC;
  font-family:Arial;
  scrollbar-arrow-color : #637545;
  scrollbar-track-color : #DEF2B0;
  scrollbar-face-color : #BDE16F;
}

.TextInputCardBlue
{
  border:1px solid #4FA0BD;
  direction:rtl;
  background-color:#ebf7fc;
  font-family:Arial;
}

.TextAreaInputCardBlue
{
  border:1px solid #4FA0BD;
  direction:rtl;
  background-color:#ebf7fc;
  font-family:Arial;
  scrollbar-arrow-color : #4FA0BD;
  scrollbar-track-color : #D9F1FB;
  scrollbar-face-color : #D9F1FB;
}

.TextInputPink
{
  border:1px solid #C57DAA;
  direction:rtl;
  background-color:#fdf5fa;
  font-family:Arial;
}

.TextAreaInputPink
{
  border:1px solid #C57DAA;
  direction:rtl;
  background-color:#fdf5fa;
  font-family:Arial;
  scrollbar-arrow-color : #C57DAA;
  scrollbar-track-color : #FBE3F2;
  scrollbar-face-color : #FBE3F2;
}

.TextInputBanana
{
  border:1px solid #C0B97F;
  direction:rtl;
  background-color:#f5efbf;
  font-family:Arial;
}

.TextAreaInputBanana
{
  border:1px solid #C0B97F;
  direction:rtl;
  background-color:#f5efbf;
  font-family:Arial;
  scrollbar-arrow-color : #C0B97F;
  scrollbar-track-color : #F4EA9D;
  scrollbar-face-color : #F4EA9D;
}

.TextInputOrange
{
  border:1px solid #C2AB94;
  direction:rtl;
  background-color:#fce0c5;
  font-family:Arial;
}

.TextAreaInputOrange
{
  border:1px solid #C2AB94;
  direction:rtl;
  background-color:#fce0c5;
  font-family:Arial;
  scrollbar-arrow-color : #C2AB94;
  scrollbar-track-color : #F9D2AD;
  scrollbar-face-color : #F9D2AD;
}

.TextInputBlue
{
  border:1px solid #B0BDD0;
  direction:rtl;
  background-color:#ccdffb;
  font-family:Arial;
}

.TextAreaInputBlue
{
  border:1px solid #B0BDD0;
  direction:rtl;
  background-color:#ccdffb;
  font-family:Arial;
  scrollbar-arrow-color : #4B6A97;
  scrollbar-track-color : #B2CEF7;
  scrollbar-face-color : #B2CEF7;
}
/*------------ FONT ----------------------*/
FONT.HeadLine
{
  color:#74A500;
}
FONT.BigHeadLine
{
  font-weight:bold;
  color:#74A500;
  font-size:22px;
}
/*---------- IFRAME ---------------------*/
IFRAME.FullStoryIframe
{
 width:650px; 
 height:530px;
 border:2px solid #5F7733; 
 filter:progid:DXImageTransform.Microsoft.Slide(slideStyle='HIDE', bands=1);
}
IFRAME.FullText
{
  padding:0px 0px 6px 0px;
  overflow:auto; 
  direction:ltr; 
  width:610px;
  height:420px;
  background-color:#F1FDD9;  
  font-family:narkisim;
  font-size:110%;
}
/*--------------------------------------------------------------------------------------*/
table.TblIndicator tr.Header td {background-color:#F79D4F;font-weight:bold;}
table.TblIndicator td{text-align:center;}
table.TblIndicator tr.Header td, td.TdTitle, td.TdSubTitle {padding:5px 10px;}
table.TblIndicator td.TdTitle, table.TblIndicator td.TdSubTitle {text-align:right;}
table.TblIndicator td.TdTitle{font-weight:bold;background-color:#F5B983;}
table.TblIndicator tr{background-color:#B4BF71}
table.TblIndicator input{text-align:center;}

/*--------------------------Words  Games Units160-167 ------------------------*/
.WordsGameHomeBtnDiv
{
	float:left;
	padding-top:5px;
}
