/* ~~~~~~~~~~~~~~~~~~ Page Control ~~~~~~~~~~~~~~ */

html, body{
   margin: 0px;
   padding: 0px;
   outline: 0px;
   height: 100%;
   font-size: 11px;
   font-family:  Verdana;
   color: #000000;
   background-color: #FFFFFF;
   line-height: 14px;
}

input{
    margin:2px 2px;
    padding:4px;
}

select{
    padding:4px;
}
img {border:0;}
	
li,td,th	{ font-size: 11px; font-family:  Verdana; }

td.red  { font-size: 14px; font-family:  Verdana; color: #FF3300; font-weight: bold;}
td.menu { font-size: 11px; font-family:  Verdana; line-height: 10px;}
td.reglement { font-size: 11px; font-family:  Verdana; line-height: 10px; background-color:#FF9; border-right: 1px solid #000000;}
td.notes{border-right: 1px solid #000000;}
td.onglet { font-size: 11px; font-family:  Verdana; line-height: 10px; font-weight: bolder; text-align: center} 
td.survey		{ font-size: 12px; font-family:  Verdana; color: #000000; text-align: justify}
td.titreColonne { font-size: 12px; font-weight: bold; font-style: italic; text-align:center; }

.blue { color: #5593C1; font-weight: bold;}
.black{ color: #000000; font-weight: bold;}
.test{ color: #000000; font-weight: bold; background-color:#00FF00; cursor:help}
.por  { font-size: 10px; font-family:  Verdana; color: #336600;}
.highlight  { font-size: 11px; font-family:  Verdana; color: #FF3300; font-weight: bold;}
.plan {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; font-variant: small-caps;
 color: #0033CC; background-attachment: fixed; text-align: center; font-weight: bolder; text-decoration: underline}
.textForm {	font-family: Verdana;	font-size: 12px;font-weight: normal;border: 1px solid #CCCCCC;color: #000000; }
.textForm2 {	font-family: Verdana;	font-size: 12px;font-weight: normal;}
.orange {  font-family: Verdana; font-size: 16px; font-weight: bold; font-variant: small-caps; text-indent: 20pt; color: #FF6600}

.confirmation { font-family:Verdana; font-size:11px; font-weight:bold; border:#006600 1px solid; background-color:#C0F5C4; vertical-align:middle; padding:10px 20px 10px 20px; text-align:center;}
.erreur { font-family:Verdana,  Verdana; font-size:11px; font-weight:bold; border:#FF0000 1px solid; background-color:#F86165; vertical-align:middle; padding:10px 20px 10px 20px; text-align:center;}
.avertissement { font-family:Verdana; font-size:11px; font-weight:bold; border:#FF7800 1px solid; background-color:#fbae69; vertical-align:middle; padding:10px 20px 10px 20px; text-align:center;}

.news_dispo { font-size:11px; color:#006600; width:100%; }

li.blue { color: #0066CC; font-weight: bold;}
li.black{ color: #000000; font-weight: bold;}


/* ~~~~~~~~~~~~~~~~~~ Link Control ~~~~~~~~~~~~~~ */
	     
A 		{ text-decoration: none;
          color: black;}
A:hover 	{ text-decoration: underline;}

.rp_aLinkActive {
    color:black;
    cursor: pointer;
    cursor: hand;
}

.rp_aLinkVisited  {
    color: #A87780;
    cursor: pointer;
    cursor: hand;
}

.rp_aLinkActive:hover, rp_aLinkVisited:hover {
    text-decoration: underline;
}

A.menu 		{ text-decoration: none; color: #000000;}
A.menu:hover 	{ text-decoration: underline; color: #000000;}

A.onglet { text-decoration: none;line-height: 17px; color:#8A6D1F; font-family: Verdana; font-size: 11px; font-weight: bolder}
A.onglet:hover 	{ text-decoration: underline;}

/* --- loader ---*/

#loader {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}

#loader td {
  padding: 3px;
  background: #ffffff;
}

#loader p {
  border: 3px solid #6E89DD;
  padding: 10px;
  margin: 0;
  background: #EEF0FC;
}

#loader img {
  float: left;
  margin-right: 12px;
}

#loader strong {
  display: block;
  margin-bottom: 3px;
}

#loaderContainer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: expression('absolute');
  height: expression(document.documentElement.scrollHeight+'px');
  width: expression(document.documentElement.scrollWidth+'px');
  z-index: 1000;
}

#loaderContainer td {
	padding-top: 150px;
	vertical-align: top;
	text-align: center;
	background-image: url(images/semi-transparent.gif);
}

#loaderContainer td td {
	padding-top: 3px;
	text-align: left;
}








/*
////////////////////////////////////PHOTOS
*/

#icone_pas_de_photo {
	background-image:url(images/icone_pas_photo.png);
	width:35px;
	height:26px;
	float:right;
	position:relative;
	left:-200px;
	top:-25px;
}
#icone_photo {
	background-image:url(images/icone_photo.png);
	width:35px;
	height:26px;
	float:right;
	position:relative;
	left:-200px;
	top:-25px;
	cursor:pointer;
}
#affiche_photos {
	float:right;
	position:relative;
	left:-170px;
	top:0px;
	color:#F60;
}
#apparition_photos{
	display:none;
	position:absolute;
	top:50px;
	left:-800px;
	width:800px;
	height:600px;
	border:1px solid black;
	background-color:#ffffff;
}
#texte_photos{
	position:relative;
	top:15px;
	font-family:Verdana;
	font-size:16px;
	color:#F60;
}
#fermer_photos{
	background-image:url(images/pic_fermer.jpg);
	width:25px;
	height:25px;
	position:relative;
	left:760px;
	top:-5px;
	cursor:pointer;
}

#fermer_photo_HD{
	background-image:url(images/pic_fermer.jpg);
	width:25px;
	height:25px;
	position:relative;
	left:760px;
	top:-5px;
	cursor:pointer;
}
#disposition_photos{
	padding:20px;

}
#photo_HD{
	display:none;
	width:800px;
	height:600px;
	background-color:#FFF;
	border:1px solid red;
	position:absolute;
	left:-800px;
	top:50px;
	padding-top:10px;
}

#galerie{
	display:block;
	position: absolute;
	top: 150px;
	width:900px;
	background:#FFffcc;
	height: 180px;
	overflow:hidden;
}

#galerie a{
	display:block;
	float:left;
	padding:0 10px;
}

#galerie a img{
	border: solid 4px #44828c;
}

#galerie a:hover img,#galerie a.courant img{
	border:solid 4px #8c4446;
}

.slider{
	/*display:none;*/
	position:relative;
	top: 25px;
	width:5000px;	
}

.suiv{
	cursor:pointer;
	position: absolute;
	top:0;
	right:0;
	height: 180px;
	width: 37px;
	background: url(images/fleches.jpg) right top;

}

.suiv:hover{
	background-position: 46px top;
}

.prec{
	cursor:pointer;
	position: absolute;
	top:0;
	left:0;
	height: 180px;
	width: 37px;
	background: url(images/fleches.jpg) top left;

}

.prec:hover{
	background-position: -23px top;
}

/*
//////////////////////// CONTACTS //////////////////////////
*/

.ajout_contact{
	color:white;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
}

#ajout_contact{
	display:none;
}

 
 
