﻿body
{
	margin: 0px;
	font-family: Tahoma;
	font-size: 12px;
	background-color: #05411B;
	background-image: url( 'images/bg.gif' );
}
a
{
	color: #5667D3;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.banner
{
	background-position: center top;
	background-image: url( 'images/banner_bg.gif' );
	height: 86px;
	background-repeat: no-repeat;
}
.watermark
{
	font-style: italic;
	color: #AAAAAA;
	font-family: Tahoma;
}
.gray_text
{
	color: #AAAAAA;
	font-size: x-small;
}
.menu_panel
{
	background-color: #F4F49F;
	border-bottom: solid 1px #3CD865;
	height: 32px;
}
.menu_cell
{
	padding: 0px 10px 0px 10px;
	border-left-style: dotted;
	border-left-width: 1px;
	border-left-color: #000000;
	background-image: url( 'images/menu_bg.jpg' );
}
.menu_cell:hover
{
	background-color: #D8FA8C;
	cursor: pointer;
	background-image: none;
}
.menu_cell_selected
{
	padding: 0px 10px 0px 10px;
	border-left-style: dotted;
	border-left-width: 1px;
	border-left-color: #000000;
	background-color: #D8FA8C;
	background-image: none;
}
.menu
{
	color: #000000;
	font-weight: bold;
}
.sub_menu_panel
{
	background-color: #045723;
	height: 32px;
}
.sub_menu
{
	color: #FFFFFF;
	font-weight: bold;
}
.content_panel_header_left
{
	background-position: left;
	background-image: url( 'images/panel_header_left.png' );
	background-repeat: no-repeat;
	height: 32px;
}
.content_panel_header_right
{
	background-position: right;
	background-image: url( 'images/panel_header_right.png' );
	background-repeat: no-repeat;
	height: 32px;
}
.content_panel_header_center
{
	background-image: url( 'images/panel_header_bg.png' );
	background-repeat: repeat-x;
	height: 32px;
}
.content_panel
{
	border-width: 1px;
	border-color: #33CC66;
	padding: 10px 10px 10px 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.content_title
{
	color: #045723;
	font-family: 'B Yagut' , Tahoma;
	font-size: 18px;
	font-weight: bold;
}
.content_sub_title
{
	font-weight: bold;
}
.grid_view
{
	width: 100%;
	text-align: right;
	border-bottom: solid 1px #3CD865;
}
.grid_view_header
{
	font-weight: bold;
	text-align: right;
	height: 32px;
	background-color: #045723;
	color: #FFFFFF;
}
.grid_view_row
{
	height: 32px;
	padding: 5px;
}
.grid_view_row_alter
{
	background-color: #F4F49F;
	height: 32px;
	padding: 5px;
}
.grid_view_pager
{
	background-color: #F4F49F;
	text-align: center;
	height: 32px;
}
.special_box
{
	background-color: #D8FA8C;
	border: solid 1px #3CD865;
	padding: 10px;
}
.titr
{
	color: #5667D3;
	font-weight: bolder;
	font-size: large;
}
