﻿body
{
    background-color: #ffffff;
    color: #000000;
    font-family: Tahoma;
    font-size: 12px;
    margin: 0 0;
    padding: 0 0;
}

input
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    text-align: right;
}

button
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}



textarea
{
    font-family: Tahoma;
    font-size: 12px;
}

select
{
    font-family: Tahoma;
    font-size: 12px;
}

a
{
    color: #4444ff;
    text-decoration: none;
}

img
{
    border: none;
}

#divmain
{
    direction: rtl;
}

.divBorderBlue
{
    border: solid 2px #5D7B9D;
    display: none;
}

.gridColumn
{
    background-color: #ddeedd;
    font-family: Arial, Times New Roman;
    font-size: 15px;
    font-weight: bold;
    text-align: right;
}

.gridRow1
{
    background-color: #fafffa;
    height: 25px;
}

.gridRow2
{
    background-color: #eeffee;
    height: 25px;
}

.gridHeader
{
    background-color: #ffdd99;
    color: #555555;
    font-family: Tahoma, Arial;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    height: 28px;
}

.gridPager
{
    background-color: #dddddd;
    color: #000000;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    text-align: right;
    vertical-align: middle;
    width: 100%;
}



#mask
{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
}

.gridFooter
{
    background-color: #ffdd99;
    color: #555555;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    padding: 4px 4px;
}

.gridColumnButton
{
    text-align: center;
    vertical-align: middle;
    width: 20px;
}

.tdLabel
{
    text-align: left;
    vertical-align: top;
}

.tdValue
{
    text-align: right;
}

.right
{
    text-align: right;
    vertical-align: middle;
}

.left
{
    text-align: left;
    vertical-align: middle;
}

.center
{
    text-align: center;
    vertical-align: middle;
}

.invisible
{
    display: none;
}

.addButton
{
    background-image: url(AddRecord.gif);
    background-position: center center;
    background-repeat: no-repeat;
    border: none;
    height: 18px;
    width: 18px;
}
.divAuthorization
{
    font-family: Tahoma;
    background-color: #F7F6F3;
    border: solid 1px #0066CC;
}
.seperator
{
    background-color: #3399FF;
    height: 15px;
}

/* ======SMALL QUESTION*/

#Div_Questions
{
    min-width: 409px;
    width: 409px;
    min-height: 284px;
    height: 284px;
}


/* login */

.loginMatch
{
    border: solid 1px white;
    position: absolute;
    width: 343px;
    height: 110px;
    z-index: 99999;
    background-color: White;
}

.loginMatch table
{
    width: 100%;
    height: 100%;
}


.loginMatch table #Txt_User
{
    width: 170px;
    border: solid 1px gray;
    direction: rtl;
    text-align: left;
}




.loginMatch table #Txt_Pass
{
    width: 170px;
    border: solid 1px gray;
    direction: rtl;
    text-align: left;
} 


.hand
{
	 cursor:pointer;
	}
