/**********************************************************/
/**** left begin ******************************************/

div.box_left {
    position : relative;
/*     background-color: #FFFFFF; */
    background-color: #EBF8FF;
    width : auto;
    height : auto;
    padding : 0px;
    margin : 0px 2px 5px 4px;
    clear: left;
  }

div.box_left_head {
    position : relative;
    background-color: #59A2CF;
/*     background-image: url("../gr/main_head.gif"); */
    background-repeat: no-repeat;
    background-position: 0px 0px;

    width : auto;
    height : 16px;
    padding : 0px;
    margin : 0px;

    border : #398150 dotted 0px;
    border-top-width : 0px;
    border-left-width : 0px;
  }

div.box_left_title {
    float: left;
/*     clear: right; */
    position : relative;
    background-color: transparent;
    font-weight: bold;
    color: #fff;
    height : auto;
    padding : 0px 0px 0px 8px;
    margin : 0px 0px 0px 0px;
    text-align: left;

    border : #398150 dotted 0px;
  }

div.box_left_foot {
    position : relative;
    background-color: transparent;
/*     background-image: url("../gr/main_head.gif"); */
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width : auto;
    height : auto;
    padding : 0px;
    margin : 0px;

    border-color : #59A2CF;
    border-style : solid;
    border-width : 0px 0px 1px 0px;
  }

div.box_left_cont {
    position : relative;
    background-color: transparent;
    width : auto;
    height : auto;
    padding : 5px 5px 5px 5px;
    margin : 0px;
/*     float: left; */
/*     clear: left; */

    border : #999 dotted 0px;
  }



div.box_left_center {
    padding : 0px;
    margin : 0px;
    text-align : center;
  }

div.box_left_center2 {
    padding : 0px;
    margin : 0px;
    text-align : center;
  }

/**** left end ********************************************/
/**********************************************************/
