.clearBoth
{
	clear: both;
}

.clearLeft
{
	clear: left;
}

.clearRight
{
	clear: right;
}

.displayNone
{
	display: none;
}

.displayBlock
{
	display: block;
}

.displayNoneImportant
{
	display: none !important;
}

.displayBlockImportant
{
	display: block !important;
}

.displayInline
{
    display: inline;    
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float:right;
}

.noMargin
{
	margin:0;
}
.noPadding
{
	padding:0;
}

.fontWeightNormal { font-weight:normal; }
.fontWeightBold { font-weight:bold; }


.r { float:right; }    
.l { float:left; }    
.c { clear:both; height:0; }

.b { font-weight:bold; }
.i { font-style:italic; }
.u { text-decoration:underline; }    


/*
	clearfix
*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
