/*
 * CSS Rules are defined here for page content,
 * first for general common content and then for
 * individual page elements that appear perhaps 
 * a handful of times. 
 */


/*** General Site Rules ***/
  
img {
  border: 0px;
}

textarea {
  font-family: verdana;
  font-size: 11px;
  padding: 2px;
}

a   {
  text-decoration: none;
  color: #44a;
}
a:hover {
  text-decoration: underline;
  color: #000;
}                               



span.pagetitle {
  font-size: 18px;
  margin-top: 4px;
  color: #227;
}
hr.pagetitle {
  border: none;
  border-top: 1px solid #ddd;
  margin-bottom: 14px;
	margin-left: 0px;
	height: 1px;
}
hr.pagetitle_flat {
  border: none;
  border-top: 1px solid #ddd;
	margin-left: 0px;
	height: 1px;
}




/* The large banner graphic */
img#banner
{
  margin-left: 2px; 
}



/*** Left Navigation Bar ***/


hr.nav {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    border: none;
    border-top: 1px solid #ccc;
}

span.nav {
    font-size: 12px;
    color: #227;
    letter-spacing: 1px;

}
p.nav {
    margin: 5px;
}
a.nav {
    color: #000;
    border: none;
}
a.nav:hover {
    text-decoration: underline;
    border: none;
}


/*** Nav Login boxes ***/

input.nav {
    padding: 2px;
    font-size: 11px;
    margin: 0px 0 0px 10px;
    color: #448;
    border: 1px solid #bbb;
    font-family: tahoma,verdana,arial,helvetica,sans-serif;
    height: 20px;
}
input.nav_submit {
    font-family: tahoma,verdana,arial,helvetica,sans-serif;
    height: 20px;
    background: #ddd;
    border: 1px solid #bbb;
    font-size: 11px;
    color: #448;
    width: 30px;
}



/*** Top Navigation Bar ***/

a.topnav {
    color: #000;
    border: none;
}
a.topnav:hover {
    border: none;
}





/*******  Page Elements  *******
 * (prefixed by page filename) */

span.s_error {
  color: #c00;

}

td.register_label {
  font-size: 11px;
  font-weight: bold;
  text-align: right;
  padding: 6px 5px 0 0;
  vertical-align: top;
}
td.offerformoption {
  padding: 6px 0 9px 0;
  font-size: 11px;
}
td.offerformlabel {
  font-size: 11px;
  vertical-align: middle;
  padding-left: 4px;
}

td.lightlabel {
  font-size: 11px;
  color: #555;
  vertical-align: top;
  padding-right: 4px;
}
td.labelledtext {
  font-size: 11px;
  vertical-align: top;
  padding-left: 3px;
  padding-bottom: 3px;
}


table.inbox {
	width: 100%;
}
tr.inbox {
}
td.inbox_header {
	border-bottom: 2px solid #ccc;
	font-weight: bold;
	padding: 5px;
}
td.inbox {
  border-bottom: 1px solid #ccc;
  padding: 3px;
}
a.inbox {
	color: #009;
}

table.mail {
 margin: 0 auto 20px auto;
 width: 500px;
}

td.mail {
  padding: 5px;
  padding-bottom: 10px;
}
td.mailbody {
  background: #f0f0f0;
  border: 1px solid #ccc;
  padding: 10px;
  
}
td.qu-header {
  font-style: italic;
  font-size: 10px;
  width: 10%;
  text-align: center;
}
td.qu_question {
  font-weight: bold;
  font-size: 11px;
  padding: 10px 0 15px 0;
}

td.qu_answer {
  text-align: center;

}

span.organiser-notes {
  font-size: 11px;
  color: #222;
}
hr.organiser-notes {
  border: none;
  border-top: 1px solid #ddd;
  margin-left: 0px;
	height: 1px;
}

td.organiser-note
{
  font-size: 11px;
  color: #222;
}
td.organiser-delete {
  font-size: 11px; 
  font-weight: bold; 
  text-align: right;
  padding-left: 10px;
  vertical-align: top;
}
div.organiser-add-note {
  margin-top: 10px;
  background: #f6f6f6;
  border: 1px solid #e9e9e9;
  padding: 7px;
  text-align: center;
  
}