body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background: #fff;
	position: relative;
}

a {
	color: #77A8CE;
}

.formSet {
	background: #FDF6EB; border: 1px solid gray; 
	position: relative;
	padding: 4px; 
}

.formLegend {
	background: #77A8CE;
	font-size: 10pt;
	color: white;
	padding: 4px 6px;
	font-weight: bold;
	border: 1px solid black;
	position: relative;
	/* top: -1em; */
}

.legend {
	background: #77A8CE;
	font-size: 10pt; 
	color: white; 
	padding: 4px 6px;
	font-weight: bold; 
	border: 1px solid black;
	position: relative;     
	/*top: -1em;   */
}

.fieldset {
	background: #FDF6EB; 
	border: 1px solid gray; 
	position: relative; 
	padding: 4px;
}

.lightTitle {
	font-size: 12pt; 
	font-weight: bold; 
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
 	vertical-align: middle;
 	color: #77A8CE;
}

.darkTitle {
	font-size: 12pt; 
	font-weight: bold; 
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
 	vertical-align: middle;
	color: #77A8CE;
}

.darkHeader {
	background: #77A8CE;
	border-bottom: 1px solid #D5DEE6;
	border-top: 1px solid #D5DEE6;
}

.header_middle {
	#background: #FDF6EB;
}

.topRow {
	border: 1px solid #EF3F30; background: #EF3F30;
}

td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
}

.general_menu_link { 
 	color: white;
 	font-weight: bold; 
 	text-decoration: none; 
}

.general_menu_link:hover {
	color: rgb(75, 73, 73);
	font-weight: bold;
	text-decoration: none;
}

.topMenu {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.top_row_app {
	background: #EF3F30;
}

.botRow {
	color: white;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #EF3F30; 
	background: #EF3F30;
	position: fixed;
	bottom: 0px;
	left: 0px;
}

.formSet a:visited {
	color: #77A8CE;
}
.formSet a:hover {
	color: #2f8c23;
}

.a_link a:visited {
	color: #77A8CE;
}
.a_link a:hover {
	color: #2f8c23;
}

.menuHeader {
	color: #77A8CE;
	font-weight: bold;
	font-size: 12pt;
}

/*this is what we want the div to look like when it is not showing*/
div.loading-invisible {
  /*make invisible*/
  display:none;
}

/*this is what we want the div to look like when it IS showing*/
div.loading-visible{
  display: block; /*make visible*/
  position:absolute; /*position it 200px down the screen*/
  top:200px;
  left:0;
  width:100%;
  text-align:center;
  background:#fff; /*in supporting browsers, make it a little transparent*/
  opacity:.75;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
}
  
.connection_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}

.error {
	color: red;
}

.msg_rep_gen {
	color: #EF3F30;
	height: 20px;
	vertical-align: middle;
	padding-left: 6px;
	padding-top: 2px;
	font-size: 12px;
	font-weight: bold;
	width: 90%;
	text-align: left;
}

.div_no_space { 
	margin: 0; 
	padding: 0;
}

.info_bubble { 
	background-color: #77A8CE;
	border: 2px solid #77A8CE;
	font-size:12px;
	color:#FFFFFF; 
	width: 250; 
	position:absolute; 
	padding-left: 5px;
	display: none;
}

.required_star {
	color: red;
}

.reportHeader {
	background: #77A8CE;
	color: white;
}


/* Ajax lists */

#ajax_listOfOptions{
	position:absolute;	/* Never change this one */
	height:250px;	/* Height of box */
	overflow:auto;	/* Scrolling features */
	border:1px solid #000;	/* Dark border */
	background-color:#FFF;	/* White background color */
	text-align:left;
	font-size:0.9em;
	z-index:100;
}
#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
	margin:1px;		
	padding:1px;
	cursor:pointer;
	font-size:0.9em;
}
#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
	border-bottom: 1px solid #e0e0e0;
}
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
	background-color:#77A8CE;
	color:#FFF;
}
#ajax_listOfOptions_iframe{
	background-color:#F00;
	position:absolute;
	z-index:5;
}


button.busy_submit { 
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	color: #77A8CE;
    background-color:#F8F8F8;
    border:2px #77A8CE;
	border-style: outset;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    /* display: block;  sa fait faire un saut de ligne entre chaque bouton   */ 
	position: relative; 
	padding: 0; 
	padding-left: 3px; 
	padding-right: 3px; 
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	margin-right: .1em; 
	text-decoration: none !important; 
	cursor: pointer; 
	text-align: center; 
	zoom: 1; 
	overflow: visible; 
} /* the overflow property removes extra width in IE */

.buttons {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	color: #77A8CE;
    background-color:#F8F8F8;
    border:2px #77A8CE;
	border-style: outset;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    /* display: block;  sa fait faire un saut de ligne entre chaque bouton   */ 
	position: relative; 
	padding: 0; 
	padding-left: 3px; 
	padding-right: 3px; 
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	margin-right: .1em; 
	text-decoration: none !important; 
	cursor: pointer; 
	text-align: center; 
	zoom: 1; 
	overflow: visible; 
}


