/*
-----------------------------------------------------
Master CSS file for PRINT media
FileName:    print.css
Project: musicbybonnie.com
Version :    5/05
-----------------------------------------------------
*/

body {
	margin-top: 0px; }

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: none;
}


.default {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: normal;

}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.footer {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}

ul.weddings {
	margin-left: 0px;
	padding: 10px;
	list-style-position: inside;
	border: 2px dotted #666666;
}

li.weddings {
	padding: 0px 0px 20px 0px;
	}
	
.sideheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #999999;
	font-weight: bold;
}

li.sidebar {
	padding: 0px 0px 7px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}.mainsonglist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px dashed #FF0000;
	width: 320px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 260px;


}
.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
}

.sidecontent {
	width: 250;
	border-left: 1px dashed #666666;
	padding: 0px 5px 0px 0px;
}

.question {
	font-weight: normal;
	color: #FF0000;
	text-decoration: underline;
	padding-bottom: 5px;

}

div.eventblurb {
	width: 720px;
	border: 1px dashed #FF0000;
	padding: 5px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #333333; 
	display: none;}
	
td#content { 
	width: 690px; }	
	

/* hiding following elements from printing */	
	
tr.header { 
	display: none; }
	
table.songlistmenu {
	display: none; }
	
tr.webheader {
	display: none; }
	
	
