/*
* Stylesheet for Sub-brands
* Inherit main styles from centrally-maintained stylesheets
* Use only for colour changes and additional styles that do not require cross-browser/platform support
* Use only relative font sizes - (em is preferred, no px or pt)
*/

/* Page header */

#global-images img#logo {
 width: 390px !important;
 height: 79px !important;
}
#global-nav, #global-nav a, #global-nav a:link, #global-nav a:visited, #global-nav a:hover {
 background-color: #000;
 color: #fff;
}
#global-utils, #global-utils a, #global-utils a:link, #global-utils a:visited, #global-utils a:hover, #global-utils-form {
 background-color: #339;
 color: #fff;
}

/* Headings */

h2 { background-color: transparent; }
h3 { background-color: transparent; }
h4 { color: #FF0000; background-color: transparent; }

/* Section navigation */

#section-nav {
 background-color: #EAEAF5;
 color: #339;
 border-left: 1px solid #ccc;
 border-right: 1px dashed #ccc;
}
.section-nav-body ul, .section-nav-body a, .section-nav-body a:link {
 background-color: #EAEAF5;
 color: #339;
}

/* video highlight box (asset) */

.videobox {
 border: 1px solid #A0A0A0;
 background-color: #FFFFFF;
 padding: 0px;
 margin-bottom: 8px;
 margin-top: 0px;
 overflow: auto;
 font-size: 100%;
}
.videobox tr.stripe { background-color: #D0D0D0; }
.videoboxtext {
 padding-left: 5px;
 padding-right: 5px;
}
.videoboxtext h2 {
 background-color: transparent;
 color: #000000 !important;
 font-size: 1.2em;
 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
 font-weight: bold;
 color: #000000;
 font-size: 100%;
 margin: 0px;
 padding-top: 5px;
 padding-right: 5px;
 padding-bottom: 5px;
 padding-left: 5px;
}
.videoboxtext a, .videoboxtext a:visited { text-decoration: none; }
.videoboxtext a:hover { text-decoration: underline; }
.videoboxtext ul {
 background-color: transparent;
 list-style-image: url(http://www.adm.monash.edu.au/scs/assets/images/triangle.gif);
 list-style-type: none;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 5px;
 font-size: 0.8em;
 padding-top: 3px;
 padding-right: 5px;
 padding-bottom: 3px;
 padding-left: 16px;
}
.videoboxtext li {
 margin-bottom: 0px;
 margin-top: 0px;
 padding-top: 0px;
 padding-bottom: 0px;
}

