﻿body
{
    margin: 5px;
    padding: 5px;
    font-family: Arial;
    font-size: 12px;
    
}

a
{
    color: #6f3c88;
}
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
a:hover {text-decoration: underline;}

.sideMenuLinks
{
    color: #cb6040;
}
.mainMenuLinks
{
    color: #ffffff;
}

#container
{
    width: 940px;
    height: 532px;
}

#header
{
    height: 140px;
    background-image: url("images/header.jpg");
    background-repeat: no-repeat;
}

#footer
{
    height: 48px;
    background-image: url("images/footer.jpg");
    background-repeat: no-repeat;
}

#wg
{
    position: absolute;
    left: 790px;
    top: 10px;
    font-size: x-small;
    color: gray;
    width: 300px;
}

#countdown
{
    font-weight: bold;
    color: #ffffff;
    position:absolute;
    left: 222px;
    top: 113px;
    width: 30px;
    height: 15px;
    text-align:center;
}
#wg table tr td
{
    text-align: right;
}

#menubar
{
    position: absolute;
    left: 65px;
    top: 133px;
    font-size: 12px;
    color: White;
}

#menubar ul
{
    margin: 0px auto;
    padding: 0px;
}

#menubar ul li
{
    list-style: none;
    display: inline;
    margin-right: 20px;
}

#main
{
    margin-top: 10px;
}

#sideMenu
{
    float: left;
    font-size: 12px;
    color: #cb6040;
}

.view
{
    width: 680px;
    padding-right: 10px;
    height: 368px;
    overflow-y: auto;
    overflow-x: hidden;
}

.title
{
    font-size: 20px;
    color: #cb6040;
    padding-bottom: 5px;
}

.subtitle
{
    font-size: 16px;
    color: #cb6040;
    padding-bottom: 5px;
}

.portalHeader
{
    background-color: #9E7C60;
    height: 35px;
    width: 680px;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

#banner
{
    width: 88px;
    height: 368px;
    background-image: url("images/banner.jpg"); 
    background-repeat: no-repeat;
}

.pictureCell
{
    width:75px;
    height: 80px;
    vertical-align: top;
}

.textCell
{
    padding-left: 5px;
    padding-bottom: 15px;
    vertical-align: top;
}

.gallery
{
    width: 260px;
    float: left;
    overflow-x: none;
    overflow-y: auto;
    height: 323px;
    margin-right: 10px;
}

.galleryMainImage
{
    display: inline;
    padding-left: 5px;
}
img
{
    border:none;
}

#profileTable table
{
    width: 650px;
}

#profileTable td
{
    height: 24px;
}

.shortEntries
{
    width: 180px;
}
.LongEntries
{
    width: 470px;
}

/* REGISTRATION FORM IN THE HOW TO ENTER SECTION */

.regFormCol1
{
    width: 190px;
    text-align: right;
    padding-right: 7px;
    vertical-align: text-top;
}

.regFormCol2
{
    width: 320px;
    vertical-align: text-top;
}

.regFormCol2textBox
{
    width: 310px;
}

@media print
{
    #imgBtnprintIcon
    {
        visibility:hidden;
    }
    body
    {
        font-size: 20px;
    }
    .title
    {
        font-size: 30px;
        color: #cb6040;
        padding-bottom: 5px;
    }
}

@media screen
{
    #imgBtnprintIcon
    {
        visibility: visible;
    }
    
}


