

/*
** Font-families and sizes
** across entire UOW website.
** Do not edit.
*/

body, td, th, p, a, ol, ul, h1, h2, h3, h4, h5, h6, select, option, input
 { font-family: Verdana, Helvetica, Arial, san-serif; }

td, th  /* This controls most font sizes as everything is inside tables. */
 { font-size: 70%; }

th { color:#02303F; }

#contentPrint.td, #contentPrint.p, #contentPrint.li { color:#000000; }

ul { list-style-image: url(/images/li.gif) } 
/* link changed from full url to site root for ssl */

a { text-decoration: none}

a:hover { text-decoration: underline}

.breadcrumb, a.breadcrumb:link, a.breadcrumb:visited, a.breadcrumb:active, a.breadcrumb:hover
 { font-size: 11px; text-decoration:none }

a.breadcrumb, a.breadcrumb:link, a.breadcrumb:visited { color: #FFFFFF; }

.leftNav { color: #02303F; font-size: 11px; line-height: 14px; font-weight: bold; }

h1 { font-size: 190%; font-weight: bold; }
h2 { font-size: 160%; font-weight: bold; }
h3 { font-size: 140%; font-weight: bold; }
h4 { font-size: 125%; font-weight: bold;}
h5 { font-size: 110%; font-weight: bold;}
h6 { font-size: 100%; font-weight: 100; margin: 0px; padding: 0px; }

input, select, option { font-size: 11px; }

form { margin-bottom: 0px; margin-top: 0px; }

hr
 { border-top-style:dotted; border-top-height:1px; border-bottom-height:0px; border-bottom-style:none; border-left-width:0px; border-left-style:none; border-right-width:0px; border-right-style:none;}

.inputButton
 { text-transform: capitalize; color: #FFFFFF; font-weight: bold; background-color: #448FA4}

.textAlert { color:#AA0000; }
.textNotes { color:#02303F; font-size:85%; }

/* home page, notes & direct links */

a.featureNav, a.featureNav:link, a.featureNav:visited
 { color: #FFFFFF; text-decoration: none}

a.featureNav:active, a.featureNav:hover
 { color: #FDE39B; text-decoration: none}

.featureNav
 { font-size: 13px; color: #FFFFFF; text-decoration:none; }

.featureNormal
 { font-size: 11px; line-height: 14px; color: #FFFFFF; }

.notes, a.notes, a.notes:link, a.notes:visited
 { font-size: 10px; color: #FDE39B; }

a.notes:active, a.notes:hover
 { color:#FFFFFF; text-decoration:none; }

pre
 { font-family: Courier New, Courier, mono; font-size:135%;}

/* custom tables */

.tableList
 { border:1px solid #999999; border-top:0px; background:#999999; }

.tableList th
 { border:0px; border-top:1px solid #999999; border-right:1px solid #999999;
   color:#02303F; font-weight:bold; padding:4px; margin:0px; }

.tableList td 
 { border:0px; border-top:1px solid #999999; color:#444444; padding:4px; margin:0px; spacing:0px; }



/* extras for uowpress */

.toplink {	
	font-size: 70%; 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 100%;
}


.author
 { 	
 font-family: Verdana, Helvetica, Arial, san-serif; 
 line-height: 120%; 
 color:#666666;  
 font-weight: bold; 
 font-size: 90%;  
 }

