@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* CSS Document */

body  {
	background-image: url(../../_info-coach/ordiBackLight.jpg);
}

a:link, a:visited {
	color: #03F;
}

/* ----------------- sidebar layout -------------------- */
.twoColSr #sidebar, .twoColSl #sidebar {
	background-color: #DFBCC2;
	color: #000;
}

.twoColSr #sidebar h1, .twoColSl #sidebar h1 {
	color: #fff;
	background-color: #F00;
}
.twoColSr #sidebar h2, .twoColSl #sidebar h2 {
	background: #996;
	color: #fff;
}
/* ----------------- mainContent layout -------------------- */
.twoColSr #mainContent, .twoColSl #mainContent {
	background-color: #E6E3FD;
	color: #000;
} 
.oneCol #mainContent {
	background-color: #E6E3FD;
	color: #000;
}

.twoColSr #mainContent h1, twoColSl #mainContent h1, .oneCol #mainContent h1 {
	background-color: #CCC;
	color: #000;
}
.twoColSr #mainContent h2, .twoColSl #mainContent h2, .oneCol #mainContent h2  {
	background-color: #CCD2E3;
	color: #000;
}
.twoColSr #mainContent h3, .twoColSl #mainContent h3, .oneCol #mainContent h3  {
	color: #000;
}
.twoColSr #mainContent h4, .twoColSrl #mainContent h4, .oneCol #mainContent h4  {
	color: #000;
}

/* --------------------- Service Tables ------------------------------*/
#mainContent table#tarifsTbl {
	width: 500px;
	background-color: #0CF;
	margin-right: auto;
	margin-left: auto;
}

#mainContent #tarifsTbl thead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
	font-weight: normal;
}
#mainContent #tarifsTbl tbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align:center;
}
#mainContent #tarifsTbl caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #666;
	text-align: left;
	padding-bottom: .5em;
}
#mainContent #tarifsTbl th {
	background-color: #444;
	height: 190px;
	vertical-align: bottom;
	font-weight: normal;
	text-align: center;
	padding-bottom: 0.5em;
}
#mainContent #tarifsTbl td {
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	}
#mainContent #tarifsTbl tr.odd {
	background-color: #0FF;
}
#mainContent #tarifsTbl td.fcol {
	width: 400px;
	text-align: left;
}
#mainContent #tarifsTbl tr:hover {
	background-color: #333;
	color: #FF0;
}
