/* ####################################
   Custom Element Styles
   ################################## */

.hidden {
	display: none;
}

.date, .author {
	font-size: 91.7%;
	color: #909090;
}

.paging {
	margin: 1em 0 1em 0;
	padding: 1em 0 1em 0;
	
	border-top: #e0e0e0 1px solid;
	border-bottom: #e0e0e0 1px solid;
}

.pdf a {
	display: block;
	height: 16px;
	padding-top: 1px;
	text-decoration: none;
	font-weight: bold;
	background-image: url('/App_Themes/Default/icons/16x16_pdf.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
}

    .pdf a:visited {
	    text-decoration: none;
    }

    .pdf a:hover {
	    text-decoration: underline;
    }

    .pdf a small {
	    font-weight: normal;
    }

.cmhighlight {
    border-bottom: 3px double;
}

ul.warnings {
	margin: 0.5em 0 1.35em 0;
	list-style: none;
}

ul.warnings li {
	margin: 0 0 0.75em 0;
	padding: 0 0 0 24px;
	background: url('/App_Themes/Default/icons/16x16_warning.gif') no-repeat;
}

span.radioButton input{
    float:left;
    clear:both;
    display:block;
}

/* ####################################
   Specalised Links
   ################################## */

.link-print {
    padding: 0 0 0 20px;
    background: url('./images/icons/16x16_printer.gif') no-repeat;
}

.link-email {
    padding: 0 0 0 20px;
    background: url('./images/icons/16x16_email.gif') no-repeat;
}

.link-feedback, .link-contact {
    padding: 0 0 0 20px;
    background: url('./images/icons/16x16_book.gif') no-repeat;
}

/* ####################################
   Message Boxes
   ################################## */

div.message-error, p.message-error {
	margin: 15px 0; 
	padding: 15px 15px 0 15px;
	border: 1px solid #EC5F35;
}

p.message-error {
	margin-bottom: 15px;
}

div.message-error h1, div.message-error h2, div.message-error h3, div.message-error h4 {
	font-family: arial, helvetica, sans-serif;
	font-size: 125%;
	font-weight: bold;
	margin: 0;
	padding-bottom: 0; 
	color: #EC5F35;
	border: none;
	background: none;
}

div.message-error .code {
	margin-top: 2px; 
	padding-top: 0; 
	font-size: 91.7%; 
	font-weight: bold; 
	color: #EC5F35;
}

div.message-error p {
}

div.message-confirm, p.message-confirm {
	margin: 15px 0; 
	padding: 15px 15px 0 15px;
	border: 1px solid #939f38;
}

div.message-confirm h1, div.message-confirm h2, div.message-confirm h3, div.message-confirm h4 {
	font-family: arial, helvetica, sans-serif;
	font-size: 125%;
	font-weight: bold;
	margin: 0;
	padding-bottom: 0; 
	color: #939f38;
	border: none;
	background: none;
}

div.message-confirm p {
}

p.message-confirm {
	margin-bottom: 15px;
}

#toolTipBox {
	display: none;
	padding: 2px;
	font-size: 11px;
	/* border: #01A8EC solid 1px; */
	font-family: verdana;
	position: absolute;
	/*width: 165px;*/
  	background-color: #ffffff;
  	color: #000000;
}

#toolTipBox #SessionInfo {
    width: 500px;
}




/*******************************
******Contact Form**************
*******************************/

div#ContactForm-Inner fieldset#hiddenFields, div#ContactForm-Inner fieldset#contactForm legend {
	display: none;
}

 div#ContactForm-Inner fieldset#contactForm {
	background-color: #DAD5CF;
	border: none;
	width: 400px;
}

fieldset#contactForm ol {
	margin: 5px 0;
	padding: 0;
	float: left;
	width: 100%;
}

fieldset#contactForm ol li{
	list-style: none;
	margin: 3px 5px;
	background-color:#ebe6df;
	float: left;
	/*clear: left;*/
	padding: 5px 4px;
}

fieldset#contactForm ol li label {
	width: 150px;
	float:left;
	margin: 2px 0 0;
	}

fieldset#contactForm ol li input {
	}

fieldset#contactForm input.contactButton {
	clear: both;
	margin: 5px;
}

fieldset#contactForm ol li textarea {
	width:325px;
	clear: both;
}

/*** Events Form ***/ 

div#enrolmentform{
    float:left;
}

div#enrolmentform fieldset#contactForm{
    background: none;
    width: 725px;
}

div#enrolmentform fieldset#contactForm ol li{
    border:1px solid;
    border-bottom:none;
    border-left:none;
    background: none;
    text-align:right;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

div#enrolmentform fieldset#contactForm ol li span{
    background: none;
    float:left;
    margin:2px 0 0;
    width:150px;
}

div#enrolmentform fieldset#contactForm ol li input{
    width: 556px;
}

div#enrolmentform fieldset#contactForm ol li#memberStatus{
    text-align:left;
    border-bottom:1px solid;
}

div#enrolmentform fieldset#contactForm ol li#memberStatus span{
    border-right:1px solid;
    float:left;
    margin:0 20px 0 60px;
    padding:0 10px 0 0;
    width:95px;
}

div#enrolmentform fieldset#contactForm ol li#memberStatus input{
    float:left;
    width: 10px;
}

div#enrolmentform fieldset#contactForm ol li#memberStatus label{
    float:left;
    width:110px;
}

/*******************************
******Profile Form**************
*******************************/

div#ctl00_cplPage_ApplicationForm fieldset {
    background-color: #DAD5CF;
    border: none;
    width: 400px;
}
    fieldset#applicationFormHidden {
	    display: none;
    }

div#ctl00_cplPage_ApplicationForm fieldset legend {
    margin: 0 0 10px 0;
}

div#ctl00_cplPage_ApplicationForm fieldset ol {
	margin: 5px 0;
	padding: 0;
	float: left;
	width: 100%;
}

div#ctl00_cplPage_ApplicationForm fieldset ol li{
	list-style: none;
	margin: 3px 5px;
	background-color:#ebe6df;
	float: left;
	/*clear: left;*/
	padding: 5px 4px;
}

div#ctl00_cplPage_ApplicationForm fieldset ol li label {
	width: 150px;
	float:left;
	margin: 2px 0 0;
}

div#ctl00_cplPage_ApplicationForm input.applicationButton {
	clear: both;
	margin: 5px;
}

/* ####################################
   Events 
   ################################## */

.event {
	font-size:100%;
    margin-bottom:1em;
	padding: 0 0 10px 0;
}

.event p {
    margin-bottom: 5px;
}

h4.eventTitle {
    color:#6C207E;
    font-size:100%;
    margin:2em 0 0.75em;
	text-decoration:underline;
}

span.attention {
    color: #cc0000;
    font-weight: bold;
    
}
