/*
 * Resets & Defaults
 */
html, body {
    width: 100%;
    height: 100%;
    font-family: "Lucida Grande", helvetica, verdana, sans-serif;
    font-size: 12px;
}

* {
    vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
  /*  border: 0 none;*/
    outline: 0;
    padding: 0;
    margin: 0;
}

img {
    border: 0px;
}

table td {
    padding: 6px;
}

.smallfont {
    font-size: 10px;
    color: #6E6E6E;
}

/*-----------------------------------------------------------------------------------*/

/*
 * Container
 */
.container {
    text-align: left;
    margin: 0px auto;
    width: 1000px;
}

/*-----------------------------------------------------------------------------------*/

/*
 * Top block
 */
#top {
    width: 100%;
    height: 47px;
    
    background: url(../images/backgrounds/top.png) repeat-x left top;
    /*
    text-align: center;
    line-height: 40px;*/
}/*
#top a {
    text-decoration: none;
    margin-right: 15px;
    
    font-size: 15px;
    font-weight: bold;
    color: #ACA8A4;
}
#top a:hover {
    color: #0983d1;
}
#top a.current {
    color: #000;
}*/

/*-----------------------------------------------------------------------------------*/

/*
 * Userbar
 */
#userbar {
    width: 100%;
    height: 42px;
}
#userbar .container {
    font-family: "Lucida Grande", helvetica, verdana, sans-serif;
    text-align: center;
}

#userbar ul {
    list-style: none;
    width: 60em;
    margin: auto;
}
#userbar ul li {
    float: left;
    overflow: hidden;
    height: 28px;

    margin-top: 7px;
    margin-right: 10px;
}
#userbar ul li a {
    display: block;
    height: 28px;

    padding-left: 11px;

    background: url(../images/backgrounds/userbar-sprite-left.png) left no-repeat;
    background-position: -20px;

    color: #343434;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
}
#userbar ul li a span {
    cursor: pointer;
    display: block;
    height: 23px;
    
    padding-top: 5px;
    padding-right: 11px;
    
    background: url(../images/backgrounds/userbar-sprite-right.png) right top no-repeat;
    background-position: -2000px;
}

#userbar ul li.hover a,
#userbar ul li.current a {
    background-position: left;
    text-decoration: none;
    color: #FFF;
}
#userbar ul li.hover a span,
#userbar ul li.current a span {
    background-position: right;
}

/*-----------------------------------------------------------------------------------*/

/*
 * Body block
 */
#body .side {
    float: left;
    width: 296px;
}
#body .main {
    float: left;
    width: 664px;
    padding: 20px;
}

.index-body {
    height: 450px;
}

/*-----------------------------------------------------------------------------------*/

/*
 * Logo
 */
.logo {
    text-align: center;
}
.logo img {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*-----------------------------------------------------------------------------------*/

/*
 * Sidemenu
 */
#sidemenu {
    width: 296px;
    
    border: #DDD solid 1px;
    padding-right: 2px;
}
#sidemenu div {
    width: 256px;
    height: 68px;

    padding: 10px 20px;

    border: #FFF 1px solid;
    background-color: #FFF;
}
#sidemenu div.odd {
    border: #F8F8F8 1px solid;
    background-color: #F8F8F8;
}

#sidemenu div.hover {
    cursor: pointer;
    border: #E5F1FA 1px solid;
}
#sidemenu div.current {
    border: #A8B4BE 1px solid;
}
#sidemenu div.hover,
#sidemenu div.current {
    background-color: #E5F1FA/*#FFF0CA*/ ;
}

#sidemenu .globe {
    position: relative;
    float: left;
    overflow: hidden;
    width: 32px;
    height: 32px;
    
    top: 17px;
    left: 0px;
    
    padding: 0;
    border: 0;

    background: url(../images/icons/globe_hover.png) no-repeat;
    background-position: 0px -34px;
}
#sidemenu div.hover .globe,
#sidemenu div.current .globe {
    background-position: 0px 0px;
}

/*#sidemenu div img {
    float: left;
    margin: 20px 0px 0px;
}*/
#sidemenu div h2 {
    padding-top: 8px;
    margin-left: 50px;
    
    color: #2C2B2B;
    font-size: 13px;
    font-weight: bold;
}
#sidemenu div p {
    margin-top: 4px;
    margin-left: 50px;
    
    font-size: 10px;
    color: #6E6E6E;
}
.side-hideable {
    display: none;
}

/*-----------------------------------------------------------------------------------*/

/*
 * Sidemenu Pages
 */
