/* Special styles for Israel @60 Mission Pages */

a.imagelink {
text-decoration:none;
}
/* begin css tabs */
#popup { /* for popup windows containing short bullet points and bios */
font:  13px verdana, arial, sans-serif; /* set font as desired */
}

p.indent
{
margin-left: 45px;}

a
{
font-weight: bold;
}

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0;  /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #e37834;    /*  set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 4px 1px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */	
display: inline;
}

div#tab1 li.tab1, div#tab2 li.tab2, div#tab3 li.tab3, div#tab4 li.tab4,  div#tab5 li.tab5,  div#tab6 li.tab6 { /* settings for selected tab */
/* border-bottom: 1px solid #F8931D; set border color  */
/* border-bottom: 0; */
background-color: #ffffff; /* set background color to match above border color */
color: #e37834;
}

div#tab1 li.tab1 a, div#tab2 li.tab2 a, div#tab3 li.tab3 a, div#tab4 li.tab4 a, div#tab5 li.tab5 a, div#tab6 li.tab6 a { /* settings for selected tab link */
background-color: #ffffff; /* set selected tab background color as desired */
color: #e37834; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
border-bottom:0;}

ul#tabnav li a { /* settings for all tab links */
padding: 4px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #e37834;  /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #e37834; /* set unselected tab background color as desired */
color: #ffffff; /* set unselected tab link color as desired */
margin-right: 4px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: 0;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #ffffff; /* set desired hover color */
}

table#dashed 
{
border: 1px dashed #e37834;
padding:3px;
margin:2px;
}
#submenu { /* for the tracks tab */
font:  11px verdana, arial, sans-serif; /* set font as desired */
}

/* end css tabs */