﻿body
{
	font-family: Tahoma;
	font-size: 9pt;
}
input, select
{
	font-family: Tahoma;
	font-size: 9pt;
	padding: 2px 4px !important;
}

table
{
	border-collapse: collapse;
}

.table
{
	background-color: White;
	border: 1px solid #CCCCCC;
}
.table th
{
	background-color: #006699;
	color: White;
	font-weight: bold;
	padding: 7px 5px;
}
.table td
{
	color: #000066;
	padding:3px 3px;
}

.message_box
{
	margin: 5px;
	padding: 10px;
	display: block;
}
.error_label
{
	list-style-type: circle;
	list-style-position: outside;
	padding: 3px;
	margin: 2px 4px;
	font-weight: bold;
	color: Red;
	display: block;
}

.body_content
{
	float: right;
	direction: rtl;
	width: 100%;
}
.messages_box
{
	border: dotted 1px silver;
	background-color: white;
	border-style: dashed;
	empty-cells: hide;
	padding: 7px 13px;
	margin: 10px 5px;
}
.details_table td
{
	padding: 4px 1px;
}

.login_table td
{
	padding: 4px 4px;
}

.field_desc
{
	font-size: x-small;
	color: Gray;
}

.button
{
	padding: 2px 8px !important;
}
.button_submit
{
	padding: 2px 15px !important;
	font-weight: bold;
}
.submit_box
{
	padding: 2px 95px;
}
