.mainContainer {
    width: 100%;
    height: 450px
}
#userShapefilesTable {
    display: inline-block;
    float: left;
    padding-right: 20px;
}
#userShapesTable {
    display: inline-block;
    width: 100%:
}
.shapePickerButtonContainer {
    position: absolute;
    bottom: 5px;
    left: 5px;
}
#shapePreviewArea {
    width: 230px;
    height: 230px;
    display: inline-block;
    position: absolute;
    margin-left: 35px;
}
#shapePreview {
    max-width:230px;
    max-height:230px;
    /*height:230px;*/
    /* you can use % */
    /*height: auto;*/
}
.tableViewUIDHolder {
	padding-bottom: 13px;
}
.yui-skin-sam .yui-dt table {
    width: 95%;
}
.yui-dt-sortable {
    text-align: left;
}
