/****************************************************************************************
*   @package 	KJA Software
*   @copyright	Copyright (C) 2011 by CV. Kedungrejo Jaya Abadi. All rights reserved.
*   @website 	www.kedungrejo.com
*   @email 		support@kedungerjo.com
*	@license    license.txt KJA Software License Terms
*****************************************************************************************/
#tablecontent  {
	border-collapse:collapse;
	border:1px solid #AAA;
}

#tablecontent thead th {
    /*background: url(../images/bgthead.png) repeat-x 0px 0px;*/
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #000;
    padding: 4px 5px 4px 10px;
    text-align: center;
    vertical-align: center;
}

#tablecontent tfoot th {
    background: url(../images/bgtfoot.gif) repeat-x 0px 0px;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-width: 1px 1px 1px medium;
	color:#000;	
}

#tablecontent .footer {
    background: url(../images/bgtfoot.gif) repeat-x 0px 0px;
}

#tablecontent th, td {
  padding: 2px 4px !important;
}

#tablecontent td {
	border:1px solid #AAF;
}

#tablecontent .table-heading {
  background-color: #0066CC;
  color: #fff;
}

#tablecontent .table-heading a {
  color: #000;
}

#tablecontent .table-heading a:hover {
  color: #F60;
}

#tablecontent tr.even {
  background-color: #eee;
}
#tablecontent tr.odd {
  background-color: #ddd;
}

#tablecontent .hover {
	background-color:#DFEFF2;
}

#tablecontent td.item {
  width: 100%;
}

.transparant_right {
	background-color:transparent; 
	text-align:right;
	border: none;
}

.transparant {
	background-color:transparent; 
	border: none;
}

.transparant_center {
	background-color:transparent; 
	text-align:center;
	border: none;
}

.transparant_payment {
	background-color:transparent; 
	text-align:right;
	font-size:18px;
	border: none;
	height: 20px;
}

.tendered {
	text-align:right;
	font-size:18px;
	height: 20px;
}