﻿body
{
	background-position: right bottom;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 16px;
	background-image: url( 'images/bg.jpg' );
	background-attachment: fixed;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.banner
{
	background-color: #990033;
	text-align: center;
	color: #FFFFFF;
	height: 48px;
}
.watermark
{
	font-style: italic;
	color: #AAAAAA;
	font-family: Tahoma;
}
.page_title_fa
{
	font-family: Tahoma;
	font-size: 17px;
	padding: 2px 20px 2px 20px;
}
.page_title_en
{
	font-family: Calibri;
	font-size: 18px;
	padding: 2px 20px 2px 20px;
	direction: ltr;
}
.content_panel
{
	background-position: center top;
	background-image: url( 'images/content_panel_header_bg.jpg' );
	border: solid 1px #CACACA;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	
}
.content_title
{
	font-weight: bold;
	color: #000000;
	height: 32px;
}
.content_sub_title
{
	font-weight: bold;
	color: #252570;
}
.grid_view
{
	width: 100%;
	text-align: right;
}
.grid_view_header
{
	font-weight: bold;
	text-align: right;
	height: 32px;
}
.grid_view_row
{
	height: 32px;
	padding: 5px;
}
.grid_view_row_alter
{
	background-color: #F6F3F6;
	height: 32px;
	padding: 5px;
}
.page_highlight
{
	color: #FFFFFF;
	background-color: #990033;
	border-style: solid solid solid solid;
	border-width: 1px;
	border-color: #000000;
	font-size: X-large;
	line-height: 32px;
}
.page_order_cell
{
	padding: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	height: 225px;
	width: 225px;
	text-align: center;
	vertical-align: bottom;
}