﻿table.TabControl
{
	background-color: rgb( 240,240,240 );
	border-bottom-color: rgb( 9, 9, 9 );
	border-bottom-style: solid;
	border-bottom-width: 4px;
}

td.TabButtonNormal
{
	background-color: rgb( 240,240,240 );
	width: 120px;
	height: 21px;
	background-image: url(./images/tabbg.png);
	background-repeat: no-repeat;
	text-align: center;
}

td.TabButtonHot
{
	background-color: rgb( 240,240,240 );
	width: 120px;
	height: 21px;
	background-image: url(./images/tabhotbg.png);
	background-repeat: no-repeat;
	text-align: center;
}

td.TabButtonSelect
{
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: normal;
	color: White;
	background-color: rgb( 240,240,240 );
	width: 120px;
	height: 21px;
	background-image: url(./images/tabselectedbg.png);
	background-repeat: no-repeat;
	text-align: center;
}

.SelectedTabLink
{
	font-family: tahoma; 
	font-size: 8pt; 
	text-decoration: none;
}

.NormalTabLink
{
	font-family: tahoma; 
	font-size: 8pt; 
	text-decoration: none;
}

a.toplink
{
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #A00000;
}

a.topLoginLink
{
	font-family: tahoma;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #E00000;
}

.topLoginLabel
{
	font-family: Tahoma;
	font-size:9pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.topLoginUserName
{
	font-family: Tahoma;
	font-size:9pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

tr.addressBox
{
	height: 50px;
	background-image: url(./images/sep.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: rgb(255,255,255);
	direction: rtl;
}

td.addressBox
{
	height: 50px;
	direction: rtl;
	text-align: center;
	font-family: tahoma; 
	font-size: 8pt; 
	text-decoration: none;
}

a
{
	font-family: Tahoma;
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
}

.TabControlText
{
	font-family: Tahoma;
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
}

.GridHeader
{
	font-family: Tahoma;
	font-size: 9pt;
	text-decoration: none;
	text-align: right;
	vertical-align: middle;
	height: 25px;
	background-color: rgb(230,230,203);
}

.GridRow
{
	font-family: Tahoma;
	font-size: 9pt;
	text-decoration: none;
	text-align: right;
	height: 20px;
	background-color: rgb(250,250,245);
}

.GridAlternateRow
{
	font-family: Tahoma;
	font-size: 9pt;
	text-decoration: none;
	text-align: right;
	height: 20px;
	background-color: rgb(240,240,225);
}

.GridFooter
{
	font-family: Tahoma;
	font-size: 9pt;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	background-color: rgb(230,230,203);
}

.LinkButtonStyle
{
	 background-color: Gray;
	 color: White;
	 border-style: solid;
	 border-width: 1px;
	 border-color: White;
	 height: 20px;
	 vertical-align: middle;
	 text-align: center;
	 text-decoration: none;
	 font-weight: normal;
	 font-family: Tahoma;
	 font-size: 9pt;
}

.KeyPanel
{
	background-color: Gray;
	text-align: left;
}

.EditCellStyle
{
	background-image: url(./icons/field_write_16.gif);
	background-repeat: no-repeat;
	background-position:center;
	width: 22px;
}

.DeleteCellStyle
{
	background-image: url(./icons/entity_relation_delete_16.gif);
	background-repeat: no-repeat;
	background-position:center;
	width: 22px;
}
