/*
* 2009 Corporate Web Style (Red) - Internet - Advanced Styles CSS
* Andrew Dunbar [ECU]
* May 2013
* 
* Modification history:
*
* 2013-05-01  Andrew Dunbar
*             Cleared history log prior to 05/2013
*/

/* --------------------------------------------------------------------------------------------- 
START: JQUERY: ACCORDION 1.2.2
--------------------------------------------------------------------------------------------- */

#globalAccordionContainer {
    padding: 1px;
    margin: 0;
    border: 1px solid #ddd;
    overflow: hidden;
    width: 90%;
}

.globalAccordion {
    list-style-type: none;
    padding: 0;
    margin: 0 0 30px;
}

.globalAccordion ul {
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    width: 100%;
}

.globalAccordion li {
    color: #333;
    font-weight: bold;
    cursor: pointer;
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    width: 100%;
    background-color: #e5edf3;
}

.globalAccordion li.active > a {
    background: url('https://www.waapa.ecu.edu.au/__data/assets/image/0016/23722/accordion-close.png?v=0.0.2') no-repeat center right;
}

.globalAccordion li div {
    font-weight: normal;
    padding: 3px 25px;
    background: #fff;
    display: block;
    clear: both;
    float: left;
    width: 100%;
}

.globalAccordion li ul li.active div {
    padding: 3px 0 3px 24px;
    margin: 0 80px 0 0;
    width: 97%;
}

.globalAccordion a.globalAccordionAnimation {
    color: #333;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 3px 30px 3px 10px;
    cursor: pointer;
    display: block;
    background: url('https://www.waapa.ecu.edu.au/__data/assets/image/0017/23723/accordion-open.png?v=0.0.2') no-repeat center right;
    outline: none;
}

/* Level 2 */
.globalAccordion li ul li {
    padding: 0;
    margin: 0;
    background-color: #efefef;
}

.globalAccordion li ul li a.globalAccordionAnimation {
    padding: 3px 0 3px 24px;
    margin: 0;
    font-weight: normal;
}

/* --------------------------------------------------------------------------------------------- 
END: JQUERY: ACCORDION 1.2.2
--------------------------------------------------------------------------------------------- */




/* --------------------------------------------------------------------------------------------- 
START: JQUERY: ACCORDION 1.6.0
--------------------------------------------------------------------------------------------- */

.jquery-accordion-v160 .accordionContainerGlobal {
    padding: 1px;
    margin: 0;
    border: 1px solid #ddd;
    overflow: hidden;
    width: 90%;
}

.jquery-accordion-v160 .globalAccordion {
    list-style-type: none;
    padding: 0;
    margin: 0 0 30px;
}

.jquery-accordion-v160 .globalAccordion {
    color: #333;
    font-weight: bold;
    cursor: pointer;
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    width: 100%;
}

.jquery-accordion-v160 .accordionLevel2 a.selected {
    background: url("https://www.waapa.ecu.edu.au/__data/assets/image/0016/23722/accordion-close.png?v=0.0.2") no-repeat center right;
}

.jquery-accordion-v160 #acc1 .globalAccordion a.selected,
.jquery-accordion-v160 .accglobal .globalAccordion a.selected {
    background: url("https://www.waapa.ecu.edu.au/__data/assets/image/0016/23722/accordion-close.png?v=0.0.2") no-repeat center right;
}

.jquery-accordion-v160 a.acc1 {
    text-decoration: underline;
    position: relative;
}

.jquery-accordion-v160 .numberListing {
    position: absolute;
    font-size: 12px;
    right: 23px;
}

.jquery-accordion-v160 .globalAccordion .acc2 .selected {
    padding: 3px 0 3px 24px;
    margin: 0 80px 0 0;
    width: 97%;
}

.jquery-accordion-v160 .globalAccordion a.acc1, .accordionLevel2 a.acc2 {
    color: #333;
    border: 1px solid #fff;
    padding: 3px 23px 3px 10px;
    cursor: pointer;
    display: block;
    background: url("https://www.waapa.ecu.edu.au/__data/assets/image/0017/23723/accordion-open.png?v=0.0.2") no-repeat center right;
    outline: none;
}

.jquery-accordion-v160 #acc1 .globalAccordion a.acc1,
.jquery-accordion-v160 .accglobal .globalAccordion a.acc1 {
    background-color: #E5EDF3;
}

.jquery-accordion-v160 .globalAccordion .accordionLevel2 .selected div a {
    padding: 0;
}

/* Level 2 */
.jquery-accordion-v160 .globalAccordion .accordionLevel2 div {
    padding: 0;
    margin: 0;
    background-color: #fff;
}

.jquery-accordion-v160 #acc1 .globalAccordion .accordionLevel2 a,
.jquery-accordion-v160 .accglobal .globalAccordion .accordionLevel2 a {
    padding: 3px 0 3px 24px;
    border: 1px solid #fff;
    cursor: pointer;
    display: block;
    color: #333;
    text-decoration: none;
    outline: none;
    background-color: #efefef;
}