#contactFormContainer{
    position:absolute;
    left:500px;
	top:250px;
    float:right;
	z-index:9999;
}

#contactForm{
    height:250px;
    width:500px;
    display:none;
}

#contactForm fieldset{
	border:none;
	background-color:#FC6;
	border:1px dashed #666;
	font-size:14px;
	font-weight:bold;
	color:#ff6600;
}     

#contactForm label{
	display:block;
	color:#333;
}     

#contactForm input[type=text]{
    display:block;
    border:solid 1px #666;
    width:100%;
    margin-bottom:10px;
    height:20px;
} 

#contactForm input[type=select]{
    display:block;
    border:solid 1px #666;
    width:100%;
    margin-bottom:10px;
    height:20px;
} 

#contactForm input[type=submit]{
	background-color:#999;
	border:solid 1px #23150c;
	color:#ff6600;
	padding:5px;
	margin-left:150px;
}
#contactForm input[type=button]{
	background-color:#999;
	border:solid 1px #23150c;
	color:#ff6600;
	padding:5px;
	margin-left:150px;
}


#contactModifForm{
    height:250px;
    width:500px;
    display:none;
}

#contactModifForm fieldset{
	padding:30px;
	border:none;
	background-color:#FC6;
	border:1px dashed #666;
	font-size:14px;
	font-weight:bold;
	color:#ff6600;
}     

