

.yui-skin-sam .yui-panel .bd
{
	padding: 0 !important;
}

.yui-dt table td  div {
	font-size: 11px;
	font-family: arial !important;
}



.yui-dt table tr.header td div
{
	font-size: 12px;
	color: #000000;
}
.yui-dt table tr.italic td
{
	font-style: italic;
}

.yui-skin-sam td .yui-dt-liner
{
	padding:2px 5px 2px 2px;
}

.yui-skin-sam .yui-dt th .yui-dt-liner 
{
	white-space:normal !important;
}

div.yui-skin-sam th.yui-dt-last, div.yui-skin-sam .columnLines th.yui-dt-last, body.yui-skin-sam .yui-dt-last
{
	border-right: 3px !important;
}
div.yui-skin-sam .yui-dt th span
{
	font-weight: bold;
}
div.yui-skin-sam .yui-dt th.selected
{
	background: #F29504 !important;
	color: white !important;
}
div.yui-skin-sam th.subSelected, .yui-skin-sam th.subSelected span
{
	/* background: #e3e3e3 !important; */
	/* color: black !important; */
	font-weight: bold;
	border-color: #ddd;
}



div.yui-skin-sam .yui-dt table {
	border: none;
}

div.yui-skin-sam .yui-dt-data tr td.selected {
	background: #e3e3e3;
}
div.yui-skin-sam tr.yui-dt-odd {
	background: white !important;
}

.yui-skin-sam .yui-dt td, .yui-skin-sam .yui-dt th
{
	border-right-width: 0px !important;
}

div.yui-skin-sam .columnLines td, .yui-skin-sam .columnLines th {
	border-right-width: 1px !important;
}

div.yui-skin-sam .yui-dt td.yui-dt-last
{
	border-right-style: none !important;
}





/* MAKKAN STYLES */

/* **** Table header formatting **** */
div.yui-skin-sam table {
	width:100%;	
}
div.yui-skin-sam thead {
	margin:0;
	padding:0;
}

.yui-skin-sam .yui-dt-liner {
	margin:0;
	padding:0;
}

div.yui-skin-sam .yui-dt th {
	background-image:none;
	background-color:#79b63f;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:12px;
	color:#fff;
	margin:0;
	padding:1px 2px 4px 3px;
	text-align:center;
	vertical-align:bottom;
	border-color: #fff;
}
	div.yui-skin-sam .yui-dt th.yui-dt-first {
		text-align:left;
	}
	div.yui-skin-sam .yui-dt th span {
		font-weight:normal;	
	}


/* **** Row lines top- and underline **** */

.yui-dt table tr.topline td {
	border-top: 1px solid #bcda9f;
}
.yui-dt table tr.underline td {
	border-bottom: 1px solid #bcda9f;
}
div.yui-skin-sam .yui-dt tr.yui-dt-first td {
	border-top: 1px solid #bcda9f;
}

/* **** Data formatting **** */

/* Bold text */
.yui-dt table tr.bold td div {
	font-weight: bold;
	font-size:11px;
/*	padding-bottom:20px;*/
}
	/* Reset padding on last row data */
	.yui-dt table tr.yui-dt-last td div {
		padding-bottom:3px;
	}
	
/* First column */
div.yui-skin-sam .yui-dt td.yui-dt-first {
	width:auto;
}

/* Other columns */
div.yui-skin-sam .yui-dt td.subHeader {
	min-width:20px !important;
	width:auto !important;
	width:20px;
}

/* **** Hover row **** */
div.yui-skin-sam tr.yui-dt-highlighted {
	background: #c8dfb3 !important;
}
div.yui-skin-sam .yui-dt-data tr.yui-dt-highlighted td.selected {
	background: #c8dfb3;
}
div.yui-skin-sam tr td.yui-dt-highlighted {
	background: #c8dfb3 !important;
}

