@charset "UTF-8";


/* styles */
/*/////////////////////////////////////////////////*/

/* manual */

table.table {
	margin:          0 0 20px 0;
	border-top:      1px solid #999999;
	border-left:     1px solid #999999;
}

table.table.s th,
table.table.s td {
	font-size:       10px; 
}

table.table th,
table.table td {
	vertical-align : top;
	padding:         5px;
	border-right :   1px solid #999999;
	border-bottom:   1px solid #999999;
}

table.table th {
	text-align:      left;
}

table.table td {
	text-align:      center;
}

table.table thead th,
table.table thead td {
	font-weight:     bold;
	color:           #ffffff;
	background:      #acb5bb;
	padding:         2px 5px;
}

table.table thead th {
	text-align:      center;
}

table.table tbody th {
	background:      #dfdfdf;
}

table.table tbody th.tbl-title {
	font-weight:     bold;
	color:           #ffffff;
	background:      #b1b1b1;
	padding:         2px 5px;
}

table.table tbody td {
	background:      #ffffff;
}

table.table.noborder {
	border-bottom:   1px solid #999999;
}

table.table.noborder th,
table.table.noborder td {
	border-bottom:   none;
}


table.table .al-r  { text-align : right; }
table.table .al-c  { text-align : center; }
table.table .al-l  { text-align : left; }

table.table .vtcl-m { vertical-align : middle; }

p.tbl-caption {
	margin-top:      -15px !important;
}

