﻿.WebPartZone
{
    float: left;
}

select, input
{
    border: 1px solid #CCCCCC;    
}

input.submit
{
    color:#789ABC;
    border:1px solid #789ABC;
    background-color:#EEE;
}

input.submit:hover
{
    color:#123456;
    border:1px solid #123456;
    background-color:#EEE;
}



body
{
    font-family: Verdana, Arial;
    font-size: 7pt;
    margin-top: 0px;
}

.ttltitle
{
    font-family: Tahoma;
    color: #4B5A8A;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    font-weight: bold;
    font-size: 12pt;
}
.ssHeader
{
    height: 10px;
    background: #d9eaff;
    background-image: url(Images/bar.gif);
    border: solid 1px buttonshadow;
    color: #4d4d4d;
}

.gridFooter
{
    height: 10px;
    background: #B3D8DA;
    background-image: url(bar.gif);
    color: #4d4d4d;
}

.ssHeaderSelected
{
    background: #ffda82;
    color: #4d4d4d;
    border: solid 1px darkorange;
}

.ssRowLabel
{
    background: #d9eaff;
    width: 18px;
    color: #4d4d4d;
    font-size: 7pt;
    border-top-width: 0px;
    border-right-width: 1px;
    border-right-style: Solid;
    border-right-color: buttonshadow;
    border-left-width: 1px;
    border-left-style: Solid;
    border-left-color: buttonshadow;
    border-bottom-width: 1px;
    border-bottom-color: buttonshadow;
    border-bottom-style: Solid;
}

.ssRowLabelSelected
{
    background: #ffda82;
    color: #4d4d4d;
    border: solid 1px darkorange;
}

.ssCell
{
    height: 7px;
    width: 60px;
    white-space: nowrap;
    overflow: hidden;
    padding: 0px 1px 0px 1px;
    border-top-width: 0px;
    border-right-width: 1px;
    border-right-style: Solid;
    border-right-color: buttonshadow;
    border-left-width: 0px;
    border-bottom-width: 1px;
    border-bottom-color: buttonshadow;
    border-bottom-style: Solid;
}

.ssCellSelected
{
    height: 7px;
    border: solid 2px #000000;
    padding: 0px 0px 0px 0px;
}

.ssTextBox
{
    font-size: 7pt;
    border: solid 1px #cccccc;
}

.ssButton
{
    background: #d9eaff;
    border: solid 1px #cccccc;
    border-right-color: buttonshadow;
    border-bottom-color: buttonshadow;
    font-size: 11pt;
}

.select
{
    font-size: 7pt;
    border: 1px;
}


.gridHeader
{
    font-weight: bold;
    color: #FFFFFF;
    padding: 3px;
    background-image: url(/Images/bar.gif);
    background-repeat:repeat-x;
    border-collapse: collapse;
	background-color:#445070;	
}
.gridHeader A
{
    padding-right: 15px;
    padding-left: 3px;
    padding-bottom: 0px;
    color: #FFFFFF;
    padding-top: 0px;
    text-decoration: none;
}
.gridHeader A:hover
{
    text-decoration: underline;
}
.gridHeaderSortASC A
{
    background: url(/Images/sortdown.gif) no-repeat 95% 50%;
    padding-right: 15px;
}
.gridHeaderSortDESC A
{
    background: url(/Images/sortup.gif) no-repeat 95% 50%;
    padding-right: 15px;
}
.gridHeaderInput
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF url(/Images/form_blue.gif) repeat-x scroll left top;
	border:1px solid #D9E6F0;
}	
 

