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


/*-- BASE LAYOUT FEATURES ---------------------------*/
body {
    margin: 0px 0px 0px 0px;
    background-color: #EFEFEF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    }

    a{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    }
    a:link      { color: #ba1c33; text-decoration: none; font-weight: bold;}
    a:visited   { color: #ba1c33; text-decoration: none; font-weight: bold;}
    a:active    { color: #ba1c33; text-decoration: none; font-weight: bold;}
    a:hover     { color: #ff0025; text-decoration: underline; font-weight: bold;}
h1 {
    display:block;
    margin: 0px 0px 10px 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight:normal;
    color: #972214;
    line-height:57px;
    background:#FFF1D4;
}
h2 {
    margin: 0px 0px 10px 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight:normal;
    color: #972214;
    line-height:57px;
}
h2 a:link, h2 a:visited, h2 a:active, h2 a:hover {
    margin: 0px 0px 10px 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight:normal;
    color: #972214;
    line-height:57px;
   text-decoration:none;
}
h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight:normal;
    color: #972214;
}
    h4  {
        font-family:  verdana, sans-serif;
        color: #972214;
        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-right: auto;
    margin-left: auto;
    text-align: left;
    width: 95%;
/*    margin: 0px 0px 0px 0px;*/
    padding: 0px 10px 0px 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #760708;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    height: 130px;
    background: #FFF7E2;

/*    background-image: URL('http://www.cognitive-edge.com/images/header_bg.jpg');
    background-repeat: repeat-y;
*/
    }

#content {
    float:none;
    clear: both;
    padding: 10px 20px 10px 20px;
    margin-right: auto;
    margin-left: auto;
    text-align:left;
    width: 95%;
    background: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    }

div.entry { margin: 0em; }
p{
  margin: 3px 0px 3px 0px;
  padding: 0px 0px 0px 0px;
}
table{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 1px solid #cccccc;
  border-collapse: collapse
}

input, select, textarea {
    margin: 0px 0px 0px 15px;
}
.filterEntry table {
width: 100% !important;
}
.filterEntry td {
width: 33% !important;
}
.filterEntry input{
    margin: 3px 2px 3px 0px;
}
.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;
}

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

.frontpage{
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    line-height: 17px;
}

.frontpage p{
    margin: 3px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
    font-family: Verdana, Arial, sans-serif;
    font-weight:normal;
    font-size: 13px;
    line-height: 17px;
}

.frontpage table{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px solid #cccccc;
  border-collapse: collapse
}


.question p{
    margin: 3px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Verdana, Arial, sans-serif;
    font-weight:bold;
    font-size: 13px;
    line-height: 17px;
}

.inst{
    padding: 5px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight:bold;
    color: #666666;
    line-height: 18px;
    text-align:center;
    border:1px solid #000000;
    background: #FFFFFF;
}


