@import url(../../Templates/UI/Css/Layout.css);
/********* GLOBALS VAR *********/
a img,table, iframe {border:0}
a { text-decoration:underline; color:#000000; }
a img{vertical-align:middle;}
div { overflow:hidden; }
p { margin:0; padding:0; }
button,select,textarea,input {font:100% serif}
table {border-collapse:collapse}
caption,th,td {}
/********* GLOBALS CLASES *********/
.nodicor { text-decoration:none; }
.clear {clear:both; height:0; line-height:0;}
.fr {float:right; }
.fl {float:left; }
.ac { text-align:center; }
.ar { text-align:right; }
.al { text-align:left; }
.rtl { direction:rtl; }
.rh { position:relative; }
.p10 { padding:10px; }
/*********** H1 ***********/
h1 { font-size:27px; padding:0; margin:0; color:#000000; }
h2 { font-size:18px; padding:0; margin:0; color:#000000;}
h3 { font-size:16px; padding:0; margin:0; color:#000000; }
h4 { font-size:14px; padding:0; margin:0; color:#000000; }
h5 { font-size:12px; padding:0; margin:0; color:#000000; }

/*************PARTS****************/
/*secondary*/
.secondary .uc { margin-bottom:15px; }
/* lists */
.list .a0 { background: #f4f8ed; }
.list,
.list .a1 { background: #fff; }
.list { padding-bottom:6px; background-position:50% 100%; }
.list .item { padding:5px; }
/* path */
.path { margin-bottom:5px;  }
.path .current { color:#000000; }
.path a.current:hover { cursor:default; text-decoration:none; }
/* sitemap */
#main ul { list-style:circle; margin:0 10px 0 10px; }
#main ol { margin:0 10px 0 10px; }
/* content */
.introduction { font-size:1.1em; font-style:italic; }
/* date */
.date { font-size:small; color:#dedede; display:block; }
/* intro */
.intro { font-style:italic; font-size:1.2em; }
.list .intro { font-style:normal; font-size:1em; }
/*columns*/
.columns  { height: 100%;}
.columns .left { float:left; width:48%; padding-left:15px; height: 100%;}
.columns .right { float:right; width:48%; height: 100%;}
.socialBookmarks a { white-space:nowrap; text-align:right; direction:rtl; }
.socialBookmarks { text-align:right; direction:ltr; }
/* login */
.login .tb { width:100px; }
.login .ff { margin-bottom:5px; }
.register td { padding:0; }
/* gallery */
.thumbnail { opacity:.4; }
.thumbnail:hover, .selected { opacity:1; }
#thumbnails {padding-bottom:10px;}
#thumbnails .text { display:none; }
.thumbnail {margin-bottom:10px;margin-right:5px;}
/* comments */
.commentList { border-top:solid 1px #D0CFCB; margin-top:10px;}
/* calendar */
.calendar { }
.login { padding-right: 10px;}

/********* LAYOUT *********/
body {
	font-family: ArialHebrew, Arial, Helvetica, sans-serif; margin:0; padding:0; color:#000000; font-size:14px; }
/*************Holders****************/
#main_holder {
	width:100%;
    text-align:center;
}
#site_holder {
	text-align:right;
	width:982px;
	padding:0 11px;
	height:100%;
	margin:0 auto;
	direction:rtl;
	background-image:url(../../../Upload/Design/bg.jpg); background-repeat:repeat;
}

#header_banner 
{
    margin-top:23px;
    margin-bottom:20px;
	width:982px;
	height:108px;
	background-image:url(../../../Upload/Design/header.gif);
	background-repeat:no-repeat;
	background-position:top left;
	overflow:visible;
}

#header_menu 
{
    margin-top:18px;
	width:982px;
	height:20px;
	overflow:visible;
}

.menu_devider
{
    margin:15px 0 5px 0;
    border-top:solid 1px #000;
	width:982px;
}

#page {
	width:982px;
	height:100%;
}

#content 
{
	width:982px;
	height:100%;
}
#footer {
	width:982px;
	height:100%;
	min-height:40px;
	margin-top:20px;
	text-align:center;
}

/*************header_menu****************/
#header_menu ul
{
	list-style-type: none;
    height:20px;
    margin:0;
    padding:0;
}
#header_menu ul li
{
    float: right;
 }

#header_menu li a
{
    display: block;
	line-height:16px;
    text-decoration: none;
    color:#060202;
    font-size:16px;
    font-weight:bold;
    margin-left:15px;
    padding-right:15px;
    text-align:center;
    vertical-align:middle;
    border-right:solid 1px #000;
}
#header_menu ul li a:hover{ color:#525252; }

.form_btnSubmit 
{
    background:url(../../../Upload/Design/send.jpg);
	background-repeat:no-repeat;
	border:none;
	height:22px;
	width:50px;
	cursor:pointer;
	margin: 5px 120px 10px 0;
}

#image { text-align:center; font-size:16px;  }

