html 
{ 
	text-decoration:rtl;
	direction:rtl;
}
body 
{
	margin:0px;
	direction:rtl;
	padding:0px;
	font-family:tahoma;
	background-color:#F8F8F8;
	line-height:14pt;
	color:#000000;
	font-size:11px;
}
.login-page
{
	background-image:none;
	background-color:#f5f5f6;
	text-align:center;
	margin:0px;
}

.pop-up
{
	background-image:none;
	background-color:#ffffff;
}
table {
	direction:rtl;
}
td {
	font-size: 9pt; color: #000000; font-family: Tahoma; vertical-align:top;text-align:right;
}
fieldset
{
  border: 2px solid #bbbbbb;
}
legend
{
font-weight:bold;
}
A {
	font-size: 9pt; 
	color: #717171; 
	text-decoration: none;
}
A:hover {
	color: #252423;
}
A.small-link {
	font-size: 8pt; 
	color: #717171; 
	text-decoration: none;
}
A.small-link:hover {
	color: #252423;
}
a.footer-link
{
	color:#324A76;
	font-size:8pt;
}
a.footer-link:hover
{
}
a.products
{
	color:#434343;
	font-size:8pt;
}
a.products:hover
{
	color:#919191;
}
/*Forms*/
.stcInlineEdit
{
	width: 70px;
	height: 23px;
float:left;
z-index:1000;
position:absolute;
text-align:right;
cursor:hand;
filter: alpha(opacity=70);
  background-image: url(../images/Common/rtl/editstc.gif);
}
.stcInlineEditOver
{
	width: 70px;
	height: 23px;
float:left;
z-index:1000;
position:absolute;
text-align:right;
cursor:hand;
  background-image: url(../images/Common/rtl/editstc.gif);
}

/* Standard Form*/
.standard-form-holder
{
  width:auto;
  padding:5px;
}
.standard-form-row
{
  vertical-align:middle;
  height: 26px;
}
.standard-form-title
{
	width: 150px; 
	height: 30px; 
	text-align: right; 
	color: #9d9d9d;
}

.standard-form-title-required
{
	width:120px;
	text-align:left;
	padding-left:5px;
	border-left: 1px dotted red;
	padding-bottom:2px;
	padding-top:2px;
	color:red;
	vertical-align:top;
}

.standard-form-extra-title
{
	padding-bottom:2px;
	padding-top:2px;
	padding-right:5px;
}
.standard-form-input
{
	width: 150px; 
	height: 30px; 
	text-align: right; 
	float: right;
}

.standard-form-input select
{
	width:150px
}
.standard-form-star-input
{
	padding-right:5px;
	padding-bottom:2px;
	padding-top:2px;
	vertical-align:top;
}
.standard-form-small-input
{
    width:20px;
    padding-bottom:2px;
	padding-top:2px;
	padding-right:5px;
	vertical-align:top;
}
.standard-fieldset-on
{
    direction:rtl;
	background-color:#ffffff;
	border-width:2px 10px 2px 2px;
	border-style:solid;
	border-color:#bbbbbb;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;		
	margin:20px 0px 20px 20px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;

}
.standard-fieldset-on legend
{
    background-color:#ffffff;
	border-width:1px 10px 1px 1px;
	border-color:#999999;
	border-style:solid;	
	color:#5c71a2;
	font-weight:bold;
	font-size:90%;
	text-align:center;		
	padding:3px 5px;
	margin:0px 0px 10px -40px;
	position:relative;
	top: -14px;
	font-family: tahoma;
	direction:rtl;
	text-align:right;
	
}
.standard-fieldset-off
{
   direction:rtl;
   border:0px;
   padding-right:20px;
   padding-left:30px;
}
.standard-tip-holder 
{
	padding-right:5px;
	padding-left:100px;
	padding-top:5px;
	padding-bottom:5px;
}
.standard-tip 
{
	padding:2px;
	border:1px solid #CCCCCC;
	background-color:#FFFFCC;
	text-align:justify;
	direction:rtl;
	color:#8E8E8E;
	font-size: 8pt; font-family: Tahoma;
}
.standard-validation-holder{
	text-align:right;
	padding-right:5px;
	padding-bottom:2px;
	vertical-align:top;
	padding-top:2px;
}
.standard-validation
{
	padding:2px;
	border: 1px solid #bbbbbb;
	background-color:#FBD5D4;
	text-align:justify;
	direction:rtl;
	color:#8E8E8E;
	font-size: 8pt; font-family: Tahoma;
	width:200px;
	float:left;
}