.jquery-accordion-v160 .globalAccordion .accordionLevel2 div div {
    background-color: #FFF;
    padding: 4px 20px 4px 24px;
    margin: 0;
}

.jquery-accordion-v160 #acc1 .globalAccordion .accordionLevel2 div div a,
.jquery-accordion-v160 .accglobal .globalAccordion .accordionLevel2 div div a {
    padding: 0;
    border: 0;
    background-color: none;
}

.jquery-accordion-v160 #acc1 .globalAccordion .accordionLevel2 .RYPCourseViewButton,
.jquery-accordion-v160 .accglobal .globalAccordion .accordionLevel2 .RYPCourseViewButton {
    float: right;
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 10px;
}

.jquery-accordion-v160 .globalAccordion .accordionLevel2 div .viewCourse {
    float: right;
    background-color: #E5EDF3;
    width: 210px;
    position: absolute;
    right: 0;
    margin: 1px 1px 0 0;
    height: 100%;
    padding: 0;
}

.jquery-accordion-v160 .globalAccordion .accordionLevel2 div .viewCourse a {
    padding: 0;
}

.jquery-accordion-v160 .globalAccordion .accordionLevel2 div .viewCourse a {
    border: 0;
}

.jquery-accordion-v160 .globalAccordion .accordionLevel2 div div .viewCourse img {
    padding: 20px 0 0 45px;
}

