.threewide {
	clear: both;
	border: 1px solid #AAA;
	width: 90%;
	margin: 0 20px 20px 20px;
	border-collapse: collapse;
	caption-side: top;
}

.threewide td {
	border: 1px dotted #AAA;
	padding: 3px;
	font-size: 12px;
}

.threewide caption {
	font-size: 12px;
	margin: 20px 0px 5px 0px;
	color: #000066;
	font-weight: bold;
}

.threewide .header {
	color: white;
}

ul.checklist {
	margin-top: 20px;
	padding-left: 0px;
	list-style-type: none;
}


.checklist li {
	background: url('../imgs/listcheckbox.gif') left top no-repeat;
	padding-left: 35px;
	padding-bottom: 15px;
	 vertical-align: top;
}

.supportchecklisttable .checkbox {
	width: 30px;
	color: #333;
	border: 1px solid black;
}

/*these are sublists within the checklists */
ul.checklist ul {
	margin-top: 0px;
}
ul.checklist ul li {
	list-style-type: square;
	background-image: none;
	padding: 0px;
	margin-left: 20px;
}

.supportchecklisttable td {
	font-size: 12px;
	padding: 3px;
	color: #000000;
}

.scheduletable {
	clear: both;
	border: 1px solid #AAA;
	width: 90%;
	margin: 25px 20px;
	border-collapse: collapse;
	caption-side: top;
}

.scheduletable td {
	border: 1px solid #CCC;
	font-size: 12px;
	padding: 3px;
	color: #000000;
}

.scheduletable .leftcell {
	width: 100px;
	color: #333;
}

.scheduletable .rightcell  {
	
}


.scheduletable caption {
	font-size: 12px;
	margin-bottom: 2px;
	color: #000066;
	font-weight: bold;
}

.datetable {
	margin: 25px 15px;
	clear: both;
	width: 90%;
	border-collapse: collapse;
	caption-side: top;
}

.datetable td {
	border: 1px solid #CCC;
	font-size: 12px;
	padding: 3px;
	color: #000000;
}

.datetable caption {
	font-size: 12px;
	margin-bottom: 2px;
	color: #000066;
	font-weight: bold;
}

.datetable .date2 {
	border-width: 1px 1px 1px 0px;
}

.datetable .date1 {
	border-width: 1px 1px 1px 0px;
}

.datetable .month1 {
	padding-left: 15px;
	border-width: 1px 0px 1px 1px;
}

.datetable .month2 {
	padding-left: 15px;
	border-width: 1px 0px 1px 0px;
}

.datetable .heading {
	color: #000066;
	font-weight: bold;
	background-color: #DDD;
}

.mytable {
	border: 0;
	border-collapse: collapse;
	width: 100%;
	margin: 0;
	padding: 0;
}