table.datatable th {
	padding-left: 10px;
	padding-right: 10px;
}

table.datatable td.center {
	text-align: center;
}

table.space td,table.space th {
	padding-top: 4px;
	padding-bottom: 4px;
}

table.space td {
	padding-left: 2px;
	padding-right: 2px;
}

table.form td.caption {
	padding-right: 20px;
}

table.form tr.bottomspace td {
	padding-bottom: 5px;
}

table.form td.button {
	text-align: right;
}

#cmscontent p {
	margin: 0;
}

div#verify_errors ul li span {
	color: #f00;
}

.fontSize1 { font-size: 8pt; }
.fontSize2 { font-size: 10pt; }
.fontSize3 { font-size: 12pt; }
.fontSize4 { font-size: 14pt; }
.fontSize5 { font-size: 18pt; }
.fontSize6 { font-size: 24pt; }
.fontSize7 { font-size: 36pt; }

img._popup {
	cursor: pointer;
}

ul.graphicBullet {
	list-style-image: url(../images/bullet.gif);
}

.clickable {
	cursor: pointer;
}

.hiddenItem {
	display: none;
}

.loadingDialog {
	position: absolute;
	top: 42%;
	text-align: center;
	margin-right: 50px;
	width: 90%;
}

.innerDialog {
	padding: 10px;
}

.smallButton {
	cursor: pointer;
	margin-top: 4px;
	border: 0;
	background: transparent;
	width: 18px;
	height: 16px;
}
.smallButton img {
}

table.dialogTable, table.dialogTable input, table.dialogTable select {
	width: 99%;
}

table.dialogTable td.fieldName {
	width: 95px;
}

.noBorder {
	border: 0;
}

option.all {
	font-weight: bold;
}
option.select {
	font-style: italic;
	color: #666;	
}

td.top {
	vertical-align: top;
}

.notice {
	color: #f00;
}
