﻿body 
{
	font-size: 9pt;
	font-family: Tahoma;
	text-align:justify;
}

td.MenuTD
{
	background-position: right top;
	background-color:White;
	background-image: url(../images/menuback2.jpg);
	background-repeat: repeat-y;
	border-right: 2px outset;
	border-top: 2px outset;
	border-left: 2px outset;
	border-bottom: 2px outset;
	border-color: #cccccc;
}

td.title
{
	border-right: 2px outset;
	border-top: 2px outset;
	border-left: 2px outset;
	border-bottom: 2px outset;
	border-color: #cccccc;
	background-color:#022344;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: white;	
}

td.Information
{
	background-color:#022344;
	text-align:center;
	font-family:Tahoma;
	font-size:11px;
	color:white;
	BORDER-TOP: #f5f5f5 2px solid;
	BORDER-LEFT: #f5f5f5 2px solid;
	BORDER-BOTTOM: #f5f5f5 2px solid;
	BORDER-RIGHT: #022344 2px solid;
}

a
{
	color: #5a6f84;
	text-decoration: none;
	font-family: Tahoma;
	font-weight: bold;
	font-size:10px;
}

a:hover 
{
	color: red;
	text-decoration: underline;
}

a.MenuItem
{
	color:#E2BD55;
	font-family: Tahoma;
	font-weight: bold;
	font-size:10px;
}

a.MenuItem:hover
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10px;
	color: #FF6666;
}

a.Footer 
{
	color:#E2BD55;
	text-decoration:underline;
}

.Button
{
	color: Navy;
	background-color: #E0E0E0;
	font-family: Tahoma;
	font-size: 12px;
	cursor: pointer;
}

.ButtonMouseOver
{
	color:#C00000;
	background-color:#d4d4d4;
	font-family:Tahoma;
	Font-Size:12px;
	cursor: pointer;
}

.RequiredTextBox
{
	border-right: 1px inset;
	padding-right: 2px;
	border-top: 1px inset;
	padding-left: 2px;
	font-size: 8pt;
	background: #e7e7e7;
	padding-bottom: 3px;
	margin: 2px;
	border-left: 1px inset;
	color: black;
	direction: rtl;
	padding-top: 2px;
	border-bottom: 1px inset;
	font-family: Tahoma;
	text-align: right;
}

table.UpdateMainTable
{
	background-position: left top;
	background-color: White;
	background-image: url(../images/back_menu4.jpg);
	background-repeat: repeat-y;
	border-right: #003399 2px groove;
	border-top: #003399 2px groove;
	border-left: #003399 2px groove;
	border-bottom: #003399 2px groove;
	border-width: 2px;
}

.TextBox
{
	background-color:#f7f7f7;
	font-family: Tahoma;
	font-size: 10pt;
}

.DropDownList
{
	background-color:#f7f7f7;
	font-family: Tahoma;
	font-size: 10pt;
}

.DataGridAlternateStyle
{
	background-color:#ebebeb;
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
	text-align:center;	
	color:#336633;	
}

.DataGridItemStyle
{
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	color:#336633;
	background-color:#fafafa;
}

.DataGridHeader
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#3B246C;	
	background-color:#E0E0E0;
	background-image:url(../images/headerbar1.jpg);
	height:25px;
}

.DataGridPager
{
	COLOR: #dd2222;
	font-family:Tahoma;
	font-size:10px;
	text-align:center;
	background-color:#E0E0E0;
	background-image:url(../images/footerbar1.jpg);
}