.dashboard {
    width: 100%;
    height: auto !important;
    /*    padding-top: 20px;*/
    padding-bottom: 30px;
    z-index: 1;
    float: left;
}

.dashboardShowGrid {
    /*    border: 1px;*/
    border-style: solid;
    background-color: red;
}

.dashboardRowShowGrid {
    /*    border: 1px;*/
    border-style: solid;
    background-color: yellow;
}

.dashboardCol {
    /*    width: auto;*/
    height: auto !important;
    /*    height: 100%;*/
    min-height: 350px;
    padding-top: 5px;
    /*        float: left;*/
    position: relative;
    z-index: 2;
    /*    background-color: #F1FBF1;*/
    /*    border: medium dashed white;*/
}

.dashboardColShowGrid {
    /*    border: 1px;*/
    border-style: solid;
    background-color: green;
}

.dashboardcolBorder {
    border-right: solid 2px #F1F1F1;
}

/*.dashboardColMouseOver {
    background-color: #F1FBF1;
    border: medium dashed lightBlue;
}

.yui3-resize-handle-r:hover {
    border-right: solid 3px #005E9F;
}
*/

.dashletDrag {
    filter:alpha(opacity=50);
    -moz-opacity:.50;
    opacity:.50;
    border: #F1F1F1;
}

.dashlet
{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: white;
    border: solid 1px #999999;
    font-family: arial;
    font-size: 11px;
    color:#444444;
    /*height: auto !important; height: 100%; */
/*    min-height: 100%;*/
/*    height: 100%;*/
    z-index: 4;
    border: none;
    border-bottom: solid 2px #F1F1F1;
}

.dashlet-fullscreen-mode {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    background: white;
    border: none;
    font-family: arial;
    font-size: 11px;
    color:#444444;
    /*height: auto !important; height: 100%; */
    min-height: 100%; height: 100%;
}

.dashletHeader{
    background-color: #CDE8FE;
    cursor: move;
}

.dashletFooter{
    /*background-color: #CDE8FE;*/
    height: 5px;
}

.widget-icon {
    cursor: pointer;
    display: block;
    float: right;
    margin-left: 2px;
    margin-top: 2px;
}

.expand-fold-icon {
    background-image: url("../../images/english/sprite_image.png");
    background-position: -35px -17px;
    float: left;
    height: 16px;
    padding-right: 2px;
    width: 16px;
}

.collapse-fold-icon {
    background-image: url("../../images/english/sprite_image.png");
    background-position: -17px -17px;
    float: left;
    height: 16px;
    padding-right: 2px;
    width: 16px;
}

.td-icon {
    height: 16px;
    width: 16px;
}

.dashlet-fullscreen-icon {
    background-image: url("../../images/english/sprite_image.png");
    background-position: -50px -17px;
    float: left;
    height: 16px;
    padding-right: 2px;
    width: 16px;
}

.dashlet-minimize-icon {
    background-image: url("../../images/english/sprite_image.png");
    background-position: -39px -17px;
    float: left;
    height: 16px;
    padding-right: 2px;
    width: 16px;
}

.dashlet-maximize-icon {
    background-image: url("../../images/english/sprite_image.png");
    background-position: -50px -17px;
    float: left;
    height: 16px;
    padding-right: 2px;
    width: 16px;
}

.dashlet-close-icon {
    background-image: url("../../images/english/sprite_image.png");
    background-position: -75px -17px;
    padding-right: 2px;
    float: left;
    height: 16px;
    width: 16px;
}

#full-screen-header {
    background: none repeat scroll 0 0 #CDE8FE;
    display: block;
    padding: 0.2em 0.4em;
    margin-bottom: 10px;
    cursor: pointer;
}

.full-screen-close-icon {
    color: #2786C2;
}

.columnContextMenu {
    z-index: 9;
}

.imageTitle {
    height: 32px;
    width: 34px;
}

.tableTitle {
    font-size: 12px;
    font-weight:bold;
    height: 32px;
    color: #005E9F;
    padding-left: 5px;
}

.menuDashlet {
    float: right;
    width: 26px;
    margin: 3px 3px 0px 3px;
}
.menuDashlet button {
    background: url("../../images/english/sprite_image.png") repeat scroll -10px -99px transparent;
    border:  none;
    cursor: pointer;
    height: 24px;
    width: 24px;
}

.menuDashlet button:hover {
    background: url("../../images/english/sprite_image.png") repeat scroll -34px -99px transparent;
}

.menu .menuDashlet li{
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
    float: none;
    font-family: Arial;
    font-size: 11px;
}

.menu .menuDashlet li a {
    background: none no-repeat scroll right bottom #FFFFFF;
    color: #000000;
    display: block;
    text-decoration: none;
    float: none;
}

.menu .menuDashlet li a:hover,
.menu .menuDashlet li.active a {
    background: #CDE8FE bottom center no-repeat;
    padding-bottom: 0px;
}


.labelError {
    position: absolute;
    top:0px;
    left:0px;
    background: yellow;
    color: black;
    font-size: medium;
    font-weight: bold;
    text-align: center;
    z-index: 999;
    width: 100%;
    visibility: hidden;
}

.showBorder {
    border: 1px;
    border-style: solid;
    border-color: #f5f5f5;
    background-color: #f5f5f5;
}

.yui3-resize, .yui3-resize-wrapper {
    float: left;
}