/* data grid */
.dg_background {
	background-color: silver;
	border: #D5DEE6 1px solid; 
}

.cd_dg_background {
	background-color: silver;
	border: #D5DEE6 1px solid; 
}

.dg_print_background { 
	background-color: silver;
	border: #D5DEE6 1px solid; 
}

.dg_title {
	color: white;
}

.dg_options_header {
	background-color: #77A8CE;
	border-bottom: #D5DEE6 1px solid; 
}

.dg_options_footer {
	background-color: #77A8CE;
	border-bottom: #D5DEE6 1px solid; 
	border-left: #D5DEE6 1px solid; 
	border-right: #D5DEE6 1px solid; 
}

.dg_page_info {
	color: white;
}

.dg_current_nav_lnk {
	color: white;
	border: #FFFFFF 1px solid; 
}

.dg_nav_lnk {
	color: white;
}

.dg_desactivate_nav_lnk {
	color: silver;
}

.dg_header {
	background-color: #77A8CE;
}

.dg_col_head { 
	border-bottom: #D5DEE6 1px solid; 
	border-right: #D5DEE6 1px solid; 
	background-color: #77A8CE;
	color: white;
}

.dg_col_head_hovered {
	background-color: rgb(200,81,0);
}

.dg_column_order_lnk {
	color: white;
}

.dg_row {
	background-color: white;
}

.dg_row_odd {
	background-color: #D5DEE6;
}

.dg_row_even {
	background-color: white;
}

.dg_row_selected {
	background-color: #F79218;
}

span.dg_cell {
	border-bottom: #D5DEE6 1px solid; 
	border-right: #D5DEE6 1px solid; 
}

td.dg_cell {
	color: black;
	border-bottom: #D5DEE6 1px solid; 
	border-right: #D5DEE6 1px solid; 
}

.data_grid_filter {
	border-bottom: #77A8CE 1px solid; 
	border-right: #77A8CE 1px solid; 
}

/* From JQuery */
.ui-dialog-titlebar {
	color: #77A8CE;
}

.dg_context_help_option {
	border: 0px;
}

.dg_context_help_title {
	font-weight: bold; 
	color: #77A8CE; 
}

.dg_context_help {
	padding: 8px;
}

.dg_ch_box {
	border: #77A8CE 1px solid; 
	background-color: #77A8CE;
	margin-top: 3px;
}

.dg_ch_title {
	color: white;
	padding: 5px;
	font-weight: bold;
}

.dg_ch_txt {
	padding: 5px;
	background-color: #fff7eb;
}

/* CONTAINER */
.container_info {
	border: 1px solid #77A8CE;
	width: 95%;
}