.jquery-accordion-v160 .globalAccordion .accordionLevel2 div {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

.jquery-accordion-v160 #acc1 .globalAccordion .accordionLevel2 a.RYPCourseViewButton,
.jquery-accordion-v160 .accglobal .globalAccordion .accordionLevel2 a.RYPCourseViewButton {
    float: right;
    padding-left: 10px;
    padding-top: 9px;
    background-image: url("https://www.waapa.ecu.edu.au/__data/assets/image/0017/342053/ryp-course-view.png?v=0.0.2");
    background-repeat: no-repeat;
    background-color: transparent;
    width: 97px;
    height: 28px;
    color: #fff;
    margin: 10px 0 0 10px;
}

/* --------------------------------------------------------------------------------------------- 
END: JQUERY: ACCORDION 1.6.0
--------------------------------------------------------------------------------------------- */




/* --------------------------------------------------------------------------------------------- 
START: JQUERY: AUTOCOMPLETE 1.1
--------------------------------------------------------------------------------------------- */

.ac_results {
    padding: 0px;
    border: 1px solid #333333;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    /* 
    if width will be 100% horizontal scrollbar will apear 
    when scroll mode will be used
    */
    /*width: 100%;*/
    font: menu;
    font-size: 12px;
    /* 
    it is very important, if line-height not setted or setted 
    in relative units scroll will be broken in firefox
    */
    line-height: 16px;
    overflow: hidden;
    text-align: left;
}

.ac_loading {
    background: white url("https://www.waapa.ecu.edu.au/__data/assets/image/0019/23725/indicator.gif?v=0.0.2") right center no-repeat;
}

.ac_odd {
    background-color: #eee;
}

.ac_over {
    background-color: #9D0001;
    color: white;
}

/* --------------------------------------------------------------------------------------------- 
END: JQUERY: AUTOCOMPLETE 1.1
--------------------------------------------------------------------------------------------- */





/* --------------------------------------------------------------------------------------------- 
START: JQUERY: FORM VALIDATION 1.3.9.5
---------------------------------------------------------------------------------------------  */

.formError {
    position: absolute;
    top: 300px;
    left: 300px;
    padding-bottom: 13px;
    display: block;
    z-index: 5000;
}

.ajaxSubmit {
    padding: 20px;
    background: #55ea55;
    border: 1px solid #999;
    display: none;
}

.formError .formErrorContent {
    background: #ee0101;
    color: #fff;
    width: 150px;
    font-family: tahoma;
    font-size: 11px;
    border: 2px solid #ddd;
    /* box-shadow: 0px 0px 6px #000; */
    /* -moz-box-shadow: 0px 0px 6px #000; */
    /* -webkit-box-shadow: 0px 0px 6px #000; */
    padding: 4px 10px 4px 10px;
    /* border-radius: 6px; */
    /* -moz-border-radius: 6px; */
    /* -webkit-border-radius: 6px; */
}

.greenPopup .formErrorContent {
    background: #33be40;
}

.blackPopup .formErrorContent {
    background: #393939;
    color: #FFF;
}

.formError .formErrorArrow {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 15px;
    height: 15px;
    z-index: 5001;
}

.formError .formErrorArrowBottom {
    top: 0;
    margin: -6px;
}

.formError .formErrorArrow div {
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    /* box-shadow: 0px 2px 3px #444; */
    /* -moz-box-shadow: 0px 2px 3px #444; */
    /* -webkit-box-shadow: 0px 2px 3px #444; */
    height: 1px;
    background: #ee0101;
    margin: 0 auto;
    line-height: 0px;
    font-size: 0px;
    display: block;
}

.formError .formErrorArrowBottom div {
    /* box-shadow: none; */
    /* -moz-box-shadow: none; */
    /* -webkit-box-shadow: none; */
}

.greenPopup .formErrorArrow div {
    background: #33be40;
}

.blackPopup .formErrorArrow div {
    background: #393939;
    color: #FFF;
}

.formError .formErrorArrow .line10 {
    width: 15px;
    border: none;
}

.formError .formErrorArrow .line9 {
    width: 13px;
    border: none;
}

.formError .formErrorArrow .line8 {
    width: 11px;
}

.formError .formErrorArrow .line7 {
    width: 9px;
}

.formError .formErrorArrow .line6 {
    width: 7px;
}

.formError .formErrorArrow .line5 {
    width: 5px;
}

.formError .formErrorArrow .line4 {
    width: 3px;
}

.formError .formErrorArrow .line3 {
    width: 1px;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 0px solid #ddd;
}

.formError .formErrorArrow .line2 {
    width: 3px;
    border: none;
    background: #ddd;
}

.formError .formErrorArrow .line1 {
    width: 1px;
    border: none;
    background: #ddd;
}

/* --------------------------------------------------------------------------------------------- 
END: JQUERY: FORM VALIDATION 1.3.9.5
--------------------------------------------------------------------------------------------- */





/* --------------------------------------------------------------------------------------------- 
START: JQUERY: SLIDER 1.0
--------------------------------------------------------------------------------------------- */

#sliderContainer
{
    margin: 0px auto 10px auto;
    width: 690px;
    /* important to be same as image width */
}

#sliderContainer2
{
    margin: 0px auto 10px auto;
    width: 335px;
    /* important to be same as image width */
}

#slider1
{
    width: 690px;
    /* important to be same as image width */
    height: 190px;
    /* important to be same as image height */
    position: relative;
    /* important */
    overflow: hidden;
    /* important */
}

#slider2
{
    width: 335px;
    /* important to be same as image width */
    height: 190px;
    /* important to be same as image height */
    position: relative;
    /* important */
    overflow: hidden;
    /* important */
}

#slider1Content
{
    width: 690px;
    /* important to be same as image width or wider */
    position: absolute;
    /* important */
    top: 0;
    /* important */
    margin-left: 0;
    /* important */
}

#slider2Content
{
    width: 335px;
    /* important to be same as image width or wider */
    position: absolute;
    /* important */
    top: 0;
    /* important */
    margin-left: 0;
    /* important */
}

.slider1Image, .slider2Image
{
    float: left;
    /* important */
    position: relative;
    /* important */
    display: none;
    /* important */
}

.slider1Image span .caption
{
    position: absolute;
    /* important */
    padding: 10px 13px;
    width: 664px;
    /* width of image minus left and right padding. Needed for IE */
    background-color: #000;
    filter: alpha(opacity=70);
    /* here you can set the opacity of box with text */
    -moz-opacity: 0.7;
    /* here you can set the opacity of box with text */
    -khtml-opacity: 0.7;
    /* here you can set the opacity of box with text */
    opacity: 0.7;
    /* here you can set the opacity of box with text */
    color: #fff;
    display: none;
    /* important */
    left: 0;
    bottom: 0;
}

.slider2Image span .caption
{
    position: absolute;
    /* important */
    padding: 10px 13px;
    width: 312px;
    /* width of image minus left and right padding. Needed for IE */
    background-color: #000;
    filter: alpha(opacity=70);
    /* here you can set the opacity of box with text */
    -moz-opacity: 0.7;
    /* here you can set the opacity of box with text */
    -khtml-opacity: 0.7;
    /* here you can set the opacity of box with text */
    opacity: 0.7;
    /* here you can set the opacity of box with text */
    color: #fff;
    display: none;
    /* important */
    left: 0;
    bottom: 0;
}

#sliderContainer .slider1Image span strong { letter-spacing: 0.03em; font-size: 1.0em;}
#sliderContainer2 .slider2Image span strong { letter-spacing: 0.03em; font-size: 1.0em;}

#sliderContainer .clear { clear: both; }
#sliderContainer2 .clear { clear: both; }

#sliderContainer ul, #sliderContainer li, #sliderContainer img
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#sliderContainer2 ul, #sliderContainer li, #sliderContainer img
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#sliderContainer .top
{
    height: 30px;
    top: 0;
    left: 0;
}

#sliderContainer .bottom
{
    height: 30px;
    bottom: 0px;
    left: 0;
}

#sliderContainer .left
{
    right: 446px;
    top: 0;
    width: 120px !important;
    height: 200px;
}

#sliderContainer .right
{
    left: 446px;
    bottom: 0;
    width: 120px !important;
    height: 190px;
}

/* --------------------------------------------------------------------------------------------- 
END: JQUERY: SLIDER 1.0
--------------------------------------------------------------------------------------------- */





/* --------------------------------------------------------------------------------------------- 
START: PROTOTYPE LIGHTVIEW 2.8.0
--------------------------------------------------------------------------------------------- */

#lightview {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 150px;
    width: 150px;
    margin: -75px 0 0 -75px;
    padding: 0;
    text-align: left;
}

