/* $Id: xslidy.css 137 2006-11-02 10:16:45Z cattin $ */

/* The next rule is necessary to have all slides appear in print! DO NOT REMOVE IT! */

.part,.subpart {
	display : none;
}

.note {
	border-style : solid;
	border-width : 3px;
}

.outline-current {
	border-style : solid ;
	border-width : 1px ;
}

@media screen, projection {
	.bottom-align {
		position:absolute;
		bottom:0;
	}

	.only-media-print {
		display : none;
	}
}

@media print {
	.only-media-screen {
		display : none;
	}

   div.slide , ul , ol , dl {
	page-break-inside : avoid ;
	visibility : visible !important ; 
   }

   body {
	font-size: 20% ;
	background: white ;
   }

   * { color : black ; }

   h1 {
	page-break-after: avoid ;
	border-top : 2pt solid gray ;
	border-bottom: 1px dotted silver ;
	font-size : 200% ;
   }

   h2 { font-size : 140% ; }
   h3 { font-size : 120% ; }

   ul , ol , li , dl , dt , dd , p {
	margin-top : 0 ;
	margin-bottom : 0 ;
   }

}

