/*
 * Style sheet for the html 4.0 specification
 */

/* 
 * DIV element 
 */
DIV.astro_index_div {
  text-align : left;
}

/* 
 * TABLE element 
 */
TABLE.astrocz_index_table {
  border: 1px solid #0000ff;
  border-spacing:0pt;
/*  width: 50%; */
}

/* 
 * TD - element
 */
 /* header */
TD.astrocz_index_td_header {
  color : white;
  font-weight : bold;
}
 
 /* liche */
TD.astrocz_index_td_odd {
  color : black;
  background: #CCFFFF;
  font-weight : normal;
}

/* sude */
TD.astrocz_index_td_even {
  color : black;
  font-weight : normal;
}


/* 
 * date 
 */
 /* liche */
.astrocz_index_font_date_odd {
  font-size : 8pt;
  white-space : nowrap;
}

/* sude */
.astrocz_index_font_date_even {
  font-size : 8pt;
  white-space : nowrap;
  color : white;
}

/* 
 * author 
 */
/* liche */
.astrocz_index_font_author_odd {
}

/* sude */
.astrocz_index_font_author_even {
  color : white;
}

/* 
 * link 
 */
/* liche */
.astrocz_index_link_odd {
  font-weight: bold;
}

/* sude */
.astrocz_index_link_even {
  font-weight: bold;
}

/* 
 * A link 
 */
/* header */
A.astrocz_index_link_header {
  color: #CCFFFF;
  text-decoration : none;
}
 
/* liche */
A.astrocz_index_link_odd {
  color: #0099FF;
  text-decoration : none;
}

/* sude */
A.astrocz_index_link_even {
/*  color: #0099FF; */
  color: #CCFFFF;
  text-decoration : none;
}

/* 
 * A link - hover 
 */
/* liche */
A.astrocz_index_link_odd:hover {
  color: blue;
}

/* sude */
A.astrocz_index_link_even:hover {
  color: #CCFFFF;
}


/* 
 * A link - visited
 */
A.astrocz_index_link_odd:visited {
  color: blue;
}

/* sude */
A.astrocz_index_link_even:visited {
  color: #CCFFFF;
}

