﻿body
{
    background-color: #FFFFFF; /*#ECEDDC;*/
    font-size: .75em;
    font-family: Tahoma;
    margin: 0;
    padding: 0;
    color: #696969;
    direction: rtl;
}
a:link
{
    color: #000000;
    text-decoration: underline;
}
a:visited
{
    color: #808080;
}
a:hover
{
    color: #808080;
    text-decoration: none;
}
a:active
{
    color: #336699;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Tahoma;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
    direction: rtl;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: static;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Tahoma;
    font-size: 32px !important;
}

#main
{
    padding: 0px 30px 15px 30px;
    background-color: #FFFFFF; /*#ECEDDC;*/
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"]
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="submit"]
{
    width: 75px;
    height: 20px;
    font-family: Tahoma;
    font-size: 11px;
    border: 1px solid #CCC;
}

select
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table
{
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
}

table td
{
    padding: 5px;
    border: solid 1px #CCCCCC;
    vertical-align: top;
}

table th
{
    padding: 6px 5px;
    text-align: center;
    background-color: #CCCCCC;
    border: solid 1px #CCCCCC;
    color: #333333;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

div#title
{
    display: block;
    float: left;
    text-align: left;
}

.correct
{
    background-image: url("Images/correct.png");
    background-repeat: no-repeat;
    width: 27px;
    height: 18px;
}

.wrong
{
    background-image: url("Images/wrong.png");
    background-repeat: no-repeat;
    width: 27px;
    height: 18px;
}

.white
{
    background-image: url("Images/white.png");
    background-repeat: no-repeat;
    width: 27px;
    height: 18px;
}

.ucorrect
{
    background-image: url("Images/ucorrect.png");
    background-repeat: no-repeat;
    width: 27px;
    height: 18px;
}

