* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 62.5%;
	color: #023c63;
	height: 100%;
	background: url("images/bg_jour.gif") no-repeat scroll center 0 #E3F1FC;
	
}

#welcomeBox {
	border: 0.1em solid #0066A1;
	width:520px;
	height:212px;
	box-shadow: 0px 0px 7px #0066A1;
	border-radius: 5px;
	margin: 0 auto;
	margin-top:  300px;
	
}

#welcomeBox #logo {
	background: none repeat scroll 0 0 #0066A1;
    border-radius: 3px 3px 0 0;
    float: left;
    height: 90px;
    width: 520px;
}

#welcomeBox #logo img{
	margin:20px;
}

.boutonConnexion a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	color:#FFFFFF;
	text-transform:uppercase;
	
	/* Ombre */
	text-shadow: 1px 1px 1px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
	
	text-decoration:none;
	
	display: inline-block;
	margin:0;
	padding:8px 20px 0 20px;
	height:23px;
	
	border:1px solid #003C63;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	
	background: #446f8b; /* Old browsers */
	background: -moz-linear-gradient(top,  #446f8b 0%, #5c98d1 6%, #5c98d1 46%, #446f8b 52%, #023c63 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#446f8b), color-stop(6%,#5c98d1), color-stop(46%,#5c98d1), color-stop(52%,#446f8b), color-stop(100%,#023c63)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #446f8b 0%,#5c98d1 6%,#5c98d1 46%,#446f8b 52%,#023c63 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #446f8b 0%,#5c98d1 6%,#5c98d1 46%,#446f8b 52%,#023c63 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #446f8b 0%,#5c98d1 6%,#5c98d1 46%,#446f8b 52%,#023c63 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #446f8b 0%,#5c98d1 6%,#5c98d1 46%,#446f8b 52%,#023c63 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#446f8b', endColorstr='#023c63',GradientType=0 ); /* IE6-9 */

	/**/
	}

.boutonConnexion a:hover {
	opacity:0.8;
	
	/* Ombre */
	text-shadow: 0px 0px 0px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=0);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#446f8b', endColorstr='#023c63',GradientType=0 ); /* IE6-9 */
}

.boutonsActions a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	color:#FFFFFF;
	/* Ombre */
	text-shadow: 1px 1px 1px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
	
	text-decoration:none;
	
	display: inline-block;
	margin:0;
	padding:3px 15px 0 15px;
	height:18px;
	
	border:1px solid #003C63;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	
	background: #446f8b; /* Old browsers */
	background: -moz-linear-gradient(top,  #446f8b 0%, #5c98d1 6%, #5c98d1 46%, #446f8b 52%, #023c63 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#446f8b), color-stop(6%,#5c98d1), color-stop(46%,#5c98d1), color-stop(52%,#446f8b), color-stop(100%,#023c63)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #446f8b 0%,#5c98d1 6%,#5c98d1 46%,#446f8b 52%,#023c63 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #446f8b 0%,#5c98d1 6%,#5c98d1 46%,#446f8b 52%,#023c63 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #446f8b 0%,#5c98d1 6%,#5c98d1 46%,#446f8b 52%,#023c63 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #446f8b 0%,#5c98d1 6%,#5c98d1 46%,#446f8b 52%,#023c63 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#446f8b', endColorstr='#023c63',GradientType=0 ); /* IE6-9 */

	margin-top:12px;
	
	/**/
	}

.boutonsActions a:hover {
	opacity:0.8;}

/* BOUTON GRIS */


.boutonsAnnulation a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	color:#353535;
	/* Ombre */
	text-shadow: 1px 1px 1px #FFFFFF;
    filter: dropshadow(color=#FFFFFF, offx=1, offy=1);
	
	text-decoration:none;
	
	display: inline-block;
	margin:0;
	padding:3px 15px 0 15px;
	height:18px;
	
	border:1px solid #777777;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	
	background: #a1a1a1; /* Old browsers */
	background: -moz-linear-gradient(top,  #a1a1a1 0%, #f0f0f0 4%, #e4e4e4 36%, #d2d2d2 52%, #bfbfbf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a1a1a1), color-stop(4%,#f0f0f0), color-stop(36%,#e4e4e4), color-stop(52%,#d2d2d2), color-stop(100%,#bfbfbf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a1a1a1 0%,#f0f0f0 4%,#e4e4e4 36%,#d2d2d2 52%,#bfbfbf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a1a1a1 0%,#f0f0f0 4%,#e4e4e4 36%,#d2d2d2 52%,#bfbfbf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a1a1a1 0%,#f0f0f0 4%,#e4e4e4 36%,#d2d2d2 52%,#bfbfbf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a1a1a1 0%,#f0f0f0 4%,#e4e4e4 36%,#d2d2d2 52%,#bfbfbf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1a1a1', endColorstr='#bfbfbf',GradientType=0 ); /* IE6-9 */

	/**/
	}
	
.boutonsAnnulation a:hover {
	opacity:0.8;}
	
#msgBox {
    background-color: #FFFFFF;
    height: 250px;
    left: 35%;
    padding: 2px;
    position: absolute;
    top: 50%;
    width: 650px;
    z-index: 9999;
    /*visibility: hidden;*/
}
   
   
#msgBox h2 {
   	border-bottom: 1px solid #CCCCCC;
   	color: #666666;
  	font-size: 24px;
   	font-weight: normal;
   	line-height: 32px;
   	margin: 24px 0 12px;
}
   
#msgBox .modal {
    background-color: #FFFFFF;
    border: 3px solid #0066a1;
    height: 214px;
    padding: 15px;
    text-align: left;
}

#msgBox .modal p {
	font-size:2em;
}

#msgBox .modal h2 {
  	background: url("images/info.png") no-repeat scroll 0 50% transparent;
   	/*border-bottom: 1px solid #333333;*/
   	font-size: 20px;
   	margin: 0;
   	padding: 10px 0 10px 45px;
}

#msgBox .modal h2:after {
	content:""; 
  	height:1px;
  	background:-moz-linear-gradient(left, #0066a1 0%,#0066a1 50%,#FFFFFF 100%); 
  	background:-webkit-linear-gradient(left, #0066a1 0%,#0066a1 50%,#FFFFFF 100%); 
  	background:linear-gradient(left, #0066a1 0%,#0066a1 50%,#FFFFFF 100%);
  	width:80%;
  	display:block;
}

#exposeMask {
   	position: absolute; 
   	top: 0px; 
   	left: 0px; 
   	width: 100%; 
   	height: 4092px; 
   	opacity: 0.7; 
   	z-index: 9998; 
   	background-color: rgb(0, 0, 0);
   	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 8 */
   	filter: alpha(opacity=70); /* IE */
}

.marginTop20px {
	margin-top:20px;
}

.clearfix:before,.clearfix:after { content: " "; /* 1 */    display: table; /* 2 */}
.clearfix:after { clear: both; }

@external themeNight, themeDefault;

.themeDefault, .themeNight{
}

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 62.5%;
	color: #023c63;
	height: 100%;
	background: url("images/bg_jour.gif") no-repeat scroll center 0 #E3F1FC;
}

