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


body { margin:0px; padding:0px; direction:rtl; background:#efefef;}

a { color: #737373; text-decoration:none; font-weight:bold; font:Arial, Helvetica, sans-serif;}
a:hover {color: #ff4301;}

img { border:none;}

p {margin:0px; font-weight:bold; color:#000; text-align:center;  font-size:17px;padding-top:2px; }

#hr { margin:0px; padding:0px;}
tr { line-height:24px;}

img { border:none}

hr { padding:0px; margin:0px;}

h1 { font-size:16px}




select {
	border: 1px solid #8d8d8d;
	color:#000;
	font-size: 14px;
	padding: 5px 4px 3px 4px;
	position: relative;
	text-align: left;
	top: 0px;
	
		font-weight:bold;

}

select:hover {
	font-weight:bold;
	background:#e1e1e1;
	border: 1px solid #0093e9;
	
}

select:focus {
	font-weight:bold;
	background: #fff;
	border: 1px solid #760403;
	color:#fc6f01;
}

.textsearch { width:229px; background:none; border:none; }
#textsearch {height:24px; background-image:url(../images/user.png); background-repeat:no-repeat;}

.passsearch { width:229px; background:none; border:none}
#passsearch {height:24px; background-image:url(../images/pass.png); background-repeat:no-repeat;}


.submit-form 

{  width:75px; height:28px;
	background:url(../images/loginbutton.png);
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin-top:10px; 
	margin-right:50px;
  
    font-size:15px;
    cursor:pointer;
    border:0;
 	color:#FFF;
    
}

.submit-form2

{  width:125px; height:28px;
	background:url(../images/get_img.png);
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin-top:10px; 
	margin-right:50px;
  
    font-size:15px;
    cursor:pointer;
    border:0;
 	color:#FFF;
    
}


/* Bread Box */
#bread-box                              {margin-bottom:20px; float:right;}
#bread-crumb                            { float:right;background:#339ee9; color:#fff; font:bold 11px Verdana; padding:8px 20px; -moz-border-radius:8px;
 -webkit-border-radius:8px;}
#bread-crumb a {color:#fff }
#bread-crumb a:hover {color:#c8c8c8 }

#bread-crumb strong                     {color:#fff;}






.paginate {
	
background-color:#339ee9;
padding:5px;
text-align:center;
width:750px;
margin-right:3px;
 border-right:solid 2px #959595; border-left:solid 2px #959595;
 margin-right:auto;
	margin-left:auto;
}
a.paginate {
	
background-color:#fff;
border: 1px solid #fff;
padding: 2px 6px 2px 6px;
text-decoration: none;
color: #339ee9;
}
a.paginate:hover {
background-color: #339ee9;
color: #FFF;
text-decoration: underline;
}
a.current {
border: 1px solid #fff;
font: bold .7em;
padding: 2px 6px 2px 6px;
cursor: default;
background:#339ee9;
color:#Fff;
text-decoration: none;
}
span.inactive {
border: 1px solid #999;
font-size: .7em;
padding: 2px 6px 2px 6px;
color: #999;
cursor: default;
}



#banner {  width:1024px; height:190px; margin-right:auto; margin-left:auto; background:url(../images/banner.png); border-top:5px solid #ff4200;}
#content { width:1024px; margin-right:auto; margin-left:auto; background:#b3b3b3; padding-top:10px; padding-bottom:10px}
#headermenu { background:#ff4301; width:200px; margin-right:10px;-webkit-border-top-right-radius:7px;  -webkit-border-top-left-radius
:7px; -moz-border-radius-topleft:7px; -moz-border-radius-topright:7px; border-bottom:1px solid #e7e7e7}

#headermenu p { margin:0px; color:#FFF; font-weight:bold; padding:3px; }

#headercontent {background:#ff4301; width:800px;-webkit-border-top-right-radius:7px;  -webkit-border-top-left-radius
:7px; -moz-border-radius-topleft:7px; -moz-border-radius-topright:7px; margin-right:auto; margin-left:auto}

#headercontent p { margin:0px; color:#FFF; font-weight:bold; padding:3px; }


#tablecontent {background: #e7e7e7; padding:10px;border: 1px solid #fff}
#tablecontent th{padding:5px;background: #ccc; border: 1px solid #fff;-webkit-border-top-right-radius:7px;  -webkit-border-top-left-radius:7px;}

#footer { width:1024px;  margin-right:auto; margin-left:auto; background:#000; padding-top:10px; padding-bottom:10px; border-bottom:5px solid #ff4200}

#copyright { color:#fff;  direction:ltr; padding-left:10px;font-weight:bold; text-align:center}
#copyright a {color:#fe3a00; font-weight:bold }
#copyright a:hover { text-decoration:underline }


<!--virtical menu-->





.example { width:200px; margin:0px; padding:0px }

.nudge ul { list-style:none; width:200px; margin:0px; padding-right:10px }

.nudge ul li a { background: #e7e7e7; color: #737373; font-weight:bold; padding: 5px 10px 5px 10px; text-align:right; display:block; text-decoration:none; border-top:1px solid #eee; }

/* Link Nudge */
.css3_nudge ul li a {

	-webkit-transition-property: color, background-color, paddin-left;
	-webkit-transition-duration:500ms;
	
}
			
.css3_nudge ul li a:hover {
	background: #dedede;
	color: #ff4301;
	padding-right: 30px;
}


input[type="text"] {
	background: #ffffff;
	border: 1px solid #8d8d8d;
	color: #363636;
	font-size: 14px;
	padding: 5px 4px 3px 4px;
	-webkit-border-radius:7px;
    -moz-border-radius:7px;
	width:300px;
}

input[type="text"]:hover {
	background: #def7fe;
	border: 1px solid #4ab7fe;
	color: #2c84da;
}

input[type="text"]:focus {
	background: #f8ffba;
	border: 1px solid #ffdb72;
	color: #000000;
}

input[type="password"] {
	background: #ffffff;
	border: 1px solid #8d8d8d;
	color: #363636;
	font-size: 14px;
	padding: 5px 4px 3px 4px;
	-webkit-border-radius:7px;
    -moz-border-radius:7px;
}

input[type="password"]:hover {
	background: #def7fe;
	border: 1px solid #4ab7fe;
	color: #2c84da;
}

input[type="password"]:focus {
	background: #f8ffba;
	border: 1px solid #ffdb72;
	color: #b26d00;
}


<!--end vertical menu -->

	
	
.xtable      { 
    margin: 0 0 10px 0; 
	padding: 0; 
	font: normal 12px tahoma, Sans-Serif;
	color: #000;
	background: #FAFAFA;
    border: 0px solid #CCCCCC; 
}


.xtr    { 
	border: 1px solid #CCCCCC;
	margin: 0;
	padding: 3px;
	background: #f2f2f2;
	line-height:18px;
 }
 
.xtd         { 
	border: 1px solid #CCCCCC;
	margin: 0;	
	padding: 3px;
	background: #FFF;
	}

.xtt         { 
    border: 1px solid #CCCCCC;	
	font: bold 15px Times New Roman,Arial;
    color: white;
    background: black url(images/titlebar.png) repeat-x center right;
    margin-bottom: 10px; /*bottom spacing between header and rest of content*/
    padding: 4px 10px 4px 0; /*header text is indented 10px*/
    text-align:center;
}

.xtx         { 
    border: 1px solid #CCCCCC;	
	font: bold 15px Times New Roman,Arial;
    color: white;
    background: black url(images/titlebar-active.png) repeat-x center right;
    margin-bottom: 10px; /*bottom spacing between header and rest of content*/
    padding: 4px 10px 4px 0; /*header text is indented 10px*/
    text-align:center;
}
