/****************************************************
Gen Classes
****************************************************/
	
.clear {
 clear:both;
}
.hidden {
 display:none;
}
.inline {
 display:inline;
}
.alignRight {
 text-align:right;
}
.alignLeft {
 text-align:left;
}
.alignCenter {
 text-align:center;
}
.overflowHidden {
 overflow:hidden;
}
.overflowAuto {
 overflow:auto;
}
.width10 {
	width:10%;
}
.width20 {
	width:20%;
}
.width25 {
 width:25%;
}
.width30 {
	width:30%;
}
.width40 {
	width:40%;
}
.width50 {
 width:50%;
}
.width60 {
 width:60%;
}
.width70 {
	width:70%;
}
.width75 {
 width:75%;
}
.width80 {
	width:80%;
}
.width90 {
	width:90%;}
.width100 {
 width:100%;
}
.widthAuto {
 width:auto;
}
.ieBorderHack, .ieHack {
 height:1%;
}
.noBorderTop {
 border-top:medium none !important;
}
.noBorderRight {
 border-right:medium none !important;
}
.noBorderBottom {
 border-bottom:medium none !important;
}
.noBorderLeft {
 border-left:medium none !important;
}
.noBorder {
 border:medium none !important;
}
.floatLeft {
 float:left;
}
.floatRight {
 float:right;
}
.floatNone {
 float:none;
}

.noPadding {
	padding:0px !important;
}	

.noPaddingTop {
	padding-top:0px !important;
}

.noPaddingBottom {
	padding-bottom:0px !important;
}

.noPaddingRight {
	padding-right:0px !important;
}

.noPaddingLeft {
	padding-left:0px !important;
}






