/* ############################################################################
   ## 
   ##  CONTENT CLASSES
   ##  - All of these are included as style options in the CMS visual editor
   ##
   ######################################################################### */

/* ####################################
   General Classes
   ################################## */

.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;
}

.required {
    margin: 0 0.25em;
    font-weight: bold;
    font-size: 125%;
}

ul.warnings {
	margin: 0.5em 0 1.35em 0;
	padding: 0;
	list-style: none;
}

ul.warnings li {
	margin: 0 0 0.75em 0;
	padding: 0 0 0 24px;
	background: url('/App_Themes/Default/images/icons/16x16_warning.gif') no-repeat;
	min-height: 16px;
}
* html .warnings li {
    /* IE6 Only */
    height: 16px;
}

/* ####################################
   Application / Form Buttons
   - Listed here instead of DefaultForms.css because buttons may appear outside forms
   ################################## */

/* All application buttons should have the "applicationButton" class. */

.applicationButton {
    margin-bottom: 2em;
}

/* Individual button types */

.submitButton, .submit { /* .submit is deprecated and will soon be removed but included here for backward compatibility. */
    clear: left;
    margin: 0 0 1em;
}

.resetButton {
}

.cancelButton {
}

.okButton {
}

.yesButton {
}

.noButton {
}

.continueButton {
}

.backButton {
}

.nextButton {
}

.previousButton {
}

.selectButton {
}

/* Some buttons are different sizes. If background images are used, these classes can be useful. */

.shortButton {
}

.longButton {
}

/* ####################################
   Specalised Links
   ################################## */

.linkPrint {
    padding: 0 0 0 20px;
    background: url('../images/icons/16x16_printer.gif') no-repeat;
}

.linkEmail {
    padding: 0 0 0 20px;
    background: url('../images/icons/16x16_email.gif') no-repeat;
}

.linkFeedback, .linkContact {
    padding: 0 0 0 20px;
    background: url('../images/icons/16x16_book.gif') no-repeat;
}

.linkPageTop{
    padding: 0 0 0 12px;
    background: url('../images/arrow_red_up.gif') 0px 2px no-repeat;
}

#PageFunctionsBottom .linkPageTop{
    padding: 0 0 0 12px;
    background: url('../images/arrow_grey_up.gif') 0px 2px no-repeat;
}

/* ####################################
   Message Boxes
   ################################## */

.messageError {
    position: relative;
    clear: left;
	margin: 15px 0 15px; 
	padding: 15px 15px 0 15px;
	border: 1px solid #EC5F35;
}

    p.messageError {
	    margin-bottom: 15px;
    }

    .messageError h1, .messageError h2, .messageError h3, .messageError h4 {
	    font-family: arial, helvetica, sans-serif;
	    font-size: 125%;
	    font-weight: bold;
	    margin: 0;
	    padding-bottom: 0; 
	    color: #EC5F35;
	    border: none;
	    background: none;
    }

    .messageError .code {
	    margin-top: 2px; 
	    padding-top: 0; 
	    font-size: 91.7%; 
	    font-weight: bold; 
	    color: #EC5F35;
    }

    .messageError p {
    }

.messageConfirm {
    position: relative;
    clear: left;
	margin: 15px 0 15px; 
	padding: 15px 15px 0 15px;
	border: 1px solid #939f38;
}

    p.messageConfirm {
	    margin-bottom: 15px;
    }

    .messageConfirm h1, .messageConfirm h2, .messageConfirm h3, .messageConfirm h4 {
	    font-family: arial, helvetica, sans-serif;
	    font-size: 125%;
	    font-weight: bold;
	    margin: 0;
	    padding-bottom: 0; 
	    color: #939f38;
	    border: none;
	    background: none;
    }

    .messageConfirm .code {
	    margin-top: 2px; 
	    padding-top: 0; 
	    font-size: 91.7%; 
	    font-weight: bold; 
	    color: #939f38;
    }

    .messageConfirm p {
    }
