/*
** websiteId="UOW_Main"; 
** Colour definitions for Library.
*/

#contentPrint link, #contentPrint vlink, #contentPrint a:link, #contentPrint a:visited
 { color: #2244CC; }

link, vlink, a:link, a:visited
 { color: #006666; }

.textNormal
 { background: #fff; color:#000;}

alink, a:active, #contentPrint a:active, a:hover, #contentPrint a:hover
 { color: #055a6f; }

.breadcrumb
 { color: #82adb7; background: #055a6f; }

.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited
 { color: #FFFFFF; }

.breadcrumb a:active, .breadcrumb a:hover
 { color: #fde39b; }

h1, h2, hr
 {background: transparent; color: #c00; }

h4, h4, h5, h6
 {background: transparent; color: #000; }

.inputbox, select, option
 { background:#E9F1F4; color:#214A59; }

.tableList th
 { background:#85adb7; }

.tableList td
 { background:#fff; }

td.featuretitle {border: #5A2C54 1px solid; padding:2px; background: #AD96AA; }

td.featuretitle h4 { color:#FFFFFF; line-height:22px; padding-bottom:0; margin-bottom:0; padding-left:10px; }

.featurebody
 { background:white; border:1px solid #5A2C54; padding:5px; }

.featurebody ul 
 { margin:0; padding:0; margin-left:6px; padding-left:6px; }
 
.featurebody li
 { margin-bottom:2px; padding-bottom:2px; }
 
/* uow library tables */
table.dblist  {width: 100%; background: #ddd; border-collapse: separate;}
table.dblist td {background: #fff; vertical-align: top; padding-left: 2px; text-align: left;}
table.dblist th {background: #ffffcc; font-weight: bold; color: #c00; text-align: left; padding: 2px; vertical-align: top;}
table.dblist th.title {width: 35%;}
table.dblist td.col1 {width: 75%;}
