/* ####################################
   Custom Element Styles
   ################################## */

.hidden {
	display: none;
}

.date, .author {
    margin-bottom: 0.25em;
	font-size: 91.7%;
	color: #b0b0b0;
}

.paging {
	margin: 1em 0 1em 0;
	padding: 1em 0 1em 0;
	
	border-top: #e0e0e0 1px solid;
	border-bottom: #e0e0e0 1px solid;
}

.pdf {
	min-height: 16px;
	padding: 1px 0 0 20px;
	background: url('/App_Themes/Default/images/icons/16x16_pdf.gif') no-repeat;
}
* html .pdf {
    /* IE6 Only */
    height: 16px;
}

.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;
}

/* ####################################
   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;
}
