/*
-----------------------------------------------------
Style Sheet Flexible Design
Developer - Ronald Rogers
Company - WEBY Systems
Website - www.weby.com.au
Contact - weby@weby.com.au
-----------------------------------------------------*/


/*-- BASE LAYOUT FEATURES ---------------------------*/
body {
    background-color: #FFFFFF;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    font-family: verdana, arial, sans-serif;
    color: #222222;
    }

    a           { }
    a:link      { color: #000066; text-decoration: underline; font-weight: normal;}
    a:visited   { color: #000066; text-decoration: underline; font-weight: normal;}
    a:active    { color: #000066; text-decoration: underline; font-weight: normal;}
    a:hover     { color: #ffffff; background: #000066; text-decoration: underline; font-weight: normal;}

    h1  {
        color:#FFFFFF;
        background:#000066;
        font-family:  verdana, sans-serif;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 5px 5px;
        font-size: 20px;
        font-weight:bold;
        line-height: 22px;
        }
        
    h2  {
        font-family:  verdana, sans-serif;
        color:#000066;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 4px 5px;
        font-size: 18px;
        font-weight:bold;
        line-height: 20px;

        }
    h3  {
        font-family:  verdana, sans-serif;
        color: #000066;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 4px 0px;
        font-size: 16px;
        font-weight:bold;
        line-height: 18px;
        letter-spacing: 1px;
        }

    h4  {
        font-family:  verdana, sans-serif;
        color: #cccccc;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        font-size: 12px;
        font-weight:bold;
        line-height: 14px;
        letter-spacing: 0px;
        }


.clear{clear:both;}




/*-- OUTSIDE CONTAINER CONTAIN ALL DIVS ---------------------------*/
#header {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    width: 90%;
    background: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    color: #660066;
    font-size: 30px;
    line-height: 103px;
    }

#content {
    float:none;
    clear: both;
    padding: 10px 0px 10px 0px;
    margin-right: auto;
    margin-left: auto;
    text-align:left;
    width: 90%;
    background: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    }
.intro p{
  margin: 6px 0px 10px 0px !important;
  padding: 0px 10px 0px 10px;
  font-weight:normal;
}
div.entry { margin: 0em; }
p{
  margin: 6px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
    font-weight:bold;
}
table{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 10px;
  border: 1px solid #cccccc;
  border-collapse: collapse
}



input, select, textarea {
  margin: 0px 0px 0px 15px;
  padding: 0px 0px 0px 0px;
}

.filterEntry{
  padding: 0px 0px 0px 10px;
}
.filterEntry input{
    margin: 3px 2px 3px 0px;
}
.filterEntry td {
width: 33%;
}
.question, .storyEntryTitle{
  margin: 6px 0px 3px 0px;
  padding: 0px 10px 0px 10px;
  font-weight:bold;
}

.questionSeparator hr{
margin: 0px 0px 10px 0px;
border-top:1px dashed #cccccc;
border-bottom:0px solid #ffffff;
height:1px;
size:1px;
width:100%;
text-align:center;
color:#FFFFFF;
background:#FFFFFF;
}


.checkBoxesEntry input{
    margin: 0px 0px 0px 20px !important;
    padding: 0px 10px 0px 20px !important;
    font-weight:bold !important;
}
.checkBoxesEntry p{
    padding: 0px 10px 0px 0px !important;
}
.checkBoxesEntry label{
padding: 0px 10px 0px 3px;
font-weight:bold;
}

.multipleChoiceEntry input{
    margin: 0px 0px 0px 20px !important;
    padding: 0px 10px 0px 20px !important;
    font-weight:bold !important;
}
.multipleChoiceEntry p{
    padding: 0px 10px 0px 0px !important;
}
.multipleChoiceEntry label{
padding: 0px 10px 0px 3px;
font-weight:bold;
}

div.requiredWarning{
border:1px solid #ffffff;
  padding: 0px 10px 0px 20px;
  font-weight:normal;
}

.inst{
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight:bold;
    font-style:italic;
    color:#333333;
    line-height: 18px;

}

#footer {
    float:none;
    clear: both;
    display:block;
    margin-right: auto;
    margin-left: auto;
    text-align:center;
    height:40px;
    width: 90%;
    background-color: #CCFFFF;
    color:#FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    }


