﻿body 
{
    margin-top:0px;
	direction:rtl;
	font-family:Tahoma;
	font-size:14px;
	background-color:white;
}

.Theme_NormalTexts
{
    font-family:Tahoma;
    font-size:14px;
    text-decoration:none;
    
    }

.Theme_SmallText
{
    font-family:Tahoma;
    font-size:11px;
    text-decoration:none;
    }

.Theme_TitleTexts
{
    font-size:16px;
    direction:rtl;
    }

.Theme_CenterText
{
    font-family:Tahoma;
    font-size:14px;
    text-decoration:none;
    text-align:center;
    }

.Theme_Button
{
	cursor:pointer;
	background-color:#bbbbbb;
	font-family:Tahoma;
	text-decoration:none;
}

.Theme_TreeView
{
	direction:rtl;
	
	 text-align:right;
	}
	
.Theme_TextBoxLTR
    {
	    direction:ltr;
	    }
	    
.Theme_WarningMsg
{
font-size:10px;
color:#cc0000;   
    }