.staticContent p {
	padding-top: 8px;
	padding-bottom: 8px;
	white-space: normal;
}


.staticContent h1,
.staticContent h2,
.staticContent h3,
.staticContent h4,
.staticContent h5,
.staticContent h6 {
	padding-bottom: 5px;
}

.staticContent a {
	text-decoration: none;
}

.row1 {
	background-color: #f5f5f5;
}

.row2 {
	background-color: #efefef;
}

.rowSelected {
	background-color: #cee7f9;
	cursor: pointer;
}

.row1Curr {
	background-color: #ffffaa;
}

.row2Curr {
	background-color: #ffff88;
}

.rowSelectedCurr {
	background-color: #ffdd99;
	cursor: pointer;
}

.column-head-left   { text-align: left;   }
.column-head-center { text-align: center; }
.column-head-right  { text-align: right;  }
.column-head-left,
.column-head-center,
.column-head-right {
	vertical-align: top;
	background: #cee7f9;
	padding: 1px;
	color: #000;
}


.side-label-justify { text-align: justify; }
.side-label-center  { text-align: center;  }
.side-label-left    { text-align: left;    }
.side-label-right   { text-align: right;   }
.side-label-justify,
.side-label-left,
.side-label-center,
.side-label-right {
	vertical-align: top;
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #555;
}

.field-data-justify { text-align: justify; }
.field-data-center  { text-align: center;  }
.field-data-left    { text-align: left;    }
.field-data-right   { text-align: right;   }
.field-data-justify,
.field-data-left,
.field-data-center,
.field-data-right {
	vertical-align: top;
	padding: 4px;
	font-size: 12px;
	color: #555;
}

.input-left  { text-align: left;  }
.input-right { text-align: right; }
.input-left,
.input-right {
	color: #555;
	padding-left: 2px;
	border-top:    1px solid #666;
	border-left:   1px solid #666;
	border-right:  1px solid #999;
	border-bottom: 1px solid #999;
}

.button1 {
	color: #444444;
	background-color: #eeeeee;
	border-top:    1px solid #666;
	border-left:   1px solid #666;
	border-right:  1px solid #666;
	border-bottom: 1px solid #666;
}

.button1:hover,
.button1:focus {
	background-color: #fffabc;
	border-top:    1px solid #666;
	border-left:   1px solid #666;
	border-right:  1px solid #666;
	border-bottom: 1px solid #666;
	color: inherit;
}