#contactModifForm label{
	display:block;
	color:#333;
}     

#contactModifForm input[type=text]{
    display:block;
    border:solid 1px #666;
    width:100%;
    margin-bottom:10px;
    height:20px;
} 

#contactModifForm input[type=select]{
    display:block;
    border:solid 1px #666;
    width:100%;
    margin-bottom:10px;
    height:20px;
} 

#contactModifForm input[type=submit]{
	background-color:#999;
	border:solid 1px #23150c;
	color:#ff6600;
	padding:5px;
	margin-left:150px;
}
#contactModifForm input[type=button]{
	background-color:#999;
	border:solid 1px #23150c;
	color:#ff6600;
	padding:5px;
	margin-left:150px;
}


#contactLinkAjout{
    height:20px;
    width:20px;
    background-image:url('images/icone_ajout_contact.gif');
    display:block;
    cursor:pointer;
}

.contactLinkSuppr{
    height:20px;
    width:20px;
    background-image:url('images/icone_suppr_contact.gif');
    display:block;
    cursor:pointer;
}

.contactLinkModif{
    height:20px;
    width:20px;
    background-image:url('images/icone_modifier_contact.gif');
    display:block;
    cursor:pointer;
}

#contactSupprDialog{
    height:150px;
    width:200px;
    display:none;
}

#messageAjoutSent{
    color:#000;
    display:none;
	position:relative;
	margin:auto;
	left:100px;
}

#messageModifSent{
    color:#000;
    display:none;
	position:relative;
	margin:auto;
	left:100px;
}
            
#erreur-message{
	margin:0px;
	padding:0px;
	display:none;
	color:#F00;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	position:relative;
/*	top:45px;*/
	text-align:center;
}
#ok-message{
	margin:0px;
	padding:0px;
	display:none;
	color:#000000;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	position:relative;
/*	top:45px;*/
	text-align:center;
	background-color:#336600;
}
#erreur_heure, #erreur_heure_modif{
	color:#F00;
	display:none;
	position:relative;
	margin:auto;
	left:50px;
}
#erreur-doublon{
	margin:0px;
	padding:0px;
	display:none;
	color:#F00;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	position:relative;
	top:45px;
	text-align:center;
}
#limiteOrientation
{
    display: none;
    font-size: 14px;
    font-weight: bold;
    color: #FF6600;
    padding-left: 25px;
}


.ligne_dernier_contact{
	display:block;

}

.titre_souligne{
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:underline;
	font-weight:bold;
/*	width:80px;*/
}

.titre_simple{
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
/*	width:80px;*/
}

.donnees{
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	font-variant:small-caps;
	color:#F30;
	padding-right:10px;
/*	width:90px;*/
}


/*////////////////////////////////////////////*/

#orientationFormContainer{
    position:absolute;
    left:500px;
	top:150px;
    float:right;
	z-index:9999;
}

#orientationForm{
    height:250px;
    width:500px;
    display:none;
}

#orientationForm fieldset{
	padding:30px;
	border:none;
	background-color:#FC6;
	border:1px dashed #666;
	font-size:14px;
	font-weight:bold;
	color:#ff6600;
}     

#orientationForm label{
	display:block;
	color:#333;
}     