/* Standard Form*/

.standard-form-btn {
	width:100px;
	padding-bottom:2px;
	padding-top:2px;
	vertical-align:middle;
}
.btn-cell {
	vertical-align:middle;
	text-align:center;
	width:100px;
}
.button {
	font-size: 9pt;
	font-family: tahoma;
	border: 1px solid #BAC773;
	width: 100px;
	height: 23px;
	color:#151901;
	background-image: url(../../../../../PortalData/Subsystems/UIPackManager/ControlImages/Button/rtl/bg.gif);
}

/*Forms*/
/*Loco Controls*/
.Toolbar
{
	border:solid 1px #BCC586;
	background-color:#F8FCE3;
	padding:2px;
	background-image:url(../images/Controls/Toolbar/rtl/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.Toolbar-item
{
  border:solid 1px #F8FCE3;
  cursor:hand;
}
.Toolbar-disable-item
{
  background-color:#E5E4E8;
  border:solid 1px #aaaaaa;
  text-shadow:#CCCCCC;
  cursor:default;
}
.Toolbar-item-over
{
  border:solid 1px #99a26b;
  background-color:#FFF0BE;
  cursor:hand;
}
.Toolbar-seperator
{
  width:0px;
  background-color:#F8FCE3;
}
.Toolbar-grip
{
	width:5px;
	background-image: url(../images/Controls/Toolbar/rtl/grip.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.Toolbar-box
{
	border:solid 1px #BCC586;
	background-color:#F8FCE3;
	padding:2px;
	background-repeat: repeat-x;
	background-position: top;
}
.Toolbar-box-item
{
  border:solid 1px #F8FCE3;
  width:120px;
  cursor:hand;
}
.Toolbar-box-item-over
{
  border:solid 1px #aaaaaa;
  width:120px;
  background-color:#FFF0BE;
  cursor:hand;
}

.MultiLingual
{
}
.MultiLingual-body-holder{
   width:auto;
   padding:10px;
   vertical-align:top;
   border-bottom: 2px solid #BCC586;
   border-top: 2px solid #BCC586;
   border-left: 2px solid #BCC586;
   border-right: 2px solid #BCC586;
}
.MultiLingual-body{
}
.MultiLingual-lang-holder{
   width:80px;
   vertical-align:top;
}
.MultiLingual-lang-start {
	width:80px;
	height:20px;
	border-bottom: 2px solid #BCC586;
}

.MultiLingual-lang-on {
	width:80px;
	height:22px;
	border-bottom: 2px solid #BCC586;
	border-right: 2px solid #BCC586;
	background-color:#FFFFCC;
	vertical-align:middle;
}
.MultiLingual-lang-off {
	width:80px;
	height:22px;
	border-bottom: 2px solid #BCC586;
	border-right: 2px solid #BCC586;
	vertical-align: middle;
}
.textbox {
	font-size: 9pt;
	font-family: tahoma;
	width: 150px;
	height: 18px;
	border: 1px solid #BBBBCC;
}

.textbox-tipbox
{
   width:200px;
}
.textbox-holder
{
 position:absolute;
 padding:10px 10px 0px 0px;
 direction: rtl;
}
.textbox-icon-off
{
	width:20px;
	height:20px;
	background-image: url('../images/Controls/TextBoxs/Loco1/rtl/textbox_iconoff.gif');
	background-repeat: no-repeat;
}
.textbox-icon-on
{
	width:20px;
	height:20px;
	background-image: url('../images/Controls/TextBoxs/Loco1/rtl/textbox_iconon.gif');
	background-repeat: no-repeat;
}
.textbox-header 
{
	background-image: url('../images/Controls/TextBoxs/Loco1/rtl/textbox_header.gif');
	background-repeat: no-repeat;
	height: 25px;
	width: 200px;
}
.textbox-body
{
	background-image: url('../images/Controls/TextBoxs/Loco1/rtl/textbox_body.gif');
	background-repeat: repeat-y;
	height: 20px;
	width: 200px;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 8pt; color: #996600; font-family: Tahoma;
}
.textbox-footer
{
	background-image: url('../images/Controls/TextBoxs/Loco1/rtl/textbox_footer.gif');
	background-repeat: no-repeat;
	height: 9px;
	width: 200px;
}
.textarea {
	font-size: 9pt;
	font-family: tahoma;
	width: 250px;
	height: 60px;
	border: 1px solid #BBBBCC;
}

.textarea-tipbox
{
   width:200px;
}
.textarea-holder
{
 position:absolute;
 padding:10px 10px 0px 0px;
 direction: rtl;
}
.textarea-icon-off
{
	width:20px;
	height:20px;
	background-image: url('../images/Controls/TextBoxs/Loco1/rtl/textbox_iconoff.gif');
	background-repeat: no-repeat;
}
.textarea-icon-on
{
	width:20px;
	height:20px;
	background-image: url('../images/Controls/TextBoxs/Loco1/rtl/textbox_iconon.gif');
	background-repeat: no-repeat;
}
.textarea-header
{
	border-color:#C4C2C2;
	background-image: url('../images/Controls/TextBoxs/Loco1/rtl/textbox_header.gif');
	background-repeat: no-repeat;
	height: 25px;
	width: 200px;
}
.textarea-body
{
	border-color:#C4C2C2;
	background-image: url('../images/Controls/TextBoxs/Loco1/rtl/textbox_body.gif');
	background-repeat: repeat-y;
	height: 25px;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 8pt; color: #A4A4A4; font-family: Tahoma;
}
.textarea-footer
{
	border-color:#C4C2C2;
	background-image: url('../images/Controls/TextBoxs/Loco1/rtl/textbox_footer.gif');
	background-repeat: no-repeat;
	height: 9px;
	width: 200px;
}

.Pager-holder
{
  width:auto;
  padding:10px;
}
.Pager-number
{
  width:15px;
  border:1px solid #c4c2c2;
  background-color:#fcf9eb;
  text-align:center;
}
.Pager-number-selected
{
  width:15px;
  border:1px solid #9ba857;
  background-color:#d6e296;
  text-align:center;
}
.Pager-number-over
{
  width:15px;
  border:1px solid #9ba857;
  background-color:#d6e296;
  text-align:center;
  cursor:hand;
}
.Pager-last
{
  width:15px;
  border:1px solid #c4c2c2;
  background-color:#fcf9eb;
  text-align:center;
  font-weight:bold;
}
.Pager-last-over
{
  width:15px;
  border:1px solid #9ba857;
  background-color:#d6e296;
  text-align:center;
  cursor:hand;
  font-weight:bold;
}
.Pager-last-disabled
{
  width:15px;
  border:1px solid #c4c2c2;
  background-color:#fcf9eb;
  text-align:center;
  font-weight:bold;
  color:#c0c0c0;
}
.Pager-first
{
  width:15px;
  border:1px solid #c4c2c2;
  background-color:#fcf9eb;
  text-align:center;
  font-weight:bold;
}
.Pager-first-over
{
  width:15px;
  border:1px solid #9ba857;
  background-color:#d6e296;
  text-align:center;
  cursor:hand;
  font-weight:bold;
}
.Pager-first-disabled
{
  width:15px;
  border:1px solid #c4c2c2;
  background-color:#fcf9eb;
  text-align:center;
  font-weight:bold;
  color:#c0c0c0;
}
.Pager-next
{
  width:15px;
  border:1px solid #c4c2c2;
  background-color:#fcf9eb;
  text-align:center;
  font-weight:bold;
}
.Pager-next-over
{
  width:15px;
  border:1px solid #9ba857;
  background-color:#d6e296;
  text-align:center;
  cursor:hand;
  font-weight:bold;
}
.Pager-next-disabled
{
  width:15px;
  border:1px solid #c4c2c2;
  background-color:#fcf9eb;
  text-align:center;
  font-weight:bold;
  color:#c0c0c0;
}
.Pager-previous
{
  width:15px;
  border:1px solid #c4c2c2;
  background-color:#fcf9eb;
  text-align:center;
  font-weight:bold;
}
.Pager-previous-over
{
  width:15px;
  border:1px solid #9ba857;
  background-color:#d6e296;
  text-align:center;
  cursor:hand;
  font-weight:bold;
}
.Pager-previous-disabled
{
  width:15px;
  border:1px solid #c4c2c2;
  background-color:#fcf9eb;
  text-align:center;
  font-weight:bold;
  color:#c0c0c0;
}
/*popup*/
.overlay {
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 1000;
     background-image:url(../images/common/rtl/background-trans.png);
}
 .overlay div {
     width:700px;
     margin: 100px auto;
     background-color: #bbbbbb;
     border:1px solid #000;
     padding:15px;
     text-align:center;
  }

/*popup*/

/*Loco Controls*/

.tc-header
{
	background-image: url(../images/Arrangements/TwoColumn/rtl/tbg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.topmenu{ text-align:right;}

.Decorator1-container
{
  border:1px solid #99a26b;
  padding:1px;
}
.Decorator1-header
{
  border-right:1px solid #99a26b;
  border-left:1px solid #99a26b;
  border-top:1px solid #99a26b;
  background-color:#cbd49b;
  height:26px;
}
.Decorator1-header-inner
{
  border:1px solid #ffffff;
}

.Decorator2-head-border
{
	border:1px solid #D8E398;
	width:100%;
}
.Decorator2-head-body
{
	height: 25px;
	background-image: url(../images/Decorators/Decorator2/rtl/headbg.gif);
	background-repeat: repeat-x;
	border:1px solid #FFFFFF;
	padding-right:5px;
	background-color: #E7F1B0;
}
.Decorator2-body-border
{
	width:100%;
	border-bottom:1px solid #D8E398;
	border-left:1px solid #D8E398;
	border-right:1px solid #D8E398;
}
.Decorator2-body-body
{
	height: 100px;
	background-image: url(../images/Decorators/Decorator2/rtl/bodybg.gif);
	background-repeat: repeat-x;
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	background-color:#eaf3b9;
}

.Decorator3-border {
	border-bottom:2px solid #D4E091;
	border-right:2px solid #D4E091;
	border-left:2px solid #D4E091;
	border-top:1px solid #D4E091;
	height: 100px;
	width: 100%;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	right: 10%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../../../../../PortalData/Subsystems/Gallery/slim/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	right: 0;
}

#lbPrevLink:hover 
{
	background: transparent url(../../../../../PortalData/Subsystems/Gallery/slim/prevlabel.gif) no-repeat 100% 15%;
}

#lbNextLink {
	left: 0;
}

#lbNextLink:hover {
	background: transparent url(../../../../../PortalData/Subsystems/Gallery/slim/nextlabel.gif) no-repeat 0% 15%;
}

#lbBottom {
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: left;
	width: 66px;
	height: 22px;
	background: transparent url(../../../../../PortalData/Subsystems/Gallery/slim/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-left: 10px;
	direction:rtl;
	text-align:right;
}

#lbCaption {
	font-weight: bold;
	direction:rtl;
}
/* SLIMBOX */


/*Compound Calendar*/
.default-holder
{
	width: 160px;
	background-color: #e6eaef;
	padding:3px;
	margin: 10px 10px 0px 0px;
	border-top: 1px solid #A7A7A7; 
	border-bottom: 1px solid #A7A7A7; 
	border-right: 1px solid #A7A7A7; 
	border-left: 1px solid #A7A7A7; 
	cursor: default;
}
.default-indicator
{
  background-color:Transparent;
  width:180px;
  height:180px;
}
.default-header
{
	height:20px;
	background-color: #9cacbc;
	border-top: 1px solid #E9EAE2; 
	border-bottom: 1px solid #E9EAE2; 
	border-right: 1px solid #E9EAE2; 
	border-left: 1px solid #E9EAE2; 
	text-align:center;
}
.default-header td
{
	text-align:center;
	font-family:tahoma;
	color:#2e4864;
}
.default-next-month
{
	height:20px;
	width:20px;
	background-image: url('../images/common/next.gif');
	background-repeat:no-repeat;
	background-position: center center;
}
.default-previous-month
{
	height:20px;
	width:20px;
	background-image: url('../images/common/previous.gif');
	background-repeat:no-repeat;
	background-position: center center;
}
.default-next-year
{
	height:20px;
	width:20px;
	background-image: url('../images/common/nextyear.gif');
	background-repeat:no-repeat;
	background-position: center center;
}
.default-previous-year
{
	height:20px;
	width:20px;
	background-image: url('../images/common/previousyear.gif');
	background-repeat:no-repeat;
	background-position: center center;
}
.default-body
{
	background-color: #FFFFFF;
	padding:3px;
	width: 160px;
  border: 1px solid #5c748d;
}
.default-title
{
  border-bottom: 1px solid #5c748d;
  width:160px;
  text-align:center;
}
.default-day-title
{
	vertical-align:middle;
	text-align:center;
	width:20px;
	height:20px;
}
.default-day
{
	vertical-align:middle;
	text-align:center;
	width:20px;
	height:20px;
}
.default-day-disable
{
	vertical-align:middle;
	text-align:center;
	width:20px;
	height:20px;
	color:#999999;
}
.default-day-selected
{
	vertical-align:middle;
	text-align:center;
	width:20px;
	height:20px;
	background-image: url('../images/common/selected.gif');
	background-position: center center;
	background-repeat: no-repeat;
}
.default-day-event
{
	vertical-align:middle;
	text-align:center;
	width:20px;
	height:20px;
	background-image: url('../images/common/event.gif');
	background-position: center center;
	background-repeat: no-repeat;
}
.default-events
{
  width:50px;
	background-color: #FFFFCB;
  border:1px solid #bbbbbb;
  padding:5px;
  text-align:right;
}
.default-events A
{
  color:Olive;
}
.default-day-over
{
	vertical-align:middle;
	text-align:center;
	width:20px;
	height:20px;

	background-image: url('../images/common/over.gif');
	background-position: center center;
	background-repeat: no-repeat;
	cursor:hand;
}
.default-footer
{
	height:10px;
	background-color: #cad3df;
}

/*Compound Calendar*/

/*custom control*/
 span.checkbox {
   width: 19px;
   height: 25px;
   padding: 0 5px 0 0;
   background: url(checkbox.gif) no-repeat;
   display: block;
   clear: left;
   float: left;
   }
  span.radio {
  width: 19px;
  height: 25px;
  padding: 0 5px 0 0;
  background: url(radio.gif) no-repeat;
  display: block;
  clear: left;
  float: left;
  }
  span.select {
  position: absolute;
  width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
  height: 21px;
  padding: 0 24px 0 8px;
  color: #fff;
  font: 12px/21px arial,sans-serif;
  background: url(select.gif) no-repeat;
  overflow: hidden;
  }
  /*custom control*/


/* smoothbox CSS */

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	border: 4px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}

/* IE6 */
* html #TB_iframeContent{
	margin-bottom:1px;
}
/* smoothbox CSS end*/
/*navigation*/
ul.navigation
{
	padding-right:10px;
	margin-rigth:10px;
	padding-top:3px;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

ul.navigation li
{
	float:right;
	padding-left:5px;
	padding-right:10px;
	background-image:url(../images/common/rtl/navigation/navigation-bg.gif);
	background-position:right;
	background-repeat:no-repeat;

}


ul.navigation li.navigation-first
{
	float:right;
	padding-right:5px;
	padding-left:5px;
	background-image:none;
}

ul.navigation li a
{
	text-decoration:none;
	font-family:tahoma;
	font-size:8pt;
	color:#ffffff;
}
ul.navigation li a:hover
{
	text-decoration:underline;
	color:#BBBBBB;
}
/*end navigation*/
/*site map*/
ul.sitemap1
{
	padding-right:10px;
	margin-right:10px;
	padding-top:3px;
}
ul.sitemap2
{
	padding-right:10px;
	margin-right:10px;
	padding-top:3px;
}
ul.sitemap3
{
	padding-right:10px;
	margin-right:10px;
	padding-top:3px;
}
ul.sitemap4
{
	padding-right:10px;
	margin-right:10px;
	padding-top:3px;
}
ul.sitemap5
{
	padding-right:10px;
	margin-right:10px;
	padding-top:3px;
}
ul.sitemap6
{
	padding-right:10px;
	margin-right:10px;
	padding-top:3px;
}
ul.sitemap1 li
{
	list-style-image:url(../images/common/rtl/sitemap/map-01.gif);
	background-repeat:no-repeat;
}
ul.sitemap1 li a
{
	text-decoration:none;
	font-family:tahoma;
	font-size:10pt;
	color:Green;
}
ul.sitemap1 li a:hover
{
	text-decoration:underline;
	color:#1E1E1E;
}
ul.sitemap2 li
{
	list-style-image:url(../images/common/rtl/sitemap/map-02.gif);
	background-repeat:no-repeat;
}
ul.sitemap2 li a
{
	text-decoration:none;
	font-family:tahoma;
	font-size:10pt;
	color:Green;
}
ul.sitemap2 li a:hover
{
	text-decoration:underline;
	color:#1E1E1E;
}
ul.sitemap3 li
{
	list-style-image:url(../images/common/rtl/sitemap/map-03.gif);
	background-repeat:no-repeat;
}
ul.sitemap3 li a
{
	text-decoration:none;
	font-family:tahoma;
	font-size:10pt;
	color:Green;
}
ul.sitemap3 li a:hover
{
	text-decoration:underline;
	color:#1E1E1E;
}
ul.sitemap4 li
{
	list-style-image:url(../images/common/rtl/sitemap/map-04.gif);
	background-repeat:no-repeat;
}
ul.sitemap4 li a
{
	text-decoration:none;
	font-family:tahoma;
	font-size:10pt;
	color:Green;
}
ul.sitemap4 li a:hover
{
	text-decoration:underline;
	color:#1E1E1E;
}
ul.sitemap5 li
{
	list-style-image:url(../images/common/rtl/sitemap/map-05.gif);
	background-repeat:no-repeat;
}
ul.sitemap5 li a
{
	text-decoration:none;
	font-family:tahoma;
	font-size:10pt;
	color:Green;
}
ul.sitemap5 li a:hover
{
	text-decoration:underline;
	color:#1E1E1E;
}
ul.sitemap6 li
{
	list-style-image:url(../images/common/rtl/sitemap/map-06.gif);
	background-repeat:no-repeat;
}
ul.sitemap6 li a
{
	text-decoration:none;
	font-family:tahoma;
	font-size:10pt;
	color:Green;
}
ul.sitemap6 li a:hover
{
	text-decoration:underline;
	color:#1E1E1E;
}
/*end site map*/
/*Online Edit Start*/
div.online-edit-holder
{
  width:100%;
  text-align:right;
  float:right;
  padding-bottom:5px;
}
div.online-edit
{
	height:30px;
	width:240px;
	border:1px #CCCCCC solid;
	background-color:#F0F0EE;
}
div.online-edit div.inner-right
{
	float:right;
	width:104px
}
div.online-edit div.inner-left
{
	float:right;
	width:53%;
             
}
ul.online-edit
{
	list-style-type:none;
	padding:0px; 
	margin:4px 4px 4px 4px ;
	height:22px;
	border-right:1px solid #bbbbbb;
}
ul.online-edit li
{
	float:right;
	width:20px;
	height:20px;
	margin-left:2px;
}
ul.online-edit li a
{
	border:1px #F0F0EE solid;
	float:left;
}
ul.online-edit li a:hover
{
	background-color:#F8FDD5;
	border:1px #938888 solid;
}
/*Online Edit End*/


/*UIPack microtel main page*/

.clear
{
	clear:both;
}
.micro-general {
width:895px;
background-image:url(../images/arengment/rtl/general/general-bg.gif);
background-repeat:repeat-y;
}

.micro-gereral-top
{
background-image:url(../images/arengment/rtl/general/general-tbg.gif);
background-position:bottom;
background-repeat:no-repeat;
background-color:#F8F8F8;
width:895px;
height:90px;

}
.micro-general-bottom
{
	background-image:url(../images/arengment/rtl/general/general-bbg.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#f8f8f8;
	width:895px;
	height:10px;
}

.micro-logo {
width:206px;
  float:right;
  padding-right:20px;
	padding-left:20px;

}

.micro-search{
	width:593px;
	float:left;
	padding-right:20px;
	padding-left:20px;
	height:51px;


}

.micro-menu{

	width:609px;
  	float:left;
  	padding-right:20px;
	padding-left:20px;

}

.micro-banner{
	width:855px;
	height:295px;
	padding-right:20px;
	padding-left:20px;
	padding-top:10px;
}

.micro-main{
	width:415px;
	float:right;
	padding-right:20px;
	padding-left:20px;
}

.micro-left{
width:360px;
 float:right;
  padding-right:20px;
	padding-left:20px;

  


}

.micro-footer{
	width:887px;
	height:27px;
	background-color:#ECECEC;
	margin-right:4px;
	margin-left:4px;
}

.micro-subfooter{
width:855px;
  padding-right:20px;
	padding-left:20px;


}


/*UIPack microtel main page end*/

/*UIPack microtel media*/
.micro-general-media 
{
width:895px;
}

.micro-general-top-media
{
	background-image:url(../images/arengment/rtl/general/media-bgt.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	background-color:#F8F8F8;
	width:895px;
	height:90px;

}
.micro-twocol-bottom
{
	background-image:url(../images/arengment/rtl/general/media-bgb.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:895px;
	height:10px;

}


.micro-twocol-main
{
	background-image:url(../images/arengment/rtl/general/media-bg.gif);
	background-repeat:repeat-y;
	background-position:left;
	width:895px;
}
.micro-media-right
{
	background-image:url(../images/arengment/rtl/general/media-bgp.gif);
	background-repeat:no-repeat;
	background-position:left;
	float:right;
	width:197px;
	height:480px;	
}
.micro-twocol-left
{
	float:left;
	width:690px;
	margin-left:7px;
}

.micro-media-footer{
	width:100%;
	height:27px;
	background-color:#ECECEC;
	
}

.micro-media-subfooter
{
	width:100%;
}
/*microtel media end*/



/*UIPack microtel agency*/
.micro-agency-right
{
	background-image:url(../images/arengment/rtl/general/agency-bgp.gif);
	background-repeat:no-repeat;
	background-position:left;
	float:right;
	width:197px;
	height:480px;	
}
/*microtel agency end*/


/*UIPack microtel clup*/
.micro-clup-right
{
	background-image:url(../images/arengment/rtl/general/clup.bgp.gif);
	background-repeat:no-repeat;
	background-position:left;
	float:right;
	width:197px;
	height:480px;	
}
/*microtel clup end*/

/*UIPack microtel listproduct*/
.micro-product-right
{
	background-image:url(../images/arengment/rtl/general/product-bgp.gif);
	background-repeat:no-repeat;
	background-position:left;
	float:right;
	width:197px;
	height:480px;	
}


.micro-left-left{
width:137px;
  margin-right:8px;
   float:right;
   

}

.micro-productlist-left
{
	float:left;
	width:520px;
	margin-left:8px;
	
}
/*microtel listproduct end*/

/*UIPack microtel product*/
.micro-product-noimage
{
	
	background-repeat:no-repeat;
	background-position:left;
	float:right;
	width:197px;
	height:480px;	
}
/*microtel product end*/
/*UIPack microtel decorator*/
.micro-menu-dec
{
	background-image:url(../images/decorators/rtl/menu-dec-bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:161px;
	height:283px;
	padding-right:8px;
	padding-left:9px;
	padding-top:15px;
	top:-9px;
	position:relative;
}
/*microtel decorator end*/

/*UIPack microtel top meno*/
a.meno1
{
float:right;
width:111px;
height:33px;
background-image: url(../images/menu/rtl/main-page.gif);
background-repeat:no-repeat;
}


a.meno1:hover 
{
float:right;
width:111px;
height:33px;
background-image: url(../images/menu/rtl/online-main-page.gif);
background-repeat:no-repeat;
}
a.meno1-select 
{
float:right;
width:111px;
height:33px;
background-image: url(../images/menu/rtl/online-main-page.gif);
background-repeat:no-repeat;
}


a.meno2
{
float:right;
width:113px;
height:33px;
background-image: url(../images/menu/rtl/media.gif);
background-repeat:no-repeat;
}


a.meno2:hover 
{
float:right;
width:113px;
height:33px;
background-image:url(../images/menu/rtl/online-media.gif);
background-repeat:no-repeat;
}

a.meno2-select 
{
float:right;
width:113px;
height:33px;
background-image:url(../images/menu/rtl/online-media.gif);
background-repeat:no-repeat;
}


a.meno3
{
float:right;
width:111px;
height:33px;
background-image: url(../images/menu/rtl/product.gif);
background-repeat:no-repeat;
}


a.meno3:hover 
{
float:right;
width:111px;
height:33px;
background-image: url(../images/menu/rtl/online-product.gif);
background-repeat:no-repeat;
}

a.meno3-select 
{
float:right;
width:111px;
height:33px;
background-image: url(../images/menu/rtl/online-product.gif);
background-repeat:no-repeat;
}



a.meno4
{
float:right;
width:201px;
height:33px;
background-image: url(../images/menu/rtl/agency.gif);
background-repeat:no-repeat;
}


a.meno4:hover 
{
float:right;
width:201px;
height:33px;
background-image: url(../images/menu/rtl/agency-online.gif);
background-repeat:no-repeat;
}

a.meno4-select 
{
float:right;
width:201px;
height:33px;
background-image: url(../images/menu/rtl/agency-online.gif);
background-repeat:no-repeat;
}



a.meno5
{
float:right;
width:73px;
height:33px;
background-image: url(../images/menu/rtl/clup.gif);
background-repeat:no-repeat;
}


a.meno5:hover 
{
float:right;
width:73px;
height:33px;
background-image: url(../images/menu/rtl/clup-online.gif);
background-repeat:no-repeat;
}

a.meno5-select 
{
float:right;
width:73px;
height:33px;
background-image: url(../images/menu/rtl/clup-online.gif);
background-repeat:no-repeat;
}

a.subfooter
{
color:#7C7C7C;
font-size:8pt;
}

a.subfooter:hover
 {
color:#202020;
text-decoration:underline;
}

a.subfootertitle
{
color: #666666;
font-size:8pt;
}

a.subfootertitle:hover
 {
 font-size:8pt;
color:#202020;
}
/*microtel top meno end*/






