/*
  +----------------------------------------------------------------------+
  | fluetable css table                                                  |
  +----------------------------------------------------------------------+
  | Author: flue_ex <flue_ex@bernolak.sk>                                |
  +----------------------------------------------------------------------+
 
  FILE: table.css
  LAST CHANGE: 25.06.2006
  CREATED: 25.06.2006
  
*/

table.htmltable {
 table-layout: fixed;
 font-family: Arial, Verdana, Sans-serif;
 border-bottom: 1px solid #d2d2d2;
 border-left: 1px solid #d2d2d2;
 border-collapse: collapse;
 cursor: default;
 font-size: 12px;
 width: 980px;
 margin: 0 0 0 0px;
}
  table.htmltable tr {
   background-color: #fff;
  }
  table.htmltable tr.even {
   background-color: #f9f9f9;
  }
  table.htmltable tr:hover, table.htmltable tr:hover a {
    background-color: #464646;
	color: white;
  }
  table.htmltable tr:hover th, table.htmltable tr:hover th a {
    background-color: #cccccc;
    color: #000;
  }
  table.htmltable th, table.htmltable td {
   border-right: 1px solid #d2d2d2;
   border-top: 1px solid #d2d2d2;
  }
  table.htmltable th {
   color: black;
   font-size: 12px;
   font-style: italic;
   background-color: #cccccc;
   padding: 8px 10px 8px 10px;
  }
  	table.htmltable th a {
  	 color: #000;
  	 text-decoration: underline;
  	}
  table.htmltable td {
   text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
   padding: 3px 10px 3px 10px;
  }
    table.htmltable td a {
	 color: #eb6b12;
	}
	table.htmltable td img {
	 border: 0;
	}
	table.htmltable th img {
	 xposition: relative;
	 xleft: 6px;
	 xtop: 2px;
	 border: 0;
	 margin: 1px 0 0 5px;
	}
    table.htmltable th.right, table.htmltable td.right {
     text-align: right;
    }
    table.htmltable th.left, table.htmltable td.left {
     text-align: left;
    }  
    table.htmltable th.center, table.htmltable td.center {
     text-align: center;
    }
	
/* ============================================= */
/* ==== END FLUETALE CSS TABLE DEFINITION   ==== */
/* ============================================= */   


table.htmltable2 {
 table-layout: fixed;
 font-family: Arial, Verdana, Sans-serif;
 border-bottom: 1px solid #d2d2d2;
 border-left: 1px solid #d2d2d2;
 border-collapse: collapse;
 cursor: default;
 font-size: 12px;
 width: 980px;
 margin: 0 0 0 0px;
}
  table.htmltable2 tr {
   background-color: #fff;
  }
  table.htmltable2 tr.even {
   background-color: #f9f9f9;
  }
  table.htmltable2 td:hover, table.htmltable2 td:hover a {
    background-color: #464646;
	color: white;
  }
  table.htmltable2 tr:hover th, table.htmltable2 tr:hover th a {
    background-color: #cccccc;
    color: #000;
  }
  table.htmltable2 th, table.htmltable2 td {
   border-right: 1px solid #d2d2d2;
   border-top: 1px solid #d2d2d2;
  }
  table.htmltable2 th {
   color: black;
   font-size: 12px;
   font-style: italic;
   background-color: #cccccc;
   padding: 8px 10px 8px 10px;
  }
  	table.htmltable2 th a {
  	 color: #000;
  	 text-decoration: underline;
  	}
  table.htmltable2 td {
   text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
   padding: 3px 10px 3px 10px;
  }
    table.htmltable2 td a {
	 color: #eb6b12;
	}
	table.htmltable2 td img {
	 border: 0;
	}
	table.htmltable2 th img {
	 xposition: relative;
	 xleft: 6px;
	 xtop: 2px;
	 border: 0;
	 margin: 1px 0 0 5px;
	}
    table.htmltable2 th.right, table.htmltable2 td.right {
     text-align: right;
    }
    table.htmltable2 th.left, table.htmltable2 td.left {
     text-align: left;
    }  
    table.htmltable2 th.center, table.htmltable2 td.center {
     text-align: center;
    }