/* The container that holds everything */
.lv_Container {
    position: relative;
    width: 100%;
    height: 100%;
    background: none;
    padding: 0;
    margin: 0;
}

.lv_Button {
    cursor: pointer;
    text-decoration: none;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
}

/* The buttons on the side when you view a gallery */
.lv_Sides {
    position: absolute;
    top: 50%;
    left: 0;
    clear: both;
    width: 100%;
    padding: 0;
    margin: 0;
}
.lv_Sides * { padding: 0; margin: 0; }
.lv_Sides .lv_PrevSide,
.lv_Sides .lv_NextSide { position: relative; }

.lv_PrevSide { float: left; }
.lv_NextSide { float: right; }
.lv_Sides .lv_Wrapper {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.lv_Sides .lv_Button {
    float: left;
    background: none;
}

/* The frames above and below the center, that hold the corners.
   It's recommended not to change anything here, a lot is done in
   javascript to build further upon this based on your settings.
*/
.lv_Frames {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}
.lv_Frames .lv_Frame,
.lv_Frames .lv_Center,
.lv_Frames .lv_PrevNext {
  margin: 0;
  padding: 0;
}
.lv_Frame {
    width: 100%;
    display: block;
}
.lv_Frame * { padding: 0; margin: 0; }
.lv_FrameTop {
    position: absolute;
    left: 0;
    width: 100%;
    display: block;
}
.lv_FrameBottom {
    position: relative;
    float: left;
    clear: both;
}

.lv_Liquid {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    clear: both;
}
.lv_Liquid .lv_Filler {
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    left: 50%;
}

.lv_Half {
    display: block;
    height: 100%;
    clear: both;
    line-height: 0px;
}
.lv_Corner {
    float: left;
    position: relative;
}
.lv_CornerTr, .lv_CornerBr { float: right; }

.lv_Fill {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.lv_Half .lv_CornerWrapper {
    float: left;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.lv_HalfRight .lv_CornerWrapper { float: right; }

.lv_Corner { position: relative; }
.lv_Corner canvas { position: relative; }
.lv_HalfLeft .lv_Corner { float: left; }
.lv_HalfRight .lv_Corner {
    position: relative;
    float: right;
}

/* To position content correctly in the center with correct
   rounded corner display we need a few wrappers.
   This is to get it right on all browsers.
*/
.lv_Center {
    position: relative;
    clear: both;
    height: 100%;
    overflow: hidden;
    background: none;
    padding: 0;
    margin: 0;
}
.lv_WrapUp {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.lv_WrapDown {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.lv_WrapCenter {
    position: relative;
    padding: 0;
    margin: 0;
}

/* The loading indicator */
.lv_Loading {
    position: absolute;
    top: 50%;
    left: 50%;
}
.lv_Loading .lv_Button {
    float: left;
    height: 100%;
    width: 100%;
}

.lv_MediaWrapper {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    clear: both;
    padding: 0;
    margin: 0;
}
.lv_MediaWrapper img {
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
}

/* The overlays on top of images that toggle the previous/next buttons */
.lv_PrevNext {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
.lv_PrevNext * { padding: 0; margin: 0; }
.lv_PrevNext .lv_Button {
    position: relative;
    height: 100%;
}
.lv_PrevButton { float: left; }
.lv_NextButton { float: right; }

/* The bar that holds title, caption, imagenumber, slideshow and closebutton */
.lv_MenuBar {
    clear: both;
    position: relative;
    width: 100%;
    font: 11px/17px Arial, Helvetica, sans-serif;
    color: #7a7a7a;
    padding: 0;
    margin: 0;
    text-align: left;
}
.lv_MenuBar * { padding: 0; margin: 0;}


.lv_Close {
    position: relative;
    float: right;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.lv_Data {
    position: relative;
    float: left;
    padding-bottom: 3px;
    overflow: hidden;
}

/* simulates padding-left inside .lv_Data 
.lv_DataText div, .lv_ImgNumber div { margin-left: 3px; } */
.lv_innerController { line-height: 15px; }
.lv_Data .lv_DataText,
.lv_Data .lv_innerPrevNext,
.lv_Data .lv_Slideshow {
    float: left;
    margin-top: 3px;
}
.lv_DataText { width: 100%; }
.lv_DataText .lv_Title {
    font-weight: bold;
    margin-bottom: 2px;
}
.lv_DataText .lv_Caption { clear: both; }
.lv_Data .lv_innerPrevNext .lv_ImgNumber {
    color: #999;
    float: left;
}

.lv_Data .lv_innerPrevNext, 
.lv_Data .lv_Slideshow {
    position: relative;
    padding: 0 5px;
    margin-top: 5px;
    vertical-align: middle;
}
.lv_Data .lv_innerPrevNext { padding-left: 0; }
.lv_Data .lv_Slideshow { padding-right: 0px; border-left: 1px solid #d7d7d7; }

.lv_Data .lv_innerPrevNext .lv_Button, 
.lv_Data .lv_Slideshow .lv_Button { /* play and stop */
    float: left;
    background-position: center left;
    background-repeat: no-repeat;
}
.lv_innerPrevButton { margin-right: 5px; }
.lv_innerNextButton { margin-left: 5px; }


/* the boxes that hold media or external content */
.lv_contentTop,
.lv_contentBottom {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    clear: both;
}

#lightview iframe {
    float: left;
    border: 0;
    clear: both;
    padding: 0;
    margin: 0;
    background: none;
}

/* The container that hold buttons above the view, currently only topclose */
.lv_topButtons {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.lv_topcloseButtonImage { cursor: pointer; }


/* The error/warning/download message that will appear when
   a required plugin is not installed.
*/
#lightviewError p { padding: 0 0 10px 0; }
#lightviewError div {
    padding: 6px;
    font: 11px Arial, Helvetica, sans-serif;
}
#lightviewError .message {
    background: #fcb5b5;
    color: #dd1f1f;
    margin-bottom: 3px;
}
#lightviewError .type { font-weight: bold; }
#lightviewError .pluginspage {
    background: #b5fcbd;
    color: #21be30;
}
#lightviewError a,
#lightviewError a:hover,
#lightviewError a:visited {
    color: #21be30;
    text-decoration: none;
    background: none;
    font-weight: bold;
    border-bottom: 1px solid #7de689;
}
#lightviewError p {
    margin-left: 0;
    padding: 0;
}

#lv_overlay {
  position: absolute; /* Opera will use fixed */
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* navbar
   Adds a bar below the view that takes over the default Controller
*/
#lightviewController {
    position: fixed;
    bottom: 0;
    top: 0;
    left: 50%;
    margin: 0;
    padding: 0;
    color: #d2d2d2;
    font: 11px Arial, Helvetica, sans-serif;
}
* html body #lightviewController { /* IE6 */
    position: absolute;
    top: auto;
    margin-top: expression( (-1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop : 0) + (Lightview.controllerOffset || 0)) + 'px');    
}
#lightviewController .lv_controllerCenter {
    display: block;
    height: 100%;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: auto;
}
.lv_controllerTop, .lv_controllerMiddle, .lv_controllerBottom {
    float: left;
    display: block;
    position: relative;
    clear: both;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.lv_controllerCornerWrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.lv_controllerCornerWrapperTopLeft,
.lv_controllerCornerWrapperBottomLeft { top: 0; left: -100%;}
.lv_controllerCornerWrapperTopRight,
.lv_controllerCornerWrapperBottomRight { top: 0; left: 100%;}

#lightviewController .lv_CornerWrapper {
    width: 100%;
}
#lightviewController .lv_Corner { float: left; }
#lightviewController .lv_Corner {
    float: right;
    position: relative;
}
#lightviewController .lv_CornerTr, #lightviewController .lv_CornerBr { float: left; }
.lv_controllerBetweenCorners {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.lv_controllerMiddle {
    position: relative;
    height: 100%;
    float: left;
}
.lv_controllerCenter .lv_controllerSetNumber
.lv_controllerCenter .lv_ButtonWrapper {
    float: left;
    display: inline;
    position: relative;
    clear: none;
}
.lv_controllerSetNumber {
    float: left;
    text-align: center;
}

#lightviewController .lv_Button {
    float: left;
    position: relative;
    height: 100%;
    clear: none;
}
.lv_controllerSetNumber {
    position: relative;
    height: 100%;
    padding-right: 3px;
}
.lv_controllerPrev, 
.lv_controllerNext, 
.lv_controllerSlideshow, 
.lv_controllerClose {
    float: left;
    position: relative;
    height: 100%;
    padding-left: 3px;
}