a {
	cursor: pointer;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.dayInfosMsgBackground{
	background: #e3f1fc;
}
.nightInfosMsgBackground{
	background: #24B9D4;
	
}

.dayForeground{
	color: #023C63;
}
.nightForeground{
	color: #fff;
}
.dayBackground{
	background: #E3F1FC url(images/bg_jour.gif) center center no-repeat;
}
.nightBackground{
	background: #0A313F url(images/bg_nuit.gif) center center no-repeat;
}

.zoneBarRightOpened {
	background: url(images/open_file.png) 134px 10px no-repeat transparent;
}

.zoneBarRightClosed {
	background: url(images/closed_file.png) 136px 8px no-repeat transparent;
}

.zoneBarHeaderClosed {
	border-radius: 3px 3px 3px 3px !important;
	margin-bottom: 4px;	
}

.zoneBarHeaderOpened {	
	border-radius: 3px 3px 0 0;
	margin-bottom: 0;	
}

.infoMsg {
	background-color: #92c5ff;
	color: #000;
	font-size: 1.3em;
	text-align: center;
	font-weight: bold;
}

.warnMsg {
	background-color: #ffd253;
	color: #000;
	font-size: 1.3em;
	text-align: center;
	font-weight: bold;
}

.underline {
	background: #0066A1;
	color: white;
}
@Sprite .cssDelete {
	gwt-image: "delete";
}


@sprite .prevImg {
	gwt-image: "pictoPagePrev";
	background-position: left center;
}


@sprite .nextImg {
	gwt-image: "pictoPageNext";
	background-position: right center;
}

 .errorMsg {		
	background: rgb(255,140,140); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,140,140,1) 0%, rgba(255,104,104,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,140,140,1)), color-stop(100%,rgba(255,104,104,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,140,140,1) 0%,rgba(255,104,104,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,140,140,1) 0%,rgba(255,104,104,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,140,140,1) 0%,rgba(255,104,104,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,140,140,1) 0%,rgba(255,104,104,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8c8c', endColorstr='#ff6868',GradientType=0 );*/ /* IE6-9 */
	
	border-radius: 5px 5px 5px 5px;
	width:100%;
}

@sprite .errorMsg div{
	padding: 6px 6px 6px 90px;
	margin-bottom: 10px;
	width:90%;
	height:100%;
	min-height:32px;
	gwt-image: "warning";
	background-position: 25px center;
}

.errorMsg ul{
	text-align: left;
	padding-left:80px;
}

@sprite .modalErrorMsg div{
	color: red;
    padding: 0px 6px 0px 55px;
    gwt-image: "warning24";
    background-position: 25px center;
    overflow: visible;
    width: 240px;
}

.badFormatEditBox {
	color: #FF0000 !important;
}
.badMinEditBox {
	color: #FF0000 !important;
}
.badMaxEditBox {
	color: #FF0000 !important;
}

.badMinLengthEditBox {
	color: #FF0000 !important;
}
.badMaxLengthEditBox {
	color: #FF0000 !important;
}
.badRequiredEditBox {
	color: #FF0000 !important;
}
.badNumberEditBox {
	color: #FF0000 !important;
}
.badPrecisionEditBox {
	color: #FF0000 !important;
}

.goodFormatEditBox {
	color: #9a9a9a !important;
}

.emptyEditBox {
	border: 2px solid #FF0000 !important;
}

.leftMargin10px {
	margin-left: 10px;
}

@external zoneOnglet, gwt-TabLayoutPanel, gwt-TabLayoutPanelTab, gwt-TabLayoutPanelTabs, gwt-TabLayoutPanelTab-selected;
@external gwt-TabLayoutPanelTabs, gwt-TabLayoutPanelContent;

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab {
	background: none repeat scroll 0 0 #DEF3FF;
	border-radius: 3px 3px 0 0;
	color: #00579C;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: normal;
	margin-left: 0px;
	margin-right: 1px;
	padding: 4px 7px;
	padding-bottom: 2px;
	text-align: center;
	top: 1px;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTabs {
	/*padding-left: 1px;*/
	padding-top: 6px;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab-selected {
	background: none repeat scroll 0 0 #F5F5F5;
	cursor: default;
	font-weight: bold;
	padding-bottom: 4px;
	top: 0px;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab strong {
	background: none repeat scroll 0 0 #00579C;
	border-radius: 3px;
	font-size: 0.9em;
	color: #fff;
	padding: 2px 2px 0px 2px;
	
}

.themeDefault .gwt-TabLayoutPanelContent {
	background: #fff;
}

.themeNight .gwt-TabLayoutPanelContent {
	background: #023c63;
}

.zoneOnglet .gwt-TabLayoutPanelTabs {
	border-bottom: solid 6px #0066a1;
}

.themeDefault .zoneOnglet .gwt-TabLayoutPanelTabs {
	border-bottom: solid 6px #0066a1;
}

.themeNight .zoneOnglet .gwt-TabLayoutPanelTabs {
	border-bottom: solid 6px #023c63;
}

.zoneOnglet .gwt-TabLayoutPanelTab {
	background: none repeat scroll 0 0 #DEF3FF;
	border: solid 1px #0066a1;
	/*border-bottom: none;*/
	color: #00579C;
	padding: 4px 5px 2px;
	padding-bottom: 2px;
	font-size: 1.3em;
	font-weight: bold;
	top: 0px;
	margin-left: 3px;
}

.zoneOnglet .gwt-TabLayoutPanelTab-selected {
	background: none repeat scroll 0 0 #0066a1;
	color: #8cd2f9;
	border: none;
	top: 0px;
}

@external gwt-DisclosurePanel, gwt-DisclosurePanel-close, gwt-DisclosurePanel-open;
@external header;
.gwt-DisclosurePanel {
	width: 100%;
}

.gwt-DisclosurePanel .header {
	background: #8CD2F9 url(images/puce_menu_niv_0_closed.gif) 170px 5px
		no-repeat;
	color: #00579c;
	border: solid 1px #2C94D2;
	display: block;
	margin: 1px;
	margin-bottom: 0;
	text-decoration: none;
	padding: 2px 20px 2px 5px;
	font-size: 1.2em;
	font-weight: bold;
}

.gwt-DisclosurePanel-close .header {
	background: #8CD2F9 url(images/puce_menu_niv_0_closed.gif) 170px 5px
		no-repeat;
	color: #00579c;
	border: solid 1px #2C94D2;
}

.gwt-DisclosurePanel-open .header {
	background: #1d88d0 url(images/bg_menu_niv_0_open.gif) top right
		no-repeat;
	color: #FFFFFF;
	border: solid 1px #2C94D2;
}

@External wrapMe;
.wrapMe div {
	overflow: hidden;
    text-overflow: ellipsis;
}

/**************/
/* action bar */
/**************/

.actionBarTop {
	width: 100%;
	background: #8cd2f9;
	border: 1px solid #ddd;
	border-bottom: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size : 1.2em;
	padding: 5px 10px 0 0;
}

.actionBarBottom {
	width: 100%;
	background: #8cd2f9;
	border: 1px solid #ddd;
	border-top: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size : 1.2em;
	padding: 5px 10px 0 0;
}

.actionBarInside {}

@external aBZoneCustom, aBButtons;
.aBZoneCustom {
	margin-right:12px;
}				
.aBButtons{
	padding-top: 2px;
}

@external dataTable;
.dataTable {
	border-collapse: collapse;
}
.dataTable th {
	background: #00579C;
	border: 1px solid #5e5e5e;
	text-align: center;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	padding: 5px;
}
.dataTable td {
	border: 0px;
	background: white;
	font-size: 1.2em;
	margin-left: 15px;
	padding: 2px 0;
	cursor: pointer;
}
.dataTable td:hover {
	cursor: pointer;	
}

.dataTable td h3 {
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: solid 1px #8cd2f9;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

@sprite .boutonTest {
	gwt-image: "background";
}

.cellTableOddRowCom,
.cellTableRowCom {
	background:  #DEF5FF;
	border-collapse: collapse;
	font-size: 20px;
	font-style: italic;
	font-family : Times New Roman, Times, serif;
}
.cellTableRowCom {
	background:  #8cd2fa;
}


@sprite .closeButton {
	gwt-image: "close";
}


/** VIGIE **/
@External vigieCellTableOddRow, vigieCellTableEvenRow, vigieCellTableFlash, vigieCellTableLight, oddLegende, evenLegende;
.vigieCellTableOddRow{
	background:#def5ff;
	font-size: 28px; 
	font-weight:bold;
}

.vigieCellTableEvenRow{
	background:#8cd2f9;
	font-size:28px; 
	font-weight:bold;
}

.vigieCellTableFlash{
	background:#f7ef8d;
	font-size:28px; 
	font-weight:bold;
}

.vigieCellTableLight{
	background:#feffe1;
	font-size:28px; 
	font-weight:bold;
}

.oddLegende{
	text-align:left;
	font-size: 20px;
	font-style: italic;
	background:  #def5ff;
	font-family : Times New Roman, Times, serif;
}

.evenLegende{
	text-align:left;
	font-size: 20px;
	font-style: italic;
	background:  #8cd2f9;
	font-family : Times New Roman, Times, serif;
}


@External labelWidth, boxWidth, saisie, saisieList, boldText, form, formLabel, italicText;
.labelWidth {
	vertical-align: top;
	display: inline-block;
	text-align: right;
	padding: 3px 5px;
	width: 30%;
	font-size: 1.3em;
}

.boxWidth {
	display: inline-block;
	padding: 3px 5px;
	width: 60%;
}

.saisie {
	border: 1px solid;
	border-top-color: #b5b5b5;
	border-right-color: #b5b5b5;
	border-bottom-color: #dfdfdf;
	border-left-color: #dfdfdf;
	font-family: 'Open Sans', Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.3em;
	padding: 3px;
}

.saisieList {
	font-family: 'Open Sans', Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.3em;
	padding: 3px;
}
.boldText {
	font-weight: bold;
}
.italicText {
	font-style: italic;
}
.normalBoldText {
	font-weight: bold;
	font-style: normal !important;
}

.form {
	background: #FFFFFF;
	/*border-top: solid 6px #0066A1;*/
	padding: 10px;
}
	
.form fieldset {
	border: solid 1px #91C5DB;
	padding: 10px;
}
	
.form fieldset legend {
	padding: 0px 10px;
	font-size: 1.4em;
	font-weight: bold;
	color: #00579C;
	background: #F8FDFF;			
}
		
.form fieldset p {
	padding: 5px 0;	
}
	
.form fieldset img {
	vertical-align: bottom;
}
				
.form fieldset .formLabel {
	font-size: 1.3em;
	font-weight: bold;
	color: #0066A1;	
	display: block;
	float: left;
	margin-right: 20px;
	width: 220px;
	text-align: right;		
}
		
.form fieldset input {
	font-size: 1.3em;
	color: #0066A1;
	font-weight: bold;
	padding: 1px 5px;
}

.form fieldset textarea, .textarea {
	font-size: 1.3em;
	color: #0066A1;
	font-weight: bold;
	padding: 1px 5px;
}

.form fieldset select {
	font-size: 1.3em;
	color: #0066A1;
	font-weight: bold;
	padding: 1px 1px 1px 5px;
}

.form fieldset select optgroup {
	font-weight:normal;
	font-family: "Open Sans",Arial,Helvetica,Geneva,sans-serif;
}

.form fieldset select optgroup option {
	padding-left: 10px;
	font-weight: bold;
}
		
@External formError, floatLeft, clearLeft, clearAll, link, exportIcon, cursorHelp, displayInlineBlock, displayBlock, displayNone;
		
.formError {
	background-color: #FDA6A7;
	border: solid 1px #D07B7B;
}

.floatRight{
	float:right;
}
.floatLeft{
	float:left;
}

.clearLeft{
	clear:both;
	float:left;
}

.clearAll{
	clear:both;
}

.link{
	cursor: pointer;
}
.cursorHelp{
	cursor: help;
}

.exportIcon{
	float: left;
	margin-top:3px;
	margin-left:10px;
}

.displayInlineBlock {
	display: inline-block;
}

.displayBlock {
	display: block;
}

.displayNone {
	display: none;
}

/** Applied to SuggestBox */

@external gwt-SuggestBox gwt-SuggestBoxPopup suggestPopupTopLeft suggestPopupBottomLeft suggestPopupBottomRight suggestPopupTopRight suggestPopupBottomRightInner suggestPopupBottomLeftInner suggestPopupTopRightInner suggestPopupTopLeftInner suggestPopupMiddleLeftInner suggestPopupMiddleRightInner suggestPopupMiddleRight item item-selected suggestPopupContent suggestPopupTopCenter suggestPopupBottomCenter suggestPopupTopCenterInner gwt-SuggestBoxPopup suggestPopupBottomCenterInner suggestPopupMiddleLeft;

.gwt-SuggestBox, .gwt-SuggestBoxPopup {
}

.gwt-SuggestBoxPopup .item {
	padding: 2px 6px;
	color: #000;
	cursor: default;
	font-size: 100%;
}

.gwt-SuggestBoxPopup .item-selected {
	background: #D5E2FF;
}

.gwt-SuggestBoxPopup .suggestPopupContent {
	background: white;
}

.gwt-SuggestBoxPopup .suggestPopupTopCenter {
	border-top: 1px solid #bbb;
}

.gwt-SuggestBoxPopup .suggestPopupBottomCenter {
	border-bottom: 1px solid #bbb;
}

.gwt-SuggestBoxPopup .suggestPopupTopCenterInner,.gwt-SuggestBoxPopup .suggestPopupBottomCenterInner
	{
	height: 1px;
	line-height: 1px;
}

.gwt-SuggestBoxPopup .suggestPopupMiddleLeft {
	border-left: 1px solid #bbb;
}

.gwt-SuggestBoxPopup .suggestPopupMiddleRight {
	border-right: 1px solid #bbb;
}

.gwt-SuggestBoxPopup .suggestPopupMiddleLeftInner,.gwt-SuggestBoxPopup .suggestPopupMiddleRightInner
	{
	width: 1px;
	line-height: 1px;
}

.gwt-SuggestBoxPopup .suggestPopupTopLeftInner {
	width: 0px;
	height: 0px;
	zoom: 1;
}

.gwt-SuggestBoxPopup .suggestPopupTopRightInner {
	width: 0px;
	height: 0px;
	zoom: 1;
}

.gwt-SuggestBoxPopup .suggestPopupBottomLeftInner {
	width: 0px;
	height: 0px;
	zoom: 1;
}

.gwt-SuggestBoxPopup .suggestPopupBottomRightInner {
	width: 0px;
	height: 0px;
	zoom: 1;
}

.gwt-SuggestBoxPopup .suggestPopupTopLeft {
	background: url(images/circles.png) no-repeat 0px -6px;
	-background: url(images/circles_ie6.png) no-repeat 0px -6px;
	width: 5px;
	height: 5px;
}

.gwt-SuggestBoxPopup .suggestPopupTopRight {
	background: url(images/circles.png) no-repeat -5px -6px;
	-background: url(images/circles_ie6.png) no-repeat -5px -6px;
	width: 5px;
	height: 5px;
}

.gwt-SuggestBoxPopup .suggestPopupBottomLeft {
	background: url(images/circles.png) no-repeat 0px -11px;
	-background: url(images/circles_ie6.png) no-repeat 0px -11px;
	width: 5px;
	height: 5px;
}

.gwt-SuggestBoxPopup .suggestPopupBottomRight {
	background: url(images/circles.png) no-repeat -5px -11px;
	-background: url(images/circles_ie6.png) no-repeat -5px -11px;
	width: 5px;
	height: 5px;
}

/*
*
*	Applied to DatePicker
*/
@External gwt-DatePicker;
.gwt-DatePicker {
	border: 1px solid #ccc;
	border-top: 1px solid #999;
	cursor: default;
}

@External datePickerMonthSelector, datePickerDays;
.gwt-DatePicker td,.datePickerMonthSelector td:focus {
	outline: none;
}

@External datePickerDays;
.datePickerDays {
	width: 100%;
	background: white;
}

@External datePickerDay, datePickerWeekdayLabel, datePickerWeekendLabel;
.datePickerDay,.datePickerWeekdayLabel,.datePickerWeekendLabel {
	font-size: 85%;
	text-align: center;
	padding: 4px;
	outline: none;
	font-weight: bold;
	color: #333;
	border-right: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
}

@External datePickerWeekdayLabel, datePickerWeekendLabel;
.datePickerWeekdayLabel,.datePickerWeekendLabel {
	background: #fff;
	padding: 0px 4px 2px;
	cursor: default;
	color: #666;
	font-size: 70%;
	font-weight: normal;
}

.datePickerDay {
	padding: 4px 7px;
	cursor: hand;
	cursor: pointer;
}

@External datePickerDayIsWeekend;
.datePickerDayIsWeekend {
	background: #f7f7f7;
}

@External datePickerDayIsFiller;
.datePickerDayIsFiller {
	color: #999;
	font-weight: normal;
}

@External datePickerDayIsValue;
.datePickerDayIsValue {
	background: #d7dfe8;
}

@External datePickerDayIsDisabled;
.datePickerDayIsDisabled {
	color: #AAAAAA;
	font-style: italic;
	font-family : Times New Roman, Times, serif;
}

@External datePickerDayIsHighlighted;
.datePickerDayIsHighlighted {
	background: #F0E68C;
}

@External datePickerDayIsValueAndHighlighted;
.datePickerDayIsValueAndHighlighted {
	background: #d7dfe8;
}

@External datePickerDayIsToday;
.datePickerDayIsToday {
	padding: 3px;
	color: #fff;
	background: url(images/hborder.png) repeat-x 0px -2607px;
}

@External datePickerMonthSelector;
.datePickerMonthSelector {
	width: 100%;
	padding: 1px 0 5px 0;
	background: #fff;
}

@External datePickerMonth;
td.datePickerMonth {
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	font-size: 100%;
	font-weight: bold;
	color: #333;
}

@External datePickerPreviousButton, datePickerNextButton;
.datePickerPreviousButton,.datePickerNextButton {
	font-size: 120%;
	line-height: 1em;
	color: #3a6aad;
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
	padding: 0px 4px;
	outline: none;
}

@External topless;
.topless{
	border-top:	0px;
	padding:0 0 10px;
}

/* Custom input components styles. */

@External ccValueFont, ccValue, forceRight, noMargin, marginTop20px, marginTopVingtPx, marginTop30px, marginRight3px, marginRight10px,
marginLeft20px, marginLeft10px, paddingLeft0px, paddingBottom3px, paddingTop3px, marginTop5px, marginLeft150px,
marginTop3px, noTopMargin, inputAsText, inlineBlock, ccField, ccLabel, ccValueStyle, ccDateValueStyle, eqLabel;

.ccValueFont{
	font-size: 8pt !important;
	height:16px;
	display:inline-block;
	width:120px;
	margin-top:3px;
}
.ccValue{
	margin-left:12px;
}
.forceRight{			
	float:right !important;			
}
.noMargin{
	margin-right: 0px !important;			
}
.noTopMargin{
	margin-top:0px !important;
}

.marginTopVingtPx{
	margin-top: 20px;
}
.marginTop20px{
	/* margin-top: 20px; YHAE : see marginTopVingtPx */	
	float: none !important;
}
.marginTop3px{margin-top:3px;}
.marginTop5px{margin-top:5px;}
.marginTop30px{ margin-top: 30px;}

.marginRight3px{margin-right: 3px;}
.marginRight10{margin-right: 10px;}
		
.marginLeft20px{
	margin-left: 20px;
	float: left !important;
	width: auto !important;
}
.marginLeft10px{margin-left: 10px;}
.marginLeft17px{margin-left: 17px;}
.marginLeft150px{margin-left: 150px;}

.paddingLeft0px{
	padding-left: 0px !important;
	margin-left: -3px;
}
.paddingBottom3px{padding-bottom: 3px;}
.paddingTop3px{padding-top: 3px;}


.inputAsText{
	height:16px;
	display:inline-block;
	width:120px !important;
	padding-top:3px;
}
.inlineBlock{
	display:inline-block;
}
.ccField{
	border-top: none;
	padding: 0;
	margin-top:5px;
	margin-right:5px;
	color: #0066A1; /* v4 */
}
.ccLabel{
	font-size: 1.3em;
	font-weight: bold;
	text-align: right;
	padding-left:3px;
	color: #0066A1; /* v4 */
	float:right;
}
.ccLabelStyle{
	width:220px;
}
.ccValueStyle{
	margin-left:3px;
	width:160px;
}
.ccDateValueStyle{
	margin-left:20px;
	width:135px;
}

.eqLabel{
	height:16px;
}

/* Custom buttons style. */
/* Standard (i.e blue) */
@External gwt-PushButton-up, gwt-PushButton-up-hovering, gwt-PushButton-down-hovering, gwt-PushButton-up-hovering,gwt-PushButton-down,gwt-PushButton-down-hovering,gwt-PushButton-up-disabled;
@sprite .gwt-PushButton-up{
	gwt-image: "btn";
}

@sprite .gwt-PushButton-up-hovering, .gwt-PushButton-down-hovering, .gwt-PushButton-down {
	gwt-image: "btnHover";
}

.gwt-PushButton-up, .gwt-PushButton-up-hovering, .gwt-PushButton-down-hovering, .gwt-PushButton-down {
 	color: #FFFFFF;
    font-size: 1.3em;
    height: 22px;
    text-align: center;
    padding-top: 2px;
    cursor:pointer;
}

.gwt-PushButton-up, .gwt-PushButton-up-hovering{
	/*text-shadow: 0 1px #396682;*/
}

@sprite .gwt-PushButton-up-disabled {
	gwt-image: "btnDisabled";
	color: #88d2e3;
}

/* Grey */
@External greyButton-up, greyButton-up-hovering, greyButton-down-hovering, greyButton-up-hovering, greyButton-down, greyButton-down-hovering, greyButton-up-disabled;
@sprite .greyButton-up {
	gwt-image: "btnGrey";
}

@sprite .greyButton-up-hovering, .greyButton-down-hovering, .greyButton-down {
	gwt-image: "btnGreyHover";	
}

.greyButton-up, .greyButton-up-hovering, .greyButton-down-hovering, .greyButton-down{
	color: #333333;
    font-size: 1.3em;
    height: 22px;
    text-align: center;
    padding-top: 2px;
    cursor:pointer;
}

.greyButton-up, .greyButton-up-hovering{
	/*text-shadow: 0 1px #858585;*/
}

.greyButton-up-disabled {	
}

/* Standard bu larger : 160px */
@External buttonXXL-up, buttonXXL-up-hovering, buttonXXL-down-hovering, buttonXXL-up-hovering, buttonXXL-down, buttonXXL-down-hovering, buttonXXL-up-disabled;
@sprite .buttonXXL-up {
	gwt-image: "btnXXL";
}

@sprite .buttonXXL-up-hovering, .buttonXXL-down-hovering, .buttonXXL-down {
	gwt-image: "btnXXLHover";	
}

.buttonXXL-up, .buttonXXL-up-hovering, .buttonXXL-down-hovering, .buttonXXL-down{
	color: #FFFFFF;
    font-size: 1.3em;
    height: 22px;
    text-align: center;
    padding-top: 2px;
    cursor:pointer;
}

.buttonXXL-up, .buttonXXL-up-hovering{
}

.buttonXXL-up-disabled {
	gwt-image: "btnXXLDisabled";
	color: #88d2e3;
}

/* Check boxes. */

@External checkbox;
.checkbox{
}

.checkbox input{
	vertical-align: top;
	margin-top: 1px;
}

.checkbox label{
	padding-left:5px;
}

@External fieldsetSubtitle, bottomBar, marginTop6px;

/* Fieldset subtitle style. */
.fieldsetSubtitle {
	font-size:8pt;
	color: #00579C;
}
.fieldsetSubtitle:after {
	content:""; 
  	height:1px;
  	background:-moz-linear-gradient(left, #91C5DB 0%,#91C5DB 50%,#FFFFFF 100%); 
  	background:-webkit-linear-gradient(left, #91C5DB 0%,#91C5DB 50%,#FFFFFF 100%); 
  	background:linear-gradient(left, #91C5DB 0%,#91C5DB 50%,#FFFFFF 100%);
  	width:80%;
  	display:block;
}

.bottomBar {
	background: #8CD2F9;
	border-radius: 0 0 3px 3px;
	padding: 2px 10px 2px;					
}

.themeDefault .bottomBar {
	border: solid 1px #0066A1;
}

.themeNight .bottomBar {
	border: solid 1px #023c63;
}

.marginTop6px{
	margin-top: 6px;
}

/* Modal Window */
@external gwt-DialogBox, Caption, dialogMiddleCenterInner, dialogContent, dialogMiddleCenter, dialogBottomCenter, dialogMiddleLeft, dialogMiddleRight, dialogTopLeftInner, dialogTopRightInner, dialogBottomLeftInner, dialogBottomRightInner, dialogTopLeft, dialogTopRight, dialogBottomLeft, dialogBottomRight;

.gwt-DialogBox {
	z-index: 30;
}

.gwt-DialogBox .Caption {
  background: #F1F1F1;
  padding: 4px 8px 4px 4px;
  cursor: default;
  font-weight: bold;
  border-bottom: 1px solid #bbbbbb;
  border-top: 1px solid #D2D2D2;
  color: #00579C;
  font-size: 1.4em;
}

.gwt-DialogBox .dialogContent {
}

.gwt-DialogBox .dialogMiddleCenter {
  padding: 3px;
  background: white;
}

.gwt-DialogBox .dialogMiddleCenterInner {
	width:100%;
}
.gwt-DialogBox .dialogMiddleCenterInner table {
	/*width:100%;*/
}

.gwt-DialogBox .dialogBottomCenter {
  background: url(images/hborder.png) repeat-x 0px -2945px;
  -background: url(images/hborder_ie6.png) repeat-x 0px -2144px;
}

.gwt-DialogBox .dialogMiddleLeft {
  background: url(images/vborder.png) repeat-y -31px 0px;
}

.gwt-DialogBox .dialogMiddleRight {
  background: url(images/vborder.png) repeat-y -32px 0px;
  -background: url(images/vborder_ie6.png) repeat-y -32px 0px;
}

.gwt-DialogBox .dialogTopLeftInner {
  width: 10px;
  height: 8px;
  zoom: 1;
}

.gwt-DialogBox .dialogTopRightInner {
  width: 12px;
  zoom: 1;
}

.gwt-DialogBox .dialogBottomLeftInner {
  width: 10px;
  height: 12px;
  zoom: 1;
}

.gwt-DialogBox .dialogBottomRightInner {
  width: 12px;
  height: 12px;
  zoom: 1;
}

.gwt-DialogBox .dialogTopLeft {
  background: url(images/circles.png) no-repeat -20px 0px;
  -background: url(images/circles_ie6.png) no-repeat -20px 0px;
}

.gwt-DialogBox .dialogTopRight {
  background: url(images/circles.png) no-repeat -28px 0px;
  -background: url(images/circles_ie6.png) no-repeat -28px 0px;
}

.gwt-DialogBox .dialogBottomLeft {
  background: url(images/circles.png) no-repeat 0px -36px;
  -background: url(images/circles_ie6.png) no-repeat 0px -36px;
}

.gwt-DialogBox .dialogBottomRight {
  background: url(images/circles.png) no-repeat -8px -36px;
  -background: url(images/circles_ie6.png) no-repeat -8px -36px;
}
@External gwt-PopupPanelGlass;
.gwt-PopupPanelGlass {
	background-color: #000000;
    opacity: 0.3;
    z-index:20;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE 8 */
    filter: alpha(opacity=30); /* IE */
}

@if !user.agent ie6 {
	.horizontalLayout {
		margin-right: 3px;
		display: inline-block;
	}
	.horizontalLayoutVAlignTop {
		vertical-align: top;
		align: center;
		margin-right: 3px;
		display: inline-block;
	}
    .horizontalLayoutVAlignTopNoMargin {
        vertical-align: top;
        align: center;
        display: inline-block;
    }
	.horizontalLayoutVAlignMiddle {
		vertical-align: middle;
		align: center;
		margin-right: 3px;
		display: inline-block;
	}
	.horizontalLayoutVAlignMiddleNoMargin {
		vertical-align: middle;
		align: center;
		display: inline-block;
	}
	.horizontalLayoutVAlignBottom {
		vertical-align: bottom;
		align: center;
		margin-right: 3px;
		display: inline-block;
	}
}

@if user.agent ie6 {
	.horizontalLayout {
		margin-right: 3px;
		display: inline; /* hack pour ie6 et ie7 */
		zoom: 1; /* donne le layout*/
	}
	.horizontalLayoutVAlignTop {
		vertical-align: top;
		align: center;
		margin-right: 3px;
        display: inline; /* hack pour ie6 et ie7 */
		zoom: 1; /* donne le layout*/
	}
    .horizontalLayoutVAlignTopNoMargin {
        vertical-align: top;
        align: center;
        display: inline; /* hack pour ie6 et ie7 */
        zoom: 1; /* donne le layout*/
    }
	.horizontalLayoutVAlignMiddle {
		vertical-align: middle;
		align: center;
		margin-right: 3px;
		display: inline; /* hack pour ie6 et ie7 */
		zoom: 1; /* donne le layout*/
	}
	.horizontalLayoutVAlignMiddleNoMargin {
		vertical-align: middle;
		align: center;
		display: inline; /* hack pour ie6 et ie7 */
		zoom: 1; /* donne le layout*/
	}
	.horizontalLayoutVAlignBottom {
		vertical-align: bottom;
		align: center;
		margin-right: 3px;
		display: inline; /* hack pour ie6 et ie7 */
		zoom: 1; /* donne le layout*/
	}
}

/******************************************/
/**** YHAE 05/03 **************************/
/**** Externalisation des CSS Communes ****/
/******************************************/

/*** Formulaire G�n�rique ****/
@external gpmmForm, footerNote, infoUser, infoDate, infoOrigin, width45, width50, boutonsActions, boutonsAnnulation, gwt-Button, grayButton;


/** boutons **/


.gwt-Button, .grayButton {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	color:#FFFFFF;
	/* Ombre */
	text-shadow: 1px 1px 1px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
	
	text-decoration:none;
	
	display: inline-block;
	height: 23px;
    margin: 3px;
    padding: 0 10px;
	cursor:pointer;
	
	border:1px solid #003C63;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	background: #446f8b; /* Old browsers */
	background: -moz-linear-gradient(top,  #446f8b 0%, #5c98d1 6%, #5c98d1 46%, #446f8b 52%, #023c63 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#446f8b), color-stop(6%,#5c98d1), color-stop(46%,#5c98d1), color-stop(52%,#446f8b), color-stop(100%,#023c63)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #446f8b 0%,#5c98d1 6%,#5c98d1 46%,#446f8b 52%,#023c63 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #446f8b 0%,#5c98d1 6%,#5c98d1 46%,#446f8b 52%,#023c63 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #446f8b 0%,#5c98d1 6%,#5c98d1 46%,#446f8b 52%,#023c63 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #446f8b 0%,#5c98d1 6%,#5c98d1 46%,#446f8b 52%,#023c63 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#446f8b', endColorstr='#023c63',GradientType=0 ); /* IE6-9 */
}

.gwt-Button[disabled] {
  cursor: default;
  color: #EEE;
  opacity:0.8;
  text-shadow: 1px 1px 1px #444444;
}
.gwt-Button[disabled]:hover {
	opacity:0.8;
}

/** bt cancel **/
.grayButton {
	
	color:#353535;
	/* Ombre */
	text-shadow: 1px 1px 1px #FFFFFF;
    filter: dropshadow(color=#FFFFFF, offx=1, offy=1);
	
	border:1px solid #777777;
	
	background: #a1a1a1; /* Old browsers */
	background: -moz-linear-gradient(top,  #a1a1a1 0%, #f0f0f0 4%, #e4e4e4 36%, #d2d2d2 52%, #bfbfbf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a1a1a1), color-stop(4%,#f0f0f0), color-stop(36%,#e4e4e4), color-stop(52%,#d2d2d2), color-stop(100%,#bfbfbf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a1a1a1 0%,#f0f0f0 4%,#e4e4e4 36%,#d2d2d2 52%,#bfbfbf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a1a1a1 0%,#f0f0f0 4%,#e4e4e4 36%,#d2d2d2 52%,#bfbfbf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a1a1a1 0%,#f0f0f0 4%,#e4e4e4 36%,#d2d2d2 52%,#bfbfbf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a1a1a1 0%,#f0f0f0 4%,#e4e4e4 36%,#d2d2d2 52%,#bfbfbf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1a1a1', endColorstr='#bfbfbf',GradientType=0 ); /* IE6-9 */
}

.boutonsActions a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	color:#FFFFFF;
	/* Ombre */
	text-shadow: 1px 1px 1px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
	
	text-decoration:none;
	
	display: inline-block;
	margin:0;
	padding:3px 12px 0 12px;
	height:18px;
	
	border:1px solid #003C63;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	
	background: #446f8b; /* Old browsers */
	background: -moz-linear-gradient(top,  #446f8b 0%, #5c98d1 6%, #5c98d1 46%, #446f8b 52%, #023c63 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#446f8b), color-stop(6%,#5c98d1), color-stop(46%,#5c98d1), color-stop(52%,#446f8b), color-stop(100%,#023c63)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #446f8b 0%,#5c98d1 6%,#5c98d1 46%,#446f8b 52%,#023c63 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #446f8b 0%,#5c98d1 6%,#5c98d1 46%,#446f8b 52%,#023c63 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #446f8b 0%,#5c98d1 6%,#5c98d1 46%,#446f8b 52%,#023c63 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #446f8b 0%,#5c98d1 6%,#5c98d1 46%,#446f8b 52%,#023c63 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#446f8b', endColorstr='#023c63',GradientType=0 ); /* IE6-9 */

	margin-top:12px;
	
	
	/**/
	}

.boutonsActions a:hover,
.gwt-Button:hover,
.grayButton:hover {
	opacity:0.8;
}

/* BOUTON GRIS */


.boutonsAnnulation a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	color:#353535;
	/* Ombre */
	text-shadow: 1px 1px 1px #FFFFFF;
    filter: dropshadow(color=#FFFFFF, offx=1, offy=1);
	
	text-decoration:none;
	
	display: inline-block;
	margin:0;
	padding:3px 15px 0 15px;
	height:18px;
	
	border:1px solid #777777;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	
	background: #a1a1a1; /* Old browsers */
	background: -moz-linear-gradient(top,  #a1a1a1 0%, #f0f0f0 4%, #e4e4e4 36%, #d2d2d2 52%, #bfbfbf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a1a1a1), color-stop(4%,#f0f0f0), color-stop(36%,#e4e4e4), color-stop(52%,#d2d2d2), color-stop(100%,#bfbfbf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a1a1a1 0%,#f0f0f0 4%,#e4e4e4 36%,#d2d2d2 52%,#bfbfbf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a1a1a1 0%,#f0f0f0 4%,#e4e4e4 36%,#d2d2d2 52%,#bfbfbf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a1a1a1 0%,#f0f0f0 4%,#e4e4e4 36%,#d2d2d2 52%,#bfbfbf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a1a1a1 0%,#f0f0f0 4%,#e4e4e4 36%,#d2d2d2 52%,#bfbfbf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1a1a1', endColorstr='#bfbfbf',GradientType=0 ); /* IE6-9 */

	/**/
	}
	
.boutonsAnnulation a:hover {
	opacity:0.8;
}

/*************************/
/*** Information Panel ***/
/*************************/

.footerNote {
}

.footerNote td {
	margin-left: 5px;
}

.footerNote div { 
	float: left;
}

.footerNote .ccLabel {
	font-weight: normal;
}

/* entete de chapitre */
.footerNote td:first-child {
    font-weight: bold;
    margin-top: 7px;
    font-size: 1.3em;
    color: #0066A1;
}

/* reset des width standard */
.footerNote .ccValueStyle,
.footerNote .ccLabelStyle,
.footerNote .formLabel,
.footerNote .ccValueFont {
	width:auto;
}

.footerNote .ccValueFont {
	margin-top: 1px;
}

.footerNote .infoUser {
	width:24em;
}

.footerNote .infoDate {
	width:21.5em;
}

.footerNote .infoOrigin {
	width:25em;
}

.footerNote .infoOrigin input {
	width:8.0em;
}

.width50 {
	width:5.0em;
}

.width45 {
	width:4.5em;
}

/**** porteur : propulsion, communication, bateau ***/

@external  minWidth, line, alignLeft, marginLeft33px, main, vracPorteur, infoPorteur, doubleHull, comment, valueFont;
@external indent, above, onLine, singleLine, marginRight50, widthAuto, customForm, infoPorteur, incineratorCapacity;
					
					
.indent{
	margin-left:10px;
}
.above{
	margin-top:10px;
}
.onLine{	
	width:650px;
}
.singleLine{	
	width:100%;
}
.marginRight50{
	padding-right:50px;	
}

.comment{
	margin-left:140px;
	margin-top:18px;
	font-style:italic;
	font-family : Times New Roman, Times, serif;
}		
.valueFont{
	font-size: 8pt !important;
	float:left;
}

.widthAuto input {
	width:auto !important;
}	

#vracPorteur span {
	height: 15px;
	margin-top: 7px;
}

#infoPorteur span {
	width: 260px;
}

#infoPorteur span.width220 {
	width: 220px;
}


#infoPorteur span.width230 {
	width: 230px;
}

.doubleHull {
	margin-left: 105px;	/* propulsion:checkbox solitaire */
	width: 150px ;
}

.doubleHull span{
	/*margin-left: 105px;*/	/* propulsion:checkbox solitaire */
	width: 150px !important;
}

#infoPorteur span.doubleHull {
	width: 150px;
}

.minWidth{
	min-width: 573px;
}

#infoPorteur .line{
	clear: left;
    height: 22px;
    margin-top: 11px;
    width: 100%;
}

#infoPorteur .incineratorCapacity{
	visibility: hidden;
	margin-top: 2px;
}

.alignLeft{
	text-align: left !important;
}

.marginLeft33px{
	margin-left:33px;	
}

.themeDefault .main{
	background: #fff;
	border-left: 1px solid #0066A1;
	border-right: 1px solid #0066A1;
}

.themeNight .main{
	background: #023c63;
	border-left: 1px solid #023c63;
	border-right: 1px solid #023c63;
}
	
.customForm fieldset input {
	width:148px	;
}

/*** css table affichage ***/

@External zoneAction, zoneTableauCentre, zoneCorbeilleCentre;

.zoneAction{ 
	padding:4px;
	background:url(images/bg_sep_zone_action.gif) left bottom repeat-x;
}

.zoneTableauCentre{
	background:#8cd2f9;
	border-radius: 3px 3px 3px 3px; 
}

.zoneCorbeilleCentre{
	bottom: 29px !important; 
}

.themeDefault .zoneTableauCentre{
	border:solid 1px #0066A1;
}
.themeNight .zoneTableauCentre{
	border:solid 1px #023c63;
}
	
@External contenu, contenuEast, contenuWest, contenuBis, marginBottom5px, zoneBarLeft, zoneBarLeftTitre,
zoneBarLeftIcon, geolocalise, petiteMaisonDansLaPrairie, home;
.contenu {
	margin-right: 10px;
	margin-left: 10px;
}

.contenuEast {
	margin-left: 10px;
	margin-bottom: 5px;
}

.contenuWest {
	margin-right: 10px;
	margin-bottom: 5px;
}

.contenuBis {
	margin-right: 10px;
	margin-left: 10px;
}


.marginBottom5px {
	margin-bottom: 5px;
}

.zoneBarLeft {
	border-radius: 3px 3px 0px 0px; 
}

.themeDefault .zoneBarLeft {
	background:#0066A1;
	border:solid 1px #0066A1;
}

.themeNight .zoneBarLeft {
	background:#023c63;
	border:solid 1px #023c63;
}

.zoneBarLeftTitre {
	font-size:1.2em; 
	color:#FFFFFF; 
	font-weight:bold; 
	position: absolute;
	top: 7px;
	left: 30px;
	cursor: pointer;
}
.zoneBarLeftIcon {
	position: absolute;
	top: 8px;
	right: 10px;
	cursor: pointer;
}

.geolocalise {
	position: absolute;
	top: 4px;
	right: 28px;
	cursor: pointer;
}

.petiteMaisonDansLaPrairie {
	position: absolute;
	top: 4px;
	left: 4px;
	cursor: pointer;
}

.home {
	position: absolute;
	top: 4px;
	left: 6px;
}

@external zoneBarMiddle, zoneNavigation, zoneBarRight, zoneBarRightTitre, zoneLeft;

.zoneBarMiddle h1 {
	border-radius: 3px 3px 3px 3px;
	font-size: 1.6em;
	color: #FFFFFF;
	padding: 3px 10px;
}

.themeDefault .zoneBarMiddle h1 {
	background: #0066A1;
}
.themeNight .zoneBarMiddle h1 {
	background: #023c63;
}

.zoneNavigation {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 40px;
}

.themeDefault .zoneBarRight {
	background:#fff;
	border-radius: 3px 3px 0px 0px;
	border-left:solid 1px #0066A1;
	border-right:solid 1px #0066A1;
	border-top:solid 1px #0066A1;
}

.themeNight .zoneBarRight {
	background:#023c63;
	border-radius: 3px 3px 0px 0px;
	border-left:solid 1px #023c63;
	border-right:solid 1px #023c63;
	border-top:solid 1px #023c63;
}

.zoneBarRightTitre {
	font-size:1.2em;
	color:#FFFFFF;
	font-weight:bold;
	position:relative;
}

.themeDefault .zoneBarRightTitre {
	background: none repeat scroll 0 0 #0066A1;
}

.themeNight .zoneBarRightTitre {
	background: none repeat scroll 0 0 #023c63;
}

.zoneBarRightTitre a{
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	padding:5px 10px 5px 10px;
}

.themeDefault .zoneLeft{
	background:#0066A1;
	border-radius: 0px 0px 3px 3px; 
	border:solid 1px #0066A1;
}

.themeNight .zoneLeft{
	background:#023c63;
	border-radius: 0px 0px 3px 3px; 
	border:solid 1px #023c63;
}


.themeDefault .surround{
	border-radius: 3px; 
	border:solid 1px #0066A1;
}

.themeNight .surround{
	border-radius: 3px; 
	border:solid 1px #023c63;
}

/*
@External linkPrecedent, linkSuivant;
.linkPrecedent, 
.linkSuivant {
	background-repeat: no-repeat;
	font-size: 1.2em;
	margin: 10px;
}

.linkPrecedent {
	padding-left: 20px;
	background-image: url('images/picto_page_prev.gif');
	background-position: left center;
	position: absolute;
	left: 0px;
}

.linkSuivant {
	padding-right: 20px;
	background-image: url('images/picto_page_next.gif');
	background-position: right center;
	float: right;
	position: absolute;
	right: 0px;			
}*/


/********************/
/*** Start Screen ***/
/*** Login Screen ***/
/********************/

@External myMabel, myField, myBlueButton, myGrayButton, boutonConnexion; 


#welcomeBox {
	border: 0.1em solid #0066A1;
	width:590px;
	height:212px;
	box-shadow: 0px 0px 7px #0066A1;
	border-radius: 5px;
	margin: 0 auto;
	margin-top:  300px;
	
}

#welcomeBox #logo {
	background: none repeat scroll 0 0 #0066A1;
    border-radius: 3px 3px 0 0;
    float: left;
    height: 90px;
    width: 590px;
}

#welcomeBox #logo img{
	margin:20px;
}

#welcomeBox #lesserPartRR {
    background: none repeat scroll 0 0 #E3F1FC;
    border-radius: 7px 7px 7px 7px;
    float: left;
    height: 82px;
    padding-top: 40px;
    text-align: center;
    width: 590px;
	font-size: 18px;
}

#welcomeBox #lesserPart div {
    float: left;
    font-size: 1.3em;
    margin-left: 13px;
    font-weight: bold;
    text-align: left;
}

