/*
   Cascading style sheet for screen media.
   (c) 2004 Lance Myatt.
   http://www.rtbuvicloco.com.au/css/screen.css
*/

body {
    background-color: white;
    color: black;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    margin: 0;
    padding: 0;
}

a:hover { color: red; }

br { clear: both; }

br.noclear { clear: none; }

h2 {
    font-size: 11pt;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    text-align: center;
}

h3 {
    font-size: 11pt;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

h4 {
    font-size: 10pt;
    font-weight: bold;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

hr { background-color: #6699CC; }

img { border: 0; }

li { padding-bottom: 1em; }

ul.compact li {
		padding: 0;
}

p {
    text-align: justify;
    margin: 0;
    margin-bottom: 1em;
}


/* Default table */
table { width: 100%; }
td { width: 50%; }

th {
    font-weight: bold;
    text-align: left;
}

/* Delegate photos */
table.delegates tr { text-align: center; }

table.delegates td.title {
    font-weight: bold;
    padding: 0;
    margin:0;
}

table.delegates td.name {
    font-style: italic;
    padding: 0;
    margin: 0;
}

table.delegates td.photo { padding-top: 1.5em; }

/* Captions underneath images */
.caption {
    display: block;
    font-size: 8pt;
    font-style: italic;
    text-align: center;
}

.center {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
}

.small { font-size: 9pt; }

/* This container hold everthing else.
   Needed for positioning. */
#container {
    position: relative;
    margin: auto;
    padding: 0;
    width: 780px;
}

/* -----------------------
   Header
   ----------------------- */

#header {
    margin-top: 10px;
    height: 110px;
    width: 780px;
}

#titlebar {
    border: 1px solid #6699CC;
    background-color: #EEE;
    color: #6699CC;
    margin: 5px 0;
    padding: 0 2px;
    font-weight: bold;
    line-height: 18px;
    height: 18px;
    width: 762px;
    float: right;
    clear: both;
}

#titlebar .left  { float: left;  }
#titlebar .right { float: right; }

/* -----------------------
   Middle section
   ----------------------- */

#middle {
    border: 1px solid #6699CC;
    background-color: #EEE;
    color: #000;
    position: relative;
    padding: 0;
    margin: 0;
    float: right;
    clear: both;
    width: 766px;
}


#sidebar {
    color: #6699CC;
    background-color: #EEE;
    list-style-type: none;
    position: relative;
    padding: 0;
    margin: 0;
    float: left;
    width: 150px;
}

#sidebar .nav_title {
    display: block;
    background-color: transparent;
    color: #6699CC;
    margin: 0;
    margin-top: 4px;
    padding: 0;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

#sidebar li {
    margin: 0;
    padding: 0;
    /* Hack for IE whitspace bug, see:
       http://www.hicksdesign.co.uk/journal/546/ */
    display: inline;
}

#sidebar li a:visited,
#sidebar li a:link {
    border: 1px solid #6699CC;
    background-color: #EEE;
    color: #6699CC;
    display: block;
    margin: 6px;
    padding: 3px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

#sidebar li a:hover,
#sidebar li a:active {
    border: 1px solid #6699CC;
    color: #EEE;
    background-color: #6699CC;
}


#content {
    border-left: 1px solid #6699CC;
    background-color: #FFF;
    color: #000;
    margin-left: 150px;
    padding: 6px;
    position: relative;
    min-height: 265px;
    /* IE min-height hack, see:
       http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/minheight.asp */
    _height: 265px;
}

#content div.left {
    float: left;
    margin-right: 6px;
    margin-bottom: 2px;
}

#content div.right {
    float: right;
    margin-left: 6px;
    margin-bottom: 2px;
}


#content .contactinfo {
    float: left;
    margin-right: 80px;
    margin-bottom: 1em;
    margin-top: 0;
    padding: 0;
}

/* -----------------------
   Footer
   ----------------------- */

#footer {
    border: 1px solid #6699CC;
    background-color: #EEE;
    color: #000;
    font-size: 10px;
    text-align: center;
    float: right;
    clear: both;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 766px;
}

/* -----------------------
   Forms
   ----------------------- */

fieldset {
    border: 1px solid #6699CC;
    padding: 6px;
    margin-bottom: 1em;
}

fieldset.noborder {
    border: none;
}

legend { font-weight: bold; }

/* Generic positioning for all form inputs */
label, input, select, textarea {
    float: left;
    margin: 0;
    margin-bottom: 3px;
}

/* Mozilla will not display the select
   properly if this is floated left.
   IE, on the other hand, wants it to
   be floated left. */
select {
    float: none;
    _float: left;
    padding: 0 0 0 0;
}

label { vertical-align: middle; }

label.narrow { width:  100px; }
label.wide   { width: 130px; }
    
input, input.left {
    border: 1px solid #6699CC;
    margin-right: 3px;
    width: 140px;
}

/* left hand column (wide right-hand margin) */
input.left { margin-right: 20px; }

input.postcode { width: 40px; }
input.dob      { width: 60px; }

input.checkbox {
    border: none;
    width: auto;
    margin: 0;
    padding: 0;
}

textarea {
    border: 1px solid #6699CC;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    margin-right: 3px;
}

/* Submit/Clear buttons */
button {
    border: none;
    background-color: #6699CC;
    color: white;
    margin: 2px;
    padding: 2px 10px;
    width: 68px;
}

/* Form validation error list */
div.errorlist {
    margin: 1em;
    padding-left: 5px;
    font-size: 8pt;
}

div.errorlist li {
    background-color: transparent;
    color: red;
    padding-bottom: 0;
    margin: 0;
}

/* Member application terms and conditions box */
ol.conditions
{
    background-color: #EEE;
    font-size: 8pt;
    margin-left: 3em;
    margin-right: 1em;
    padding: 3px;
    text-align: justify;
}

ol.conditions li
{
    margin: 0;
    padding: 0;
}

ol.level2 { list-style-type: lower-roman; }
ol.level3 { list-style-type: lower-alpha; }
