/*55B6DFD71EA48B0DCFC64A92C8669493A7697B51D30161538B1C*/
/********************************  COMMON **************************************/
html {
	height: 100%;
}
body,div,table,td{ font: normal 13px arial; position:relative; direction:ltr;}
body{background:#faf0dd; margin:0; padding:0; height: 96%; line-height: 1.1em; }
* html{direction:ltr;}
*:first-child+html {direction:ltr;}
h1{ font-size:140%;}
h2{font-size:14px; text-decoration:underline; }
h3{font-size:14px;}
h4{font-size:110%;}

a:link{ color:#1E1551;}
a:active{color:#f8a218;}
a:visited{color:#1E1551;}
a:hover{color:#f8a218; text-decoration:none;}



#navmenu{ list-style:none; margin:0; padding:0; float:right; }
    #navmenu li{ display:block; float:right; list-style:none; border-left:1px solid #363532; height:15px;}
        #navmenu li a{ padding:0 16px; font-weight:bold; line-height:15px;vertical-align:center; vertical-align:middle; display:block; height:15px; float: left; clear: left;}
        * html #navmenu li a{display:inline;}


/********************** INTERNAL PAGE ******************************/
td.int-pic img{ display:block; margin:4px 45px 0 0;}

/********************* HOME PAGE ***********************************/

.home-ul ul {direction:rtl; margin-top:36px;  }
    .home-ul ul li{ border:1px none red;   height:30px; list-style:none; padding-right:20px;  background:url(../images/bullet.gif) no-repeat right center; }
        .home-ul ul a{font-weight:bold; display:block; font-size:100%; line-height:30px; vertical-align:top; border:1px  blue;  }

#name{width:150px;height:15px; border:0px none; float:left; display:block; margin-left:20px;margin-top:2px; direction:rtl;}
* html #name{ margin-left:10px;}
#password{width:150px;height:15px; border:0px none; float:left; display:block; margin-left:20px;margin-top:2px;direction:rtl;}
* html #password{ margin-left:10px;}
#submit{ background:none; border:0px none; color:#858585; border-bottom:1px solid #858585; display:block; font-size:12px; line-height:12px; vertical-align:middle; width:35px; text-align:center; margin:0;padding:0;}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	text-align: right;
	direction: rtl;
	height: 4em; /* .push must be the same height as .footer */
}

.formText
{
	width:200px;
	border:1px solid #acacac; 
	text-align:right;
	
}

.FormSubmit
{
	width:75px;
	height:27px;
	background-color:Transparent;
	background-image:url("/images/SendFormBtn.jpg");
	border:none;
	cursor:pointer;
}

.FormReset
{
	width:74px;
	height:26px;
	background-color:Transparent;
	background-image:url("/images/ClearFormBtn.jpg");
	border:none;
	cursor:pointer;
}