.pt_tableBorderAll {border-collapse:collapse;}
.pt_tableBorderAll td {border:1px solid #000;}

.pt_floatRight {float:right;}
.pt_floatLeft {float:left;}
.pt_clearRight {clear:right;}
.pt_clearLeft {clear:left;}
.pt_clearBoth {clear:both;}
.pt_center {text-align:center;}
.pt_left {text-align:left;}
.pt_right {text-align:right;}
.pt_top {vertical-align:top; display:table-cell;}
.pt_bottom {vertical-align:bottom; display:table-cell;}
.pt_justify {text-align:justify;}
.pt_textCapitalize {text-transform:capitalize;}
.pt_textUppercase {text-transform:uppercase;}
.pt_textBold {font-weight:bold;}

.pt_fullWidth {width:100%; clear:both;}

.pt_halfWidth {width:50%;}


.pt_marginTop {margin-top:1em;}
.pt_marginBottom {margin-bottom:1em;}
.pt_marginLeft {margin-left:1em;}
.pt_marginRight {margin-right:1em;}

.pt_fixed:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	}
.pt_fixed{
	display:block;
	}
/*  \*/
.pt_fixed{
	min-height:1%;
	}
* html .pt_fixed{
	height:1%;
	}
