﻿body {
	direction:rtl;
	font-family:tahoma;
	font-size:12px;
    background-image:url('');	
    background-color:#F0F0F0;
    margin:0;padding:0px
}
html, body	{ height:100%; }

h2		{ font-family: Arial; font-weight: bold; margin:0; }
p		{ margin:0; }
ul		{ margin:15px 20px 15px 0; padding:0; }
a		{ color: #09C; text-decoration:none; outline:none; }
a:hover		{ text-decoration: underline; }
.center{
 text-align:center;	
}
.left{
 text-align:left;	
}
.right{
 text-align:right;	
}


#topspace	{
	margin-bottom:-125px;
	position:relative;
	height:60%;		
}
#container	{
	background: #FFF;
	border: 1px solid #E4E4E4;
	position:relative;
	overflow:auto;		
	margin:0 auto;		
	width:600px;		
	clear:both;
	padding:30px;
	border-radius:10px;
	box-shadow:0 1px 2px rgba(0,0,0,0.15);
}
 
fieldset{
  border:1px #D5DFE5 solid;
	
}
fieldset #error_msg {
	padding:15px;
	background: url('../images/error.png') no-repeat left top;
}

fieldset #delete_msg , fieldset #popup_msg{
	padding:15px;
	background: url('../images/warning.png') no-repeat left top;
}

fieldset #body_msg {
	padding:15px;
	background: url('../images/true.png') no-repeat left top;
}


 #delete_msg input,.login-block input[type="submit"],#popup_msg input[type="submit"]{
	border: 1px solid #606060;
	margin:5px;
	padding:2px;
	width:80px;
}

 #delete_msg input:hover ,.login-block input[type="submit"]:hover ,#popup_msg input[type="submit"]:hover{
 background-color:#D3D3D3;
}

fieldset #manger_msg {
    margin:20px 20px 0px 20px;
	padding:28px 28px 0px 32px;
	background: url('../images/stop.png') no-repeat left top;
}



.msg_ok {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	padding: 5px;
	border:1px #AAF361 solid;
	background:#D7FAB4 url('../images/true.png') no-repeat left top;
	width:98%;
	color:#48860B;
	min-height:50px;
	text-align:center;
	font-size: 13pt;
}

.msg_info {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	margin-top:5px;
	padding: 5px;
	border:1px #ffc62b solid;
	width:98%;
	color:#FF8000;
	min-height:50px;
	text-align:center;
	font-size: 13pt;
	background:#fff2c2 url('../images/warning.png') no-repeat left top;
}

.msg_error {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	padding: 5px;
	border: 1px #fea69e solid;
	width:98%;
	color: #d30101;
	min-height:50px;
	text-align:center;
	font-size: 13pt;
	background:#ffd4d8 url('../images/error.png') no-repeat left top;
}
.Login_main 
{ 
 text-align:center; 
 padding:5px;
 }
.Login_main label{
 padding:5px;
 font-size:12px;
}

/*-------atta--------*/
.info {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	margin-top:5px;
	padding: 5px;
	border:1px #ffc62b solid;
	background-color: #fff2c2;
	width:98%;
	color:#FF8000;
	text-align:center;
	font-size: 10pt;
}

#containeratta	{
	background: #ededed;/*#F4F4F4*/
	border: 1px solid #E4E4E4;
	position:relative;
	overflow:auto;		
	margin:0 auto;		
	width:600px;		
	clear:both;
	padding:30px;
}

#contentatta{padding:5px;min-height:325px; background-color:#fff;border-radius:10px;box-shadow:0 1px 2px rgba(0,0,0,0.15);}
#contentatta legend {padding:6px;}
#atta
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:100%;
border-collapse:collapse;
margin-top:10px;
}
#atta td, #atta th 
{
font-size:1em;
border:1px solid #ededed;
padding:3px 7px 2px 7px;
text-align:center;
}
#atta td a{font-size:2em; text-decoration:none;}
#atta .name{text-align:right}
#atta .name a{font-size:1.2em; text-decoration:none;}

#atta th 
{
font-size:1.5em;
padding:6px;
background-color:#ededed;
color:#82889b;
}


.text_box{
    width: 500px;
	padding: 6px; 	
 	border: 1px solid #ddd; 	
 	font:14px tahoma;
 	box-shadow: inset rgba(0,0,0, 0.1) 0px 2px 8px;
 	}

.text_box:hover,textarea:hover{background-color:#F4F4F4;}
.text_box:focus,textarea:focus{border:1px #B0B0B0 solid;}
.inputup{
 padding: 6px 8px;
 margin:2px;
 border: 1px solid #ddd;
 font:15px arial;
 font-weight:bold; 
 text-align:center;
 color:#555;
 background: #D0D0D0 url('../images/bg-white.png') repeat-x;
 }
.inputup:hover{color:#D0D0D0;background-color: #555;}

.bgcolor1{background-color:#ffffff;}
.bgcolor2{background-color:#F4F4F4;}
tr.bgcolor1:hover ,tr.bgcolor2:hover {background-color:#E2F1F1; color:#82889B;}
/*tr.bgcolor1:hover a,tr.bgcolor2:hover a{ color:#82889B;}*/

