html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: top;
}

p {
margin-top:10px;
}
strong, h3 {
    font-weight: bold;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
	height:100%;
    line-height: 1;
}
ul  li, ol li{
margin-top:20px;
width:500px;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
	margin:0 auto;
    border-collapse: collapse;
    border-spacing: 0;
}
/*end css reset*/

* {
    margin: 0;
    padding: 0;	
}

body {
    width: 100%;
    font-family: arial;
    font-size: 12px;
    color: black;
    direction: rtl;

    height: 100%;
}

h1 {
    padding: 5px;
    padding-top: 0px;
    font-family: arial;
    font-size: 26px;
    font-weight: normal;
    color: black;
}
h1,h2,h3 ,th{	text-align: center;}
h2 {
    padding: 5px;
    font-family: arial;
    font-size: 24px;
    font-weight: normal;
    color: black;
}

label {
    width: 150px;
    float: left;
    text-align: left;
    margin-right: 0.5em;
    margin-top: 0.5em;
    display: block;
    vertical-align: top;
}

input[type='button'], input[type='submit'], input[type='reset'] {
    font-size: 13px;
    padding: 3px;
}

input[type='text'], input[type='password'],  input[type='search']{
display: block;
-moz-border-radius: 4px;
border-radius: 4px;
border: 1px solid #ACE;
font-size: 13px;
margin: 0 0 5px;
padding: 5px;
width: 203px;
}

textarea {
    display: block;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ACE;
    font-size: 13px;
    margin: 0 0 5px;
    padding: 5px;
    width: 203px;
    height: 53px;
    overflow: hidden;
}

select {
display: block;
-moz-border-radius: 4px;
border-radius: 4px;
border: 1px solid #ACE;
font-size: 13px;
margin: 0 0 5px;
padding: 5px;
width: 215px;
}

a {
    color: #c00;
    text-decoration: none;
    font: 14px;
    font-family: arial;
    font-weight: bold;
}

a:hover {
    color: #c00;
    font: 14px;
    font-family: arial;
    font-weight: bold;
}

.Main {
	
    top:0;
    margin-left: auto;
    margin-right: auto;
    font-family: arial;
    font-size: 14px;
    color: black;
    direction: rtl;
    text-align: center;
    vertical-align: top;
    width: 800px;
    border: 1px solid #D8D8D8;
    border-top: 0;
	height:100%;
}

/* Start Header */

.Header {
    width: 100%;
    color: white;
    background-color: #0273ba;
    height: 50px;
    border-bottom: #f7f7f7 1px solid;
    -moz-box-shadow: 0 0 15px #888;
    -webkit-box-shadow: 0 0 15px#888;
    box-shadow: 0 0 15px #888;
    vertical-align: middle;
    text-align: center;
    padding-top: 10px
}

.Header h2 {color: white;}

.SideMenu {
    width: 170px;
    float: right;
    background-color: #0273ba;
    padding: 5px;
	height:720px;
}

.SideMenu p{
    width: 100%;
    padding: 5px 0 5px 0;
    background-color: #FCFCFC;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    margin: 5px 0 5px 0;
}

.SideMenu p:first-child{border-top:0;}

/* End Header */

/* Start Contect */

.content {

    width: 610px;
    float: right;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    padding: 5px;
    height: 100%;
}

.webSEO {
    direction: ltr;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 450px;
    padding: 10px 15px;
    border: 1px solid #D8D8D8;
    background-color: #FCFCFC;    
}

/* End Contect */


.Clear_Div {
    clear: both;
}


/* Start Footer */

.PopUp-Overlay {
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   height: 100%;
   width: 100%;
   margin: 0;
   padding: 0;
   background: #000000;
   opacity: .15;
   filter: alpha(opacity=15);
   -moz-opacity: .15;
   z-index: 101;
   display: none;
}

.PopUp-Filter {
     display: none;
     height: 100%;
     left: 0%;
     position: fixed;
     top: 0%;
     width: 100%;
     z-index: 102;
}

.PopUp-Float {
     background-color: #FCFCFC;
     border: 1px solid #D8D8D8;
     width:350px;
     height:100px;
     overflow: hidden;
     padding: 10px;
     position: absolute;
     -moz-border-radius: 15px;
     border-radius: 15px;
     -webkit-border-radius:15px;
     -moz-box-shadow: 0 0 10px #888;
     -webkit-box-shadow: 0 0 10px#888;
     box-shadow: 0 0 10px #888;
}

.PopUp-MSG {
    height: auto;
    width:100%;
    left: 0pt;
    margin-bottom: 50px;
    min-height: 150px;
    padding: 10px;
    padding-top: 40px;
    font-size: 14px;
    font-weight: bold;
}

.PopUp-MSG a {position: absolute;top: 10px;left: 10px;}
.dialogPopUp input{width: 50px;background-color: #FCFCFC;border: 1px solid #D8D8D8;padding: 2px;}

.footer {
    width: 100%;
    color: white;
    background-color: #0273ba;
	padding-top:10px;
    height: 25px;
    border-top: #f7f7f7 1px solid;
    -moz-box-shadow: 0 0 15px #888;
    -webkit-box-shadow: 0 0 15px#888;
    box-shadow: 0 0 15px #888;
}

.DropMenu {
    cursor: pointer;
    background-color: #FCFCFC;
    border: 1px solid #D8D8D8;
    border-bottom:0;
    color: black;
    width: 100px;
    padding: 2px;
    text-align:center;
}

#DropMenu {
    display: none;
    position: absolute;
    background-color: #FCFCFC;
    border: 1px solid #D8D8D8;
    border-top:0;
    text-align: center;
    padding: 5px;
    color: black;
    width: 94px;
}

#DropMenu p{padding: 2px;}

.footer-menu {padding-top: 12px;padding-right: 25px;}
.webstuff-logo {background: url('../../images/webstuff-logo.jpg') no-repeat;background-position: 25px 6px;width:145px;height:20px;}
.footer a:link { font-family: Arial; color:#ffffff; font-size:12px; font-weight:Bold; text-decoration:none; }
.footer a:hover { font-family: Arial; color:#ffaf01; font-size:12px; font-weight:Bold; text-decoration:none; }
.footer a:visited { font-family: Arial; color:#ffffff; font-size:12px; font-weight:Bold; text-decoration:none; }
.footer a:visited:hover { font-family: Arial; color:#ffaf01; font-size:12px; font-weight:none; text-decoration:none; }

/* End Footer */

/* Modul */

.comments, .addCommentContainer{
	padding:12px;
	position:relative;
	margin:0 auto;
	width:427px;
	background-color:#fafafa;
	border:1px solid white;
	color:#888;
	margin-bottom:15px;
	border: 2px #c2c2c2 solid;
}

.addCommentContainer input[type='text'] {
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #ACE;
    font-size: 13px;
    margin: 0 0 0;
    padding: 5px;
    width: 203px;
    display: inline;
}

.DeleteComment {position: absolute;top: 10px;left: 10px;}
#evedlim th,tr,td {
    width: 200px;
	padding-top:10px;

}
#evedlim td	 {
    text-align: right;
	padding-right:20px;
}
th {
font-weight:bold;
}
.shelot li {
width:150px;
margin-top:2px;
}