/********** tecni_table.css by adolfo@tecni.com version 2006.04.07 ********/
img						{ border: none; }
table					{ empty-cells: show; }
h1						{ position: relative;}
form small				{ white-space: normal; }

.nobreak				{ white-space: nowrap; }
.basic					{ font-weight: normal; }
.error					{ color: #b00}
.warning				{ color: #b00}
.date					{ white-space: nowrap;}
.null					{ padding: 0 0 0 15px; 	z-index: 1; }
.hide					{ display: none; }

.tecni_table_add       { z-index: 1; 	padding: 0 0 0 15px; 	}
.tecni_table_hide	  { display: none; }

.tecni_table_node { background: url("./table_plus.gif")  0 .1em no-repeat;  z-index: 2; 	padding: 0 0 0 15px; 	cursor:pointer; }
.tecni_table_up   { background: url("./table_plus.gif")  0 .1em no-repeat;  z-index: 6; 	padding: 0 0 0 15px;    cursor:pointer; }
.tecni_table_down { background: url("./table_minus.gif") 0 .1em no-repeat;  z-index: 7; 	padding: 0 0 0 15px; 	cursor:pointer; }

.tecni_table_on   { background: url("./table_plus.gif")  0 .1em no-repeat;  z-index: 4; 	padding: 0 0 0 15px; 	cursor:pointer; color:#ffFFFF; font-size:14px; TEXT-DECORATION: none;  }
.tecni_table_on:hover    { color:#ffee00; font-size:14px; TEXT-DECORATION: none;  }
.tecni_table_on:visited  { color:#ffee00; font-size:14px; TEXT-DECORATION: none;  }

.tecni_table_off  { background: url("./table_minus.gif") 0 .1em no-repeat;  z-index: 5; 	padding: 0 0 0 15px; 	cursor:pointer; color:#eeeeee; font-size:14px; TEXT-DECORATION: none;  }
.tecni_table_off:hover   { color:#ffee00; font-size:14px; TEXT-DECORATION: none;  }
.tecni_table_off:visited { color:#ffee00; font-size:14px; TEXT-DECORATION: none;  }


.tecni_title		  { color:#ffFFFF; font-size:12px; TEXT-DECORATION: none;  background: url("./tecni_title_off.gif") ; font-weight: bold;}
.tecni_title:hover    { color:#000000; font-size:12px; TEXT-DECORATION: none;  background: url("./tecni_title_on.gif") ; font-weight: bold;}
.tecni_title:visited  { color:#ffFFFF; font-size:12px; TEXT-DECORATION: none;  font-weight: bold;}

.tecni_title_on			 { color:#ffFFFF; font-size:12px; TEXT-DECORATION: none;  }
.tecni_title_on:hover    { color:#000000; font-size:12px; TEXT-DECORATION: none;  }
.tecni_title_on:visited  { color:#FFFFFF; font-size:12px; TEXT-DECORATION: none;  }

.tecni_title_off         { color:#FFFFFF; font-size:12px; TEXT-DECORATION: none;  }
.tecni_title_off:hover   { color:#000000; font-size:12px; TEXT-DECORATION: none;  }
.tecni_title_off:visited { color:#FFFFFF; font-size:12px; TEXT-DECORATION: none;  }

#tecni_table_open { border-top: 1px solid #aabbff; padding: 0 0; 	}

#tecni_table_open1 { border: 1px solid #56626d; 	font-family: arial, sans-serif; 	font-size: 80%; 	width: 100%; }
#tecni_table_open1 tr { border-top: 1px solid #d6dbdf; }
#tecni_table_open1 tr th { 	padding: .2em; 	}

#tecni_table_open1 td { padding: .1em .2em; }
#tecni_table_open1 th small { color: #fff; }
#tecni_table_open1 small { font-weight: normal; }
#tecni_table_open1 col { width: 10%; }
#tecni_table_open1 col.filename { width: 40%; }
#tecni_table_open1 tecni_menu_close  { 	background: #56626d; 	color: #fff; 	font-weight: bold; }

#tecni_table_open1 tr.tecni_table_node td   { font-size: 130%; font-weight: bold; 	background: url("./tecni_table_title_bg.gif") top repeat-x #789; }
#tecni_table_open1 tr.tecni_table_node td a { color: #ff0000; 	text-decoration: none; }
#tecni_table_open1 tr.tecni_table_node td a:hover { color:#ffee00; background-color: #003366; font-size:12px; TEXT-DECORATION: none;  }
#tecni_table_open1 tr.tecni_table_node td a:visited { color:#ffee00; background-color: #003366; font-size:12px; TEXT-DECORATION: none;  }

/**************** tbody ********/
#tecni_table_open1 tbody tr.tecni_table_item { display: table-row; }
#tecni_table_open1 tbody tr.tecni_table_item td { 	background: #fff; 	font-weight: bold; 	padding: .2em; 	border-top: 1px solid #789; 	border-bottom: 1px solid #789; }
#tecni_table_open1 tbody tr td { 	background: #e6eaed; 	border-top: 1px solid #ddd; }
#tecni_table_open1 tbody tr td.even { background: #f3f4f6; }
#tecni_table_open1 tbody tr.current td { background: #dfd; }

