/*
  Running MySource Matrix
  Developed by Squiz - http://www.squiz.net
  MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 20 July 2010 08:48:51
*/


/*
* +--------------------------------------------------------------------+
* | This MySource Matrix CMS file is Copyright (c) Squiz Pty Ltd       |
* | ACN 084 670 600                                                    |
* +--------------------------------------------------------------------+
* | IMPORTANT: Your use of this Software is subject to the terms of    |
* | the Licence provided in the file licence.txt. If you cannot find   |
* | this file please contact Squiz (www.squiz.net) so we may provide   |
* | you a copy.                                                        |
* +--------------------------------------------------------------------+
*/

/* whole calendar table */
.cal {
    background: #ffffff;
    z-index: 9999;
    width: 100%;
    clear: both;
    margin: 10px 0 10px;
    float: left;
    width: 218px;
    border-collapse: collapse;
}

.cal td {
    font-size: 12px ;
    color: #434445;
    /*padding: 3px 4px;*/
    padding: 0px;
    border: 1px solid #ffffff;
    font-family: Arial, sans-serif;
}
.cal td span {
    display: block;
    padding: 3px 4px;
}

/* week selectors */
.cal_week {
    background: #f3f3f3;
    color: #737373 !important;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

/* top week day cells */
.cal_week_day {
    background: #f7f7f7;
    text-align: center;
    vertical-align: middle;
    cursor: default;
    font-weight: bold!important;
    padding: 3px 4px !important;
}


/* previous and next month dates */
.cal_empty {
    background: #f4f4f4;
    color: #c3c4c4 !important;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

/* weekdays and weekends */
.cal_day, .cal_hol {
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
.cal_day {
    background: #f2f2f2;
}
.cal_hol {
    background: #e9e9e9;
}

/* selected day or today */
.cal_day_sel, .cal_hol_sel, .cal_today {
    background: #dadada;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

/* next, prev month & year arrows */
.cal_arrow {
    background: #f0f0f0;
    color: #999999 !important;
    vertical-align: middle;
    cursor: pointer;
    padding: 7px 9px !important;
}
.cal_arrow, .cal_week {
    font-weight: bold;
    font-size: 120%;
}

/* Header: month and year */
.cal_month, .cal_year {
    font-weight: bold;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
}
.cal_month {
    font-size: 120% !important;
    padding: 8px 0px !important;
}
.cal_month, .cal_arrow.month {
    background: #f53f3b url('http://www.ozarts.com.au/__data/assets/image/0009/47736/bg-cal-month.gif') left bottom repeat-x;
    color: #ffffff !important;
}
.cal_year, .cal_arrow.year {
    background: #eeeded;
}
.cal_year {
    padding: 6px 0px !important;
}

/* close button */
.cal_close {
    color: #ff0000;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    width: 10px;
    height: 10px;
}

.cal_event {
    font-weight: bold;
}

/* mouse over the day */
.cal_ovr, .cal_ovr_loading {
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
.cal_ovr_loading {
    cursor: wait;
}
span.cal_ovr {
    background: #ffffff;
    color: #e3001b !important;
    border: 1px solid #e3001b;
    margin: -1px;
    cursor: pointer;
}
span.cal_ovr.loading {
    cursor: wait;
}

/* mouse over the week */
.cal_ovr td {
    background: #aaaaaa;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

/* ----- Event Preview for Selected Day ----- */
#event-box {
    background: transparent url('http://www.ozarts.com.au/__data/assets/image/0018/47205/bg-cal-event.png') left top no-repeat;
    width: 366px; /* Subtract left and right padding from 409px */
    height: 146px; /* Subtract top and bottom padding from 180px */
    overflow: hidden;
    padding: 15px 24px 19px 19px;
    float: left;
    font-family: Arial, sans-serif;
}

#event-box div.thumbnail, #event-box div.details {
    float: left;
    display: inline;
}

#event-box div.thumbnail {
    width: 100px;
    height: 100px;
    overflow: hidden;
    background-color: #dadada;
    text-align: center;
}
#event-box div.thumbnail ul.thumbnail.overlay {
    padding: 0px;
        position: absolute;
        left: 19px;
        top: 90px;
        width: 100px;
        overflow: hidden;
        list-style-type: none;
        list-style-position: inside;
        font-size: 9px;
        background: transparent url('http://www.ozarts.com.au/__data/assets/image/0009/48276/bg-dark-overlay.png');
        color: #ffffff;
        z-index: 900;
}
* html #event-box div.thumbnail ul.thumbnail.overlay {
    background-color: #000000;
}
#event-box div.thumbnail ul.thumbnail.overlay li {
    display: inline;
    padding: 0px;
    background: transparent none;
}
#event-box div.thumbnail ul.thumbnail.overlay li a {
    color: #ffffff;
    display: inline-block;
    padding: 4px 3px 4px 7px;
    background: transparent url('http://www.ozarts.com.au/__data/assets/image/0008/48275/icon-pointer.gif') 1px 9px no-repeat;
}
#event-box div.thumbnail ul.thumbnail.overlay li a:hover, #event-box div.thumbnail ul.thumbnail.overlay li a:active {
    text-decoration: underline;
}

#event-box div.details {
    margin-left: 10px;
    width: 256px;
}
#event-box a {
    color: #e62138;
}
#event-box div.details p {
    line-height: 100%;
    margin: 0.6em 0px;
}
#event-box div.details p.date {
    font-size: 0.9em;
    margin-bottom: 0.2em;
}
#event-box div.details p.title {
    font-size: 1.1em;
    width: 100%;
}
#event-box dl.details {
    font-size: 0.9em;
    margin: 0px;
}
#event-box dl.details dt, #event-box dl.details dd {
}
#event-box dl.details dt {
    font-weight: bold;
    float: left;
    clear: both;
    margin-right: 0.5em;
}
#event-box dl.details dd {
    float: none;
}

/* Calendar Tabs */

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
    font-family: Arial, Helvetica
    font-size: 12px;
    width:225px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    background: url(http://www.ozarts.com.au/__data/assets/image/0016/49300/unselected.gif) no-repeat;
    min-width: 110px; /* be nice to Opera */
    padding: 0 !important;
}

.tabs-nav li.tabs-selected {
    background: url(http://www.ozarts.com.au/__data/assets/image/0006/49299/selected.gif) no-repeat; 
    }
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 23px;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #838383;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;

    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    padding: 0px 7px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

.tabs-nav li a span {
color: #838383; }


.grey_box {
    background: url(http://www.ozarts.com.au/__data/assets/image/0005/49298/background.gif) no-repeat;
    margin-left: -3px;
    padding: 15px;
    width: 191px;
    height: 145px;
}

.grey_box .eventNews {
padding-bottom: 7px;
}

/* IE 6 & 7 Targeting */

* html .tabs-nav { /* auto clear */
    display: inline-block;
}
* html .tabs-nav .tabs-disabled {
    position: relative; /* fixes opacity */
    filter: alpha(opacity=40);
}
* html .tabs-nav .tabs-disabled a span {
    _height: 19px; /* for some reason the height is 1px to less with opacity... */
    min-height: 19px; /* ...in both IE 6 and 7 */
}

*+html .tabs-nav { /* auto clear */
    display: inline-block;
}
*+html .tabs-nav .tabs-disabled {
    position: relative; /* fixes opacity */
    filter: alpha(opacity=40);
}
*+html .tabs-nav .tabs-disabled a span {
    _height: 19px; /* for some reason the height is 1px to less with opacity... */
    min-height: 19px; /* ...in both IE 6 and 7 */
}

