/*	 ************************************************************************
     * Module Name		: Buro.css											*
     * Release			: 1.0												*
     * Date				: 29/02/2008										*
     * Project			: AGSE_TT											*
     * Author			: aCOSwt											*
     * Description		: Buro.html specific CSS definitions				*
     * Language			: CSS												*
     * Compatibility	: FireFox 2 - IE 7 - Opera 9 - Konqueror 3			*
     ************************************************************************/

/******************************** IDs ***************************************/

#BUREAU {
    border-bottom-style : none;
    border-collapse : collapse;
    border-left-style : none;
    border-right-style : none;
    border-top-style : none;
    clear : both;
    empty-cells : show;
    font-family : verdana;
    font-size : 9pt;
    text-align : center;
    width : 770px;
  }


#BUREAU TD {
    color:black;
    border-style:solid;
    border-color:#c0c0c0;
    border-width:1px;
  }


#BUREAU TD.noborder {
    padding-left:4px;
    border-style:none;
  }


#BUREAU TH {
    background-color:#738DDE;
    color:white;
    border-style:solid;
    border-color:#c0c0c0;
    border-width:1px;
  }


#GGLBTN {
    position : relative;
    width : 122px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 2px;
  }


#PHOTO {
    width: 116px;
    height: 149px;
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: hidden;
    z-index: 2;
  }


#PHOTOSPC {
    border-bottom-color : #c0c0c0;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-left-color : #c0c0c0;
    border-left-style : solid;
    border-left-width : 1px;
    border-right-color : #c0c0c0;
    border-right-style : solid;
    border-right-width : 1px;
    border-top-color : #c0c0c0;
    border-top-style : solid;
    border-top-width : 1px;
    font-family : verdana;
    font-size : 8pt;
    height : 108px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 2px;
    padding-top : 40px;
    position : relative;
    text-align : center;
    width : 115px;
  }