.lv_controllerPrev { border-left: 1px solid #3c3c3c; }
#lightviewController .lv_controllerNext { padding-right: 3px; border-right: 1px solid #3c3c3c; }

* html #lightview { /* IE6 */
    position: absolute;
    margin-top: expression( (-1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop : 0) - (Lightview.controllerHeight || 0)) + 'px');
    margin-left: expression( -1 * this.offsetWidth / 2 + (document.documentElement ? document.documentElement.scrollLeft : 0) + 'px');
}

/* Always cover 100% of the screen in IE6 */
html #lv_overlay {
    position: absolute;
    height: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollHeight, document.documentElement.scrollHeight, document.body.offsetHeight, document.documentElement.clientHeight].max() : document.documentElement.scrollHeight) + 'px' );
    width: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollWidth, document.documentElement.scrollWidth, document.body.offsetWidth, document.documentElement.clientHeight].max() : document.documentElement.scrollWidth) + 'px' );
}

/* --------------------------------------------------------------------------------------------- 
END: PROTOTYPE LIGHTVIEW 2.8.0
--------------------------------------------------------------------------------------------- */





/* --------------------------------------------------------------------------------------------- 
START: JQUERY: LITEBOX 0.5
--------------------------------------------------------------------------------------------- */

#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}
#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 800;
    text-align: center;
    line-height: 0;
}
#jquery-lightbox a img {
    border: none;
}
#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#lightbox-container-image {
    padding: 10px;
}
#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
    left: 0;
}
#lightbox-nav a {
    outline: none;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}
