/*

Print CSS declarations

*/

body, td, p, li, ul, ol, div {
	font-family: arial,sans-serif;
	font-size: 12px;
	color: #000000;
}

big {
	font-size: 14px;
}

small {
	font-size: 11px;
}

.heading {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 6px;
}

.subHeading {
	font-size: 13px;
	font-weight: bold;
} 

/* --------------------------------------------------------------------------------
 * Custom Hostel BE Message
 * -------------------------------------------------------------------------------- */ 
.custom-message-top {
	width: 580px;
	height: 36px;
	margin-top: 10px;
	background: url(../images/print/bg_message_white_top.gif) no-repeat 0 0;	
}
.custom-message {
	width: 580px;
	background: url(../images/print/bg_message_white_content.gif) repeat-y 0 0
}
.custom-message-bottom {
	width: 580px;
	height: 36px;
	background: url(../images/print/bg_message_white_bottom.gif) no-repeat 0 0;	
}

.custom-message p {
	font-size: 11px;
	color: #000;
	margin: 0 20px;
	padding: 5px 0 15px 0;
}

.custom-message p.pdf-link {
	padding-left: 30px;
	background: url(../images/print/gr_pdf_icon.gif) no-repeat 0 0;
}

.custom-message p.pdf-description {
	padding: 0 0 2px 30px; 
}

.custom-message p.pdf-link a, .custom-message p.pdf-link a:visited {
	color: #000;
}


