/* The group cell */
.yui-skin-sam .yui-dt .group
{    
    border-top: 1px solid black;
    border-bottom: 1px solid black;    
    
    font-weight: bold;    
    color: black;
    cursor: pointer;
    background-color: rgb(235,236,236);
}

.yui-skin-sam .yui-dt .group .alone
{
    border-top: 1px solid white !important;
    border-bottom: 1px solid gray !important;
}

/* Group inner style */
.yui-skin-sam .yui-dt .group .liner
{
    position: relative;
    border-top: 1px solid white;
    border-bottom: 1px solid gray;
    
    padding: 4px 10px;
}

/* Selected group */
.yui-skin-sam .yui-dt .group-selected
{
    background-image: none;
    background-color: #426FD9;
    color: White;
}

/* Disabled group */
.yui-skin-foodstorm .yui-dt .group-disabled
{
    cursor: default;
}

/* The first group in the data table */
.yui-skin-sam .yui-dt .group-first
{
    border-top: 1px solid #7f7f7f;
}

/* The first row in the group */
.yui-skin-sam .yui-dt .group-first-row td
{
}

/* The group when collapsed */
.yui-skin-sam .yui-dt .group-collapsed
{
    margin-top: 0px; /* Makes the group cover up the first row in the group. */
}

/* The first rown in the group when collapsed */
.yui-skin-sam .yui-dt .group-first-row-collapsed td
{
    padding-top: 0px; /* Makes the group cover up the first row in the group. */
}

/* Base styles for the group icon */
.yui-skin-sam .yui-dt .group .icon
{
    float: left;
    width: 18px;
    height: 15px;
    position: relative;
    cursor: pointer;
    border: 1px solid transparent;
}

/* The label within the group */
.yui-skin-sam .yui-dt .group .label
{
    position: relative;
    margin-left: 25px;
}

/* The includes datas in the group*/
.yui-skin-sam .yui-dt .group .include
{
     font-weight: lighter;
     color: blue;
}

/*Field or include*/
.yui-skin-sam .yui-dt .group .field
{
    font-weight: lighter;    
}

/* The group icon when expanded */
.yui-skin-sam .yui-dt .group-expanded .icon
{
   background-image: url(dt-group-arrow-down.png);
   background-repeat: no-repeat;
}

/* The group icon when collapsed */
.yui-skin-sam .yui-dt .group-collapsed .icon
{
   background-image: url(dt-group-arrow-up.png);
   background-repeat: no-repeat;
}

wide{
    margin-left: 0px;
    margin-top: 0px;
    width: 100%;
}