#welcomeBox #lesserPart span {
    margin-top:12px;
    font-weight: normal;
    margin-left:3px;
}

#welcomeBox #lesserPart {
    background: none repeat scroll 0 0 #E3F1FC;
    border-radius: 7px 7px 7px 7px;
    float: left;
    height: 82px;
    padding-top: 40px;
    text-align: center;
    width: 590px;
}

.boutonConnexion a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	text-transform:uppercase;
	
	/* Ombre */
	text-shadow: 1px 1px 1px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
	
	text-decoration:none;
	
	display: inline-block;
	margin:0;
	padding:8px 20px 0 20px;
	height:23px;
	
	border:1px solid #003C63;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	
	background: #446f8b; /* Old browsers */
	background: -moz-linear-gradient(top,  #446f8b 0%, #5c98d1 6%, #5c98d1 46%, #446f8b 52%, #023c63 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#446f8b), color-stop(6%,#5c98d1), color-stop(46%,#5c98d1), color-stop(52%,#446f8b), color-stop(100%,#023c63)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #446f8b 0%,#5c98d1 6%,#5c98d1 46%,#446f8b 52%,#023c63 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #446f8b 0%,#5c98d1 6%,#5c98d1 46%,#446f8b 52%,#023c63 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #446f8b 0%,#5c98d1 6%,#5c98d1 46%,#446f8b 52%,#023c63 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #446f8b 0%,#5c98d1 6%,#5c98d1 46%,#446f8b 52%,#023c63 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#446f8b', endColorstr='#023c63',GradientType=0 ); /* IE6-9 */

	/**/
	}