.tblRel_table
{
    border-collapse: collapse;
    border: solid 1px buttonshadow;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    background: #e7e7e7;
}
.tblRel_tr_ttl
{
    font-weight: bold;
    color: #FFFFFF;
    padding: 3px;
    background-image: url(/Images/bar.gif);

    border: solid 0px buttonshadow;
    text-align: center;
    border: solid 1px buttonshadow;
}
.tblRel_td_ttl
{
    padding: 2px 10px;
}
.tblRel_td_value_v
{
    background: #efefff;
    padding: 0px 1px 0px 1px;
    border-top-width: 0px;
    border-right-width: 1px;
    border-right-style: Solid;
    border-right-color: buttonshadow;
    border-left-width: 0px;
    border-bottom-width: 1px;
    border-bottom-color: buttonshadow;
    border-bottom-style: Solid;
    text-align: left;
}
.tblRel_tr_value
{
    background: #ffffff;
    text-align: center;
}
.tblRel_td_value
{
    height: 7px;
    width: 60px;
    white-space: nowrap;
    overflow: hidden;
    padding: 0px 1px 0px 1px;
    border-top-width: 0px;
    border-right-width: 1px;
    border-right-style: Solid;
    border-right-color: buttonshadow;
    border-left-width: 0px;
    border-bottom-width: 1px;
    border-bottom-color: buttonshadow;
    border-bottom-style: Solid;
}


.tbl
{
    background-image: url(Images/bar.gif);
    background-color: #FFFFFF;
    border-collapse: collapse;
    border: solid 0px buttonshadow;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
}
.tbl2
{
    background-color: #FFFFFF;
}

.tbl_cell
{
    background-color: #FFFFFF;
}
.tbl_cell_selected
{
    background-color: #efefef;
}
.tbl_title
{
    font-family: verdana,tahoma,helvetica;
    font-size: 10px;    
}
.tbl_text_i
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    font-style: italic;
}
.tbl_text
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}
/*
Menu DragAndDrop
*/
ul.dadlist
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    list-style-type: none;
    margin: 2;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
ul.dadlist li
{
    display: inline;
    margin: 2;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: move;
    background-color: #e7e7e7;
    border: 1px dashed #cccccc;
}
ul.dadlist li.over
{
    background-color: #fcb;
}

/* Personnal*/
#tomove
{
    width: 450px;
    background: #fff;
    border: 1px solid #666;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 100;
    font-size: 11px;
    text-align: left;
}
#drag
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    width: 450px;
    background-color: #FFFFFF;
    background-image: url(Images/bar.gif);
    background-repeat: repeat-x;
    background-position: top;
    line-height: 18px;
    cursor: move;
    padding: 1px;
}

.dragable
{
    padding: 10px;
}

/*----------------------------------------------------------------------*/

*
{
    margin: 0;
    padding: 0;
}

body
{
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #222;
}

a
{
    text-decoration: none;
    color: #425969;
}
a:hover
{
    text-decoration: underline;
    /*color: #111;*/
}

#wrap
{
    /*margin: 0 auto;*/
    width: 800px;
}

#header
{
    height: 110px;
    background: #fff url(/images/header.jpg) no-repeat;
}
#header h1
{
    font-size: 28px;
    letter-spacing: -1px;
    padding: 15px 0 0 20px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}
#header h1 a:hover
{
    color: #000;
}
#header h2
{
    font-size: 19px;
    color: #e1c70e;
    padding: 5px 0 0 20px;
    letter-spacing: -1px;
    font-weight: 100;
}

#content
{
    padding: 0 10px;
}

#footer
{
    text-align: center;
    font-size: 11px;
    color: #aaa;
    margin-top: 40px;
    border-top: 1px dotted #aaa;
    padding-top: 10px;
    padding-bottom: 10px;
    clear: both;
}
#footer a
{
    color: #aaa;
}
#footer a:hover
{
    color: #111;
}

#content h2
{
    font-size: 12px;
    //padding-left: 10px;
    text-align:center;
    height: 30px;
    line-height: 20px;
    background: #425969 url(/images/bgtitle.jpg) repeat-x;
    color: #FFFFFF;
}

input, select
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
}

.button
{
    padding: 0 2px;
    background: #425969 url(/images/bgtitle.jpg) repeat-x;
    border: 1px solid #000000;
    color: #FFFFFF;
}

