table.form select.double_list_select-selected{
width: 230px;
}

table.form select.double_list_select{
width: 230px;
}



table.price{
text-align: center;
align: center;

}
table.price td{
text-align: center;
font-size: 13px;
color: #3F3F3F;

}

table.price td span.price{
font-size: 24px;
font-weight: bold;
font-style: italic;
}
table.price td span.period{
font-size: 20px;
font-weight: bold;
color: #499EDE;

}


td#month1 {
	border: 1px solid #FFB9B9;
background-color: #FFDFDF;
}
td#month2 {
	border: 1px solid #ADD8E6;
background-color: #DDEFF4;
}
td#month3 {
	border: 1px solid #90EE90;
background-color: #D9F9D9;
}



div.auto_complete ul
{
text-align: left;
color: black;
}

div.invoice_status#paid
{
background-color: lightgreen;
border: 1px green solid;
color: green;
}



div.invoice_status#other
{
background-color: pink;
border: 1px red solid;
color: red;
}

div.invoice_status
{
padding: 3px;
margin: 5px;
text-align: center;
font-size: 17px;
font-weight: bold;
}

tr#description
{
background-color: #F5FBFE;
}
tr#tps{
background-color: #F5FBFE;
}
tr#tvq{
background-color: #F5FBFE;
}
tr#total{
background-color: #D6F0FC;
}
tr#final_price{
background-color: #D6F0FC;
}

tr#provider{
background-color: #F5FBFE;
}
tr#client{
background-color: #F5FBFE;
}
tr#details_header
{
background-color: #D6F0FC;
}
table.invoice
{
border: 1px solid #3BB8F1;
font-size: 15px;
}
table.invoice tr
{
height: 25px;
padding: 10px;
}

table.invoice td{
vertical-align: top;
padding: 10px;
}
tr#invoice_number
{
font-size: 20px;
background-color: #D6F0FC;
}


























div#success_form {
	color: green;
	font-size: 12pt;
font-weight: bold;
text-align: center;
border: 1px solid;
	background-color: #E1F0FD;
}

#support
{
  position: absolute;
  margin: 0;
  padding: 1px 0;
  right: 0px;
  top: 0px;
  opacity: 0.80;
  filter: alpha(opacity:80);
  z-index: 10000;
}

#support
{
  position: fixed;
}

div#good{

	background-color: #E1F0FD;
margin: 10px;
}

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

<!--
p {
	padding-left: 15px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
/* Listing table */
table.listing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
tr.alert {
	background-color: #E7E7E7;
	margin: 10px;
}
table.listing td.title {
	font-weight: bold;
	padding: 5px;
}
table.listing td {
	padding: 2px 5px 2px 5px;
}
/* Listing table END */

/* Members menu */

td.members_menu_title {
	padding-left: 15px;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/images/template_v2/members_menu_title.jpg);
	background-repeat: repeat-x;
	height: 24px;
	color: #ffffff;
	font-weight: bold;
}
table.members_menu_options td {
	padding: 5px 5px 5px 15px;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}
table.members_menu_options img {
	padding-right: 5px;
}
/* Members menu END */

/* form elements */

