/**********************************************************/
/**** right begin *****************************************/

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

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


    width : 100%;
    height : 16px;
    padding : 0px;
    margin : 0px;

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


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

    border : #398150 dotted 0px;
  }

div.box_right_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_right_cont {
    position : relative;
    background-color: transparent;
    width : auto;
    height : 100%;
    padding : 10px 15px 10px 15px;
    margin : 0px;
/*     float: left; */
/*     clear: left; */

    border : #999 dotted 0px;
  }

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

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


/**** right end *******************************************/
/**********************************************************/