.schedulehour
{
    width: 150px;
}

.schedulehourdetail
{
    width: 150px;
    margin-left: 50px;
    clear: both;
}


.schedulehourbg_dispo
{
    width: 70px;
    margin: 3px;
    padding: 5px;
    float: left;
    cursor: hand;
}


.schedulehourbg_dispolimit
{
    width: 70px;
    margin: 3px;
    padding: 5px;
    float: left;
    cursor: hand;
}

.schedulehourbg_notdispo
{
    width: 70px;
    margin: 3px;
    padding: 5px;
    float: left;
    cursor: default;
}
.schedulehourbg_notdispo img
{
    visibility: hidden;
}
.schedulehourtxt
{
    margin: 3px;
    padding: 5px;
    float: left;
}

.frmlogin
{
    float: right;
    color: #FFFFFF;
    font-size: 10px;
    margin-right: 15px;    
}

.tbl
{
    border-collapse: collapse;
    border: solid 0px buttonshadow;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
}

.tbl_cell
{
    background-color: #FFFFFF;
}
.tbl_cell_selected
{
    background-color: #efefef;
}

.tbl_text_i
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    font-style: italic;
}
.tbl_text
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}
.tbl_titleb
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    background-image: url(/images/bar.gif);
    background-repeat:repeat-x;
    border-collapse: collapse;
	background-color:#445070;
    padding: 2px;       
    vertical-align:top; 
    border: solid #ffffff;
    border-width: 1px 0px 1px 1px;
}
.tbl_titleh
{
    /*background-color: #8891A4;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #123456;
    border-collapse: collapse;
    padding: 2px;
    border-bottom:0px solid #789ABC;
    padding-bottom:4px;
}

.textboxupcase
{
    text-transform: uppercase;
}
/* FLIGTHS RESULTS */
.FlightsResults
{
    border: 0px;
    border-collapse: collapse;
}

.FlightsResults th
{
	background-image:url(/images/bar.gif);
	background-repeat:repeat-x;
	background-color:#445070;
	border: solid #9ABCDE;
    border-width: 1px 1px 1px 1px;
    padding: 2px;
    border-collapse:collapse;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	vertical-align:top;
	position: relative;
	left: 0px;
	top: 0px;
}

.FlightsResults td
{
    border: solid #9ABCDE;
    border-width: 1px 1px 1px 1px;
    margin: 2px 4px 2px 4px;
    padding: 1px;
}

body
{
    font-family:verdana,tahoma,helvetica;
}

/* ajax__tab_xp-theme theme */
.ajax__tab_xp-theme .ajax__tab_header 
{
    font-family:verdana,tahoma,helvetica;
    font-size:11px;
    background:url(/images/xp/tab-line.gif) repeat-x bottom;
}
.ajax__tab_xp-theme .ajax__tab_header .ajax__tab_outer 
{
    padding-right:4px;
    background:url(/images/xp/tab-right.gif) no-repeat right;
    height:21px;
}
.ajax__tab_xp-theme .ajax__tab_header .ajax__tab_inner 
{
    padding-left:3px;
    background:url(/images/xp/tab-left.gif) no-repeat;
}
.ajax__tab_xp-theme .ajax__tab_header .ajax__tab_tab
{
    height:13px;
    padding:4px;
    margin:0;
    background:url(/images/xp/tab.gif) repeat-x;
}
.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_outer 
{
    background:url(/images/xp/tab-hover-right.gif) no-repeat right;
}
.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_inner 
{
    background:url(/images/xp/tab-hover-left.gif) no-repeat;
}
.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_tab 
{
    background:url(/images/xp/tab-hover.gif) repeat-x;
}
.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_outer 
{
    background:url(/images/xp/tab-active-right.gif) no-repeat right;
}
.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_inner 
{
    background:url(/images/xp/tab-active-left.gif) no-repeat;
}
.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_tab 
{
    background:url(/images/xp/tab-active.gif) repeat-x;
}
.ajax__tab_xp-theme .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:7pt;
    border:1px solid #999999;
    border-top:0;
    padding:8px;
    background-color:#ffffff;
}