table.form select {
	width: 250px;
}
table.form input.button {
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
	background: none;
	border: 0px solid;
	height: 33px;
	width: 90px;
}
table.search {
	padding: 3px;
}
table.form input {
	width: 250px;
}
em.required {
	color: red;
}
div.form_error {
	color: red;
}
table.form {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
table.form select.start_date_select {
       width:70px;
}
table.form input {
	border: 1px solid #CCCCCC;
}
table.form td.form_left_column {
	vertical-align: top;
	padding: 2px 0px 2px 10px;
	width: 160px;
}
table.form td.form_center_column {
	padding: 2px 0px 2px 5px;
}
table.form td.form_right_column {
	padding: 2px 0px 2px 5px;
	width: 260px;
}

table.checkbox td {

}
table.checkbox input {
width: 20px;
height: 15px;
}
table.form td.salary input{
width: 40px;
height: 15px;
}

/* form elements END */


/* form refine search */
table.refine_search {
}
table.refine_search td.refine_search_title {
	background-color: #C6D10B;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
table.refine_search td.refine_search_body {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/images/template_v2/refine_search.jpg);
	background-repeat: repeat-x;
}
table.refine_search td.refine_search_body input {
	width: 170px;
}
/* form refine search END */



/* Pagination  */
table.pager {
	font-size: 9pt;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
table.pager span.lr_pager {
	font-size: 13pt;
	color: #C5CF00;
	text-decoration: none;
	font-weight: bold;
}
table.pager td {
	padding: 0px 10px 0px 10px;
}
table.pager td a {
	padding: 0px 1px 0px 1px;
	color: #0A77A0;
}
/* Pagination END */




h1 {
	margin: 0px;
	color: #3499D1;
	font-size: 13pt;
	padding-left: 15px;
	background-image: url(/images/template_v2/arrowGreen.gif);
	background-repeat: no-repeat;
	background-position: center left;
	font-family: Arial, Helvetica, sans-serif;
}
h1.form {
	margin: 0px;
	color: #C3D007;
	font-size: 13pt;
	padding-left: 15px;
	background-image: url(/images/template_v2/arrowBlue.gif);
	background-repeat: no-repeat;
	background-position: center left;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	margin: 0px;
	color: #3499D1;
	font-size: 11pt;
	padding-left: 15px;
	background-image: url(/images/template_v2/arrowGreen.gif);
	background-repeat: no-repeat;
	background-position: center left;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	margin: 0px;
	color: #3499D1;
	font-size: 11pt;
	padding-left: 15px;
	background-image: url(/images/template_v2/arrowBlue.gif);
	background-repeat: no-repeat;
	background-position: center left;
	font-family: Arial, Helvetica, sans-serif;
}
div#gmap {
	border: 1px solid #0F6B94;
}
table.job_show {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
table.job_details {
	width: 400px;
	margin: 10px;
	border-collapse:collapse;
}
table.job_details tr {
	border-bottom: 1px solid #EFEFEF;
}
td.details_left_column {
	font-family: Arial, Helvetica, sans-serif;
	width: 175px;
	padding: 2px;
	font-weight: bold;
}
td.details_right_column {
	width: 225px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
}
div#searchContainer {
	border:1px solid gray;
	padding: 5px;
	width:405px;
	height: 110px;
	margin-bottom: 1em;
    padding: 0px;
}
table#searchTable {
	padding-left: 209px;
}

/* Job listing */
tr.listing {
}
tr.listing td {
	vertical-align: middle;
}
.even {
	background-color: #ececec;
}
.odd {
}
/* Job listingEND */


td#right_shadow {
	background-image: url(/images/template_v2/right_shadow.png);
	background-repeat: repeat-y;
}
td#left_shadow {
	background-position: right;
	background-image: url(/images/template_v2/left_shadow.png);
	background-repeat: repeat-y;
}
table.border {
	border: 1px solid #D6D6D6;
}
img {
	border: 0px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/template_v2/bkgGreen.gif);
	background-repeat: repeat-x;
}
.menuLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
a.menuLinks:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.menuLinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a.menuLinks.visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.menuLinks:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.tagLine {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 11px;
	color: #999999;
}
.topLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
a.topLinks:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
a.topLinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1376a8;
	text-decoration: underline;
}
a.topLinks.visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
a.topLinks:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a.Text:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1376a8;
	text-decoration: underline;
}
a.Text:hover {
	color: #1376a8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
a.Text.visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1376a8;
}
a.Text:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1376a8;
}
.titleBlue {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3399cc;
}
.TextGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c5cf00;
}
.titleGreen {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #C5CF00;
}
.Recherche {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #333333;
}
.Emploi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #3399cc;
	font-weight: bold;
}
.buttonText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
a.buttonText:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.buttonText:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.buttonText.visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.buttonText:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.TextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.TextAffiche {
	color: #999999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a.TextAffiche:link {
	color: #999999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a.TextAffiche:hover {
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.TextAffiche.visited {
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a.TextAffiche:active {
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.ListBoxes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 190px;
}
-->