#lightbox-nav-btnPrev {
    left: 0;
    float: left;
}
#lightbox-nav-btnNext {
    right: 0;
    float: right;
}
#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}
#lightbox-container-image-data {
    padding: 0 10px;
    color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
    width: 70%;
    float: left;
    text-align: left;
}
#lightbox-image-details-caption {
    font-weight: bold;
}
#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}
#gallery {
    background-color: #e8eef6;
    padding: 10px;
    padding-top:15px;
    width: 98%;
    /* 600 minus padding */
    margin: 20px 0px;
}
#gallery ul {
    list-style: none;
    text-align: center;
    padding: 0px;
    margin: 0px;
}
#gallery ul li {
    display: inline;
    padding: 0px;
    margin: 0px;
}
#gallery ul img {
    border: 5px solid #ffffff;
    border-width: 5px 5px 5px;
}
#gallery ul a:hover img {
    border: 5px solid #cedced;
    color: #fff;
}
#gallery ul a:hover {
    color: #fff;
}

/* --------------------------------------------------------------------------------------------- 
END: JQUERY LITEBOX  0.5
--------------------------------------------------------------------------------------------- */







/* --------------------------------------------------------------------------------------------- 
START: NIVO-SLIDER 2.3
--------------------------------------------------------------------------------------------- */

.nivoSlider {
    position: relative;
}

.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 60;
    display: none;
    background: white;
    filter: alpha(opacity=0);
    opacity: 0;
}

/* The slices in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 50;
    height: 100%;
}

/* Caption styles */
.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    opacity: 0.8;
    /* Overridden by captionOpacity setting */
    width: 100%;
    z-index: 89;
}

.nivo-caption p {
    padding: 5px;
    margin: 0;
}

.nivo-caption a {
    display: inline !important;
}

.nivo-html-caption {
    display: none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 99;
    cursor: pointer;
}

.nivo-prevNav {
    left: 0px;
}

.nivo-nextNav {
    right: 0px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
    position: relative;
    z-index: 99;
    cursor: pointer;
}

.nivo-controlNav a.active {
    font-weight: bold;
}

#slider-wrapper {
    width: 998px;
    height: 392px;
    margin: 0 auto;
    padding-top: 74px;
    margin-top: 50px;
}

#nivo-slider {
    position: relative;
    background: url("https://www.waapa.ecu.edu.au/__data/assets/image/0007/151756/nivo-loading.gif?v=0.0.2") no-repeat 50% 50%;
}

#nivo-slider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

#nivo-slider a {
    border: 0;
    display: block;
}

.nivo-controlNav {
    position: absolute;
    right: 250px;
    top: 52px; 
}

.nivo-controlNav a {
    display: block;
    width: 22px;
    height: 22px;
    background: url("https://www.waapa.ecu.edu.au/__data/assets/image/0003/151734/nivo-bullets.png?v=0.0.2") no-repeat;
    text-indent: -9999px;
    border: 0;
    margin-right: 3px;
    float: left;
}

.nivo-controlNav a.active {
    background-position: 0 -22px;
}

.nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url("https://www.waapa.ecu.edu.au/__data/assets/image/0020/151733/nivo-arrows.png?v=0.0.2") no-repeat;
    text-indent: -9999px;
    border: 0;
}

a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}

a.nivo-prevNav {
    left: 15px;
}

.nivo-caption {
    text-shadow: none;
    font-family: Helvetica, Arial, sans-serif;
}

.nivo-caption a {
    color: #efe9d1;
    text-decoration: underline;
}


/* --------------------------------------------------------------------------------------------- 
START: NIVO-SLIDER 2.3 - ECU Special classes.
--------------------------------------------------------------------------------------------- */

