@import "help-print.css";

*{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
	
a {
	display: none;
}

#header {
	display: none;
}

#footer {
	display: none;
}

#body-left {
	display: none;
}

#body-right {
	display: none;
}

#body-center{
	width: 100%;
}
#body-center .title{
	font-weight: bold;
	border-bottom: 1px solid black;
}

#mask {
	display: none;
}

#boxes {
	display: none;
}

.tdImg, .thImg{
	display: none;	
}

.tableSearchResultEven td {
	width: 50%;	
}

.ContainerTabUsers {
	margin-top:10px;
}

.tableDetail th{
	text-align: left;
	padding-right:20px;	
}

#AffTableResult, #UserTableResult, #AdminTableResult {
	border: 1px solid black;
	margin-bottom:10px;
}

#body-center .tabAffilies {
	font-weight:bold;
	width: 60%;
}

.pager {
	display:none;
}
#modaleFrame {
	display: none;
}

.infoPage{
	display: none;	
}

.disableForPrint{
	display: none;
}

.tableSearchResult {
	border-collapse: collapse;
}

.tableSearchResult th {
	color: #000;
	background-color: #CCCCCC;
	font-size: 0.9em;
	border: 1px solid #000000;
	border-bottom: 3px solid #000000;
}

.tableSearchResult td {
	border: 1px solid #000000;
}