/* List Header */
.list-header{}
.list-header table{margin:0;width:100%;}
.list-header thead th{border-bottom:2px solid #D3E7F4;color:#494949;font-weight:bold;padding-right:1em;text-align:left;}
.list-header th{padding:0.3em 0em 0.5em 0em;}

/* List Body */
.list-body{overflow:auto;overflow-x:hidden;max-height:300px;}
.list-body table{margin:0;width:100%;}
.list-body tbody{border-top:1px solid #ccc;}
.list-body td{padding:0.3em 0em 0.5em 0em;vertical-align:top;}
.list-body tr.even, .list-body tr.odd{border-bottom:1px solid #ccc;padding:0.1em 0.6em;}
.list-body tr.odd{background-color:#EDF5FA;}
.list-body tr.even,.list-body tr.odd{border-color:#D3E7F4;border-style:solid;border-width:1px;border-right:none;border-left:none;}
.list-body tr.hover{background-color: #5895be;color:#fff;cursor:pointer;}
.list-body tr.hover a{color:#fff;}

/*List Search */
fieldset {border:1px solid #D3E7F4;padding:10px;}
fieldset legend{padding-left:15px;font-size:1.2em;color:#027AC6;cursor:pointer;}
fieldset.collapsed {border-bottom-width: 0;border-left-width: 0;border-right-width: 0;margin-bottom: 0;}