﻿body
{
	direction: rtl;
	color: #000000;
	font-family: tahoma;
	font-size: 10pt;
}
input, select,textarea
{
	font-family: tahoma;
	font-size: 10pt;
}
th
{
	background-color: #DFEFFF;
	color: #000000;
	font-weight: bold;
}
a
{
	color: #306F90;
	text-decoration: none;
}
a:hover
{
	color: #459ecc;
	text-decoration: none;
}
legend
{
	font-weight: bold;
}
.logout
{
	color: #9D0A0E;
	text-decoration: none;
	font-weight: bold;
	font-size: 9;
}
.logout:hover
{
	color: #d03337;
	text-decoration: none;
	font-weight: bold;
	font-size: 9;
}
.label
{
    border: 1px solid #800000;
    color: #0066CC;
}
.msgTable
{
    border-width:0;
}
.msgTable th
{
   border-width:0;
   background-color:#f0f0f0;
   color:#807d80;
}
.msgTable td
{
    /*border-width:1;*/
   background-color:#e8e7e8;
   border-bottom:solid 1px #c6c3c6;
   border-top:solid 1px #c6c3c6;
/*   border-left:0;*/
   border-right:0;
   padding:2px;
}
.msgTableCell
{
    border-left:solid 1px #c6c3c6;
}
.msgTableCell2
{
    border-left:solid 0px #c6c3c6;
}
/*.msgTableContext
{
    border-left:solid 0px #c6c3c6;
    background-color:#f0f0f0;
}*/
.msgGridRow
{
    cursor:pointer;
}
.msgSubjectCell
{
    min-width:300px;
}
.msgWarning
{
    font-size:9pt;
    background-color:#ffffcc;
    border: solid 1px #ffcc5e;
    color:#ff0000;
    text-align:right;
    padding:2px;
    display:none;
}