#orientationForm input[type=text]{
    display:block;
    border:solid 1px #666;
    width:100%;
    height:20px;
} 

#orientationForm input[type=select]{
    display:block;
    border:solid 1px #666;
    width:100%;
    margin-bottom:10px;
    height:20px;
} 

#orientationForm input[type=submit]{
	background-color:#999;
	border:solid 1px #23150c;
	color:#ff6600;
	padding:5px;
	margin-left:250px;
}
#orientationForm input[type=button]{
	background-color:#999;
	border:solid 1px #23150c;
	color:#ff6600;
	padding:5px;
	margin-left:150px;
}

#orientationModifFormContainer{
    position:absolute;
    left:500px;
	top:150px;
    float:right;
	z-index:9999;
}

#orientationModifForm{
    width:600px;
    display:none;
}

#orientationModifForm fieldset{
	border:none;
	background-color:#FC6;
	border:1px dashed #666;
	font-size:14px;
	font-weight:bold;
	color:#ff6600;
}     

#orientationModifForm label{
	display:block;
	color:#333;
}     

#orientationModifForm input[type=text]{
    display:block;
    border:solid 1px #666;
    width:100%;
    margin-bottom:10px;
    height:20px;
} 

#orientationModifForm input[type=select]{
    display:block;
    border:solid 1px #666;
    width:100%;
    margin-bottom:10px;
    height:20px;
} 

#orientationModifForm input[type=submit]{
	background-color:#999;
	border:solid 1px #23150c;
	color:#ff6600;
	padding:5px;
	margin-left:150px;
}
#orientationModifForm input[type=button]{
	background-color:#999;
	border:solid 1px #23150c;
	color:#ff6600;
	padding:5px;
	margin-left:150px;
}

#notesForm{
    position:absolute;
    right:50px;
	top:30px;
    float:right;
	z-index:9999;
    display:none;
	background-color:#FFFFCC;
	border:#000000 3px solid;
}

#affiche_reglement{
 position:relative;
 background:url(images/btn_affiche_reg.jpg);
 width:150px;
 height:30px;
}
#masque_reglement{
 position:relative;
 background:url(images/btn_masque_reg.jpg);
 width:150px;
 height:30px;
}


#graph{
	top:50px;
	left:50px;
	position:absolute;
	display:none;
	z-index:10;
}

#fermer_graph{
	background:url("images/fermer_graph.png") repeat scroll 0 0 transparent;
	height:20px;
	margin-left:640px;
	margin-top:-10px;
	position:relative;
	width:20px;
	cursor:pointer;
}

#ajout_service
{
    height:20px;
    width:20px;
	vertical-align:middle;
    cursor:pointer;
	margin-right:5px;
}

#serviceFormContainer
{
    position:absolute;
    left:500px;
	top:150px;
    float:right;
	z-index:9999;
}

#serviceForm
{
    height:250px;
    width:500px;
    display:none;
}

#serviceForm fieldset
{
 padding:30px;
 border:none;
 background-color:#FC6;
 border:1px dashed #666;
 font-size:14px;
 font-weight:bold;
 color:#ff6600;
}     

#serviceForm label
{
 display:block;
 color:#333;
}     

#serviceForm input[type=text]
{
    display:block;
    border:solid 1px #666;
    width:100%;
    height:20px;
}

#serviceForm input[type=button]
{
 background-color:#999;
 border:solid 1px #23150c;
 color:#ff6600;
 padding:5px;
 margin-left:150px;
    cursor: pointer;
}

#erreur_msg_doublon, #erreur_msg_vide
{
 margin:0px;
 padding:0px;
 display:none;
 color:#F00;
 font-family:Verdana;
 font-size:11px;
 font-weight:bold;
 position:relative;
 text-align:center;
}


#rp_conseillerCurrentStatus {
    height: 26px;
	font-weight:bold;
}
#module_statut_conseiller {
	position:absolute;
	right:3px;
	top:2px;
	width:100px;
	height:26px;
	border:1px dotted #919B9C;
	background-color:#FFF;
	z-index:1000;
	background-image:url(images/icones/statutConseiller/fleche.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	cursor:pointer;
}

