@CHARSET "UTF-8";

body {
    background-color: white;
}

a {
    text-decoration: none;
}

fieldset.pageWidth {
	width:800px;
}


.tableList th {
    font-weight: bold;
}

/*to save some space in external-contract*/
.externalContract table td p,
.externalContract>p[align='right']{
	padding: 0;
	margin: 0;
}



/*****************************************************************************/
/*******************************  hidden items  ******************************/
/*****************************************************************************/

#header, #mainMenu, #curtain, #curtainText {
	display:none;
}

/* buttons & close img */
.button, .cancel {
    display: none;
}
.searchForm .searchBox .closeIco {
    display: none;
}
.browserSearchResult table .button {
    display: none;
}


.tabs {
    display: none;
}


.noPrint {
    display: none;
}

.printBlock {
    padding: 0px;
    height: auto;
    width: auto;
}

.printClearLeft {
    clear: left;
}

