﻿/* underline all links */
a:link, a:visited { text-decoration: underline !important; }

/* CSS2 selector to add visible href after links */
#global-content a:link:after, #global-content a:visited:after { content: " (" attr(href) ") "; font-size: 0.8em; font-weight: normal; }

/* Turn off any background colors or images */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { color: #000 !important; background-color: transparent !important; background-image: none !important; }

/* Hide specified elements */
.no-print {display:none;}
.jtable tbody tr {display:block; visibility:visible;}
.page-link {display:block; visibility:visible;}
.ui-tabs-nav {display:none;}
.ui-tabs .ui-tabs-hide {position: relative !important;left: 0px !important; display:block !important; }