/* NIVO-SLIDER 2.3 ECU HOME BANNER */
.jquery-nivo-v230 .banner-ecu-homepage {
    width: 654px;
    height: 176px;
    margin: 0 0 16px 0;
}

/* NIVO-SLIDER 2.3 LP FULL BANNER */
.jquery-nivo-v230 .banner-full-width-lp {
    width: 690px;
    height: 190px;
    margin: 0;
}

/* NIVO-SLIDER 2.3 LP HALF BANNER */
.jquery-nivo-v230 .banner-half-width-lp {
    width: 335px;
    height: 190px;
    margin: 0;
}

/* NIVO-SLIDER 2.3 FULL BANNER */
.jquery-nivo-v230 .banner-full-width {
    width: 900px;
    height: 190px;
    margin: 0;
}

/* NIVO-SLIDER 2.3 HALF BANNER */
.jquery-nivo-v230 .banner-half-width {
    width: 450px;
    height: 190px;
    margin: 0;
}

/* NIVO-SLIDER 2.3 FUTURE STUDENTS */
.jquery-nivo-v230 .banner-ecu-futurestudents {
    width: 900px;
    height: 190px;
    margin: 0 0 20px 0;
}

/* NIVO-SLIDER 2.3 WAAPA */
.jquery-nivo-v230 .banner-waapa {
    float: left;
    height: 238px;
    margin: 0;
    width: 421px;
}

.inner-waapa {
    position: relative;
}

/* NIVO-SLIDER 2.3 Control Nav positioning */
.inner-lp .nivo-controlNav {
    position: absolute;
    right: 15px;
    top: 52px;
}

.inner-waapa .nivo-controlNav {
    top: 8px;
    right: 8px;
}

.inner-half-lp, .inner-full-lp {
    position: relative;
}

.inner-half-lp .nivo-controlNav {
     position: absolute;
    right: 6px;
    top: 8px;
}

.inner-full-lp .nivo-controlNav {
     position: absolute;
    right: 12px;
    top: 8px;
}

/* --------------------------------------------------------------------------------------------- 
END: JQUERY: NIVO-SLIDER 2.3
--------------------------------------------------------------------------------------------- */




/* --------------------------------------------------------------------------------------------- 
START: JQUERY: CAROUSEL 4.1.2
--------------------------------------------------------------------------------------------- */

#image-gallery-wrap a {
    text-decoration: none !important;
}

#image-gallery-wrap {
    text-align: center;
}

#image-gallery-wrap #gallery {
    background-color: #E8EEF6;
    border: 1px solid #D3DDEB;
    height: 105px;
    margin: 0 auto;
    /* padding: 15px 30px 11px; */
    width: 656px;
}

#image-gallery-wrap #gallery {text-align:left;}
#image-gallery-wrap #gallery ul {
    margin: 0 auto;
}

#image-gallery-wrap #gallery ul li {
    margin: 0 3px;
}

#image-gallery-wrap #gallerycarouFredSel {
    margin: 0 5px;
}

#image-gallery-wrap #gallerycarouFredSelbutton-right, #image-gallery-wrap #gallerycarouFredSelbutton-left {
    float: left;
}

#image-gallery-wrap #gallerycarouFredSelbutton-left a {
    background: url("https://www.waapa.ecu.edu.au/__data/assets/image/0009/280674/carouFredSel-arrow-left.gif?v=0.0.2") no-repeat scroll left center transparent;
    cursor: pointer;
    display: block;
    float: left;
    height: 35px;
    left: -5px;
    margin-top: 35px;
    position: relative;
    width: 35px;
}
#image-gallery-wrap #gallerycarouFredSelbutton-left a:hover {
    background: url("https://www.waapa.ecu.edu.au/__data/assets/image/0008/280673/carouFredSel-arrow-left-over.gif?v=0.0.2") no-repeat scroll left center transparent;
    height: 35px;
    width: 35px;
}
#image-gallery-wrap #gallerycarouFredSelbutton-right a {
    background: url("https://www.waapa.ecu.edu.au/__data/assets/image/0011/280676/carouFredSel-arrow-right.gif?v=0.0.2") no-repeat scroll left center transparent;
    cursor: pointer;
    display: block;
    float: left;
    height: 35px;
    left: 5px;
    margin-top: 35px;
    position: relative;
    width: 35px;
}
#image-gallery-wrap #gallerycarouFredSelbutton-right a:hover {
    background: url("https://www.waapa.ecu.edu.au/__data/assets/image/0010/280675/carouFredSel-arrow-right-over.gif?v=0.0.2") no-repeat scroll left center transparent;
    height: 35px;
    width: 35px;
}
.caroufredsel_wrapper {
    float: left;
    margin: 0 10px;
}


