/* Start of CMSMS style sheet 'Calendar' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
background: #fff url(uploads/images/QI_stripe2.gif) repeat-x;
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1.5em;
width:95%;
margin-right: auto;
margin-left: auto;
margin-top: 1em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #18507C; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #18507C;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: #fff;
   color: #075a40;
}

/*****************
basic layout 
*****************/

/* center wrapper, min max width */
div#pagewrapper {
   border: 1px solid #fff;
   margin: 0 auto;     /* this centers wrapper */
   max-width: 80em; /* IE wont understand these, so we will use javascript magick */
   min-width: 60em;
   background-color: #fff;
   color: black;
position: relative;
z-index: 1;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 200px; /* adjust according your image size */ 
position: relative;
padding: 0;
}

#header img 
{
	float:right;
postion: relative;
margin-top: -1.5em;
height: 172px;
}
div#header h1 a

{
	background:#FFF url(uploads/images/logo_100x100.gif) no-repeat 35px 50%;
	display:block;
	height:150px;
	text-indent:-999em;
	text-decoration:none;
}


#header p {
color: #fff;
background-color: #075a40;
font-weight: bold;
padding: 5px 10px;
line-height: 1.5em;
absolute;
}

#header p span {
color: #fff;
float: right;
font-weight: bold;
line-height: 1.5em;
margin-top: -1.6em;
*margin-top: -1.8em;
margin-right: 0.5em;
}

#header p span a {
color: #fff;
text-decoration: none;
}

#header p span a:hover{
color: #fff;
background-color: #075a40;
text-decoration: underline;
}
div#search {
   float: right;
   width: 23em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
position: relative;
}

div#search {
   float: right;
   width: 23em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
position: relative;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
position: relative;
  
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

 div#content {
   background-color: #fff;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 100%;
}

div#sidebar {
   background: transparent url(uploads/images/White_panel.png) top no-repeat;
_background: none;
  float: left;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
_padding: 10px 0 10px 0;
 \width: 8em; 
w\idth: 18em;
_width: 10em;
margin-left: 0.6em;
}


div#main {
 margin: 0 21em 0 21em; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
padding: 10px 8px 10px 8px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
_padding: 10px 0 10px 0;
w\idth: 52em;
_width: 52em;
}

#main li a {
list-style: none;
}




div#footer {
background: #fff url(uploads/images/footerbg.gif) top left repeat-x;
   clear:both;       /* keep footer below content and menu */
position: relative;
padding-top: 2.5em;
padding-bottom: 2.5em;
border-top: 2px solid #075a40;
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
}



/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
  
}





/********************
CONTENT STYLING
*********************/
div#content {
position: relative;
float: left;

}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
h2 {
   color: #075a40; 
   font-size: 1.5em; 
   text-align: left; 
/* some air around the text */
   padding-left: 0.5em;
   padding-bottom: 1px;
/* set borders around header */
   border-bottom: 1px solid #ccc;  
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}
h3 {
   color: #075a40; 
   font-size: 1.2em; 
   text-align: left; 
/* some air around the text */
   padding-left: 0.5em;
   padding-bottom: 1px;
/* set borders around header */
   border-bottom: 1px solid #ccc;  
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}
h4 {
   color: #075a40; 
   font-size: 1.2em; 
   text-align: left; 
/* some air around the text */
   padding-left: 0.5em;
   padding-bottom: 1px;
/* set borders around header */
   border-bottom: 1px solid #ccc;  
   line-height: 1.5em;
/* and some air under the border */
   margin: 0.6em 0 0.5em 0;
}

h6, h5 {
   color: #075a40; 
   font-size: 1.2em; 
   text-align: left; 
/* some air around the text */
   padding-left: 0.5em;
   padding-bottom: 1px;
/* set borders around header */
   border-bottom: 1px solid #ccc;  
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

.logobottom {
position: absolute;
background: transparent url(uploads/images/logo_100x100.png) no-repeat; 
right: 3em;
top: 1.5em;
bottom: 5.5em;
width: 100px;
height: 100px;

}


#reservationform, #reservationform legend {
font-weight: bold;
size: 100%;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */

\width: 8em; 
w\idth: 18em;
_width: 14em;
margin-right: 1.6em;
_margin-right: 0;
z-index: 0;
border: none;
}

#reservationform fieldset {
margin-right: auto;
margin-left: auto;
margin-top: 0.9em;
padding: 0;
border: none;
}

#reservationform form {
margin-left: auto;
margin-right: auto;
width: 200px;
}

#reservationform li {
display: inline;
list-style: none;
}

#reservationform ul {
margin-top: 0.5em;
margin-bottom: 0.5em;
}

#reservationform p {
margin-top: 0.3em;
margin-bottom: 1.3em;
}

#reservationform h4 {
margin-top: 0.6em;
width: 85%;
}

#checkinmonth, #checkinday, #checkoutmonth, #checkoutday{
width: 5.5em;
}

#nadult1, #nchild1, #nroom {
width: 2.6em;
}


#big{
  margin: 0px;
  border-collapse:    collapse;
  border: 1px solid #075a40;
width: 52em;
}

/* nice squares for the #big table */
#big th
{
  border: 1px solid #075a40;
background: #075a40;
  padding: 0;
  width: 75px;
text-align: center;
color: #fff;
}

#big td {
  vertical-align: top;
  padding: 0;
  width: 100px;
height: 100px;
text-align: center;
border: 1px solid #075a40;
}

/* format summaries nicely in #big */
#big ul
{
  margin: 0px;
  padding: 0;
}

#big li, #big li a
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}


#big caption {
font-weight: bold;
padding-bottom: 8px;
}
#big td
{
  background-color: #fff;
text-align: left;
padding: 5px;
}

#big .day{
font-weight: bold;
}



/* End of 'Calendar' */

