/* CSS Document */

.month { 
		text-align:left;
		font-size:14pt;
		}
		
.calItem {
		margin-left: 6em; 
		}
		
.jumpDates, .jumpDates tr {
		text-align: center;
		border-color: #AAA;
		border-width: thin;
		border-style: solid;
		}
		
.jumpDates td {
		text-align: center;
		border-right-color: #AAA;
		border-right-width: thin;
		border-right-style: solid;
		}
		
.jumpMonths1 {
		float:left;
		width:20em;
		margin:0 4em;
		}

.jumpMonths2 {
		width:20em;
		}

.jumpMonths1 tr td, .jumpMonths2 tr td {
		text-align:center;
		border:1px solid;
		}
		
.endJump {clear:left;}

dl dd {
		text-indent:-1em;
		}
