﻿html, body
{
    background-color: #5e789e;
	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: 8pt;
}

.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;
}

/*
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;
}