.container_header {
	border-top-left-radius: 10px; 
	border-top-right-radius: 10px;
	height: 40px;
	text-align: left;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	color: white;
	width: 95%;
	padding: 1px;
 	background: #77A8CE; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#abd0ef, #77A8CE); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#abd0ef, #77A8CE); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#abd0ef, #77A8CE); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#abd0ef, #77A8CE); /* Standard syntax */}

.container_code {
	font-size: 16px;
	font-weight: bold;
	color: white;
}

.cont_info_header {
	background: #d5dee6;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
}

.cont_header_history {
	border-top-left-radius: 10px; 
	border-top-right-radius: 10px;
	text-align: left;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	color: white;
	width: 95%;
	padding-left: 5px;
	padding-top: 4px;
	height: 20px;
 	background: #77A8CE; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#abd0ef, #77A8CE); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#abd0ef, #77A8CE); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#abd0ef, #77A8CE); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#abd0ef, #77A8CE); /* Standard syntax */}
}

.cont_info_header_history {
	background: #d5dee6;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
}

.cont_info_data {
	background: white;
	height: 20px;
}

.container_history {
	border: 1px solid #77A8CE;
	width: 95%;
}

/* BOOKING */
.booking_header {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	background: #77A8CE;
	color: white;
	width: 95%;
	padding: 3px;
}

.booking_info {
	border: 1px solid #77A8CE;
	width: 95%;
}

.booking_info_header {
	background: #d5dee6;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
}

.booking_info_data {
	background: #EEEEEE;
	height: 20px;
}

.seperator {
	color: #77A8CE;
}

.html_report td{
	font-size: 12px;
}

.quick_options {
	padding-left: 10px;
}

.right_panel {
	width: 230px;
	text-align: right;
}

.quick_options_panel {
	width: 30px;
	border: 1px solid #77A8CE;
	background-color: #D5DEE6;
	text-align: center;
}

.quick_option_icons {
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: middle;
}

.img_quick_option_icons {
	cursor: hand;
}

.d_img_quick_option_icons {
	cursor: text;
}

.default_criteria_panel {
	width: 230px;
	min-height: 450px;
	border: 1px solid #77A8CE;
	background-color: #f8fff0;
}

.default_criteria_panel_title {
	float: left;
	padding-left: 3px;
	padding-top: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #77A8CE;
}

.default_criteria_panel_close {
	padding-right: 2px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}

.default_criteria_panel_close_lnk {
	text-decoration: none;
}

.invoice_box {
	border: 1px solid #77A8CE;
}

.customer_online_services {
	display:inline-block;
	height: 350px;
	width: 275px;
	padding: 4px;
	margin-top: 26px;
	position: absolute;
	overflow: auto;
	right: 10px;
	border: 1px solid #D5DEE6;
	border-collapse:collapse;
	text-align: center;
	/*
	background-image:url(../images/cos_background.png); 
	background-repeat: no-repeat; 
	*/
	background-color: #f8fff0; 
}

.title_customer_online_services {
	display: block;
	padding: 4px;
	width: 275px;
	position: absolute;
	right: 10px;
	font-size: 12pt; 
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	color: white;
	background-color: #77A8CE; 
	padding-bottom: 4px;
}

.header_customer_online_services {
	display: block;
	margin: 0px;
	margin-top: 10px;
	width: 260px;
}

.header_logo_customer_online_services {
	display: block;
	margin: 0px;
	width: 32px;
	height: 32px;
	text-align: center;
	padding: 3px;
	padding-left: 15px;
	border-top: 2px solid #D5DEE6;
	border-left: 2px solid #D5DEE6;
	border-right: 2px solid #D5DEE6;
	background-color: #f8fff0;
}

.header_title_customer_online_services {
	display: block;
	width: 260px;
	padding-left: 10px;
	border-bottom: 2px solid #D5DEE6;
}

.description_customer_online_services {
	display: block;
	width: 275px;
	padding: 4px;
	text-align: justify;
	border-right: 2px solid #D5DEE6;
	border-left: 2px solid #D5DEE6;
	border-bottom: 2px solid #D5DEE6;
	padding: 15px;
	font-size: 10pt; 
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
}

.ost_top_form {
	text-align: center;
}

.select_release_date_appt {
	width: 95%;
	background-color: #daf2bf;
	border: 1px solid #D5DEE6;
	padding: 5px;
}

.select_release_appt {
	width: 50%;
	float: left;	
}

.select_date_appt {
	width: 50%;
	float: left;	
}

.appointment {
	border: 1px solid #D5DEE6;
	background-color: #f8fff0; 
	padding: 5px;
}

.appt_label_info {
	font-size: 10pt; 
	font-weight: bold; 
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
}

.appointment_header_row {
	background-color: #D5DEE6;
	color: white;
	font-size: 10pt; 
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	text-align: left;
	padding-left: 3px;
}

.appointment_row {
	background-color: #FFE7C7;
	font-size: 9pt; 
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	padding: 2px;
}

.menu_sevice {
	height: 36px;
	padding-left: 4px;
	padding-top: 2px;
	background-image:url(../images/service_menu_bar.png); 
	background-repeat: no-repeat; 
	cursor: hand;
}

.menu_item a:hover {
	color: #436777;
}

.sub_menu_item a:hover {
	color: #436777;
}

.menu_item {
	background: #FDF6EB; 
	color: #77A8CE; 
}

.menu_section {
	background: #77A8CE; 
}

button.busy_submit_small { 
    color: #77A8CE;
    background-color:#f8fff0;
    border:2px #54a926;
	border-style: outset;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
} /* the overflow property removes extra width in IE */

.dg_row_seperator {
	color: #77A8CE;
	background-color: #b5e57f;
	height: 20px;
	padding-left: 5px;
	border-bottom: #77A8CE 1px solid; 
	border-right: #77A8CE 1px solid; 
}

.dg_tooltip {
	background-color: #b5e57f;
	border: #77A8CE 2px solid; 
}


.appointment_row {
	background-color: #daf2bf;
	font-size: 9pt; 
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	padding: 2px;
}

.multiple_destination {
	border: 1px solid #77A8CE;
}

.multiple_destination_odd {
	background-color: #FFF7EF; 
}

button.busy_submit:hover {
	border: 1px solid #77A8CE;
	color: #77A8CE;
	margin-left: 0px;
}

button:hover, .buttons a:hover {
	background-color: #F8F8F8;
	border: 1px solid #77A8CE;
	color: #77A8CE;
}

button, .buttons {
	background-color: #F8F8F8;
	color: #77A8CE;
}

.dg_options_header {
	height: 22px;
	background-image: -webkit-linear-gradient(top, #D5DEE6 0%, #77A8CE 100%);
	background-color: rgb(189,81,0);
	border-bottom: #242424 1px solid;
	line-height: 22px;
	text-align: center;
}

.dg_change_limit {
	float: left;
	color: white;
}

.dg_change_limit_lnk {
	color: white;
}
.dg_change_limit_lnk:hover {
	color: #436777;
}

.sc {
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #D5DEE6 100%);
	border: 1px solid #242424;
	font-family: Calibri, Georgia;
	width: 1000px;
}

.page_context_help {
	position: absolute;
	right: 10px;
	top: 4px;
}

.page_context_help_icon {
	cursor: hand;
}

.dg_col_head_without_options {
	background-image: -webkit-linear-gradient(top, #AABECE, #77A8CE 100%);	
}

.bottom_border_gray {
	border-bottom: 1px solid #d6d6d6;
}

#login {
	height: 0px !important;
}