#module_statut_conseiller img{
	width:18px;
	height:18px;
	margin:3px 3px;
	border:0;
	vertical-align:middle;
}

#liste_statut_conseiller {
    border: 1px solid #919B9C;
    float: right;
    font-size: 11px;
    width: 100px;
	cursor:default;
	display:none;
	background-color: #FFFFFF;
}
#liste_statut_conseiller img {
	vertical-align:middle;
}
#liste_statut_conseiller a {
	color:#000;
	display:block;
}

.statuts_conseiller
{
    border: 1px solid black;
    position: absolute;
    background-color: white;
    box-shadow: 0 0 15px black;
    margin: -15px 45px;
    padding: 5px 5px;
    width: 90px;
    text-align: left;
}

.statuts_conseiller a
{
    display: block;
    margin-bottom: 3px;
    color: black;
}

.statuts_conseiller a img
{
    border: none;
}



#rp_conteneurCRM {
float:left;width:100%;position:relative;
}
#rp_componentWelcome {
position:absolute;right: 120px; height:21px;color:#FFFFFF;font-weight:bold; padding-top:5px; z-index:5000;
}
#rp_componentWelcome img {
vertical-align:middle;width:16px;height:16px;
}
#rp_toggleHeader{
position: absolute;
right: 5px;
z-index: 1;
top: 35px;
}
#rp_toggleHeader img{
cursor:pointer;cursor:hand;
}
#rp_header {
height: 70px;margin:0px; padding: 0px;
}
#rp_logoHeader {
float: left; margin-right: 10px;
}
#rp_componentInfosDay {
float: left; margin-right: 20px;margin-top:4px;
}
#rp_componentHeaderCity{
/*float: left; margin-right: 20px;margin-top:4px;*/
}
#rp_componentHourDay {
   margin-left: 20px;
}
#rp_componentInfosCity{
   float: left; margin-right: 20px;margin-top:4px; 
}
.rp_componentRss{
position: relative; 
float: left; 
margin-right: 10px; 
font-size: 10px; -webkit-border-radius: 4px; -moz-border-radius: 4px;border-radius: 4px; 
overflow-x: hidden; 
overflow-y: scroll;
border: 1px solid #ccc;
padding: 3px; 
height: 54px;
margin-top:4px;
background-color:#FFFFFF;
/*width:400px;*/
width:25%;
}

.rp_componentRss ul{
margin:0;padding-left:5px;
}
.rp_componentRss li{
font-size:11px; list-style:none;
}

.rp_componentRss li a{
color:#3D4568;
}

.rp_componentRss li a:hover{
color:orange;
font-weight:bold;
text-decoration:none;
}

#rp_componentQuickSearch{
   float: right; margin-right: 10px;margin-top:5px; padding:0px;
}

#rp_ui_body {
float:left; width:100%;position: relative;
}

#rp_ui_listTab {
  position:relative;
  vertical-align:bottom; 
  margin:0px 2px 0px 0px;
  padding:8px 0px 0px 0px;
  height:27px;
  border-bottom:#B2EF0B solid 4px;
  background-color:#FFFFFF; 
  width:100%; 
}
.rp_iconTabTitle {
float:right; margin-right:4px; margin-top:0px;
}

#rp_ui_footer {
float:left;
}

#pricingForm {
    margin-top:25px;
}
#pricingForm .pricing{
    width:45px;
}


.indexTableau{
   margin-top: 50px; 
   border-top: 1px solid gray; 
   background-color: threedlightshadow; 
   height: 125px; 
}

.titleindex{
    width: 349px ; 
    height:100px ; 
    float: left; 
    border-color: #ffffff; 
    border-style:solid; 
    border-width:thin; 
    border-top: 0; 
    border-bottom: 0; 
    border-left: 0;
}
.SAindex{
  width: 270px ;  
  height:100px ;
  float: left  ;
}

