/*
* 2009 Corporate Web Style (Blue) - Intranet CSS
* Andrew Dunbar [ECU]
* May 2013
* 
* Modification history:
* 
* 2012-10-29: Andrew Dunbar
*             Updated library to new formatting.
* 2013-01-17: Andrew Dunbar
*             Updated '#header-nav' with new left value ready for researchers intranet.
* 2013-05-01  Andrew Dunbar
*             Updated some styles to be WCAG2.0 AAA compliant, mostly contrast issues.
* 
*/

/* --------------------------------------------------------------------------------------------- 
START: GLOBAL DESIGN STYLES AND OVERRIDES
--------------------------------------------------------------------------------------------- */

#container-header {
    background: #585859 url('https://intranet.ecu.edu.au/__data/assets/image/0007/9394/container-header_bg-intranet.gif?v=0.2.1') left top repeat-x; /* WCAG Colour Contrast 7.1, Was #727273; */
    border-bottom: none;
}

.intranet-login #container-header {
    height: 119px;
}
  
#header {
    /* start min height plus IE6 hack */
    min-height:143px;
    height:auto !important;
    height:143px;
    /* end min height plus IE6 hack */
} 

/* Start: Styles for wcag compliant logo list structure - Mike */

ul.ecu-logo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 131px;
    height: 104px;
    margin: 0px;
    padding: 0;
    background-color: #fff;
    background-image: url('https://intranet.ecu.edu.au/__data/assets/image/0008/9395/header-logo-intranet.gif?v=0.2.1');
    background-repeat: no-repeat;
    background-position: center center;
}

ul.ecu-logo li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.ecu-logo li a {
    width: 131px;
    height: 104px;
    display: block;
}

/* End: Styles for wcag compliant logo list structure - Mike */

#ecu-logo a {
    width:131px;
    height:104px;
    background: url('https://intranet.ecu.edu.au/__data/assets/image/0008/9395/header-logo-intranet.gif?v=0.2.1') top left no-repeat;
}

.ecu-logo-new {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 131px;
    height: 104px;
    margin: 0px;
    padding: 0;
    background-color: #fff;
    background-image: url('https://intranet.ecu.edu.au/__data/assets/image/0008/9395/header-logo-intranet.gif?v=0.2.1');
    background-repeat: no-repeat;
    background-position: center center;
}

h1.section-title {
    margin-top:70px;
    padding-left:200px;
    background:url('https://intranet.ecu.edu.au/__data/assets/image/0006/9393/header-section-title_bg.gif?v=0.2.1') 160px 7px no-repeat;
    font-size: 2em; 
    line-height: 1.4em;
}

#header h1.longTitle {
    margin-top: 65px;
    font-size: 1.7em;
}

#search-site form { margin-top: -4px; }
#nav-global { top: 23px; }
#breadcrumbs p { padding-left: 19px; }

#breadcrumb-id_9397 {
    position: absolute;
    top: -99999px;
}

#content-left { margin-top: 0px; }

.callout {
    border: 1px solid #e5edf3;
    overflow: hidden;
    background: #f2f6f9;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
}

/* --------------------------------------------------------------------------------------------- 
END: GLOBAL DESIGN STYLES AND OVERRIDES
--------------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------------- 
START: HEADER NAVIGATION
--------------------------------------------------------------------------------------------- */

#header-nav {
    position: absolute;
    left: 145px;
    top: 21px;
    font-size: .95em;
    letter-spacing: .03em;
    font-weight: normal;
}

#header-nav ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    float: left;
}

#header-nav li {
    display: inline;
    padding: 0px;
    margin: 0px;
    float: left;
    margin-right: 1px;
}

#header-nav a {
    float: left;
    text-decoration: none;
    color: #FFFFFF;
    background: url('https://intranet.ecu.edu.au/__data/assets/image/0008/44675/full-bg.png?v=0.0.2') left top no-repeat;
    border-bottom: solid 1px #FFFFFF;
    padding: 0 0 0 12px;
}

#header-nav li a:hover,
#header-nav li a:focus,
#header-nav li.current a {
    background: url('https://intranet.ecu.edu.au/__data/assets/image/0019/44713/full-bg-over.png?v=0.0.2') left top no-repeat;
    border-bottom: solid 2px #003a68;
    cursor: pointer;
}

#header-nav a span {
    float: left;
    line-height: 27px;
    padding: 0 12px 0 0;
    background: #58585a url('https://intranet.ecu.edu.au/__data/assets/image/0008/44675/full-bg.png?v=0.0.2') right top no-repeat; /* WCAG Colour Contrast 7.1, Was #5e5e60; */
}

#header-nav li a:hover span,
#header-nav li a:focus span,
#header-nav li.current span {
    background: #58585a url('https://intranet.ecu.edu.au/__data/assets/image/0019/44713/full-bg-over.png?v=0.0.2') right top no-repeat; /* WCAG Colour Contrast 7.1, Was #5e5e60; */
}

/* --------------------------------------------------------------------------------------------- 
END: HEADER NAVIGATION
--------------------------------------------------------------------------------------------- */



/* --------------------------------------------------------------------------------------------- 
START: TABBED NAVIGATION
--------------------------------------------------------------------------------------------- */

#nav-global-tabbed {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    position: absolute;
    bottom: 0px;
    left: 10px;
    float: left;
}

#nav-global-tabbed li {
    padding: 0px;
    margin: 0px;
    float: left;
    height: 24px;
    color: #FFFFFF;
    background: url('https://intranet.ecu.edu.au/__data/assets/image/0016/12292/tabbed-nav-rgt-brd.gif?v=0.0.2') right top no-repeat;
}

