table { width: 100%; margin-bottom: 18px; padding: 0; font-size: 12px; border-collapse: collapse; }
table th, table td { padding: 10px 10px 9px; line-height: 21px; text-align: left; }
table th { padding-top: 9px; font-weight: bold; vertical-align: middle; }
table td { vertical-align: top; border-top: 1px solid #ddd; }
table tbody th { border-top: 1px solid #ddd; vertical-align: top; }
.condensed-table th { padding: 5px 5px 4px; }
.condensed-table td { padding: 5px 5px 4px; }
.zebra-striped tbody tr:nth-child(odd) td, .zebra-striped tbody tr:nth-child(odd) th { background-color: #f9f9f9; }
table .header { cursor: pointer; }
table .header:after { content: ""; float: right; margin-top: 7px; border-width: 0 4px 4px; border-style: solid; border-color: #000 transparent; visibility: hidden; }
table .headerSortUp, table .headerSortDown { background-color: rgba(141, 192, 219, 0.25); text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); }
table .header:hover:after { visibility: visible; }
table .headerSortDown:after, table .headerSortDown:hover:after { visibility: visible; filter: alpha(opacity=60); -khtml-opacity: 0.6; -moz-opacity: 0.6; opacity: 0.6; }
table .headerSortUp:after { border-bottom: none; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid #000; visibility: visible; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; filter: alpha(opacity=60); -khtml-opacity: 0.6; -moz-opacity: 0.6; opacity: 0.6; }
table .blue { color: #049cdb; border-bottom-color: #049cdb; }
table .headerSortUp.blue, table .headerSortDown.blue { background-color: #ade6fe; }
table .green { color: #46a546; border-bottom-color: #46a546; }
table .headerSortUp.green, table .headerSortDown.green { background-color: #cdeacd; }
table .red { color: #9d261d; border-bottom-color: #9d261d; }
table .headerSortUp.red, table .headerSortDown.red { background-color: #f4c8c5; }
table .yellow { color: #ffc40d; border-bottom-color: #ffc40d; }
table .headerSortUp.yellow, table .headerSortDown.yellow { background-color: #fff6d9; }
table .orange { color: #f89406; border-bottom-color: #f89406; }
table .headerSortUp.orange, table .headerSortDown.orange { background-color: #fee9cc; }
table .purple { color: #7a43b6; border-bottom-color: #7a43b6; }
table .headerSortUp.purple, table .headerSortDown.purple { background-color: #e2d5f0; }
.label { padding: 2px 3px 2px; font-size: 10px; font-weight: bold; color: #ffffff; text-transform: uppercase; white-space: nowrap; background-color: #bfbfbf; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;text-shadow: none;}
.label.important {background-color: #c43c35;}
.label.warning { background-color: #f89406;}
.label.success { background-color: #46a546;}
.label.notice { background-color: #62cffc;}
.tableimg { margin-top: -2px; }
.righty { text-align: right !important; }
.center { text-align: center !important; }