﻿table{border-collapse:collapse;border-spacing:0;font-size:11px}
/*identification*/
table#identification{font-size:11px;}
table#identification td{text-align:center}
table#identification thead td{background-color:Black;color:White}
table#identification td.label{text-align:right;width:50%;}
/*liste*/
table{font-size:11px;border-collapse:collapse;font-family:Calibri, tahoma, arial, sans-serif;}
table td{font-size:12px}
table#liste{font-size:11px;border-collapse:collapse;font-family:Calibri, tahoma, arial, sans-serif;width:85%}
table#liste td{padding:2px;border-bottom:1px solid #ECEAE1}
table#liste td{}
table.raye td{border-right:1px solid #ECEAE1 }
table#liste thead td{background-color:#CD0F29;color:White;font-weight:bold}
table#liste tr{background-color:#FFF;cursor:pointer}
table#liste tr.alt{background-color:#F7F6F3;}

/*dialog*/
#dialog table{width:100%;}
#dialog table tr{height:30px;}
#dialog textarea.styled{height:250px;border:none;}

/*	sortable table	*/
table.sortable{border-collapse:collapse;border-left:#eee 1px solid;border-spacing:0;empty-cells:show;text-align:left;}
table.sortable th{background:#CD0F29;border-left:none;color:white;font-weight:700;height:22px !important;line-height:1;overflow:hidden;padding:2px;text-align:left;vertical-align:middle}
table.sortable th.forwardsort{background:url(th-up-arrow.jpg) no-repeat 100% 0 white;color:white}
table.sortable th.reversesort{background:url(th-down-arrow.jpg) no-repeat 100% 0 white;color:white}
table.sortable th a{color:white;margin:0;padding:0;text-decoration:none}
table.sortable th a:focus{color:black;outline:none;font-weight:bold}
table.sortable td a:focus{outline:none;text-decoration:underline}
table.sortable th span{color:#4f6b72;height:15px}

table.sortable tr{background:#FFF;cursor:pointer;}
table.sortable thead tr{padding:0;margin:0;height:4px;cursor: default}
table.sortable tr.alternative{background:#F7F6F3}

table.sortable td{border-bottom:#eee 1px solid;padding:0;margin:0;text-align:left;vertical-align:middle;height:22px}
table.sortable td.nonlu{font-weight:bold}
table.sortable td a{color:#239}
table.sortable td.nonlu a{font-weight:bold}
th.sort-active{color:#000}

table.sortable td a{color:#000000;text-decoration:none;}
table.sortable td a:hover{color:#424242;text-decoration:underline}

tfoot tr{background:#efefef}
table.sortable th.forwardsort a,table.sortable th.reversesort a{color:#000}
table.sortable td.alternative,table.sortable td.alternative a{background:#316ac5;color:#fff}
table.sortable th.sortable,table.sortable th.sortable-text,table.sortable th.sortable-date,table.sortable th.sortable-numeric,table.sortable th.sortable-currency{cursor:pointer}