#nav-global-tabbed li a {
    color: #FFFFFF;
    text-decoration: none;
    float: left;
    padding: 1px 9px;
    margin: 0px;
}

#nav-global-tabbed li a:hover, #nav-global-tabbed li a:focus { text-decoration: underline; }
#nav-global-tabbed li.last { background-image: none; }

/* --------------------------------------------------------------------------------------------- 
END: TABBED NAVIGATION
--------------------------------------------------------------------------------------------- */



/* --------------------------------------------------------------------------------------------- 
START: LOCAL NAVIGATION
--------------------------------------------------------------------------------------------- */

/* as per global site setup - use jQuery to change sub arrow when there is a sub ul present for a top level ul */
#nav-local ul li a.parent-with-subs {
    background: url('https://intranet.ecu.edu.au/__data/assets/image/0017/12275/nav-local_menu_selected2.gif?v=0.1.1') 6px 50% no-repeat;
}

#nav-local ul li a.hasSubs {
    background: url('https://intranet.ecu.edu.au/__data/assets/image/0010/271882/nav-local_more_available.gif?v=0.1.1') no-repeat 6px 52%;
} 

#nav-local ul li a:hover,
#nav-local ul li a:focus {
    color: #004b85;
}

/* top level currently selected */
#nav-local ul li a.current,
#nav-local ul li a.hierarchy {
    background-color: #004b85;
    color: #ffffff;
}

/* second level unordered list */
#nav-local ul ul {
    background-color: #f9f9f9;
}

/* second level links when selected and hovered */
#nav-local ul ul li a.current:hover,
#nav-local ul ul li a.current:focus {
    color: #004b85;
}

/* second level currently selected */
#nav-local ul ul li a.current{
    background:url('https://intranet.ecu.edu.au/__data/assets/image/0017/12266/nav-local_submenu_selected2.gif?v=0.1.1') 6px 50% no-repeat;
    color: #004b85; 
}

#nav-local ul li ul li a.hierarchy {
    background:url('https://intranet.ecu.edu.au/__data/assets/image/0011/12260/nav-local_submenu_hier2.gif?v=0.1.1') 6px 50% no-repeat;
    color: #004b85; 
}

/* third level currently selected */
#nav-local ul ul ul li a.current,
#nav-local ul ul ul li a.hierarchy {
    background:url('https://intranet.ecu.edu.au/__data/assets/image/0017/12266/nav-local_submenu_selected2.gif?v=0.1.1') 17px 50% no-repeat;
}

/* second level tabs */
#nav-global-tabbed li.current {
    background: #FFFFFF;
    cursor: pointer;
    margin-left: -1px;
}

/* second level tabs - highlight */
#nav-global-tabbed li.current a {
    color: #21568A;  /* WCAG Colour Contrast 7.1, Was #265e95; */
    padding-left: 10px;
}

/* mark end of category on top level nav by asset id */
#nav-local ul li.menu-link-id_45089,
#nav-local ul li.menu-link-id_45125,
#nav-local ul li.menu-link-id_165179 {
    padding-bottom: 15px;
    background: url('https://intranet.ecu.edu.au/__data/assets/image/0020/124553/nav-local-hr_bg2.gif?v=0.1.1') 0px 3.1em repeat-x;
}

/* --------------------------------------------------------------------------------------------- 
END: LOCAL NAVIGATION
--------------------------------------------------------------------------------------------- */



/* --------------------------------------------------------------------------------------------- 
START: LANDING PAGE CONTENT STYLES
--------------------------------------------------------------------------------------------- */

.column-one {
    width: 333px;
    margin-right: 21px;
}

.column-two { width: 333px; }

.intranet-column-one {
    float: left;
    width: 420px;
    margin-right: 60px;
}

.intranet-column-two {
    float: left;
    width: 420px;
    overflow: hidden;
}

/* --------------------------------------------------------------------------------------------- 
END: LANDING PAGE CONTENT STYLES
--------------------------------------------------------------------------------------------- */



/* --------------------------------------------------------------------------------------------- 
START: SCHOLARSHIPS WIZARD STYLES
--------------------------------------------------------------------------------------------- */

#form_wizard label { width: auto; }
#form_wizard input { float: right; }
tr.alternate td { background-color: #f2f6f9; }

/* --------------------------------------------------------------------------------------------- 
END: SCHOLARSHIPS WIZARD STYLES
--------------------------------------------------------------------------------------------- */



/* --------------------------------------------------------------------------------------------- 
START: CALENDAR DATE FORMATTING
--------------------------------------------------------------------------------------------- */

span.hide, span.hide708{display:none;} /* This should be invisible to screen readers *and* sighted users */

/* --------------------------------------------------------------------------------------------- 
END: CALENDAR DATE FORMATTING
--------------------------------------------------------------------------------------------- */



/* --------------------------------------------------------------------------------------------- 
START: SITEMAP STYLES
--------------------------------------------------------------------------------------------- */

#asset-id_45002 #standard-custom-toggle-container .toggle,
#asset-id_54034 #standard-custom-toggle-container .toggle,
#asset-id_45129 #standard-custom-toggle-container .toggle,
#asset-id_165225 #standard-custom-toggle-container .toggle {
	clear: both;
	padding-top: 3px;
}

/* --------------------------------------------------------------------------------------------- 
END: SITEMAP STYLES
--------------------------------------------------------------------------------------------- */



/* END ****************************************************************************************/