
body {
	background-image: url(../gfx/bkg.png);
}
#Layer1 {
	position:absolute;
	width:36px;
	height:34px;
	z-index:1;
	left: 743px;
	top: 123px;
	background-image: url(/gfx/fist.gif);
}
.datebkg {
	color: #000000;
	background-color: #FF9900;
	text-align: right;
}

.hebtxt {
	direction: rtl;
}


.navbar {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under navbar */
 text-align: left 
}


.navbar .content,
.navbar .t,
.navbar .b,
.navbar .b div {
  background: url(/gfx/css/dialog2-orange-800x1600.png) no-repeat top right;
 /* background:transparent url(/gfx/css/dialog2-blue-800x1600.png) no-repeat top right; */
 /*_background-image:url(/gfx/css/dialog2-blue.gif); */
 /* -moz-opacity:0.4; */
 /* filter:alpha(opacity=40) */
 /* opacity:.50 */
}

.navbar .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
 font-family:Geneva, Arial, Helvetica, sans-serif;
}



.navbar .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.navbar .b {
 /* bottom */
 position:relative;
 width:100%;
 text-align: left
}

.navbar .b,
.navbar .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.navbar .b {
 background-position:bottom right;
}

.navbar .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
 
}

.navbar .hd,
.navbar .bd,
.navbar .ft {
 position:relative;
}

.navbar .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.navbar h2,
.navbar p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.navbar h2 {
 padding-bottom:0px;
}


.content a:link {color:black; text-decoration:none}     
.content a:visited {color:black; text-decoration:none} 
.content a:hover {color:#00FF66; text-decoration:none}   
.content a:active {color:black; text-decoration:none}  

.content li { list-style:none }

/* ------------------- INFOBOX ------------------- */
.infobox {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under infobox */
 text-align: left
}


.infobox .content,
.infobox .t,
.infobox .b,
.infobox .b div {
  background: url(/gfx/css/dialog2-blue-800x1600.png) no-repeat top right;
 /* background:transparent url(/gfx/css/dialog2-blue-800x1600.png) no-repeat top right; */
 /*_background-image:url(/gfx/css/dialog2-blue.gif); */
 /* -moz-opacity:0.4; */
 /* filter:alpha(opacity=40) */
 /* opacity:.50 */
}

.infobox .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
 font-family:Geneva, Arial, Helvetica, sans-serif;
}



.infobox .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.infobox .b {
 /* bottom */
 position:relative;
 width:100%;
 text-align: left
}

.infobox .b,
.infobox .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.infobox .b {
 background-position:bottom right;
}

.infobox .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
 
}

.infobox .hd,
.infobox .bd,
.infobox .ft {
 position:relative;
}

.infobox .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.infobox h2,
.infobox p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.infobox h2 {
 padding-bottom:0px;
}

