﻿.vtop { vertical-align: top; }

.vbottom { vertical-align: bottom; }

.vcenter { vertical-align: middle; }

.vbottom { vertical-align: bottom; }

.center { text-align: center; }

.right { text-align: right; }

.left { text-align: left; }

.fleft { float: left; }

.fright { float: right; }

.noborder, .noborder TD { border: none; }

.bold { font-weight: bold; }

.shadow {
	border-style: outset;
	border-width: thin;
}

.pointer { cursor: pointer; }

.fullw, .full { width: 100%; }

.fullh, .full { height: 100%; }

.leftTDB {
	font-weight: bold;
	text-align: left;
	width: 2px;
}

.vtopRight {
	text-align: right;
	vertical-align: top;
}