body,select,option,input,textarea,td,pre,div 
{
	font: 11px verdana,arial;
	color:#666666;
}

body { height:100%; }

img { border: 0px; }

h1
{
	font-size: 18px;
	text-align: center;
	color: #0D7F83;
}

h2
{
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 12px;
}

a
{
	font-weight: bold;
	color: #0D7F83;
}

a:hover
{
        color: #0D7F83;
}
a:visited
{
	color: #0D7F83;
}

a.pages
{
	color: #8E5CFF;	
}

a.pages:visited
{
	color: #8E5CFF;	
}

.mainHeader {
    background-color: #D91C13;
    border: 0 solid silver;
    color: #FFFFFF;
    font-size: 11px;
    letter-spacing: 2px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-top: 3px;
}
.boxSearch  {
    background-color: #EFEFEF;
    border: 1px solid #757575;
    width: 259px;
}
.subHeader  {
    background-color: #CCCCCC;
    border-bottom: 1px dotted #666666;
    border-top: 1px dotted #666666;
    color: #D91C13;
    font-size: 11px;
    letter-spacing: 2px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-top: 3px;
}

.text 
    { color: #112a41; font-size: 12px; font-family: Arial; font-weight: normal; line-height: 18px }

.header-section
{
	font-size: 14px;
	font-weight: bold;
	color: #524900;	
}

.header-subsection
{
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	background-color: #cccccc;
}

.product-name
{
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: underline;
}

.product-price
{
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
	text-align: right;
}

.header-subsection2
{
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	background-color: #EAEAEA;
}

img.thumbnails
{
	border: 1px solid #777777;
	padding: 1px;
}

.clickComponent
{
/*	border-top: 1px solid #cccccc; 
	background-color: #eeeeee; 
	padding: 5px;
	cursor: pointer; */

	color: #666666;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: normal;
        margin-top: 0px;
        margin-right: 0px; 
        margin-left: 0px; 
        margin-bottom: 0px;
        cursor: pointer;
}

.clickComponent-hover
{
	/* background-color: #FFDD8C; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: normal;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 0px;
        cursor: pointer;
}

.hotel-name
{
	font-weight: bold;
	font-size: 12px;
}

/**
* The following CSS classes are used with ARC 
*/

/* Off state for a ARC checkbox */
.checkboxOff {
	display: inline;
	margin: 0px;
	padding: 2px; /* NS 6 problem */
	padding-left: 14px;
	color: #666;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: .8em;*/
	background-image: url('http://dynamic-package.sax.softvoyage.com/sof/checkbox_off.gif');
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border: 0px;
}
/* On state for a ARC checkbox */
.checkboxOn {
	display: inline;
	margin: 0px;
	padding: 2px; /* NS 6 problem */
	padding-left: 14px;
	color: #666666;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: .8em;*/
	background-image: url('http://dynamic-package.sax.softvoyage.com/sof/checkbox_on.gif');
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border: 0px;
}

.divPages
{
	padding: 5px; 
	text-align: right; 
	background-color: #DBCBFF;
	margin-bottom: 10px;
	/* display: none; */
}

#refineSearch {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 10px;
}

.refineHeader {
	font-weight: bold;
	font-size: 14px;
	color:#0D7F83;
}

/**********************************************************************
* Pour le mandatory au booking-form
**********************************************************************/
.boxerror {
        background-color: #ffbbbb;
        border: 2px solid #aa0000;
}

.labelerror {
        font-weight: bold;
        color: #aa0000;
}


/**********************************************************************
* Boite contenant l'information sur le status des bookings au please wait
**********************************************************************/
.wait_booking_information {
	font-weight: bold;
	color: #aa0000;
	font-size: 20px;
}


/**********************************************************************
* ajax box
**********************************************************************/
#ajax_autocomplete
{
        position:absolute;              /* Never change this one */
        width:300px;                    /* Width of box */
        /*height:200px;                 /* Height of box */
        overflow:auto;                  /* Scrolling features */
        border: 1px solid #CCCCCC;      /* border */
        background-color: #EEF0EF;      /* background color */
        text-align:left;
        z-index:100;
        opacity:.90;
        /*filter: alpha(opacity=90); */
        -moz-opacity: 0.90;
        font-size: 12px;
        font-family: arial;
}
  
#ajax_autocomplete div
{
        margin: 1px;            
        padding: 1px;
        cursor: pointer;
}

#ajax_autocomplete .optionDiv
{
        color: #000000;
        padding: 2px;  
        font-weight: bold;
}

#ajax_autocomplete .optionDivSelected
{
	background-color: #1e2171;
        color: #ffffff;
        padding: 2px;  
        font-weight: bold;
}

/*New, ATC-specific*/
#goSearch
{
	background-color: #D91C13;
	color:white;
}
