
.floatRight {
    float: right;
}
.floatLeft {
    float: left;
}

.block {
    display: block;
}

.green {
    background-color: green;
}

.red {
    background-color: red;
}

.yellow {
    background-color: yellow;
}
.blue {
    background-color: blue;
}

.minWidthWrapper {
    min-width: 774px;
}

.relative {
    position: relative;
}
.absolute {
    position: absolute;
}

.minHeightModule {
    min-height: 258px;

}

.marginLeft10 {
    margin-left: 10px;
}
.transparency0 {
    filter:alpha(opacity=0);
    opacity:0;
}
.transparency20 {
    filter:alpha(opacity=20);
    opacity:0.2;
}
.transparency40 {
    filter:alpha(opacity=40);
    opacity:0.4;
}
.transparency60 {
    filter:alpha(opacity=60);
    opacity:0.6;
}
.transparency80 {
    filter:alpha(opacity=80);
    opacity:0.8;
}
.transparency100 {
    filter:alpha(opacity=100);
    opacity:1;
}

.zIndexTop {
	z-index: 9999;
}

.zIndex10 {
	z-index: 10;
}
.zIndex20 {
	z-index: 20;
}
.zIndex30 {
	z-index: 30;
}
.zIndex40 {
	z-index: 40;
}
.zIndex50 {
	z-index: 50;
}
.clear {
	clear: both;
	height:0;
	font-size:0;
}
