body, table, td, div, p, select, input, textarea{
	font-family: Tahoma;
	font-size: 10px;
	line-space: 10px;
}
body{
	background: url('../../images/bg.gif') repeat-x top left;
}
/*** FOOTER ***************************/
.footer td{
	font-family: tahoma;
	font-size: 9px;
	color: #FFF;
	letter-spacing: 0px;
}
.footer a{
	text-decoration: none;
	color: #FFF;
}
.footer a:hover{
	text-decoration: underline;
}
.footer td b, .footer td b a{
	font-weight: bold;
	text-decoration: underline;
}
.footer td b a:hover{
	text-decoration: none;
}


/*** MENU ******************************/
.Menu{
	padding: 13px;
}
.Menu_Header{
	font-size: 10px;
	font-weight: bold;
	color: #004A80;
	padding: 0 0 7px 0;
	direction: rtl;
}
.Menu_Form select{
	font-size: 10px;
	width: 170px;
	font-family: tahoma;
	direction: rtl;
}
.Menu_Body{
	padding: 5px;
	font-size: 10px;
	text-align: justify;
	direction: rtl;
}
.Menu_Link{
	color: #000;
	font-size: 11px;
	margin: 3px 0 3px 0;
	direction: rtl;
}
.Menu_Link a{
	text-decoration: none;
	color: #000;
}
.Menu_Link a:hover{
	text-decoration: underline;
	color: #F00;
}
/*** AJAX ************************************/
.AjaxRow td{
	background-color: #B8DBF5;
}
.btn{
	background-color: #83AABE;
	margin: 5px 10px 0 0;
	border: 1px solid #000000;
	color: #1C3864;
}
.message_good{
	color: #669900;
	font-weight: bold;
}
.message_error{
	color: #FF0000;
	font-weight: bold;
}
.message_alert{
	color: #FF6600;
	font-weight: bold;
}

/**** Button Ajax **********************************/
.button{
	width: 100px;
	text-align: center;
	background-color: #CCCCCC;
	color:#000;
	padding: 2px 4px 2px 4px;
	margin-left: 10px;
	margin-bottom: 3px;
	height: 20px;
	cursor: pointer;
	border-left: 1px solid #C0C0C2;
	border-top: 1px solid #C0C0C2;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
.button_over{
	width: 100px;
	text-align: center;
	background-color: #A9A6A6;
	color:#FFFFFF;
	padding: 2px 4px 2px 4px;
	margin-left: 10px;
	margin-bottom: 3px;
	height: 20px;
	cursor: pointer;
	border-right: 1px solid #C0C0C2;
	border-bottom: 1px solid #C0C0C2;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}
.buttonSelect{
	background-color: #8DACC3;
	border-right: 1px solid #C0C0C2;
	border-bottom: 1px solid #C0C0C2;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}

.buttonAjax{
	text-align: center;
	font-family: tahoma;
	font-size: 10px;
	margin: 2px 5px 2px 5px;
	padding: 0 3px 0 3px;
	height: 20px;
	cursor: pointer;
	border: 1px solid #000000;
	width: inherit; 
}

/*** Tables ***************************************/
.TableTitle{
	height: 25px;
	background: url('../../images/menubar.gif') repeat-x left top;
	text-align: center;
	font-weight:bold;
	color: #FFFFFF;
}
.TableControl{
	text-align: left;
	padding: 0 5px 0 5px;
	direction: rtl;
}
.TableList{
	text-align: center;
}
.TableList td{
	border: 1px solid #CCCCD2;
}
.TableTopRow{
	background-color: #4E535F;
	color: #FFFFFF;
}

.TablePanelTitle{
	height: 25px;
	background: url('../../images/menubar.gif') repeat-x left top;
	text-align: center;
	font-weight:bold;
	color: #FFFFFF;
	direction: rtl;
}

.TableForm td{
	padding: 2px;
	direction: rtl;
}
.TablePanelTitle td, TableTitle td{
	border-bottom: 1px solid #636363;
}
.TableBorder, .TableBorder .TableTitle{
	border: 1px solid #636363;
}
.iMOD2{
	background-color: #E9F0F5;
}

/*** PRODUCTS *****************************/
.Product_Name{
	background-color: #8DACC3;
	width: 148px;
	height: 40px;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	padding: 13px 10px 0 0;
	direction: rtl;
}
.Product_Name a{
	color: #FFF;
	text-decoration: none;
}
.Product_Name a:hover{
	text-decoration: underline;
}
.Product_SmallBody{
	direction: rtl;
	font-size: 9px;
	text-align: justify;
	color: #464646;
	padding: 5px 10px 5px 10px;
}
.Product_More{
	padding: 3px 12px 3px 5px;
	font-weight: bold;
	background: url('../images/pointer.gif') no-repeat 40px 8px;
}
.Product_More a{
	color: #F00;
	text-decoration: none;
}
.Product_More a:hover{
	text-decoration: underline;
}
.Product_Null{
	font-size: 14px;
	font-weight: bold;
	color: #464646;
}
.Product_DetailsName{
	color: #000;
	font-size: 12px;
	font-weight: bold;
	direction: rtl;
}
.Product_DetailsBody{
	font-size: 10px;
	text-align: justify;
	direction: rtl;
}

/*** NEWS *****************************/
.NewsItem{
	direction: rtl;
}
.NewsItem a{
	text-decoration: none;
	color: #636363;
}
.NewsItem a:hover{
	text-decoration: underline;
	color: #CCC;
}
.NewsBody{
	direction: rtl;
	text-align: justify;
}

/*** NUMBERING **************************/
.clsPageNumbering a{
	text-decoration: none;
	color: #636363;
}
.clsPageNumbering a:hover{
	text-decoration: underline;
	color: #CCC;
}