/* CSS Document */

body
	{
		background-color: #FFFFFF;
		margin: 0;
		padding: 0;				
	}

#container
	{
		position: relative;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		width: 770px;	
		height: 840px;
		
	}

#login_popup_container
{
		position: relative;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		width: 278px;	
		height: 307px;
		
	}
	
#header
	{

		position: absolute;
		width: 770px;
		height: 840px;
		left: 0;
		top: 0;	
	}
	
#bottom
	{

		position: absolute;
		width: 770px;
		height: 335px;
		left: 0;
		top: 500px;	
	}	
	
#scroller
	{
		position: absolute;
		width: 370px;
		height: 14px;
		left: 265px;
		top: 588px;			
		
		padding: 0;
		margin: 0;		
	}
	
input
	{
		border: 0 ;
		padding: 0;
		margin: 0;
		background: 0;
		direction: rtl;
		cursor: hand;
	}
	
#search
	{
		position: absolute;
		width: 86px;
		height: 18px;
		left: 324px;
		top: 28px;			
		padding: 0;
		margin: 0;		
	}

#search input
	{
		color: #0167ac;
		width: 86px;
		height: 16px;
		background: #ffffff;
	}
	
#dictionary
	{
		position: absolute;
		width: 99px;
		height: 18px;
		left: 133px;
		top: 585px;			
		padding: 0;
		margin: 0;		
	}

#dictionary input
	{
		width: 99px;
		height: 18px;
		color: #0167ac;
		background: #9af3ff;
	}


		div#login
			{
				position: absolute;
				top: 195px;
				left:25px;
				width: 140px;
				height: 142px;
				direction: rtl;
				font-family: Miriam , David , Arial;
				font-size:10px;
				color: #0167AC;
					
			}

		div#login_small
			{
				position: absolute;
				top: 122px;
				left:75px;
				width: 140px;
				height: 142px;
				direction: rtl;
				font-family: Miriam , David , Arial;
				font-size:10px;
				color: #0167AC;
			}

			#login_status_0 , 	#login_status_1,#login_status_2
			{
				width: 100%;
				height: 100%;
			
			}
 			#login_status_1
			{
				font-weight: bold;
			}

			
			p {margin:0;padding:0;}

			#username_box 
			{
				background: url(../images/login/username_bg.gif) no-repeat;
				width: 140px;
				height: 45px;
				
			}

			#user , #Username
			{
				background: #FFFFFE;
				margin: 20px 14px 0 0;
				width: 116px;
				direction: rtl;
			}

			#password_box 
			{
				background: url(../images/login/password_bg.gif) no-repeat;
				width: 140px;
				height: 44px;
				margin-bottom: 7px;
			}
			
			#password
			{
				background: #FFFFFE;
				margin: 20px 14px 0 0;
				width: 116px;
			}

			#remember_box
			{	
				padding:10px 0 0 0 ;				
				height: 16px;	
				cursor:hand;
				cursor:pointer;	
				display:inline;			
			}

			#forgot_password_box
			{	
				margin:7px 0 0 0 ;
				width: 100px;
				height: 16px;	
				cursor:hand;
				cursor:pointer;	
				display:inline;

			}

			#entrance_box
			{

				padding-top: 12px;
				float:left;
			}

			#forgot_text
			{
				width:120px;
				padding: 8px 10px 1px 0;
				font-family: Arial;
			}

			#greeting
			{
				width:136px;
				height: 106px;
				
				font-size: 14px;
				text-align:center;
				padding-top: 10px;
				font-family: Arial, Miriam , David;
			}

			#greeting b{color:#dd5500; margin-bottom: -5px;}

			#exit_box
			{
				float:left;
			}


			img {vertical-align: middle;border:0;}			

			#text_small
	{
		position: absolute;
		width: 205px;
		height: 40px;
		left: 45px;
		top: 275px;	
		direction: rtl;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000161;	
		text-align: center;
	}
