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

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


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

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


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

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

div.box_header_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_header_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 0px 0px;
  }




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

div.box_top_head {
    position : relative;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px 0px;

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

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

div.box_top_cont {
    position : relative;
    background-color: transparent;
    width : auto;
    height : auto;
    padding : 5px 5px 5px 5px;
    margin : 0px;

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

div.box_top_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;
  }


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

div.box_bottom_head {
    position : relative;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px 0px;

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

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


div.box_bottom_cont {
    position : relative;
    background-color: transparent;
    width : auto;
    height : auto;
    padding : 5px 5px 5px 5px;
    margin : 0px;

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

div.box_bottom_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 0px 0px;
  }



/*****  box footer styles (unused) *****/
div.box_footer {
    position: relative;
    background-color: #FFFFFF;
/*     background-color: #EBF8FF; */
    width : auto;
    height : auto;
    padding : 0px;
    margin : 0px 4px 5px 2px;
    clear: left;
  }


/********* old box styles ****************************************/

div.box_center_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;
  }




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