/*
UBC Web Site Common Look and Feel v. 4.0
UBC Public Affairs
t: 604.822.8925
w: http://www.publicaffairs.ubc.ca/ubcweb/ 
e: web.admin@ubc.ca
*/

/* Body and p elements */
    body {
    font-size: 11px;
    }

    p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 125%;
    }

/* Links */
	
    a:link {
    color: #006699;
    background-color: transparent;
    }

    a:visited, a:active {
    color: #666666;
    background-color: transparent;
    }

    a:hover {
    color: #666666;
    background-color: transparent;
    text-decoration: none;	
    }

/* Links in navHead */
    a.navHead:link, a.navHead:active, a.navHead:visited, .navHead {
    color: #003399;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    background-color: transparent;
    text-transform: uppercase;
    }

    a.navHead:hover {
    color: #003399;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: underline;
    background-color: transparent;
    text-transform: uppercase;
    }

/* Links in nav */
    a.nav:link, a.nav:active, a.nav:visited, .nav {
    color: #000000;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    background-color: transparent;
    text-transform: uppercase;
    }

    a.nav:hover {
    color: #000000;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: underline;
    background-color: transparent;
    text-transform: uppercase;
    }

/* Links in navSub */
    a.navSub:link, a.navSub:active, a.navSub:visited, .navSub {
    color: #000000;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    background-color: transparent;
    }

    a.navSub:hover {
    color: #000000;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: underline;
    background-color: transparent;
    }

/* Headings */

    h1 {
    color: #003399;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding-top: 5px;
    line-height: 100%;
    margin-bottom: -7px;
    border: 0px;
    font-weight: bold;
    text-transform: uppercase;
    }

    h2 {
    color: #990000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 100%;
    padding-top: 4px;
    margin-bottom: -7px;
    border: 0px;
    font-weight: bold;
    text-transform: uppercase;
    }
	
    h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 100%;
    font-weight: bold;
    text-transform: uppercase;
    }

    h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-top: 3px;
    margin-bottom: -7px;
    font-weight: bold;
    }

/* HR */

    hr {
    height: 1px;
    color: #CDCDCD;
    }

/* Lists */

    ul {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    }
	
    li {
    list-style: square;
    margin-left: -20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    }
	
    ul li li {
    list-style: disc;
    }

    ul li li li {
    list-style: circle;
    }
	
    ul li li li li {
    list-style: square;
	}
	
    ul li li li li li  {
    list-style: disc;
    }
    ul li li li li li li {
    list-style: circle;
    }

    ul li li li li li li li{
    list-style: square;
    }

/* Monospaced */

    .mono {
    font-family: "courier new", courier, mono;
    font-size: 12px;
    color: #000000;
    }

/* Fine print for forms, image captions, et cetera */

    .fine {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #999999;
    }	
	
/* Address */
    address {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    }

/* Table cell backgrounds */

    .tdNav {
    background-color: #EBEBEB
    }

    .tdNavActive {
    background-color: #C3C3C3;
    }

    .tdNavSub {
    background-color: #D4D4D4;
    }

    .tdVertDiv {
    background-color: #DFDFDF
    }

/* Future use? 
    h2+h3 {
    margin-bottom: 20px;
    }

    h2+table {
    margin-bottom: 20px;
    }
*/