/* CUSTOM TABLE CSS ONLY */

/* NM 20260823 Basic List Styling */
.gadgetContentEditableArea ul {
	padding: 20px 80px 20px 40px;
	line-height: 1.4;
}

.gadgetContentEditableArea li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}


/*KDF 20260816 Skill Clinic Grads Table Styling*/
table.skills-grads {
font-size: 14px;
border-spacing: 5px 5px;
}
  caption {
    font-weight: bold;      
    padding: 10px 0;      
    text-align: left;
  }

/*KDF 20260728: Copy of 2015 Officer Table Styling*/
table.officers-hist {
	float: left !important;
	table-layout: fixed !important;
	border-collapse: collapse !important;
	margin: 5px 10px 10px 5px !important;
	width: 340px !important;
}
.item-list-tabs {
	background-color: #dee8ed;
}

table.officers-hist td {
	border: 1px solid #000;
}

table.officers-hist caption {
	font-weight: bold;
	font-size: 1.3em;
	padding-top: 10px;
	padding-bottom: 5px;
}

table.topAlignTable th {
	background-color: #CCCCCC;
}

td.rowhead {
	background-color: #EEEEEE;
}

table.topAlignTable {
	border-collapse: separate;
	border-spacing: 5px 5px;
}

table.topAlignTable td {
	vertical-align: top;
}
.clear_both {
	clear: both;
}

