/* The ZAK Mosta website stylesheet. By Kyle Pullicino. */
body {
    background-color: #9ADCCF;
    margin: 0px;
    border: 0px;
    padding: 0px;
    text-align: center;
    font-family: Trebuchet MS;
    font-size: 14px;
}

#wrapper {
    border-width: 0px;
    margin: 0px auto;
    text-align: left;
    padding: 0px;
    width: 800px;
}

#topblock {
    margin: 10px 0px;
    border-width: 0px;
    padding: 0px;
    height: 100px;
    vertical-align: middle;
}

#logobox {
    width: 130px;
    height: 93px;
    border: 0px;
    padding: 0px;
    margin: 2.5px 5px 2.5px 0px;
    float: left;
}

#logobox img {
    border: 0px;
}

#bannerbox {
    width: 650px;
    height: 70px;
    margin: 10px 0px 5px 5px;
    border: 5px solid #3EA64D;
    float: left;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

#bnimgs {
    width: 840px;
    margin-left: 0px;
}

img.bannerimg {
    width: 100px;
    height: 70px;
    border-right: 5px solid #3EA64D;
    margin: 0px;
    float: left;
}

#promotionblock {
    width: 795px;
    height: 120px;
    padding-left: 0.5px;
    margin: 0px 0px 5px 0px;
    border-color: #3EA64D;
    border-style: solid;
    border-width: 4px;
}

#barblock {
    width: 800px;
    height: 30px;
    padding-left: 0px;
    margin: 0px;
    border-width: 0px;
}

#barblock a {
    display: block;
    float: left;
    text-transform: uppercase;
    background-image: url("images/bar-bg-normal.png");
    border: 2px solid black;
    padding-top: 2px;
    text-align: center;
    height: 23px;
    width: 129px;
    vertical-align: middle;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

#barblock a:hover {
    border: 2px solid black;
    background-image: url("images/bar-bg-hover.png");
    text-decoration: underline overline;
}

#dropdownbox {
    position: absolute;
    visibility: hidden;
    margin-top: 35px;
    margin-left: 9px;
    width: 110px;
    text-align: center;
    border-right: 2px solid #3EA64D;
    border-left: 2px solid #3EA64D;
    border-bottom: 2px solid #3EA64D;
}

#dropdownbox a.dropdownentry {
    display: block;
    color: white;
    height: 18px;
    width: 110px;
    border-top: none;
    border-right: none;
    border-left: none;
    background-image: url("images/dropdown-fill.png");
    border-bottom: 1px dashed #3EA64D;
    text-transform: none;
    font-weight: normal;
}

#dropdownbox a.dropdownentry:hover {
    background-image: url("images/dropdown-hover-fill.png");
    font-weight: bold;
    text-decoration: none
}

#barblock #selectedlinkbutton {
    color: #FF6600;
    text-decoration: underline;
}

#treebox {
    width: 151px;
    margin-left: 2px;
    border: 5px solid black;
    background-color: #D0FF9D;
    float: left;
}

#treebox ul, li {
    list-style: none;
    margin-left: 0.5em;
    padding: 0px;
    list-style-type: circle;
    font-size: small;
}

li.selectedtreenode {
    font-weight: bold;
}

#contentbox {
    width: 794px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 4px;
    margin-bottom: 10px;
    border: 2px solid black;
    background-color: #D0FF9D;
    float: left;
}

#contentbox hr {
    margin-bottom: 0px;
}

/* The main heading text for the content box */
#contentbox h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    height: 40px;
    color: #FFFFFF;
    background-image: url("images/content-h1-fill.png");
    background-repeat: repeat-x;
    border-bottom: 2px solid #3EA64D;
}

/* The subtitle text for the content box */
#contentbox h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
    margin-bottom: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    height: 26px;
    color: #008E00;
    font-style: italic;
    background-color: #88FF77;
    border-bottom: 2px solid #3BBD4D;
    border-left: 2px solid #3BBD4D;
}

/* Tables inside the content box */
#contentbox table {
    width: 96%;
    margin: 5px auto;
}

#contentbox thead {
    font-weight: bold;
    background-color: #44DD22;
    font-size: large;
}

/* ...And their cells */
#contentbox table td {
    border: 4px groove #00FF00;
    text-align: center;
}

/* The main heading text for the content box */
#contentbox p, #contentbox img {
    border: 0px;
    margin-top: 2px;
    margin-left: 4px;
    margin-right: 4px;
}

/* The calendar widget */
#calendar {
    display: block;
    width: 97%;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
}

#middleblock {
    margin: 0px;
    border-width: 0px;
    padding: 0px;
    vertical-align: top;
}

#bottomblock {
    width: 790px;
    height: 16px;
    margin: 0px;
    border: 2px solid black;
    padding: auto;
    text-align: center;
    color: gray;
    float: left;
}

#footer {
    font-size: x-small;
    color: gray;
}

/* Use these with the content elements if neccessary */
.block {
    display: block;
}

.leftfloat {
    float: left;
}

.rightfloat {
    float: right;
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

a.button {
    display: block;
    text-transform: uppercase;
    background-image: url("images/bar-bg-normal.png");
    border: 5px solid black;
    padding-top: 2px;
    text-align: center;
    height: 23px;
    width: 150px;
    vertical-align: middle;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

a.button:hover {
    border: 5px inset black;
    background-image: url("images/bar-bg-hover.png");
    text-decoration: underline overline;
}

.anchorbottomright {
    position: relative;
    bottom: 10px;
    right: 2px;
}

.subtle {
    font-size: small;
    color: gray;
    font-style: italic;
}

.nomargin {
    margin: 0px;
}

.noborder {
    border: 0px;
}

.border {
    border: 5px solid black;
}

.low {
    z-index: 1;
}

.high {
    z-index: 2;
}

.large {
    font-size: large;
}

.likebutton {
    position: fixed;
    top: 5px;
    left: 5px;
}
