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

a {
	color: #0079c2;
}

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

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

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

.fieldset {
	background: #FFF7EF; 
	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: #F4911E;
}

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

.darkHeader {
	background: #0079c2;
	border-bottom: 1px solid #F4911E;
	border-top: 1px solid #F4911E;
}

.topRow {
	border: 1px solid #0079c2; 
	background: #F4911E;
}

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: #0079c2;
	font-weight: bold;
	text-decoration: none;
}

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

.top_row_app {
	background: #F4911E;
}

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

.formSet a:visited {
	color: #0079c2;
}
.formSet a:hover {
	color: #2f8c23;
}

.a_link a:visited {
	color: #0079c2;
}
.a_link a:hover {
	color: rgb(247,146,24);
	
}

.menuHeader {
	color: #0079c2;
	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 {
	background: #F4911E;
	color: #FFF;
	height: 20px;
	vertical-align: middle;
	padding-left: 6px;
	padding-top: 2px;
	font-size: 12px;
	font-weight: bold;
	width: 90%;
	border: 3px solid #BB0000;
	text-align: left;
}

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

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

.required_star {
	color: red;
}

.reportHeader {
	background: #0079c2;
	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:#0079c2;
	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: #F4911E;
    background-color:#F8F8F8;
    border:2px #F4911E;
	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: #F4911E;
    background-color:#F8F8F8;
    border:2px #F4911E;
	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; 
}

button:hover, .buttons a:hover{
	background-color: #FFF7EF !important;
	border: 1px solid #54a926 !important;
	color: #0079c2 !important;
} 

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

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

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

.dg_title {
	color: white;
}

.dg_options_header {
	background-color: #0079c2;
	border-bottom: #F4911E 1px solid; 
}

.dg_options_footer {
	background-color: #0079c2;
	border-bottom: #F4911E 1px solid; 
	border-left: #F4911E 1px solid; 
	border-right: #F4911E 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: #0079c2;
}

.dg_col_head { 
	border-bottom: #F4911E 1px solid; 
	border-right: #F4911E 1px solid; 
	background-color: #0079c2;
	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: #FFF7EF;
}

.dg_row_even {
	background-color: #daf2bf;
}

.dg_row_selected {
	background-color: #F79218;
}

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

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

.data_grid_filter {
	border-bottom: #0079c2 1px solid; 
	border-right: #0079c2 1px solid; 
}

/* From JQuery */
.ui-dialog-titlebar {
	color: #0079c2;
}

.dg_context_help_option {
	border: 0px;
}

.dg_context_help_title {
	font-weight: bold; 
	color: #0079c2; 
}

.dg_context_help {
	padding: 8px;
}

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

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

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

.quick_options {
	padding-left: 10px;
}

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

.quick_options_panel {
	width: 30px;
	border: 1px solid #0079c2;
	background-color: #0079c2;
	text-align: right;
}

.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 #0079c2;
	background-color: #FFF7EF;
}

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

.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 #0079c2;
}

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

.title_customer_online_services {
	#display: block;
	padding: 4px;
	width: 267px;
	position: absolute;
	right: 10px;
	font-size: 12pt; 
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	color: white;
	background-color: #0079c2; 
	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 #F4911E;
	border-left: 2px solid #F4911E;
	border-right: 2px solid #F4911E;
	background-color: #FFF7EF;
}

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

.description_customer_online_services {
	#display: block;
	#width: 275px;
	padding: 4px;
	text-align: justify;
	border-right: 2px solid #F4911E;
	border-left: 2px solid #F4911E;
	border-bottom: 2px solid #F4911E;
	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 #F4911E;
	padding: 5px;
}

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

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

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

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

.appointment_header_row {
	background-color: #F4911E;
	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: rgb(247,146,24);
}

.sub_menu_item a:hover {
	color: rgb(247,146,24);
}

.menu_item {
	background: #FFF7EF; 
	color: #0079c2; 
}

.menu_section {
	background: #0079c2; 
}

button.busy_submit_small { 
    color: #0079c2;
    background-color:#FFF7EF;
    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: #0079c2;
	background-color: #b5e57f;
	height: 20px;
	padding-left: 5px;
	border-bottom: #0079c2 1px solid; 
	border-right: #0079c2 1px solid; 
}

.dg_tooltip {
	background-color: #b5e57f;
	border: #0079c2 2px solid; 
}

.multiple_destination {
	border: 1px solid #0079c2;
}

.multiple_destination_odd {
	background-color: #FFF7EF; 
}

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

.page_context_help_icon {
	cursor: hand;
}

#login {
	height: 0px !important;
}