body, table, td, div, p, input, select, textarea{
	font-family: tahoma;
	font-size: 11px;
	color: #000;
}

/*** FOOTER *******************************/
.Footer{
	color: #999;
	direction: rtl;
}
.Footer a{
	color: #FE7701;
	text-decoration: none;
}
.Footer a:hover{
	text-decoration: underline;
}

/*** NaviBar *******************************/
.navibar{
	text-align: center;
}
.navibar .item{
	cursor: pointer;
}
.navibar .navigator{
}
.navibar .navigator_over{
	background: url('../../images/navi_on.gif') repeat-x left top;
}

/*** MENUS *********************************/
.Menu_StaticTitle{
	font-size: 11px;
	color: #FF7F00;
	font-weight: bold;
	direction: rtl;
}


/*** ABTN **********************************/
.abtn .btnMore{
	background: url('../images/btn_more.gif') no-repeat middle left;
	width: 106px;
	height: 17px;
	border: none;
	cursor: pointer;
}
.abtn .btnView{
	background: url('../images/btn_view.gif') no-repeat middle left;
	width: 84px;
	height: 17px;
	border: none;
	cursor: pointer;
}
.abtn .btnCenters{
	background: url('../images/btn_centers.gif') no-repeat middle left;
	width: 119px;
	height: 17px;
	border: none;
	cursor: pointer;
}
.abtn {
	border: 1px solid #FFF;
	border-top: none;
	border-left: none;
}
.abtn:hover{
	border: 1px solid #000;
	border-top: none;
	border-left: none;
}
.abtn:hover span{
	Filter: Gray;
}


/*** 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; 
}


/*** OTHER ********************************/
.Label{
	font-size: 10px;
}
.Value{
	font-size: 10px;
	color: #FFF;
}
.ToolBar{}


/*** Tables ***************************************/
.TableTitle{
	height: 25px;
	background: url('../../images/menubar.gif') repeat-x left top;
	text-align: center;
	font-weight:bold;
	color: #FFFFFF;
}
.TableControl{
	padding: 0 5px 0 5px;
	background-color: #ccc;
}
.TableList{
	text-align: center;
}
.TableList td{
	border: 1px solid #CCCCD2;
}
.TableTopRow{
	background-color: #4E535F;
	color: #FFFFFF;
}

.TablePanelTitle, .TablePanelTitle td{
	height: 25px;
	background: url('../../images/menubar.gif') repeat-x left top;
	text-align: center;
	font-weight:bold;
	color: #FFFFFF;
	direction: rtl;
}

.TableForm{
	background-color: #EDEDEF;
}
.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;
}



/**----------------------------------------------------------**/
.modLogin{
	border: 1px solid #D4D0C8;
	width: 180px;
	height: 100px;
	padding: 15px 15px 5px 15px;
}
.modLogin .Labels{
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma;
	color:#484545;
}
.modLogin input{
	margin: 5px 0 0 0;
}
.modLogin .Panel{
	text-align: center;
	font-weight: bold;
	padding: 10px;
}
.modLogin .Panel a{
	text-decoration: none;
}
.modLogin .Panel a:hover{
	text-decoration: underline;
}
.modLogin .SingOut{
	margin-right: 50px;
	padding-right: 5px;
	border: 0px none;
	background: url('../images/pointer.gif') no-repeat 32px 5px;
	font-family: tahoma; font-size: 10px;
	font-weight: bold;
	color: #FF0000
}
.modLogin .SingIn{
	margin-right: 50px;
	padding-right: 5px;
	border: 0px none;
	background: url('../images/pointer.gif') no-repeat 24px 7px;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}



.cmpNews{
	direction: rtl;
	text-align: right;
}
.cmpNews .Arrow{
	background: url('../images/arrow.gif') no-repeat right 3px;
	width: 14px;
}
.cmpNews .Subject a{
	padding-right: 5px;
	text-decoration: none;
	color: #E2E2E2;
}
.cmpNews .Subject a:hover{
	text-decoration: underline;
	color: #FFF;
}
.cmpNews .Subject{
	padding: 3px;
	background-color: #597E22;
	height: 20px;
}
.cmpNews .SubjectFull{
	font-size: 11px;
	font-weight: bold;
	margin: 0 5px 5px 0;
	color: #FF7F00;
}
.cmpNews .SubjectItem{
	padding: 4px 1px 4px 0;
}
.cmpNews .SubjectItem a:hover{
	text-decoration: underline;
}
.cmpNews .SubjectItem a{
	text-decoration: none;
}
.cmpNews .SubjectItem .Comment{
	color: #BAB598;
}
.cmpNews .Controls{
	font-size: 11px;
	color: #666666;
}
.cmpNews .Controls a{
	color: #003300;
	text-decoration: none;
}
.cmpNews .Controls a:hover{
	text-decoration: underline;
}
.cmpNews .Body{
	text-align: justify;
	padding: 0 0 0 15px;
}
.cmpNews .iMOD2{
	background-color: #97BC65;
}




.cmpDynamicPage .Subject{
	font-size: 11px;
	color: #FF7F00;
	font-weight: bold;
	direction: rtl;
}
.cmpDynamicPage .Body{
	font-size: 10px
	text-align: justify;
	direction: rtl;
}



.cmpDynamicMenu .Header{
	font-size: 11px;
	font-weight: bold;
	margin: 2px 10px 2px 0;
	direction: rtl;
}
.cmpDynamicMenu .Body{
	text-align: justify;
	padding: 0 15px 0 15px;
	direction: rtl;
}
.cmpDynamicMenu .Space{
	height: 1px;
	width: 70%;
	text-align: center;
	margin: 5px 0 5px 0;
}


.cmpAdvertising{
	border: 1px solid #868484;
	padding: 5px;
}



.cmpProducts{
	direction: rtl;
}
.cmpProducts .Controls{
	font-size: 11px;
	color: #666666;
}
.cmpProducts .Controls a{
	color: #003300;
	text-decoration: none;
}
.cmpProducts .Controls a:hover{
	text-decoration: underline;
}
.cmpProducts .Name{
	font-size: 11px;
	font-weight: bold;
	color: #FF7F00;
	margin: 0 0 5px 0;
}
.cmpProducts .SmallBody{
	text-align: justify;
	padding: 5px;
}
.cmpProducts .Body{
	margin: 5px 0 0 0;
	text-align: justify;
}




.cmpOpine{
	border: 1px solid #CCC;
	padding: 5px;
	width: 200px;
}
.cmpOpine .Subject{
	font-weight: bold;
	text-align: center;
	background-color: #E0FFD2;
	padding: 5px 0 5px 0;
	margin: 0 0 1px 0;
}
.cmpOpine .Question{
	text-align: justify;
	background-color:#BBFFC0;
	padding: 2px;
	margin: 0 0 1px 0;
}
.cmpOpine .Item{
	background-color:#EAFFEF;
}
.cmpOpine .Submit{
	text-align: center;
	padding: 2px 0 5px 0;
	background-color:#EAFFEF;
}
.cmpOpine .ViewResult{
	padding: 2px;
	background-color:#BBFFC0;
}
.cmpOpine .ViewResult a{
	text-decoration: none;
	color: #000;
}
.cmpOpine .ViewResult a:hover{
	text-decoration: underline;
}
.cmpOpine .Answer{
	padding: 2px;
	text-align: justify;
	background-color:#BBFFC0;
}
.cmpOpine .Number{

}
