/* TABLE border classes */

.tablenoborder {
	width: 100%;
	border: 0px;
}
.tableborder {
	width: 100%;
	border: 1px solid #333333;
}
.tabletopleftborder {
	width: 100%;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
}
.tableleftborder {
	width: 100%;
	border-left: 1px solid #333333;
}
.tabletopborder {
	width: 100%;
	border-top: 1px solid #333333;
}

/* TD classes */

.tdbgcolor {
	margin: 0px;
	border: 0px;
	background-color: #333333;
}
.tdallborders {
	margin: 0px;
	border: 1px solid #333333;
}
.tdtlborders {
	margin: 0px;
	border-left: 1px solid #333333;
	border-top: 1px solid #333333;
	border-bottom: 0px;
	border-right: 0px;
}
.tdbrborders {
	margin: 0px;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	border-top: 0px;
	border-left: 0px;
}
.tdbrtborders {
	margin: 0px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 0px;
}
.tdblrborders {
	margin: 0px;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-top: 0px;
}
.tdtbborders {
	margin: 0px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 0px;
	border-right: 0px;
}
.tdlborders {
	margin: 0px;
	border-left: 1px solid #333333;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
}
.tdrborders {
	margin: 0px;
	border-right: 1px solid #333333;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 0px;
}
.tdtborders {
	margin: 0px;
	border-top: 1px solid #333333;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}
.tdbborders {
	margin: 0px;
	border-bottom: 1px solid #333333;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}
.tdnoborders {
	margin: 0px;
	border: 0px;
}

/* misc classes */

.boldlabel {
	font-weight: bold;
	text-align: center;
}
.unboldlabel {
	font-weight: normal;
	text-align: center;
}
.negboldlabel {
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
.negunboldlabel {
	font-weight: normal;
	color: #ffffff;
	text-align: center;
}