.contentindex{
font-size: 11px; 
margin-bottom: 10px; 
text-align: center;    
}

#prereservation, #referrals, #entryConfirmation, #faxExtended, #test, #sndmsgtoSA, #clientcompetitor
{
   cursor:pointer; 
}

#notesOrientation1
{
   height: 500px;
   float: left ; 
   padding: 3px; 
   border : #316AC5; 
   border-style: solid; 
   border-width: 2px; 
   border-top-width:0;
   border-left-width:0; 
   border-bottom-width:0;
}
#dataOrientation
{
margin-left: 10px ; 
padding: 10px; 
float: left;
}

.splitTitle{
display: inline-block;
font-weight: bold;
color: midnightblue;
}
.splitTitlebis{
display: inline-block;
font-weight: bold;
color: #22AA22;
}


.contentSubindex{
padding: 5px;
}
/* PAGINATION */

.pagination { text-align:center; line-height:2em;	font-size:11px;	margin: auto; margin-top: 10px; }
.pagination a, .pagination span { padding:0.2em 0.5em; }
.pagination a { border:1px solid #555555; color:#555555; text-decoration:none; }
.pagination a:hover { border:1px solid #105CB6; color:#105CB6; }
.pagination .prevnext { font-weight:bold; }
.pagination span.disabled { border:1px solid #DDDDDD; color:#999999; }
.pagination span.current { border:1px solid #555555; background-color:#555555; color:#ffffff; font-weight:bold; }


table thead tr .headerSortUp { 
   background-image: url(images/icones/asc.gif); 
   background-color: #8dbdd8; 
   cursor: pointer; 

} 

table thead tr .headerSortDown { 
    background-image: url(images/icones/desc.gif); 
    background-color: #8dbdd8;
    cursor: pointer; 
} 

table th.header{ 
    background-image: url(images/icones/bg.gif); 
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center left; 
    padding-left: 20px; 
    border-right: 1px solid #dad9c7; 
    margin-left: -1px; 
} 

.AdditionalPricingRoomName{
    display: inline-block;
    width: 200px;
}


#Cli_Competitor_Grid, #DisplayTemplatesGrid{
    background-color: white; 
    border: 1px solid gray;
}

.jq_displayTemplatesGrid tr:nth-child(odd), #Fac_Prc_RoomType_Grid tr:nth-child(odd), #Fac_Prc_AddCost_Grid tr:nth-child(odd), #Cli_Ent_HistoricDoc_Grid tr:nth-child(odd), #Cli_Ent_Resident_Grid tr:nth-child(odd), #table_clientreferrals tr:nth-child(odd), #Cli_Competitor_Grid tr:nth-child(odd), #Hist_EntrySentDoc_Grid tr:nth-child(odd)
{ background-color:#eee; }

.jq_displayTemplatesGrid tr:nth-child(even), #Fac_Prc_RoomType_Grid tr:nth-child(even), #Fac_Prc_AddCost_Grid tr:nth-child(even), #Cli_Ent_HistoricDoc_Grid tr:nth-child(even), #Cli_Ent_Resident_Grid tr:nth-child(even), #table_clientreferrals tr:nth-child(even), #Cli_Competitor_Grid tr:nth-child(even), #Hist_EntrySentDoc_Grid tr:nth-child(even)	
{ background-color:#fff; }

.jq_displayTemplatesGrid tr:hover, #Fac_Prc_RoomType_Grid tr:hover, #Fac_Prc_AddCost_Grid tr:hover, #Cli_Ent_Resident_Grid tr:hover, #table_clientreferrals tr:hover, #Cli_Ent_HistoricDoc_Grid tr:hover, #Cli_Competitor_Grid tr:hover, #Hist_EntrySentDoc_Grid tr:hover	
{ background-color:#D4E6FC; }
          

.ui-selected { background: darkseagreen !important; }
.error{
    background-color: papayawhip;
    border-color: tomato;
}