.txterrors {	 
	 color: red;
}
.errors {
	 border: 2px solid red;
	 color: red;
	 margin: 5px 0px;
	 padding: 15px;
	 padding-left: 50px;
	 background: #fff url(/images/error.gif) no-repeat 5px 50%;
	 -moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	display:block;
}

.success {
	 border: 2px solid #818A37;
	 color: #818A37;
	 margin: 5px 0px;
	 padding: 15px;
	 padding-left: 50px;
	 background: #fff url(/images/success.gif) no-repeat 5px 50%;
	 -moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	display:block;
}

.popup
 {
	 border: 1px solid #425969;
	 margin: 0px;
	 padding: 15px;	 
	 background: #fff;
}
.popup_title
 {
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
    padding-left: 10px;
    height: 22px;
    line-height: 20px;
    background: #425969 url(/images/bgtitle.jpg) repeat-x;
    color: #FFFFFF;
}
.tabl_success
{
	background-color: #5cb059;
	color:#FFF;
}
.tabl_errors
{
	background-color: #d42728;
	color:#FFF;
}

.newsletter
{
	width:160px;
	float:right;
	background-color:#E7E7E7;
	padding:10px;
	margin-bottom:20px;
}

.contact_group
{
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px;
	margin: 2px;

	font-size: 12px;
    padding-left: 10px;
    height: 25px;
    line-height: 20px;
    background: #425969 url(/images/bgtitle.jpg) repeat-x;
    color: #FFFFFF;
}

.contact_label
{
	cursor:pointer;
	height:14px;	
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    background-image: url(/images/bar.gif);
    background-repeat:repeat-x;
    border-collapse: collapse;
	background-color:#445070;
    padding: 2px;
    margin: 2px;
}

.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.seg_tbl
{
	padding:0px;
	border-spacing: 10px;
}

.seg_title
{
	
}

.seg_research
{
	border: 1px solid #000000;
    border-right-width: 0px;
    border-right-style: Solid;
    border-right-color: buttonshadow;	
}

.seg_radio
{
	border: 1px solid #000000;
    border-left-width: 0px;
    border-left-style: Solid;
    border-left-color: buttonshadow;	
    width:55px;
}

.info
{
	background-color:#E7E7E7;
	margin-right:3px;
	padding:7px;		
}
.pagehelp
{
	background-color:#E7E7E7;	
	margin-bottom:5px;
	margin-top:5px;
	padding:7px;
}
.spliceh
{
	border-bottom:1px solid #AAAAAA;
}

.splicev_r
{
	border-right:1px solid #AAAAAA;
}

.splicev_l
{
	border-left:1px solid #AAAAAA;
}


.cadre
{
	border:1px solid #AAAAAA;	
	padding:5px;
}

.cadre_brl
{	
	border-bottom:1px solid #AAAAAA;
	border-right:1px solid #AAAAAA;
	border-left:1px solid #AAAAAA;
	padding:5px;	
	height:21px;
	vertical-align:top;
}
.cadre_trl
{	
	border-top:1px solid #AAAAAA;
	border-right:1px solid #AAAAAA;
	border-left:1px solid #AAAAAA;	
	vertical-align:bottom;
}
.cadre_rl
{
	border-right:1px solid #AAAAAA;
	border-left:1px solid #AAAAAA;
	padding:5px;	
}

.wm_table
{
	border: 1px none rgb(222, 223, 222); 
	background-color: White; 
	border-collapse: collapse;
}	

.gridDomain
{
    font-weight: bold;
    color: #FFFFFF;
    padding: 3px;
    background-image: url(/Images/bar.gif);
}

.IE8Fix
{
    z-index: 1000;
}

