@charset "utf-8";
/* CSS Document */

body {
	background:#EAEAEA
}

input,select {
	font-family:Tahoma, Arial
}

body,th,th,p {
	margin:0px;
	padding:0px;
	font-family:Tahoma, Arial;
	font-size:12px;
	font-weight:normal;
}

#warp {
	margin:0px auto;
	width:768px;
	padding:3px;
	border:#C8C8C8 solid 1px;
	border-top:none;
	background:#FFF;
}

.header {
	height:120px;
	background-image:url(../../../image/header.jpg);
	margin-bottom:3px;
}
.header2 {
	height:150px;
    	margin-top:0px;
}

.right_menu {
	width:160px;
	float:right;
	padding:8px;
	margin-bottom:8px;
	margin-top:8px;
}

.left_menu {
	width:570px;
	float:left;
	padding:8px;
	margin-bottom:8px;
	margin-top:8px;
}
.left_menu2 {
	width:755px;
	float:left;
	padding:8px;
	margin-bottom:8px;
	margin-top:8px;
}

.clear {
	clear:both
}

.top_text {
	text-align:right;
	direction:rtl;
	padding:8px;
	border:#C8C8C8 solid 1px;
	background:#EAEAEA
}

.middle_image {
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}

.login_top {
	height:40px;
	background:url(../../../image/login.gif) no-repeat right;
	margin-bottom:-5px;
}

.login_middle {
	height:110px;
	border:#8F8F8F solid 1px;
	background:#EAEAEA;
	text-align:center;
	padding-top:20px;
}

.login_text {
	width:100px;
	font-family:Tahoma, Arial
}

.user_input_text {
	width:100%;
	font-size:12px;
	text-align:right;
	direction:rtl;
	font-family:Tahoma, Arial
}



ul.list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.list li a {
	color: #3f3f3f;
	display:block;
	padding: 5px;
	border-right: 2px solid #6f6f6f;
	margin-bottom: 4px;
}

ul.list li a:hover {
	background-color: #6f6f6f;
	color: #ffffff;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
}