body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}

/* TinyMCE specific rules */
body.mceContentBody {
   background: #AAAAAA;
}

.mceContentBody a {
   color: red !important; /* FF requires a important here */
}
/* Enf of TinyMCE specific rules */

#head {
	border: 1px black solid;
	clear:both;
	/*border-bottom: 3px double black;*/
}

#menu {
	border: 1px blue solid;
/*	border-top: 3px double gray;*/
	clear:both;
}

#content {
	border: 1px red solid;
	float:left;
}

#footer {
	border: 1px green solid;
/*	border-top: 3px double gray;*/
	clear:both;
}

td {
	vertical-align:top;
}

img {
	border:none;
}

.inline {
	display: inline;
}

.table-no-border {
	border:none;
	width:100%;
	padding:0;
}

.table-section {
	border:none;
	width:auto;
	padding:0;
}

.table-browse {
	border:none;
	width:auto;
	padding:0;
}

.table_header_1 {
	border-bottom-color:#000000;
	border-bottom-style: double;
	padding-left:5px;
	padding-right:5px;
}

.table_top {
	border-top-color:#999999;
	border-top-style: solid;
	border-top-width: thin;
	border-bottom-color:#999999;
	border-bottom-style: solid;
	border-bottom-width: thin;
	padding-left:5px;
	padding-right:5px;
}

.table_top_arabic {
	border-top-color:#999999;
	border-top-style: solid;
	border-top-width: thin;
	border-bottom-color:#999999;
	border-bottom-style: solid;
	border-bottom-width: thin;
	padding-left:10px;
	padding-right:10px;
	font-family:"Traditional Arabic", "Simplified Arabic", "Arabic Transparent";
	font-size:22pt;
}

.table_content_0 {
	padding-left:10px;
	padding-right:10px;
}

.table_content_1 {
	border-bottom-color:#999999;
	border-bottom-style: solid;
	border-bottom-width: thin;
	padding-left:10px;
	padding-right:10px;
}

.table_content_arabic {
	border-bottom-color:#999999;
	border-bottom-style: solid;
	border-bottom-width: thin;
	padding-left:10px;
	padding-right:10px;
	font-family:"Traditional Arabic", "Simplified Arabic", "Arabic Transparent";
	font-size:22pt;
}

.table_content_arabic_2 {
	padding-left:10px;
	padding-right:10px;
	font-family:"Traditional Arabic", "Simplified Arabic", "Arabic Transparent";
	font-size:22pt;
}

.banner{
	background-image: url(images/banner_strip.gif);
	background-repeat: repeat;
}

.login2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #0066CC;
}

.column_page_subject {
	font-weight:bold;
	font-size:large;
}

.column_description_subject {
	font-weight:bold;
	font-size:medium;
}

.column_description {
	white-space:nowrap !important;
	width:150px;
}

.column_description_long {
	width:150px;
}

.column_description_note {
}

.column_colon {
	width:15px;
	vertical-align:top;
}

.column_checkbox {
	width:15px;
	vertical-align:top;
}

.column_input {
	vertical-align:top;
}

.column_content {
}

.input_text {
	border-color:#000000;
	font-size:small;
}

.input_radio {
}

.input_checkbox {
}

.error {
	color:#FF0000;
	font-weight:bold;
}

.error_number{
	text-align:right;
	color:#FF0000;
	font-weight:bold;
}

.right {
	color:#00AA00;
	font-weight:bold;
}

.space {
}

.note {
	color:#FF0000;
	vertical-align:top
}