.page {
    display: none;
}
.page > img {
    margin-left: 20px;
}
.page h2, .side-full h2, .index h2 {
    margin-bottom: 8px;
    
    color: #2C2B2B;
    font-size: 14px;
    font-weight: bold;
}
.page p, .side-full p, .index p {
    line-height: 25px;
    color: #6e6e6e;
}
.page .left,
.page .right,
.index .left,
.index .right {
    float: left;
    width: 300px;
    margin-top: 20px;
}
.page .left {
    margin-left: 20px;
    margin-right: 40px;
}
.page .full, .side-full {
    margin-top: 20px;
    margin-left: 20px;
    width: 100%;
}
.page br, .index br {
    line-height: 15px;
}
.page li {
    margin-left: 40px;
    margin-top: 10px;
    color: #6e6e6e;
}

/* index changes */
.index {
    height: 400px;

    padding-bottom: 140px;
}
.index .left {
    width: 280px;
    
    padding-top: 0px;
    margin-left: 20px;
}
.index .image {
    float: right;
    padding-top: 10px;
}

/*-----------------------------------------------------------------------------------*/

/*
 * Footer
 */
#footer {
    float: left;
    height: 170px;
    margin-top: 40px;
    
    border: #DDD solid 0px;
    border-width: 1px 1px 1px 0px;
    background-color: #F8F8F8;
}
#footer > div {
    position: relative;
    float: left;
    width: 218px;
    height: 140px;
    padding: 15px;
    
    border-left: #DDD solid 1px;
}

/* footer styling */
#footer h2 {
    color: #2C2B2B;
    font-size: 13px;
    font-weight: bold;
}
#footer p {
    padding-top: 8px;
    
    font-size: 10px;
    color: #6E6E6E;
}
#footer span.more {
    position: absolute;
    bottom: 0;
    left: 15px;
    
    padding-bottom: 10px;
}
#footer span.more a {
    font-size: 10px;
}
#footer .queenstown {
    background: url(../images/backgrounds/footer-comp.png) no-repeat bottom right;
}

#footer ul {
    float: left;
    width: 100px;
    
    margin: 10px 0px;
    
    line-height: 15px;
}
#footer ul.right {
    float: right;
}
#footer li {
    list-style-type: none;
    
    margin-top: 5px;
    padding-left: 20px;
    
    background: url(../images/icons/bullet.gif) no-repeat top left;
    font-size: 11px;
}

#footer li.pdf {
    background: url(../images/icons/pdficon_small.gif) no-repeat top left;
}

/* footer links */
#footer-links {
    float: left;
    width: 100%;
    
    margin-top: 40px;
    
    text-align: center;
    font-size: 11px;
    color: #003468;
}
#footer-links p {
    margin-top: 20px;
    margin-bottom: 100px;
    
    font-size: 10px;
    color: #6E6E6E;
}

/* link styles */
#footer-links a,
#footer a,
.link {
    text-decoration: none;
    color: #003468 /*#08ADEB*//*#078EEF*/;
}

#footer-links a:hover,
#footer a:hover,
.link:hover {
    text-decoration: underline;
}

/*-----------------------------------------------------------------------------------*/

/*
 * Form
 */
.form-text {
    width: 170px;
    border: #999 solid 1px;
    padding: 2px 5px 2px 5px;
}
.form-textarea {
    width: 170px;
    height: 50px;
    border: #999 solid 1px;
    padding: 2px 5px 2px 5px;
    
    overflow: auto;
}
.select {
    width: 181px;
}
.enquiry {
    width: 500px;
    height: 120px;
}
button {
    width: 100px;
    height: 30px;
}
.errorMsg {
    height: 30px;
    line-height: 30px;
    
    padding: 5px 0px 5px 10px;
    margin-bottom: 10px;
    border-top: #DDD solid 1px;
    border-bottom: #DDD solid 1px;
    
    background-color: #F8F8F8;
    
    letter-spacing: 1px;
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    color: red;
}

/*----------------------------------------------------*/

/*
 * Debtor show/hide
 */
.debtor-hide {
    display: none;
}

/*----------------------------------------------------*/

/*
 * Overlay styling
 */
.overlay-cover {
    display: none;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;

    background: #000;
}
.overlay-box {
    position: absolute;
    display: none;
    overflow: hidden;
    overflow-y: auto;

    min-width: 500px;
    
    border: 7px solid #AAA;
    border: 10px solid #CCC;
    background: #FFF;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.overlay-box h2 {
    background: #6D6E71/*#3577B8*/;
    
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    
    padding: 7px 10px;
}

.overlay-box .body {
    min-height: 40px;
    max-height: 400px;
    
    overflow: auto;

    padding: 20px 0px 30px 30px;
    
    border: #CCC solid;
    border-width: 0px 1px;
}

.overlay-box .buttons {
    text-align: right;
    
    padding: 8px;
    background: #F2F2F2;
    
    border-top: #CCC 1px solid;
}

.overlay-box .overlay-loading {
    position: relative;
    
    width: 500px;
    height: 80px;
    padding: 10px;
    
    font-size: 20px;
    text-align: center;
}
.overlay-box .overlay-loading img {
    margin: 7px 0px 5px;
}