/* START: NEW MIKEY CAROUSEL 4.1.2 STYLES  ------------------------------------------------------ */

.jquery-gallery-carousel-v451 a {
    text-decoration: none !important;
}

.jquery-gallery-carousel-v451 {
    text-align: center;
    clear: both;
}

.jquery-gallery-carousel-v451 #gallery {
    height: 105px;
    margin: 20px auto 0 auto;
    width: 674px;
}

.jquery-gallery-carousel-v451 #gallery {
    text-align: left;
}

.jquery-gallery-carousel-v451 #gallery ul {
    margin: 0 auto;
}

.jquery-gallery-carousel-v451 #gallery ul li {
    margin: 0 3px;
}

.jquery-gallery-carousel-v451 #gallerycarouFredSel {
    margin: 0 5px;
}

.jquery-gallery-carousel-v451 #gallerycarouFredSelbutton-left, .jquery-gallery-carousel-v451 #gallerycarouFredSelbutton-right {
    float: left;
}

.jquery-gallery-carousel-v451 #gallerycarouFredSelbutton-left {
    margin-left:8px;
}

.jquery-gallery-carousel-v451 #gallerycarouFredSelbutton-left a {
    background: url("https://www.waapa.ecu.edu.au/__data/assets/image/0009/280674/carouFredSel-arrow-left.gif?v=0.0.2") no-repeat scroll left center transparent;
    cursor: pointer;
    display: block;
    float: left;
    height: 35px;
    left: -5px;
    position: relative;
    width: 35px;
    margin-top: 28px;
}

.jquery-gallery-carousel-v451 #gallerycarouFredSelbutton-left a:hover {
    background: url("https://www.waapa.ecu.edu.au/__data/assets/image/0008/280673/carouFredSel-arrow-left-over.gif?v=0.0.2") no-repeat scroll left center transparent;
    height: 35px;
    width: 35px;
}

.jquery-gallery-carousel-v451 #gallerycarouFredSelbutton-right {
    margin-left:2px;
}

.jquery-gallery-carousel-v451 #gallerycarouFredSelbutton-right a {
    background: url("https://www.waapa.ecu.edu.au/__data/assets/image/0011/280676/carouFredSel-arrow-right.gif?v=0.0.2") no-repeat scroll left center transparent;
    cursor: pointer;
    display: block;
    float: left;
    height: 35px;
    left: 5px;
    position: relative;
    width: 35px;
    margin-top: 28px;
}

.jquery-gallery-carousel-v451 #gallerycarouFredSelbutton-right a:hover {
    background: url("https://www.waapa.ecu.edu.au/__data/assets/image/0010/280675/carouFredSel-arrow-right-over.gif?v=0.0.2") no-repeat scroll left center transparent;
    height: 35px;
    width: 35px;
}

.caroufredsel_wrapper {
    float: left;
    margin: 0 10px;
}

/* END: NEW MIKEY CAROUSEL 4.1.2 STYLES ------------------------------------------------------ */

/* Gallery loading animation */
.jquery-gallery-carousel-v451 .gallery-loader {
    margin: 34px auto 0 auto;
    width: auto;
    height: 40px;
    font-size: 0.8em;
}

.jquery-gallery-carousel-v451 .gallery-loader .ajax-animation {
    margin: 0 auto;
    background-image: url('https://www.waapa.ecu.edu.au/__data/assets/image/0009/436653/ajax-loader.gif?v=0.0.4');
    background-repeat: no-repeat;
    width: 43px;
    height: 11px;
}

.jquery-gallery-carousel-v451 .gallery-loader p {
    margin: 0.5em 0;
}

.jquery-gallery-carousel-v451 .gallery-loader-container {
    height: 105px;
    margin: 20px auto 0;
    width: 674px;
    padding: 15px 10px 10px;
    background-color: #E8EEF6;
    border: 1px solid #D3DDEB;
}

/* Gallery loading animation for IPL video embed*/
.embed-video p {
    background-color: #F7F7F7;
    border-color: #E2E2E2;
    border-radius: 0 0 3px 3px;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    font-size: 0.92em;
    padding: 5px 8px;
    margin-top: 0;
}

.embed-video-loader {
    text-align: center;
    margin: 0 auto;
    background-color: #efefef;
    display: table;
}

.embed-video-loader p {
    margin-bottom: 7px;
    margin-top: 0;
}

.embed-video-loader .ajax-animation {
    background-image: url('https://www.waapa.ecu.edu.au/__data/assets/image/0009/436653/ajax-loader.gif?v=0.0.4');
    background-repeat: no-repeat;
    width: 43px;
    height: 11px;
    margin: 0 auto 0;
}

.embed-video-container {
    display: table-cell;
    vertical-align: middle;
}

/* --------------------------------------------------------------------------------------------- 
END: JQUERY: CAROUSEL 4.1.2
--------------------------------------------------------------------------------------------- */




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