/*Redefined -----------------------------------------------------------------------------------------------*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 20px 0px 10px;
	color: #3F477B;
	vertical-align: top;
	border: none;
	overflow-y: scroll;
}

td {
	text-align: left;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

img {
	margin:0;
	padding:0;
	border: none;
} 

/*Customised **********************************************************************************************/
.red {

	font-weight: normal;
	color: #B01825;
}

/*Bolds (others) -----------------------------------------*/
.bold {
	font-weight: bold;
}

.bold-red{
	font-weight: bold;
	color: #B01825;
}

/*Titles ------------------------------------------------*/
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #3F477B;
}
/*Mouse over no-line link*/
.title-red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #B01825;
}

/*Txt pale purple (regular)
(mini pale text directly in cell Ad and MAP3) --------*/
.txt-pale {
	color: #A5A9C4;
}
.txt-pale-bold {
	color: #C5C7DA;
	font-weight: bold;
}
/*txt examples search (pale but for darg bg)*/
.txt-pale-small {
	text-align: left;
	vertical-align: bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #8B90B1;
	text-decoration: none;
}

/*Regular font size (pale but for dark bg*/
.txt-medium{
	color: #8B90B1;
}

/*Other link sets (span inside a-tag) ------------------*/
/*link Blue*/
.link-lineB {
	color: #3F477B;
	text-decoration: underline;
}
/*link Red*/
.link-lineR {
	color: #B01825;
	text-decoration: underline;
}

/*aligns -----------------------------------------------*/
.align-right{
	text-align: right;
}

/*Aligned Vertical-Middle (cells) ----------------------*/

/*VM*/
.align-ml {
	vertical-align: middle;
	text-align: left;
}

/*VM left and dark (for menu pages)*/
.align-ml-dark {
	vertical-align: middle;
	text-align: left;
	color: #3C4475;
}
/*VM right and dark (for menu pages)*/
.align-mr-dark {
	vertical-align: middle;
	text-align: right;
	color: #3C4475;
}

/*VM left and dark (for menu pages)*/
.align-ml-white {
	vertical-align: middle;
	text-align: left;
	color: #FFFFFF;
}
/*VM right and dark (for menu pages)*/
.align-mr-white {
	vertical-align: middle;
	text-align: right;
	color: #FFFFFF;
}

/*Table with zero padding and marging - table has defined cellspace
(used in SEARCH (info of each companies) and CLIENT (fields to edit)*/
.table-z {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 3F477B;
	margin: 0px;
	padding: 0px;
}

/*Horizontal Line made with a pixel-img + padding up and down (more trustable than HL)*/
.cell-line {
	background-image: url(imgs/pix-line.gif);
	background-repeat: repeat-x;
	background-position: center center;
	font-size: 1px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}


/*CONTENT ************************************************************************************************/

/*Main table - the one for all*/
#table-main{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3F477B;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	background-color: #FFFFFF;
	width: 760px;
	border: none;
}

/*Main cells ---------------------------------------------------------------------------------------------*/

/* 1- cell top-left: content + MAP 1 (not sliced version) Cell for the other pages than Search*/
#cell-content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #3F477B;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	padding: 10px 10px 15px;
	vertical-align: top;
	background-color: #EDEFF9;
	background-image: url(imgs/map_1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 2px solid #444C7F;
}

/* 2- cell top-right: cell Advertising + MAP 2 */
#cell-ad {
	background-image:  url(imgs/map_2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
	vertical-align: top;
	margin: 0px;
	padding: 10px 0px 200px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ACB0C9;
	text-decoration: none;
	width: 130px;


}

/* 3- cell bottom-left: MAP 3 */
#cell-map3 {
	background-image:  url(imgs/map_3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 15px 10px 10px 12px;
	height: 58px;
	font-size: 9px;
	color: #ACB0C9;
}

/* 4- cell bottom-right:  MAP 4 */
#cell-map4 {
	background-image:  url(imgs/map_4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	vertical-align: bottom;
	margin: 0px;
	padding: 10px;
	height: 58px;
}

/* PAGE SEARCH - cell #1 - Table inside and it's cells + MAP 1 (in 3 PIECES) -----------------------------*/

/* Table content (inside the cell-content of the main table)
	recieved the style instead of the cell-content */
#table-content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #3F477B;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	width: 630px;
	background-color: #EDEFF9;
	border: 2px solid #444C7F;
}

/*Cell 1: Banner top*/
#cell-top {
	padding: 10px;
	vertical-align: top;
}

/*Cell 1: Banner: cell info*/
#cell-info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #8B90B1;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 8px 0px 0px;
	vertical-align: top;
	border: none;
}

/*Cell 2: Menu Pages 1*/
#cell-menu-p1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #3F477B;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	padding: 0px 10px;
	vertical-align: middle;
	border: none;
	background-color: #ACB0C9;
	height: 19px;
}

/*Cell 3: Content + MAP 1a */
#cell-middle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #3F477B;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	padding: 15px 10px;
	vertical-align: top;
	border: none;
	background-image: url(imgs/maps_1/map_1a.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #F9F9FF;
	height: 100%;
}

/*Cell 4: Menu Pages 2 + MAP 1b */
#cell-menu-p2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #3F477B;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	padding: 0px 10px;
	vertical-align: middle;
	border: none;
	background-color: #ACB0C9;
	height: 19px;
	background-image: url(imgs/maps_1/map_1b.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

/*Cell 5 : Search bottom + MAP 1c*/
#cell-last {
	padding: 10px 10px 0px;
	vertical-align: top;
	height: 56px;
	background-image: url(imgs/maps_1/map_1c.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

/*Formulaire elements *************************************************************************************/

.frm-txtfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3C4475;
	border: 1px solid #B01825;
	margin-top: 3px;
	padding: 2px;
}

/*The button has a 2pix space above it*/
.frm-bt-spacetop {
	border: none;
	margin-top: 2px;
}

/*Links ***************************************************************************************************/

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3F477B;
	text-decoration: none;
	border: none;
}

a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #B01825;
	text-decoration: none;
	border: none;
}



/* To class------------------------------------------------------------------------------------------------------------------*/

