html
{
  direction:ltr;
}

body
{
  direction:rtl;
}

ul,li { display:block; list-style-type: none;}

form { margin:0px; }

a
{
  color:#0000aa;
  text-decoration:none;
}

a img
{
border:none;
}

.Center { text-align: center; }
.Justify { text-align: justify; }
.Left { text-align: left; }

.Red
{
  color:red;
}

.Clear
{
clear:both;
}

.Bottom
{
  position:absolute;
  bottom:5px;
  width:100%;
}

.Block
{
  display:block;
}
.Inline
{
  display:inline;
}

.Form
{
  margin:auto;
  background-color: rgb(198,219,245);
  padding-top:10px;
}

.Form .FirstColumn
{
  float:right;
  width:49%;
}

.Form .SecondColumn
{
  float:left;
  clear:none;
  width:49%;
}

.Form .Row
{
  clear:both;
  margin:auto;
  width:70%;
}

.Form div.Submit
{
  text-align:center;
  padding: 10px;
}

.Form div.Submit input
{
  float:none;
  width:auto;
  display:inline;
}

.Form label
{
  display:block;
  float:right;
  width:36%;
}

.Form input
{
  display:block;
  float:right;
  width:40%;
}

.Form input.plain
{
  display:inline;
  float:none;
  width:auto;
}


.Form div div
{
  clear:both;
}

.Red
{
  color:red !important;
}

.MetaInfo { display:none; }

.MaxWidth { width: 100%; }

table.Plain
{
  border:0px solid !important;
  padding:5px !important;
  width:50% !important;
  border-collapse:seperate !important;
  font-weight:700;
}

.FloatLeft { float:left; width:48%;}
.FloatRight { float:right; width:48%;}
.NoFloat { float:none !important;}
.FullWidth { width:100% !important; }
