﻿html, body
{
    background-color: #d0ae67;
	font-family: Tahoma;
	font-size: 8pt;
	direction: rtl;
	margin: 0 0 0 0;
	height: 100%;
	vertical-align: top;
	height: 100%;
}

input, pre
{
	font-family: Tahoma;
	font-size: 8pt;
	margin-right: 0px;
}

.input-ltr
{
	font-family: Tahoma;
	font-size: 8pt;
	margin-right: 0px;
	direction: ltr;
}

select
{
	font-family: Tahoma;
	font-size: 8pt;
}

textarea
{
	font-family: Tahoma;
	font-size: 10pt;
}

.myPointer
{
	cursor: pointer;
}

pre
{
	font-family: Tahoma;
	font-size: 8pt;
}

.QuestionPanel
{
    border: Solid 1px Gray;
    background-color: White;
    padding: 3px;
    cursor: pointer;
    text-align: right;
	font-size: 10pt;
}

/*
http://www.w3schools.com/tags/ref_colorpicker.asp
*/

.row
{
    background-color: #DEECFF;
}

.row1:hover
{
    background-color: #8AB8E6;
}

.row2
{
    background-color: #C6DEFF;
}

.row2:hover
{
    background-color: #8AB8E6;
}

.row3
{
    background-color: #DEB887;
}

.row3:hover
{
    background-color: #FEE9CD;
}
.row4
{
    background-color: #5ba57a;
}

.row4:hover
{
    background-color: #4bbd7b;
}
.row5
{
    background-color: #d9db48;
}

.row5:hover
{
    background-color: #cbcc66;
}