.boutonConnexion a:hover {
	opacity:0.8;
	
	/* Ombre */
	text-shadow: 0px 0px 0px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=0);
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#446f8b', endColorstr='#023c63',GradientType=0 ); *//* IE6-9 */
}

#loginScreen {
	background: linear-gradient(rgba(0, 0, 0, 0.8), transparent 4px, transparent) repeat scroll 0 0%, linear-gradient(#023C63, #8cd2f9) repeat scroll 0 0 transparent;
    min-height: 158px;
    width: 300px;
    margin: 170px auto;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    padding: 10px;
    color: #fff;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 -1px 0 rgba(255, 255, 255, 0.4);
    font-size: 1.5em;
}


#loginScreen fieldset {
	padding: 5px;
	border: 1px solid #fff;
	height: 145px;
	border-radius: 8px 8px 8px 8px;
}

#loginScreen legend {
	font-weight: bold;
	padding-left: 10px;
}

#loginScreen .myField {
	clear:both;
	float:right;
    padding-bottom: 10px;
    padding-right: 20px;
}

#loginScreen .myField .myLabel, 
#loginScreen .myGrayButton, 
#loginScreen .myBlueButton {
	float:right;
}


#loginScreen .myGrayButton, 
#loginScreen .myBlueButton {
	width: 100px;
	cursor: pointer;
}

