* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}
body {
	background-color: rgb(224, 211, 164);
	overflow-y: none;
	height: 100%;
	overflow: hidden;
	min-width: 960px;
}

div {
	overflow: none;
	overflow-y: none;
}

#wrap {
	margin-left: auto;
	margin-right: auto;
	

	color: #eaeaea;
}

#header {
	position: absolute;
	width: 100%;
	min-width: 600px;
	
	height: 150px;
	border-bottom: 3px solid black;
	
	background-color: rgb(224, 211, 164);
	z-index: 1;

	padding-left: auto;
	padding-right: auto;
}
.supTitle {
	font-family: "Avenir Next Condensed";
	font-size: 30pt;
	color: rgb(192,0,0);

	margin-top: 32px;
	font-weight: 600;
	text-align: center;
}

.supTitle sup {
	font-size: 12pt;
	
}

.supTitlemin {

	font-family: "Avenir Next Condensed";
	font-size: 20pt;
	color: rgb(192,0,0);

	margin-top: 4px;
	font-weight: 600;
	text-align: center;
}

.titleImg {
	padding: auto;
}

.titleImg img{
	display: block;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}



#headerList {
	position: absolute;
	top: 150px;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #333;
	z-index: 1;
	
	padding-top: 10px;
	
	
}

#headerList p {
	font-family: "Avenir Next Condensed";
	letter-spacing: 0.5pt;
	font-size: 10pt;
	color: black;
	font-weight: 600;
	text-align: center;
}

#main {
	position: relative;
	background-color: rgb(224, 211, 164);
	width: 1024px;
	margin-left: auto;
	margin-right: auto;



		
}

#rightCol {
	position: absolute;
	top: 250px;
	left: 0px;
	width: 230px;
	height: auto;
	z-index: 2;
	background-color: white;
	
	font-family: Arial;
	font-size: 10pt;
	color: black;
	
}

#rightCol a {
	color: white;
	text-decoration: none;
}

#rightCol a:hover {
	color: white;
}

#searchZone,#infoZone,#rifZone,#criZone {
	font-family: "Avenir Next Condensed";
	font-size: 11pt;
	font-weight: 600;


	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	
		
	/*border: 1px solid rgb(170,44,29);*/
	border: 2px solid black;
	border-top: none;

	/*background-color: rgb(241,237,174);*/
	background-color: #59656F;
	color:white !important;

}

#criZone {
	padding-top: 14px;
}

#searchZone p,#infoZone p,#rifZone p,#criZone p {
	margin-bottom: 2px;
	color:white;

}

#searchZone {
	text-align: left;
	border-top: 2px solid black;
	padding-left: 20px;
}

#searchZone a {
	color:white;
}



input.ssField {
	width: 190px;
	height: 20px;
	border: 2px solid black;
	padding: 2px;
}

input#dateEqual,input#dateMin,input#dateMax {
	width: 40px;
	border: 2px solid black;
	padding: 2px;
}

input.theButSearch {
	margin-top: 10px;
	color: rgb(192,0,0);
	font-family: "Avenir Next Condensed";
	font-weight: 600;
	font-size: 10pt;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
}



#display {
	overflow: auto;
	
	color: black;
	height: auto;
	
	height: 100%;
	width: 100%;
	
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	border-bottom: 20px solid transparent;
	
	border-top: 250px solid transparent;
	border-left: 260px solid transparent;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-x: hidden;
}



img.titleImg {
	position: relative;
	margin-bottom: 30px;
	top: -40px;
	left: -30px;
	border: 1px solid #333;
}

.accPar {
	font-family: "Lucida Sans";
	position: relative;
	top: -40px;
	left: -15px;
	text-align: center;
	margin-left: 40px;
	line-height: 1.3em;
}

.redSep {
	color: rgb(170,44,29);
}

p.redSep {
	position: relative;
	
	top: -40px;
	left: -15px;

	margin: 15px;
	text-align: center;
	
	margin-left: 40px;

}

span.redSep {
	margin-left: 5px;
	margin-right: 5px;
}

.searchLine {
	margin-top: 15px;
	line-height: 1.3em;
}

.longer {
	margin-right: 20px;
}

#headerList a {
	text-decoration: none;
	color: black;
}

#headerList a:hover {
	color: rgb(170,44,29);
}

span.redOne:hover {
	color: rgb(170,44,29);
	cursor: default;
}

.extend {
	color: rgb(170,44,29);;
}

.eContent {
	color : black;
}

.footerPar {
	font-family: "Lucida Sans";
	margin-top: 6px;
	font-size: 6pt;
	text-align: center;
}

.nobrd {
	background-color: rgb(245,245,245) !important;
	border: none !important;
	padding-left: auto;
	padding-right: auto;
	
}

.sheetPict {
	display: inline;
	height: 10pt;
}

a.openExem, a.frontStyle {
	color:rgb(170, 44, 29) !important;
}