.bold{font-weight: bold;}
.not-bold {font-weight: normal;}
.italic{font-style: italic;}
.plain {font-style: normal;}
.underline {text-decoration: underline;}
.line-through {text-decoration: line-through;}
.display-block{display: block;}
.display-inline{display: inline;}
.display-inline-block{display: inline-block;}
.floatRight {float: right;}
.floatLeft {float: left;}
.clearBoth{clear: both;}
.clearLeft{clear: left;}
.clearRight{clear: right;}
.hidden{display: none;}
.red{color: red;}
.yellow{color: yellow;}
.blue{color: blue;}
.white{color: white;}
.bg-white {background-color: white;}
.marginAuto, .margin-auto {margin: 0px auto;}
.padding-none {padding: 0px;}
.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}
.display-table{display: table;}
.display-table-row{display: table-row;}
.display-table-cell{display: table-cell;}
.height-100-percent{height: 100%;}
.width-100-percent{width: 100%;}
.width-50-percent{width: 50%;}
.width-25-percent{width: 25%;}
.width-33-percent {width: 33%;}
.width-34-percent {width: 34%;}
.required-asterisk, .font-red {color: #ff0000;}
.black{color: #000000;}
.align-top{vertical-align: top;}
.align-middle{vertical-align: middle;}
.pidWidth{width: 200px;}
label.error {
	float: none;
	display: block;
	color: red;
	vertical-align: middle;
	font-weight: normal;
	width: auto;
}
.inline-block-only{
	display: inline-block;
	zoom:1;
	*display:inline;
}
.hidden-radio{	
	visibility: hidden;	
	width: 0px; 
	height: 0px;
}
.input-tag-table{
	display: table;
	width: 100%;
}
.input-tag-row{
	width: 100%;
	padding-top: .7%;
	padding-bottom: .7%;
}
.input-tag-left{
	display: table-cell;
	width: 10em;
}
.input-tag-right{display: table-cell;}