/* // Print Styles // */

@import url("/Sites/aturnerplasticsurgerycomau/assets/css/sifr-print.css");



body {
	font-family:Arial, Helvetica, sans-serif;
}
a {
	color:#795b8a;
}
img {border:none;}

#logo, #search, #navigation, #billboard {
	display:none;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // breadcrumb region */
#breadcrumbs {
	color:#ccc;
	font-size:11px;
}
#breadcrumbs a {
	color:#ccc;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // content regions */
#left, #right {
	display:none;
}
* {
	text-align:left !important;
}
#news-Preview img.news-PreviewImg {display:none;}

.selectRequiredMsg, 
.selectInvalidMsg, 
.textareaRequiredMsg,
.textareaMinCharsMsg,
.textareaMaxCharsMsg,
.textareaValidMsg, 
.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // foot regions */
#foot {
	font-size:12px;
}
#details {
	border-top:1px solid #ccc;
	padding-top:10px;
}

#footer {
	display:none;
}
#copyright {
	color:#ccc;
}
#copyright a {
	color:#795b8a;
}


