/*
 * [IRES LOCAL BRANDED SITE CSS]
 *
 * This is the stylesheet that formats the iRes widgets like the search results,
 * search forms and other iRes specific elements. Use this as a template for your site.
 * 
 * @author Samuel Richardson
 * @date 20050426
 *
 */

/* iRES */
/* --------------------------------------------------------------- */
.ires
{
}

/* iRES Colours */
/* --------------------------------------------------------------- */
/*
  Color Guide:
  Two primary colours are picked, then a darker and darkest shade are 
  taken of them, followed by sixty, thirty and seven % tints of them.
*/

/* Primary Colour */
.maintintshadetwo
{
  background-color : #324960;
}

.maintintshadeone
{
  background-color : #4B6C8E;
}

.maintintprimary
{
  background-color : #6595C5;
}

.maintintfifty
{
  background-color : #B2CAE2;
}

.maintinttwenty
{
  background-color : #E0EAF3;
}

.maintintseven
{
  background-color : #F4F8FB;
}

/* Secondary Colour */
.secondtintshadetwo
{
  background-color : #324960;
}

.secondtintshadeone
{
  background-color : #4B6C8E;
}

.secondtintprimary
{
  background-color : #6595C5;
}

.secondtintfifty
{
  background-color : #B2CAE2;
}

.secondtinttwenty
{
  background-color : #E0EAF3;
}

.secondtintseven
{
  background-color : #F4F8FB;
}

/* Fonts */
/* --------------------------------------------------------------- */
.ires p
{
}

.ires li
{
}

.ires a:link
{
}

.ires a:visited
{
}

.ires h1
{
}

.ires h2
{
}

.ires h2 a
{
}

.ires h3
{
}

.ires .error
{
  color : #ffffff !important;
  background-color : #cc6666;
}

/* Page Elements */
/* --------------------------------------------------------------- */
.resultrow /* Each row in the search results */
{
  border-top : 1px solid #A1CAFA; /* Should be Second Tint 50 */
}

/* Agent Pages */
ul.months li a
{
  background-color : #B2CAE2; /* Primary Tint 50 */
  border : 1px solid #6595C5; /* Primary Tint */
}

.months li a:hover
{
  background-color : #6595C5; /* Primary Tint */
  border : 1px solid #6595C5; /* Primary Tint */
  color : #ffffff;
}

.months li a.current
{
  font-weight : bold;
  background-color : #6595C5; /* Primary Tint */
  color : #ffffff;
}


#accommodationsearch {height: 10%}/* ie7 fix */


  /* waiter display */
div#xpBar  { 
  background-image: url(../images/wait7.gif);
  }

.pleaseWaitBlanket { 
  display: none 
  }

/*-------------------------------------
       Refine Dates  Styling
----------------------------------------*/
#refinedates h3 {display:none}
#refinedates form {padding: 3px 0px 3px 3px;}
#refinedates      {font-size: .85em }
#refinedates select {font-size:.8em}
#refinedates p {font-weight: bold; margin: 0px; }

