/* Stylesheet for www.fee.co.il website. (C) 2005 by Max Timchenko */

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px; padding: 0px;
    text-align: center;
    background-color: #e4e4e4; 
    background-image: url(/localized/i-he/body-background.gif); 
}

td, th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

/* border-top is used to uncollapse page-to-content margin in Moz/FF */
#page {
	position: relative;
    margin: 0 auto;
    padding: 0px;
    text-align: left;
    width: 760px;
    
    background-color: transparent;
    background-image: url(/localized/i-he/page-background.gif);
    background-position: bottom;
    background-repeat: repeat-y;
    border-top: 1px solid white; 
}

#header {
    position: absolute;
    top: 0px; left: 0px;
}

#content {
    margin: 60px 133px 0 0;
    text-align: right;
	min-height: 333px;
	.height: 333px;
}

#sidebar {
    position: absolute;
    top: 60px;
    right: 16px;
    width: 110px;
    text-align: right;
}

.home-event {
    text-align: right;
    padding: 5px;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-color: #D5EAF9;
    background-image: url(/localized/i-he/home-tri-event.gif)
}

.home-event-date {
    color:#383D41;
    font-weight: bold
}

.home-event-name {
    color: #002763;
    font-weight: bold;
    font-size: 1.2em;
    padding: 6px 0 3px 0;
}

.home-event-info {
    color: black;
}

form {
    margin: 0; padding: 0;
}

.sidebar-input {
    border: 1px solid #666;
    font-family: Arial, Helvetica, sans-serif;
}

.sidebar-submit {
    color: white;
    font-weight: bold;
    background-color: #002763;
    border: 1px solid #002763;
    padding: 0px;
	margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 1.2em; font-weight: bold; color:#DC521A;
	margin: 0; padding:  0;
}

h3 {
	color:#002763;
	font-weight: bold;
}

h1 {
	font-size: 21px;
	font-weight: normal;
}

h1.event {
	background-color: #3D7968;
	background-image: url(/localized/i-he/event-tri.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 18px 6px 0px 6px; margin: 0 0 0 16px;
	color: white;
}

h1.orange {
	background-color: #E98604;
	color: white;
	background-image: url(/localized/i-he/orange-tri.gif);
	background-position: bottom left;
	padding: 18px 6px 0px 6px; margin: 0 0 10px 16px;	
	background-repeat: no-repeat;	
}

h1.blue {
	background-color: #1670BE;
	color: white;
	background-image: url(/localized/i-he/blue-tri.gif);
	background-position: bottom left;
	padding: 18px 6px 0px 6px; margin: 0 0 0 16px;	
	background-repeat: no-repeat;		
}

#contact {
	padding: 1em 0px;
}

.sidebar-event-menu {
	background-image:url(/localized/i-he/sidebar-event-tri.gif);
	border-bottom: 1px solid white;
	color: white;
	font-weight: bold;
	padding: 4px 25px 5px 2px;
}

.sidebar-event-menu a {
	color: white; text-decoration:none;
}