#loginScreen .myGrayButton, 
#loginScreen .myBlueButton,
#startScreen a {
	
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 0 rgba(255, 255, 255, 0.4);
    color: #000000;
 
    margin-right: 5px;
    padding-bottom: 3px;
    padding-top: 2px;
    
    text-align: center;
    	
	background: #444;
	background: -webkit-linear-gradient(#8CD2F9, #0066A1); 
	background: -moz-linear-gradient(#8CD2F9, #0066A1); 
	background: -ms-linear-gradient(#8CD2F9, #0066A1); 
	background: -o-linear-gradient(#8CD2F9, #0066A1); 
	background: linear-gradient(#8CD2F9, #0066A1);
	border-radius: 5px;
	text-shadow: 0px 1px 0px rgba( 255, 255, 255, 0.2);
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0.2), 0 -1px 0 rgba( 255, 255, 255, 0.2);
	border: 1px solid rgba(0, 0, 0, 0.6);
 }
 
#loginScreen .myBlueButton {
	margin-right: 20px;
}
 
#loginScreen .myGrayButton {
	background: #bfbfbf;
	background: -webkit-linear-gradient(#f3f3f3, #bfbfbf); 
	background: -moz-linear-gradient(#f3f3f3, #bfbfbf); 
	background: -ms-linear-gradient(#f3f3f3, #bfbfbf); 
	background: -o-linear-gradient(#f3f3f3, #bfbfbf); 
	background: linear-gradient(#f3f3f3, #bfbfbf);
}
 
 
 
 
 #startScreen a {
 	text-decoration: none;
 }
 
#loginScreen .myGrayButton:hover, 
#loginScreen .myBlueButton:hover,
#startScreen a:hover{ 
	color: #222; 
	background: #555; 
	background: -webkit-linear-gradient( #8CD2F9, #333); 
	background: -moz-linear-gradient( #8CD2F9, #333); 
	background: -ms-linear-gradient( #8CD2F9, #333); 
	background: -o-linear-gradient( #8CD2F9, #333); 
	background: linear-gradient( #8CD2F9, #333);
}

#loginScreen .myGrayButton:active, 
#loginScreen .myBlueButton:active,
#startScreen a:active{ 
	color: #000; 
	background: #444; 
	background: -webkit-linear-gradient( #555, #2C2C2C);
	background: -moz-linear-gradient( #555, #2C2C2C);
	background: -ms-linear-gradient( #555, #2C2C2C);
	background: -o-linear-gradient( #555, #2C2C2C);
	background: linear-gradient( #555, #2C2C2C);
	box-shadow: 1px 1px 10px black inset, 0 1px 0 rgba( 255, 255, 255, 0.4);
}



#startScreen {
	font-size: 1.5em;
	margin-left: 50px;
	margin-top: 50px;
	width:200px;
}

/** footer **/


/* charte v2 */


@External footer, credit, topPager;

.footer {
	padding: 3px 1% 2px 1%;
	font-size: 1.2em;
}

.themeDefault .footer {
	color: #0066A1;
	background: #ebf3f7;
}

.themeNight .footer {
	color: #8cd2f9;
	background: #023c63;
	
}

.footer ul {
	float: left;
}

.footer ul li {
	display: inline;
}

.footer .credit {
	float: right;
}

.footer a {
	padding: 0 10px;
	border-right: solid 1px #9BB1C0;
}

.themeDefault .footer a {
	color: #0066A1;
}

.themeNight .footer a {
	color: #8cd2f9;
}



/* pagination des resultats */
.footerPager {
	background: #8CD2F9;
	border-radius: 0 0 3px 3px;
	border-top: 1px solid #0066A1;
}

.topPager {
	background: #8CD2F9;
	border-radius: 3px 3px 0 0;
}

/*******************/
/** Simple Search **/
/*******************/

@External resultList, simpleSearch;

.themeNight .resultList {
	background: #fff;
	border-right: solid 1px #023c63;
	border-left: solid 1px #023c63;
	padding-left: 10px;
}

.themeNight .simpleSearch .footerPager {
	border-right: solid 1px #023c63;
	border-left: solid 1px #023c63;
	border-bottom: solid 1px #023c63;
	border-bottom: solid 1px #023c63;
}

.themeNight .simpleSearch .topPager {
	border-right: solid 1px #023c63;
	border-left: solid 1px #023c63;
	border-top: solid 1px #023c63;
	border-bottom: solid 1px #023c63;
}

.themeDefault .resultList {
	background: #fff;
	border-right: solid 1px #0066a1;
	border-left: solid 1px #0066a1;
	padding-left: 10px;
}

.themeDefault .simpleSearch .footerPager {
	border-right: solid 1px #0066a1;
	border-left: solid 1px #0066a1;
	border-bottom: solid 1px #0066a1;
}

.themeDefault .simpleSearch .topPager {
	border-right: solid 1px #0066a1;
	border-left: solid 1px #0066a1;
	border-top: solid 1px #0066a1;
	border-bottom: solid 1px #0066a1;
}

.simpleSearch .searchTerm {
	margin-left: 10px;
	font-size: 1.3em;
}

.themeDefault .simpleSearch .searchTerm {
	color: #023C63;
}

.themeNight .simpleSearch .searchTerm {
	color: #fff;
}

/* Message erreur */
@External contentMsgBoxStyle, infoMsgBoxTitleStyle, warnMsgBoxTitleStyle, confirmMsgBoxTitleStyle, errorMsgBoxTitleStyle;

.contentMsgBoxStyle {
	font-size:1.1em;
    max-height: 150px;
    overflow: auto;
    width: 700px;
    color:#0066a1;
    font-weight: bold;
}

.infoMsgBoxTitleStyle {
  	background: url(images/info.png) no-repeat scroll 0 50% transparent;
   	font-size: 20px;
   	margin: 0;
   	padding: 10px 0 10px 45px;
   	color:#0066a1;
}

@sprite .confirmMsgBoxTitleStyle {
   	gwt-image: "question32";
  	background-position: 0 50%;
  	width:100%;
   	font-size: 20px;
   	margin: 0;
   	padding: 10px 0 10px 45px;
   	color:#0066a1;
}

@sprite .errorMsgBoxTitleStyle	{
  	gwt-image: "error32";
  	background-position: 0 50%;
   	font-size: 20px;
   	margin: 0;
   	padding: 10px 0 10px 45px;
   	color:#0066a1;
   	width:100%;
}

@sprite .warnMsgBoxTitleStyle {
  	gwt-image: "warning32";
  	background-position: 0 50%;
   	font-size: 20px;
   	margin: 0;
   	padding: 10px 0 10px 45px;
   	color:#0066a1;
   	width:100%;
}

.infoMsgBoxTitleStyle:after ,
.warnMsgBoxTitleStyle:after ,
.confirmMsgBoxTitleStyle:after ,
.errorMsgBoxTitleStyle:after {
	content:""; 
  	height:1px;
  	background:#0066a1; /* IE dirty fix */
  	background:-moz-linear-gradient(left, #0066a1 0%,#0066a1 50%,#FFFFFF 100%); 
  	background:-webkit-linear-gradient(left, #0066a1 0%,#0066a1 50%,#FFFFFF 100%);
  	background:-ms-linear-gradient(left, #0066a1 0%,#0066a1 50%,#FFFFFF 100%); 
  	background:linear-gradient(left, #0066a1 0%,#0066a1 50%,#FFFFFF 100%);
  	width:80%;
  	display:block;
}


/**************/
/*** HEADER ***/
/**************/


@external headerHeader, zoneUser, deconnexion, nomUser, statutUser, zoneLogo, logoNeptune, zoneDate, langue, marseilleFR, marseilleUK;
.headerHeader {
	height: 70px;
}

.themeDefault .headerHeader {
	background: #ebf3f7;
}

.themeNight .headerHeader {
	background: #023c63;
}

.zoneUser {
	width: 214px;
	float: left;
	padding: 5px 10px;
}

.zoneUser .deconnexion {
    color: #50c6ef;
    font-size: 1.1em;
    font-weight: bold;
}

.zoneUser .nomUser {
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	padding: 6px 0px 2px 25px;
	background: url(images/picto_param.png) 0 4px no-repeat;
}

.themeDefault .zoneUser .nomUser {
	color: #0066a1;
}

.themeNight .zoneUser .nomUser {
	color: #FFFFFF;
}

.marseilleFR,
.marseilleUK {
    float: right;
    height: 39px;
    padding-left: 20px;
    width: 155px;
}

.themeDefault .marseilleFR{
	background: url(images/Marseille_Fos_FR_day.png) 0 0 no-repeat;
}

.themeDefault .marseilleUK{
	background: url(images/Marseille_Fos_UK_day.png) 0 0 no-repeat;
}

.themeNight .marseilleFR{
	background: url(images/Marseille_Fos_FR_night.png) 0 0 no-repeat;
}

.themeNight .marseilleUK{
	background: url(images/Marseille_Fos_UK_night.png) 0 0 no-repeat;
}

.zoneUser .statutUser {
    color: #50c6ef;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
}

.zoneLogo {
	padding-top: 16px;
	width: 476px;
	margin: 0 auto;
}

.logoNeptune {
	padding-right: 20px;
}

.zoneDate {
	width: 230px;
	float: right;
	padding: 0 10px;
}

.langue {
	height: 20px;
	padding-top: 6px;
	text-align: right;
}

.langue img {
	margin-left: 4px;
}

@External dateHeader, jourHeader, heureHeader, fluxRss, msgHeader, titreHeader, zoneRecherche, bgRecherche;
.zoneDate .dateHeader {
	height: 40px;
	text-align: right;
	line-height: 40px;
}

.themeDefault .zoneDate .dateHeader {
	color: #0066a1;
}
	
.themeNight .zoneDate .dateHeader {
	color: #fff;
}

.zoneDate .jourHeader {
	font-size: 1.4em;
	padding-right: 5px;
}

.zoneDate .heureHeader {
	font-size: 2.2em;
}


.fluxRss {
    border-bottom: 1px solid #BCBCBC;
    height: 28px;
    line-height: 28px;
    position: relative;
}

.themeDefault .fluxRss {
    background: url("images/ombrage_fil_info_jour.png") repeat-x scroll 0 0 #F8FCFF;
}

.themeNight .fluxRss {
    background: url("images/ombrage_fil_info_nuit.png") repeat-x scroll 0 0 #8cd2f9;
}

.fluxRss .msgHeader {
    color: #023C63;
    font-size: 1.2em;
    left: 85px;
    margin-top: 2px;
    position: absolute;
    top: 0;
}

.fluxRss .titreHeader {
    font-size: 1.4em;
    font-weight: bold;
    height: 28px;
    left: 0;
    line-height: 28px;
    margin-top: 1px;
    padding: 1px 20px 0 15px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    z-index: 0;
}

.themeDefault .fluxRss .titreHeader {
	background: url("images/bg_titre_rss_jour_ombrage.png") no-repeat scroll right top transparent;
	
}

.themeNight .fluxRss .titreHeader {
	background: url("images/bg_titre_rss_nuit_ombrage.png") no-repeat scroll right top transparent;
	color: #fff;
}

.zoneRecherche {
    height: 40px;
    padding-left: 44px;
    position: absolute;
    right: 0;
    top: 70px;
    width: 220px;
    z-index: 1;
}

.themeDefault .zoneRecherche {
	background: url("images/forme_bandeau_entete_jour.png") no-repeat scroll right 0 transparent;
}

.themeNight .zoneRecherche {
	background: url("images/bandeau_entete_nuit_bg_bleu.png") no-repeat scroll right 0 transparent;
}

.bgRecherche {
	display: block;
	float: left;
	width: 130px;
	height: 24px;
	padding: 4px 0 0 38px;
}

.themeDefault .bgRecherche {
	background: url("images/recherche_jour.png") no-repeat scroll 0 0 transparent;
}

.themeNight .bgRecherche {
	background: url("images/recherche_nuit.png") no-repeat scroll 0 0 transparent;
}

.bgRecherche input {
	border: none;
	background: #f5f5f5;
	width: 120px;
	font-size: 1.4em;
	color: #023C63;
}

/** ariane **/

@External ariane, zoneAriane;
.zoneAriane {
	padding: 5px 10px 0 10px;
}
.ariane {
	font-size: 1.1em;
}

/** vigie **/

@External vigieZoneTableauCentre, vigieGrosTableau;
.vigieZoneTableauCentre{
	background:#fff;
	border-radius: 3px 3px 0 0;
	border:solid 1px #458FAF;
	height: 100%;
	width: 100%;
}
.vigieGrosTableau{
	font-size: 2.8em;
}

/** Corbeille **/

@External pager, overflowVisible, noWrapCell, corbeilleZoneTableauCentre;
.pager {
	float: right;
	margin-top: 4px;
}

.overflowVisible {
	overflow: visible;
}

.corbeilleZoneTableauCentre {
	background: #fff;
	border-radius: 0px 0px 3px 3px;
	padding-bottom:2px;
}

.themeDefault .corbeilleZoneTableauCentre {
	border: solid 1px #0066A1;
}

.themeNight .corbeilleZoneTableauCentre {
	border: solid 1px #023c63;
}

/* simpleSearch */

.searchTerm {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
}

/* empty class */
.zoneOnglet {}

@external porteur, widthFullSize, widthFormSize, widthSubFormSize, width98pc, width220, width150, width230, blackListCB, porteurStateLabel, porteurStateValue ;
/* form navire */
.widthFullSize {
	width: 100%; 
}
.width98pc {
	width: 98%; 
}
.widthFormSize {
	width: 82.5em; 
}
.widthSubFormSize { /* inner form */
	/*width: 80.5em;*/ 
}

.width150 {
	width: 15em; 
}

.width220 {
	width: 22em; 
}

.width230 {
	width: 23em; 
}

.porteur .form fieldset p {
	padding: 2px 0;
	float:left;	
}


.blackListCB {
	float: left;
    margin-left: 60px;
    font-weight: bold;
    color: #0066A1;
}

.porteurStateLabel {
	float: left;
    margin-left: 30px;
    margin-top: 9px;
    width: 30px;
    font-size: 1.2em;
    font-weight: bold;
    color : #0066A1;
}

.porteurStateValue {
	margin-top: 9px;
	font-size: 1.2em;
	color : #0066A1;
}

.rampeFieldset {
	margin-top:20px;
}

/**************/
/** reminder **/
/**************/

@External reminder, customlabel, customField, customLine, spacer, infoBlock;

.reminder {
	border-top: 0 none;
    padding: 5px 0px 15px;
    color : #0066A1;
}

.reminder fieldset{
    padding-bottom: 12px;
    padding-top: 5px;
}

.reminder fieldset .formLabel{
	font-weight: normal;
	font-size: 1em;
	width: auto;
	margin-top: 1px;
}

.reminder .valueFont{
	font-size: 1em;
	margin-top: 2px;
	font-weight: bold;
}
.reminder .customlabel{
	text-align:left;
}
.reminder .customField{
	margin-right:17px;
}
.reminder .customLine{			
	float:left;
	font-size: 1.1em;	
}
.reminder .customLine div{
    height: 15px;
    margin-left: 5px;
    margin-right: 0;
    text-align: left;		
}			
.reminder .spacer{
	padding-top: 10px;	
}
.reminder .infoBlock{
	margin: 0.3em;
}

/************************/
/** INFORMATION PANEL ***/
/************************/

@external infoPanelMain, infoPanelSeparator, infoPanelMsg;

.themeDefault .infoPanelMain {
	background: #fff;
	border-radius: 0px 0px 3px 3px;
	border-left: solid 1px #0066A1;
	border-right: solid 1px #0066A1;
	border-bottom: solid 1px #0066A1;
}

.themeNight .infoPanelMain {
	background: #023c63;
	border-radius: 0px 0px 3px 3px;
	border-left: solid 1px #023c63;
	border-right: solid 1px #023c63;
	border-bottom: solid 1px #023c63;
}

.infoPanelMsg {
	padding: 4px 5px 10px 5px;
	margin-bottom: 10px;
}

.themeNight .infoPanelMsg {
	color: #fff;
}

.themeDefault .infoPanelMsg:after {
	content:""; 
  	height:1px;
  	background:#0066a1; /* IE dirty fix */
  	background:-moz-linear-gradient(left, #0066a1 0%,#0066a1 50%,#FFFFFF 100%); 
  	background:-webkit-linear-gradient(left, #0066a1 0%,#0066a1 50%,#FFFFFF 100%);
  	background:-ms-linear-gradient(left, #0066a1 0%,#0066a1 50%,#FFFFFF 100%);
  	background:linear-gradient(left, #0066a1 0%,#0066a1 50%,#FFFFFF 100%);
  	/*filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066a1', endColorstr='#ffffff', GradientType=1); /* IE... ko */
  	width:80%;
  	display:block;
}

.themeNight .infoPanelMsg:after {
	content:""; 
  	height:1px;
  	background:#fff; /* IE dirty fix */
  	background:-moz-linear-gradient(left, #fff 0%,#fff 50%,#023C63 100%); 
  	background:-webkit-linear-gradient(left, #fff 0%,#fff 50%,#023C63 100%);
  	background:-ms-linear-gradient(left, #fff 0%,#fff 50%,#023C63 100%);  
  	background:linear-gradient(left, #fff 0%,#fff 50%,#023C63 100%);
  	/*filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#023C63', GradientType=1); /* IE... KO */
  	width:80%;
  	display:block;
}

.infoPanelSeparator {}

.infoPanelSeparator h3 {
	background: #8cd2f9;
	margin: 2px;
	padding: 4px 6px;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

.themeDefault .infoPanelSeparator h3 {
	color: #0066A1;
}

.themeNight .infoPanelSeparator h3 {
	color: #023c63;
}

.infoPanelSeparator strong {
	font-size: 1.2em;
}

.themeDefault .infoPanelSeparator strong {
	color: #0066A1;
}

.themeNight .infoPanelSeparator strong {
	color: #fff;
}


/****************************/
/***** Event search list ****/
/****************************/

@External zoneContent, rechercheComplexe, eventSearch, error, resultLabel, label;

.eventSearch .zoneOnglet {
	font-size: 7pt;
}

.eventSearch .zoneTableauCentre {
	background: #8cd2f9;
	border-radius: 3px 3px 0 0;
	/*border: solid 1px #458FAF;*/
	height:2.5EM;
	width: 99%;			
}

.zoneContent {
	background: #8cd2f9;
	border-radius: 3px 3px 0 0;			
}

.themeDefault .zoneContent,
.themeDefault .eventSearch .zoneTableauCentre { 
	border: solid 1px #0066a1;
}

.themeNight .zoneContent,
.themeNight .eventSearch .zoneTableauCentre { 
	border: solid 1px #023c63;
}

.rechercheComplexe {
	background: #FFFFFF;
	border-top: solid 6px #00579c;
	padding: 10px;
}

.rechercheComplexe fieldset {
	border: solid 1px #91C5DB;
	padding: 10px;
}

.rechercheComplexe fieldset legend {
	padding: 0px 10px;
	font-size: 1.4em;
	font-weight: bold;
	color: #00579C;
	background: #F8FDFF;
}

.rechercheComplexe fieldset p {
	padding: 10px 0;
}

.rechercheComplexe fieldset img {
	vertical-align: bottom;
}

.rechercheComplexe fieldset .label {
	font-size: 1.3em;
	font-weight: bold;
	color: #023C63;
	display: block;
	float: left;
	margin-right: 20px;
	width: 220px;
	text-align: right;
}

.rechercheComplexe fieldset input {
	font-size: 1.3em;
	color: #023C63;
	font-weight: bold;
	padding: 1px 5px;
}

.rechercheComplexe fieldset .error {
	background: #FDA6A7;
	border: solid 1px #D07B7B;
}

.eventSearch .error {
	background: #FDA6A7;
	border: solid 1px #D07B7B;
}

.resultLabel {
	vertical-align: top;
	margin-top: 7px;
}
	
	
/********************/
/*** porteur hub ****/
/********************/

			
@External menu2; 
.menu2 {
	background: none repeat scroll 0 0 #8cd2f9;
	border-radius: 3px 3px 0 0;
	padding-left: 3px;
}

.themeDefault .menu2{
	border-top: solid 1px #0066a1;
	border-right: solid 1px #0066a1;
	border-left: solid 1px #0066a1;
	border-bottom: solid 6px #0066a1;
}

.themeNight .menu2{
	border-top: solid 1px #023c63;
	border-right: solid 1px #023c63;
	border-left: solid 1px #023c63;
	border-bottom: solid 6px #023c63;
}

/************************/
/*** simple Search ******/
/************************/

@External navireSimpleSearch;

.navireSimpleSearch .zoneOnglet {
	height:25px;
	background: none repeat scroll 0 0 #8CD2F9;
	border-radius: 3px 3px 0px 0px;
	border-bottom: solid 6px #0066a1;
}

.themeDefault .navireSimpleSearch .zoneOnglet {
	background: none repeat scroll 0 0 #8CD2F9;
	border-radius: 3px 3px 0px 0px;
	border-bottom: solid 6px #0066a1;
}

.themeNight .navireSimpleSearch .zoneOnglet {
	background: none repeat scroll 0 0 #8CD2F9;
	border-radius: 3px 3px 0px 0px;
	border-bottom: solid 6px #023c63;
}

 .errorMsg {		
	background: rgb(255,140,140); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,140,140,1) 0%, rgba(255,104,104,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,140,140,1)), color-stop(100%,rgba(255,104,104,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,140,140,1) 0%,rgba(255,104,104,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,140,140,1) 0%,rgba(255,104,104,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,140,140,1) 0%,rgba(255,104,104,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,140,140,1) 0%,rgba(255,104,104,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8c8c', endColorstr='#ff6868',GradientType=0 );*/ /* IE6-9 */
	
/* 	border-radius: 5px 5px 5px 5px; */
	width:100%;
	font-size: 12px;
}


@sprite .errorMsg:FIRST-CHILD {
	padding: 6px 6px 6px 90px;
	margin-bottom: 0px;
	width:90%;
	height:35px;
	min-height:32px;
	gwt-image: "warning";
	background-position: 25px center;
	background-color:rgb(255,140,140) !important;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px;
}

.errorMsg ul{
	text-align: left;
	padding-left:80px;
}

#welcomeBox #lesserPartWE div {
    float: left;
    font-size: 1.3em;
    margin-left: 13px;
    font-weight: bold;
    text-align: left;
}

#welcomeBox #lesserPartWE span {
    margin-top:12px;
    font-weight: normal;
    margin-left:3px;
}

#welcomeBox #lesserPartWE {
    background: none repeat scroll 0 0 #E3F1FC;
    border-radius: 7px 7px 7px 7px;
    float: left;
    height: 82px;
    padding-top: 26px;
    text-align: center;
    width: 590px;
}
