.left{
    float:left;
}
.right{
    float:right;
}
.clear{         
    clear:both!important;
    font-size:0px!important;
    height:0px!important;
    float:none!important;
}
.block{
    display:block;
}

a:active{
    opacity:0.9;
}

.textShadow1{
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

.textShadow1White{
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}

.roundBorder1{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.roundNoneTop{
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.roundNoneRight{
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.boxShadow1{
    -webkit-box-shadow:  1px 1px 0px 0px rgba(0, 0, 0, 0.15);
    box-shadow:  1px 1px 0px 0px rgba(0, 0, 0, 0.15);
}

.opacity0{
    opacity:0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

.absoluteParent{
    min-width: 1000px;
    position:absolute;
    width:100%;
}


.btn{
    background-position: top;
    cursor: pointer;
    display: block;
}
.btn:hover{
    background-position:bottom; 
}

a{
    cursor:pointer;
    text-decoration: none;
}
a:hover{

}
a.selected{
    background-position: bottom;
}
img{
    border:none;
    font-size:0px;
    padding:0;
    margin:0;
}


.genericButton{
    white-space: nowrap;
}
.genericButton div{
    float:left;
}
.genericButton .clear{
    float:none;
}
.genericButton img{
    display:block;
    float:left;
    margin-right: 4px;
    margin-top: 7px;
} 
.genericButton{ 
    background-image:url('../images/blockButton.jpg');
    background-repeat: repeat-x;
    height:28px;
    float:left;
    font-size:11px;
    color:#202020;
    display:block;
    line-height: 27px;
    padding:0px 12px;      
}

.genericButton:hover{
    background-color:#6abe4f;
    background-image:none;
    color:#FFF;
    text-shadow: 1px 1px 2px #000000; 
}


.genericButton.black{
    background-image:url('../images/blackButtonBg.jpg');
    color:#F5F5F5; 
} 
.genericButton.black:hover{
    background-color:#6abe4f;
    background-image:none;
    color:#FFF;
    text-shadow: 1px 1px 2px #000000; 
    /*background-image:none;
    background-color:#555;*/ 
} 

.genericButton.right{
float:right;
}

.w1000Center{
    width:1000px;
    margin:auto;
}
.w951Center{
    width:951px;
    margin:auto;
}

.sessionTitle{
    font-size:30px;
    color:#474747;
    margin-top:27px;
}

.noSelect{
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -khtml-user-select: none; 
}

.grey20{
    color:#202020;
}
.grey60{
    color:#606060;
}
.grey35{
    color:#353535;
}
.grey47{
    color:#474747;
}
.grey82{
    color:#828282;
}
.grey77{
    color:#777777;
}
.grey9e{
    color:#9e9f9e;
}
.green62{
    color:#62bb46;
}
.whitef5{
    color:#f5f5f5;
}
.whiteff{
    color:#ffffff;
}


.size12{
    font-size:12px;
}
.size14{
    font-size:14px;
}
.size20{
    font-size:20px;
}
.size28{
    font-size:28px;
}
.size26{
    font-size:26px;
}
.size24{
    font-size:24px;
}

.size18{
    font-size:18px;
}
.size16{
    font-size:16px;
}
.size15{
    font-size:15px;
}
.size19{
    font-size:19px;
}
.size30{
    font-size:30px;
}
.size11{
    font-size:11px;
}

.mt15{
    margin-top:15px;
}

.mt20{
    margin-top:20px;
}
.mt28{
    margin-top:28px;
}
.mt32{
    margin-top:32px;
}
.mt44{
  margin-top:44px;  
}
.mt5{
    margin-top:5px;
}
.genericLine{
    font-size:0px;
    height:2px;
    background-image:url('../images/genericLine.png');
}

.genericLineDashed{
    font-size:0px;
    height:1px;
    background-image:url('../images/dashed.png');
    background-repeat: repeat-x;
}



.ml40{
    margin-left:40px;
}

.ml20{
    margin-left:20px;
}