/* *********************************************
*   *   * *  *   *   *    *    *   *     * * * *
* *    *   *    *    *   *   *   *    *   * *  *
*  CSS styling for PHP-CLASS TABLE {}    *     *
*  - maked by Jan Koprajda, http://dzonny.com  *
* *    *    *   * * *      *     *   *   *   * *
*    *  *  *   *    *  *  *     *  *   *   *   *
*  *   *  *   *     *     *      *   *   *   * *
********************************************** */

h3.title {
	margin-top: 0;
	padding-top: 20px;
	margin-left: 10px;
	font-family: Arial;
	font-size: 15pt;
	font-weight: normal;
	color: #454932;
}

.showRecords {
  width: 668px;
  height: 23px;
  margin: 3px 3px 3px 10px;
  padding: 0;
}

.showRecords .rightside {
	float: right;
	margin: 3px 0 0 0;
    padding: 0;
}

.showRecords .leftside {
	margin: 1px 0 0 0;
	padding: 0;
}

#myTopTableDesign, #myTableDesign {
  width: 668px;
  font-family: Verdana, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  background-color: #ccd1cc;
  border: 1px solid #979c96;
  margin-left: 10px;
}

#myTableDesign td {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9pt;
  padding-left: 5px;
  padding-right: 5px;
}

#myTableDesign .tr1, #myTableDesign .tr2 {
  color: #444444;
  background-color: #ffffff;
}

#myTableDesign th {
  font-size: 10pt;
  text-align: center;
  text-decoration: none;
}

#myTableDesign th a {
  text-decoration: none;
}

#myTableDesign th a:hover {
  text-decoration: underline;
}

#myTableDesign th.sorted {
   font-size: 10pt;
   text-align: center;
   background-color: #979c96;
}

#myTableDesign th.sorted a {
	text-decoration: none;
   color: #eeeeee;
}

#myTableDesign th.sorted a:hover {
	text-decoration: underline;
}

