﻿Body.Black
{
	background-color: #000000;
	direction: rtl;
	margin-top: 5px;
}

Select.DataFilter
{
	font-family: Arial (Hebrew), Verdana;
	font-weight: bold;
	font-size: 8pt;
	color: #cc0000;
	direction: rtl;
	width: 200px;
}

Td.MainHeader
{
	font-family: Arial (Hebrew), Verdana;
	font-weight: bold;
	font-size: 25pt;
	color: #cc0000;
	direction: rtl;
	text-align: center;
}

/************************ Start Main Grid ************************/

A.MainGridLink:Link
{
	font-family: Arial (Hebrew);
	font-size: 8pt;
	color: Red;
	text-decoration: none;
}

A.MainGridLink:Visited
{
	font-family: Arial (Hebrew);
	font-size: 8pt;
	color: Red;
	text-decoration: none;
}

A.MainGridLink:Hover
{
	font-family: Arial (Hebrew);
	font-size: 8pt;
	color: Red;
	text-decoration: underline;
}

Table.MainGrid
{
	background-color: Red;
	font-family: Arial (Hebrew), Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: Red;
}

Tr.MainGrid
{
	background-color: Black;
}

Td.GridPackHeader
{
	color: Red;
	font-size: 15pt;
}

Td.GridPackDesc
{
	color: Lime;
	font-weight: normal;
}

/************************ End Main Grid ************************/


/************************ Start Popup ************************/

.title_white
{
	/*font-weight: bolder;*/
	font-size: 20px;
	color: white;
	font-family: Arial;
}
.title_black
{
	/*font-weight: bolder;*/
	font-size: 20px;
	color: black;
	font-family: Arial;
}
.title_blue
{
	/*font-weight: bolder;*/
	font-size: 18px;
	color: #222882;
	font-family: Arial;
}
.site_text
{
	font-size: 12px;
	color: #000000;
	font-family: Arial;
}

A.PopupLink:Link
{
	font-size: 12px;
	color: #000000;
	font-family: Arial;
	text-decoration: none;
}

A.PopupLink:Visited
{
	font-size: 12px;
	color: #000000;
	font-family: Arial;
	text-decoration: none;
}

A.PopupLink:Hover
{
	font-size: 12px;
	color: #000000;
	font-family: Arial;
	text-decoration: underline;
}

/************************ End Popup ************************/