BODY
{
  font-family: arial;
  font-size: 14;
  direction: rtl;
  margin: 0px;
  background-color: #FFFFFF;
  scrollbar-arrow-color: #05417F;
  scrollbar-track-color: #FFFFFF;
  scrollbar-face-color: #FDF8F8;
}

TD
{
  font-size: 14;
  font-family: arial;
}

.titleUnitName
{
  font-size: 20;
  font-weight: bold;
  font-family: david;
  height: 40px;
}

.titleStory
{
  font-family: david;
  font-weight: bold;
  font-size: 26;
  color: #ffffff;
}
/*----------------------------tooltip-----------------------------------------*/
.tooltipReading
{
  font-size : 13;
  color : #000000;
  background-color:#CCCC9A;
}

/*.tooltipreading
{
  font-size : 13;
  color : #000000;
  background-color:#5C9AED;
}*/

/*-----------------------------------------------------------------------------*/
.storyTableReading
{
  background-color: #DDEE96;
  line-height: 30px;
}

.SongTableReading
{
  background-color: #DDEE96;
  line-height: 25px;
}

.TextTableWriting
{
  background-color: #9ED7FB;
  line-height: 30px;
}

.storyTableListening
{
  background-color: #FCBADB;
  line-height: 25px;
}

.TextTableAbout
{
  background-color: #F9CF88;
  line-height: 30px;
}

.stroyText
{
  font-weight: bold;
  font-family: david; 
  font-size: 16; 
}

/*-------------------------lineHeight-------------------------------------*/
.lineHeight
{
  line-height: 30px;
}

.lineHeightSmall
{
  line-height: 25px;
}

.lineHeightBig
{
  line-height: 35px;
}

Br.SmallBr
{
  line-height: 10px;
}
/*-----------------------------PopUp---------------------------------*/

Body.StoryReading
{
  background-color: #BBDA3E;
}

Body.TextWriting
{
  background-color: #25A9FE;
}

Body.StoryListening
{
  background-color: #FF85C2;
}

Div.ReadDiv
{
  scrollbar-arrow-color: #000000;
  scrollbar-track-color: #BBDA3E;
  scrollbar-face-color: #DDEE96;
  height: 390px;
  overflow-y:auto;
  overflow-x:hidden; 
}

Div.WriteDiv
{
  scrollbar-arrow-color: #000000;
  scrollbar-track-color: #25A9FE;
  scrollbar-face-color: #9ED7FB;
  height: 390px;
  overflow-y:auto;
  overflow-x:hidden; 
}

Div.ListenDiv
{
  scrollbar-arrow-color: #ffffff;
  scrollbar-track-color: #FCBADB;
  scrollbar-face-color: #FF85C2;
  height: 390px;
  overflow-y:auto;
  overflow-x:hidden; 
}

/*-----------------------------A---------------------------------*/
A.regular
{
  color: #000000;
  text-decoration: underline;
}

A.regular:Visited
{
  color: #000000;
  text-decoration: underline;
}

A
{
  color: #000000;
  text-decoration: none;
}

A:Hover
{
  color: #000000;
  text-decoration: underline;
}


/*--------------------------------------------------------*/
 .FillText
  {
    font-family: arial;
    font-size: 11pt;
    background-color: #9ED7FB;
    border-bottom: 1px solid black;
    border-top: none;
    border-right: none;
    border-left: none;
    /*text-align: center;*/
  }
    
  .TextAreaInput
  {
    font-family: arial;
    font-size: 10pt;
    scrollbar-arrow-color: #000000;
    scrollbar-track-color: #71C4FA;
    scrollbar-face-color: #9ED7FB;
    background-color: #9ED7FB;
    border: 1px solid #25A9FE;
  }
