﻿body {text-align:center;
}
.normalText
{
	font-family:Arial;
    font-size:12px;
    font-weight:normal;
    color:Black;
    text-decoration:none;
    direction:rtl;
	width: 100%;
}
.adminTitle
{
	font-family:Arial;
    font-size:14px;
    font-weight:normal;
    color:#ff6600;
    text-decoration:none;
}

.siteTextBold
{
	font-family:Tahoma;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	color:Navy;
	padding-bottom:5px;
}

.panAdmin 
{
	font-family:Arial;
    font-size:13px;
    font-weight:bold;
    color:#FA6A14;
    text-decoration:none;
	direction:rtl;
}

.DepartmentsTitle
{
	font-family:Arial;
    font-size:20px;
    font-weight:bold;
    color:#9D2E41;
    text-decoration:none;
	
}

.AdminTextRedBold
{
	font-family:Arial;
    font-size:18px;
    font-weight:bold;
    color:#FA6A14;
    text-decoration:none;
}
.dirLtr
{
	direction:ltr;
}
.gridView
{
	border-left:solid 1px #DE9B4C;
	border-right:solid 1px #DE9B4C;
}
.linkWithoutLine
{
	font-family:Arial;
    font-size:12px;
    font-weight:normal;
    color:#41507B;
    text-decoration:none;
}

.linkWithoutLine:hover
{
	font-family:Arial;
    font-size:12px;
    font-weight:bold;
    color:#41507B;
    text-decoration: underline;
}

.linkWithLine
{
	font-family:Arial;
    font-size:12px;
    font-weight:bold;
    color:#41507B;
    text-decoration: underline;
}
.subTitle
{
	color: #E98A2F; 
	font-family: Arial; 
	font-size: 16px; 
	font-weight: bold;
}

a.tooltip {color:#c00;font-family:Arial;font-size:12px;font-weight:normal;color:#41507B;text-decoration:none;}
a.tooltip b {display:none;}
a.tooltip:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltip:hover b {display:block; position:absolute; top:20px; left:-25px; padding:5px; font-weight:normal; color:#000; border:1px solid #888; background:#ffc; width:250px;}
a.tooltip:hover b em {position:absolute; left:20px; top:-6px; width:11px; height:6px; background:#fff url(pictures/tooltip.gif) 0 0; display:block; font-size:1px;}
