/*@font-face {
    font-family: test;
    src: url("http://test.saillantie.net/content_fonts/test.eot") format('opentype');
}

@font-face {
    font-family: test;
    src: url("http://test.saillantie.net/content_fonts/test.ttf") format("truetype");
}*/

@font-face {
    font-family: "Arial Black";
    src: url("/content_fonts/ariblk.eot");
}

@font-face {
    font-family: "Arial Black";
    src: url("/content_fonts/ariblk.ttf") format("truetype");
}

@font-face {
    font-family: "Avant Garde";
    src: url("/content_fonts/Avgardn.eot");
}

@font-face {
    font-family: "Avant Garde";
    src: url("/content_fonts/Avgardn.ttf") format("truetype");
}

html {
	/*scrollbar-face-color: #FFFFFF; 
	scrollbar-shadow-color: #FFFFFF; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-darkshadow-color: #FFFFFF; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-arrow-color: #000000;*/
}

body, table {
	font-family: Arial, Helvetica, Verdana, "Century Gothic", Tahoma, Times, "Trebuchet MS", Serif, Courier;
	font-size: 11px;
	color: #515151;
	font-weight: normal;
	/*letter-spacing: 0.4px;*/
}

table {
	table-layout: fixed;
}

img {
	border: 0px solid #FFFFFF;
	outline-style: none;
	/*padding: 0px;
	margin: 0px;*/
}

a {
	color: #515151;
	/*color: #000000;*/
	text-decoration: underline;
	/*text-decoration: underline;*/
	text-decoration: none;
	font-weight: normal;
	/*font-weight: normal;*/
	outline-style: none;
}

a:hover, a:active, a:visited{
	color: #515151;
	/*text-decoration: none;*/
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6
, h1 *, h2 *, h3 *, h4 *, h5 *, h6 *
, h1:hover *, h2:hover *, h3:hover *, h4:hover *, h5:hover *, h6:hover * {
	color: #515151;
	font-family: "Avant Garde", Arial, Helvetica, Verdana, "Century Gothic", Tahoma, Times, "Trebuchet MS", Serif, Courier;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin-top: 1px;
	margin-bottom: 1px;
}

h1, h1 *, h1:hover * {
	/*color: #000000;*/
	/*font-size: 25px;*/
	font-size: 18px;
	/*font-style: italic;*/
	margin-top: 0px;
	margin-bottom: 2px;
}

h2, h2 *, h2:hover * {
	/*font-size: 20px;
	font-weight: bold;*/
	font-size: 17px;
	margin-top: 0px;
}

h3, h3 *, h3:hover * {
	/*font-size: 14px;*/
	font-size: 16px;
	margin-top: 0px;
}

h4, h4 *, h4:hover * {
	font-size: 15px;
	font-weight: normal;
}

h5, h5 *, h5:hover * {
	font-size: 14px;
}

h6, h6 *, h6:hover * {
	font-size: 11px;
}

ul, ol {
	padding: 0px;
	margin: 0px;
}

li {
	color: #515151;
	padding: 0px;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 25px;
	/*list-style-type: disc;
	list-style-position: inside;*/
	line-height: 125%;
}

ul li {
	list-style-type: disc;
	list-style-position: outside;
}

ol li {
	list-style-type: decimal;
	list-style-position: outside;
}

hr {
	width: 100%;
	border: 0px solid #515151;
	border-color: #515151;
	background-color: #515151;
	color: #515151;
	height: 1px;
	padding: 0px;
	margin: 0px;
}

p {
	padding: 0px;
	padding-top: 7px;
	padding-bottom: 0px;
	margin: 0px;
	line-height: 170%;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////// */

.errorMsg, .errorMsg * {
	color: #AA0000;
	text-decoration: none;
}

.successMsg, .successMsg *{
	color: #00AA00;
	text-decoration: none;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////// */

.pageBreak {
	margin-top: 3px;
	margin-bottom: 3px;
	clear: both;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////// */

.linkSaillantie {
	/*color: #000000;*/
	height: 20px;
	width: 100%;
	border: 0px solid #FF0000;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	padding-top: 10px;
	text-align: center;
	float: left;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////// */

#AJAX_loader_background {
	background-color: rgb(200,200,200);
	width: 100%;
	height: 100%;
	z-index: 998;
	position: absolute;
	top: 0px;
	left: 0px;
	/*filter: alpha(opacity=40); 
	-moz-opacity: 0.4; 
	opacity: 0.4;*/
	display: none;
}

#AJAX_loader {
	background-color: transparent;
	border: 0px solid rgb(200,200,200);
	padding: 2px;
	z-index: 999;
	position: absolute;
	top: 250px;
	left: 250px;
	text-align: center;
	vertical-align: middle;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////// */

.cssTable th, .cssTableTh {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e0e8ea;
	border-right: 1px solid #e0e8ea;
	border-left: 1px solid #FFFFFF;
}

.cssTable td {
	border-bottom: 1px solid #e0e8ea;
}
