/* Start of CMSMS style sheet 'Calendar CSS example' */
/*
Example stylesheet for Calendar module

For using this "big"-class insert something like this in your page
or template;

{cms_module module='Calendar' table_id='big'}

*/



/* make all links red */
.calendar tr td a
{
  color: blue;
}

/* highlight "today" for the small calendar */
.calendar-today
{
  font-weight: bold;
}

/* display the "upcominglist" as one line per entry (assuming table_id='cal-upcominglist') */
#cal-upcominglist .calendar-date-title
,#cal-upcominglist .calendar-summary-title
{
  display: none;
}

#cal-upcominglist h2
,#cal-upcominglist .calendar-date
,#cal-upcominglist .calendar-summary
{
  display: inline;
  margin-right: 3px;
}

/* tidy up text sizes for lists */
#cal-list h1, #cal-upcominglist h1
{
  color: blue;
  font-size: 120%;
}
#cal-list h2, cal-upcominglist h2
{
  font-size: 110%;
}

/** large calendar rules (assuming table_id='big') **/
/* border on for #big */
#big{
  margin: 0px;
  border-collapse:    collapse;
  border: 1px solid black;
}

/* nice squares for the #big table */
#big th
{
  border: 1px solid black;
  padding: 2px;
  width: 75px;
}

#big td {
  border: 1px solid black;
  vertical-align: top;
  padding: 2px;
  height: 75px;
  width: 110px;
 font-size: 10px;
}

/* format summaries nicely in #big */
#big ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 0px;
}

#big li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #big */
#big td
{
  background-color: #f7f7f7;
}

#big .calendar-day
{
  background-color: #cccccc;
}

#big .calendar-today
{
  font-weight: normal;
  background-color: #cccccc;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}
/* End of 'Calendar CSS example' */

/* Start of CMSMS style sheet 'Module: Blogs' */

/* End of 'Module: Blogs' */

/* Start of CMSMS style sheet 'Module: Reservation' */
/*
 CSS for Module: Reservation
*/

div.top_steps h3,
div.top_steps h4{
display:inline;
margin: 0 10px;
}

div.top_steps h4{
color: #CBCBA1;
}


div.step1{
margin:0;
padding:3px 5px;
width: 400px;
background: #DDDAC9;
border: 1px #C5BCA7 solid;
}

div.step1 label
{
width: 100px;
color: #000;
text-align: right;
margin-right: 0.5em;
display:inline;
float:left;
}

div.step2{
margin:0;
padding:3px 5px;
width: 720px;
background: #DDDAC9;
border: 1px #C5BCA7 solid;
}
div.step2_dates{
margin-top:10px;
margin-bottom:20px;
}

div.step2 label
{
margin-left:30px;
color: #000;
text-align: right;
margin-right: 0.5em;
display:inline;
}

div.step2 table{
background: #EFECDC;
font-size: 90%;
margin-bottom:10px;
}


div.step2 table select{
padding:0;
}

div.step2 table#room:hover{
background: #F4F1EC;
}


div.step3{
margin:0;
padding:0;
width: 720px;
}

div.res_top{
margin: 0 0 5px 0;
height: 25px;
background: #DDDAC9;
padding: 8px 5px 0 5px;
}

div.res{
margin:0 0 5px 0;
clear:both;
border: 1px #C5BCA7 solid;
background: #E2E1CF;
height: 160px;
}

div.guestinfo{
margin:0;
padding:4px;
}

div.step3 table{
background:#D2D1C0;
padding:5px 0;
margin:5px 0;
}
div.step3 td{
padding:3px;
}

div.guestinfo label,
div.step3 table{
font-size:90%;
}

div.guestinfo label {
float:left;
margin:0pt 0pt 10px 100px;
text-align:right;
width:230px;
}

div.step3 table b{
font-size:110%;
}

div.pageoptions p{
clear:both;
margin:0;
padding:0;
text-align:left;
}

div.desc_form{
float:left;
}

div.description label{
width:140px;
font-size: 90%;
}

div.description textarea{
height: 4em;
}

div.add_text{
float:left;
padding:15px 10px;
text-align:left;
display:inline;
font-size: 90%;
}

#submit{
margin-left: 105px;
}
#submit input {
margin: 10px 5px;
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9;
	}

div.total{
clear:both;
text-align:center;
padding: 5px;
background: #fff;
font-weight: bold
}

/* End of 'Module: Reservation' */

