@charset "utf-8";
/* Global */
body {
  background-color: #ffffff;
}

html, body, table, p, span, input, textarea, select {
  font-family: Arial, Nachlieli, sans-serif, serif, narkisim;
  direction: rtl;
}

table {
  table-layout: auto;
  empty-cells: show;
  border-spacing: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  color: #0000FF;
}
a:hover {
  color: #FF0000;
}

img {
  border-width: 0px;
}

input, textarea, select {
  border-color: #547086;
  border-width: 1px;
  font-size: 12px;
  margin: 0px;
  padding-right: 3px;
}

.epath {
  font-weight: bold;
  color: #0055aa;
}
.epath_fl {
  color: #00aa00;
}

._row {
  height: 0;
}

/* Tabs */
.tab_row {
  background-repeat: repeat-x;
  background-image: url('images/tab_row.gif');
}
.tab_seperator {
  background-position: 0 48px;
  background-repeat: no-repeat;
  height: 65px;
  width: 25px;
}
.tab_normal_tab {
  padding-top: 38px;
  padding-left: 10px;
  padding-right: 10px;
  background-position: 0 48px;
  background-repeat: repeat-x;
  background-image: url('images/tab_n.gif');
  white-space: nowrap;
}
.tab_selected_tab {
  padding-top: 35px;
  padding-left: 12px;
  padding-right: 12px;
  background-position: 0 48px;
  background-repeat: repeat-x;
  background-image: url('images/tab_s.gif');
  font-weight: bold;
  white-space: nowrap;
}
.tab_link {
  text-decoration: none;
  color: #331111;
}
.tab_link:hover {
  color: #0066CC;
}

/* Main 
 */

.main_table {
  width: 750px;
  table-layout: fixed;
}

.content {
  width: 730px;
  background-color: #eaeff5;
  padding: 30px;
}

/* Border */
.border_right {
  width: 25px;
  background-image: url('images/border_r.gif');
  background-repeat: repeat-y;
}
.border_left {
  width: 25px;
  background-image: url('images/border_l.gif');
  background-repeat: repeat-y;
}
.border_top_left {
  width: 25px;
  background-image: url('images/border_tl.gif');
  background-repeat: no-repeat;
  background-position: 0 78px;
}
.border_bottom_left {
  width: 25px;
  background-image: url('images/border_bl.gif');
  background-repeat: no-repeat;
}      
.border_bottom {
  height: 25px;
  width: 700px;
  background-image: url('images/border_b.gif');
  background-repeat: repeat-x;
}      
.border_bottom_right {
  width: 25px;
  background-image: url('images/border_br.gif');
  background-repeat: no-repeat;
}
