﻿/*  This CSS file formats the fonts, colors, links as well as setting how 
certain elements on the page are displayed.  */

html {
	height: 100%; 
	margin-bottom: 1px;}
	
body {
	background: #ffffff url('images/background.jpg') repeat-x;
	color: #000000;
	font: normal 80% Verdana, Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;	
	text-align: center;}

hr {
	background-color: #553969;
	color: #553969;
	border: none;
	height: 2px;
	width: 100%;}

img {
	border: none;}

ul {
	padding: 0;
	margin: 0 0 20px 20px;
	list-style: square;}

/*  The items below the properties for the links that appear in the
main text area as well as in the sidebar of the pages  */

a {
	color: #553969;
	text-decoration: underline;
	outline: none;
	font-weight: bold;}

a:hover {
	color: #606060;
	text-decoration: underline;
	outline: none;
	font-weight: bold;}

a:active {
   outline: none;
   overflow: hidden;}

/*  The items below set the properties for the fonts, sizes, and
colors used for headings 1 through 6. Typically h1 - h3 are used
in the main content area and h4 - h6 are used in the sidebar  */

h1 {
	color: #a06abe;
	font: normal 30px Georgia, Georgia, serif;
	text-align: left;
	letter-spacing: 1px;
	padding: 0 0 5px 0;
	border-bottom: 3px #a06abe double;
	margin-bottom: 30px;}

h2{
	color: #a06abe;
	font: normal 20px Tahoma, Geneva, sans-serif;
	letter-spacing: 2px;
	text-align: left;}

h3{
	color: #a0a0a0;
	font: normal 20px Tahoma, Geneva, sans-serif;
	letter-spacing: 2px;
	text-align: left;}

h4 {
	color: #a0a0a0;
	font: normal 20px Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 2px;}

h5 {
	color: #a06abe;
   text-transform: uppercase;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: right;
	border-bottom: 3px #a06abe double;}

h6 {
   background-color: #c0c0c0;
	color: #ffffff;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	padding: 3px;}

.center {
	text-align: center;}	

.clear {
	clear: both;}
		
.text-x-small {
font-size: x-small;
}

/*  To keep the content centered on the page, all of the areas
are placed within a wrapper. The item below defines this wrapper.  */

#wrapper {
   background: #ffffff url('images/wrapper.jpg');
	width: 900px;
	text-align: left;
	margin: 0 auto;}

/* TOP HEADER AREA */

#header {
	position: relative;
	width: 900px;
	height: 300px;}

/* This sets the size and position of your business name
and slogan */

#sitename {
   position: absolute;
   top: 100px;
   left: 480px;
   z-index: 1;
   width: 410px;
   text-align: center;}
   
#sitename h1 {
   margin: 0; padding: 0;
	border: none;
	color: #553969;
	font: normal 34px Georgia, Georgia, serif;
	text-align: center;
	letter-spacing: 1px;}

#slogan {
   position: absolute;
   top: 150px;
   left: 480px;
   z-index: 2;
   width: 420px;
	font: bold 12px Arial, Helvetica, sans-serif;
   line-height: 40px;
   color: #553969;
   letter-spacing: 1px;
   text-align: center;}

#slogan p {
   margin: 0;
   padding: 0;}

/* This sets the position for where the slideshow
images will appear */

#slideshow {
   position: absolute;
   z-index: 3;
   top: 35px;
   left: 35px;
   width: 440px;}

/* The items below set the properties for the 
MAIN NAVIGATION dynamic menu block.*/

#menu {
   position: absolute; /* Menu position */
   top: 250px;
   left: 20px;
   z-index: 4;
   width: 860px;
   height: 1%;}

#menu dl {
   float: left;
   width: 170px;
   margin: 0;
   padding: 0;}

#menu dt {
   line-height: 40px;
   color: #fff;
   text-align: center;
   font-weight: bold;
   margin: 0;
   padding: 0;}

#menu dd {
   background: #a06abe;
   margin: 0; 
   padding: 0;
   display: none;
   border-bottom: 1px solid #553969;
   border-left: 1px solid #553969;
   border-right: 1px solid #553969;}

#menu ul {
   margin: 0; 
   padding: 0;}
   
#menu li {
   list-style-type: none;
   text-align: center;
   margin: 0; 
   padding: 0;}

#menu dt a {
   color: #fff;
   text-decoration: none;
   display: block;
   height: 100%;
   border: 0 none;
   margin: 0; padding: 0;}

#menu li a {
   color: #fff;
   text-decoration: none;
   display: block;
   height: 100%;
   border: 0 none;
   margin: 0; padding: 0;}

#menu dt a:focus {
background: none;
}

#menu dt a:hover {
background: none;
}

#menu li a:focus {
background: none;
}

#menu li a:hover {
background: none;
}

#menu dd li a {
   font-weight: normal;}

#menu dd li a:hover {
   background-color: #553969;}


/* TWO COLUMN LAYOUT */
/*  The items below sets the properties for the sidebar and
content blocks as well as a wider content area for the single
column page layout  */

#sidebar {
	font-size: 85%;
	float: right;
	width: 260px;
	padding: 10px 20px 10px 20px;}

#content {
	float: left;
	width: 570px;
	line-height: 1.4em;
	padding: 10px 10px 10px 20px;}

/* ONE COLUMN LAYOUT */

#contentwide {
	float: right;
	width: 860px;
	line-height: 1.4em;
	padding: 10px 20px 10px 20px;}

/* FOOTER AREA */
/*  The items below set the footer properties as well as the text
and links that appear in this area  */

#footer {
	clear: both;
	background: #ffffff url('images/footer.jpg') no-repeat;
	color: #000000;
	text-align: center;
	letter-spacing: 1px;
	line-height: 2em;
	font-size: 80%;
	padding-top: 40px;
	height: 60px;}

#footer ul {
   margin: 0;
   padding: 0;
   list-style-type: none;}

#footer li {
   display: inline;
   margin: 0;}

#footer li a {
   color: #000000;
   font-weight: normal;
   padding: 0 10px;
   text-decoration: none;}

#footer li a:hover {
   color: #000000;
   font-weight: normal;
   padding: 0 10px;
   text-decoration: underline;}

#footer p {
   margin: 0;
   padding: 0;}

/* If you want to highlight a section of text, you can place it within
a div with the box class applied. This will put the contents within
a block with a light gray background and a thin dashed line around it. */

.box {
	background: #ffffff url('images/quotes.jpg') no-repeat;
	padding: 0 20px 0 60px;
	margin: 0 40px;}
	
.box-grey {
  background: #f7f7f7 no-repeat;
  padding: 0 5px 0 5px;
  margin: 0 5px;}

	
/* CONTACT PAGE FORM */
/*  This template contains a form that is set within a fieldset. The
items below set the properties for the form, input fields, the submit
button, etc.  */

fieldset {
	border: 1px dashed #c2c2c2;
	padding: 5px;
	margin: 5px 0;}

legend {
	background-color: #ffffff;
	color: #a06abe;
	font: bold 16px Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	padding: 2px 4px;
	margin: 0;}
	
#contactform {
	padding: 5px;
	text-align: left;
	margin: 20px 0 5px 0;}

#contactform label {
	width: 150px; 
	float: left; 
	text-align: right; 
	margin: 3px 5px 5px 5px; 
	clear: both;}

#contactform input {
	margin: 3px 5px 5px 5px; 
	background-color: #ffffff; 
	color: #000000; 
	border: 1px solid #c2c2c2;}

#contactform textarea {
	font: normal 12px Verdana, sans-serif;
	margin: 3px 5px 5px 5px; 
	background-color: #ffffff; 
	color: #000000; 
	border: 1px solid #c2c2c2;}

#contactform .button {
	text-align: center; 
	margin: 5px 0 0 170px; 
	border: none;
	clear: both;}

/* CATALOG DISPLAY TABLE */
/*  The catalog is set into a simple three-column table. The
items below set the properties for the catalog display.  */

table {
	padding: 0px;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;}

.catalog {
	padding: 8px;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	width: 33%;}

/* CALENDAR DISPLAY */
/*  The calendar sits within a div so that it can be
centered in the sidebar area.  */

.calendar {
	text-align: center;
	margin: 0 0 20px 0;}

/* IMAGE FLOATS */
/*  Your smaller images can be floated to the left or the
right so your text can flow around them. You can also have
the images appear with or without a small border. The items
below sets the properties for the classes you may apply to
your images.  */

.imagecenter-border {
	border: 3px #c2c2c2 double;
	display: block;
	margin: 0 auto;}
	
.imagecenter-noborder {
   display: block;
	margin: 0 auto;}
	
.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;}

.imageright-noborder {
margin: 10px 0px 0px 10px;
float: right;
}
	
.imageleft-border {
	margin: 0 10px 0 0; 
	float: left;
	border: 3px #c2c2c2 double;}

.imageright-border {
	margin: 0 0 0 10px; 
	float: right;
	border: 3px #c2c2c2 double;}
	
/* TIGRA HINTS */	

.hintsClass {
	background-color: white;
	border: 1px solid #808080;
	padding: 5px 5px 30px 5px;}
	
/*  Description of the apartments   */

.text-underline {
color: #a06abe;
text-decoration: underline;
}

.loadarea {
border-width: 2px;
text-align: center;
}

.table-small-images {
border-style: solid;
border-width: 2px;
}

	/* SUMMER AVAILABILITY & RESERVATION TABLE */

.availtable {
width: 100%;
}
.availtable-week {
border: 1px solid #c0c0c0;
width: 20%;
height: 65px;
text-align: center;
font-weight: bold;
border-bottom: 4px ridge #DBA3C5;
background: #DBA3C5;
color: #FFFFFF;
}
.availtable-apt {
border: 1px solid #c0c0c0;
width: 13%;
height: 65px;
text-align: center;
font-weight: bold;
border-bottom: 4px ridge #DBA3C5;
background: #DBA3C5;
color: #FFFFFF;
}
.availtable-apt-right {
border: 1px solid #c0c0c0;
width: 13%;
height: 65px;
text-align: center;
font-weight: bold;
border-bottom: 4px ridge #DBA3C5;
border-right: 8px ridge #FEC1E6;
background: #DBA3C5;
color: #FFFFFF;

}
.availtable-wide-bottom {
border: 1px solid #c0c0c0;
width: 20%;
border-bottom: 5px ridge #FED8EF;
height: 35px;
text-align: center;
font-weight: bold;
color: #a06abe;
}
.availtable-narrow-bottom {
border: 1px solid #c0c0c0;
width: 13%;
text-align: center;
font-weight: bold;
color: #a06abe;
border-bottom: 5px ridge #FED8EF;
}
.availtable-narrow-bottomcorner {
border: 1px solid #c0c0c0;
width: 13%;
border-right: 8px ridge #FED8EF;
border-bottom: 5px ridge #FED8EF;
text-align: center;
font-weight: bold;
color: #a06abe;
}
.availtable-wide {
border: 1px solid #c0c0c0;
width: 20%;
height: 35px;
text-align: center;
font-weight: bold;
color: #a06abe;
}
.availtable-narrow {
border: 1px solid #c0c0c0;
width: 13%;
text-align: center;
font-weight: bold;
color: #a06abe;
}
.availtable-narrow-right {
border-left: 1px solid #c0c0c0;
border-top: 1px solid #c0c0c0;
border-bottom: 1px solid #c0c0c0;
width: 13%;
border-right: 8px ridge #FED8EF;
text-align: center;
font-weight: bold;
color: #a06abe;
}

	/* STUDENT AVAILABILITY & RESERVATION TABLE */

.studtable {
width: 400px;
}
.studtable-apt {
border: 1px solid #c0c0c0;
height: 40px;
width: 40%;
text-align: center;
border-style: solid;
border-width: 1px;
padding: 1px 4px;
font-weight: bold;
color: #a06abe;
}
.studtable-apt-bottom {
border: 1px solid #c0c0c0;
height: 40px;
width: 40%;
text-align: center;
border-style: solid;
border-width: 1px;
padding: 1px 4px;
font-weight: bold;
color: #a06abe;
border-bottom: 5px ridge #FED8EF;
}
.studtable-heading {
border: 1px solid #c0c0c0;
height: 40px;
text-align: center;
border-style: solid;
border-width: 1px;
padding: 1px 4px;
font-weight: bold;
border-bottom: 4px ridge #DBA3C5;
border-right: 8px ridge #FEC1E6;
background: #DBA3C5;
color: #FFFFFF;
}
.studtable-price {
border: 1px solid #c0c0c0;
width: 60%;
border-style: solid;
border-width: 1px;
padding: 1px 4px;
text-align: center;
border-right: 8px ridge #FED8EF;
font-weight: bold;
color: #a06abe;
}
.studtable-price-bottom {
border: 1px solid #c0c0c0;
width: 60%;
border-style: solid;
border-width: 1px;
padding: 1px 4px;
text-align: center;
border-right: 8px ridge #FED8EF;
font-weight: bold;
color: #a06abe;
border-bottom: 5px ridge #FED8EF;
}

/* CALENDAR FOR RESERVATION PAGE */

/* calendar icon */
img.tcalIcon {
	cursor: pointer;
	margin-left: 1px;
	vertical-align: middle;
}
/* calendar container element */
div#tcal {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 158px;
	padding: 2px 0 0 0;
}
/* all tables in calendar */
div#tcal table {
	width: 100%;
	border: 1px solid silver;
	border-collapse: collapse;
	background-color: white;
}
/* navigation table */
div#tcal table.ctrl {
	border-bottom: 0;
}
/* navigation buttons */
div#tcal table.ctrl td {
	width: 15px;
	height: 20px;
}
/* month year header */
div#tcal table.ctrl th {
	background-color: white;
	color: black;
	border: 0;
}
/* week days header */
div#tcal th {
	border: 1px solid silver;
	border-collapse: collapse;
	text-align: center;
	padding: 3px 0;
	font-family: tahoma, verdana, arial;
	font-size: 10px;
	background-color: gray;
	color: white;
}
/* date cells */
div#tcal td {
	border: 0;
	border-collapse: collapse;
	text-align: center;
	padding: 2px 0;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	width: 22px;
	cursor: pointer;
}
/* date highlight
   in case of conflicting settings order here determines the priority from least to most important */
div#tcal td.othermonth {
	color: silver;
}
div#tcal td.weekend {
	background-color: #ACD6F5;
}
div#tcal td.today {
	border: 1px solid red;
}
div#tcal td.selected {
	background-color: #FFB3BE;
}
/* iframe element used to suppress windowed controls in IE5/6 */
iframe#tcalIF {
	position: absolute;
	visibility: hidden;
	z-index: 98;
	border: 0;
}
/* transparent shadow */
div#tcalShade {
	position: absolute;
	visibility: hidden;
	z-index: 99;
}
div#tcalShade table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
div#tcalShade table td {
	border: 0;
	border-collapse: collapse;
	padding: 0;
}

/*PAUSING UP-DOWN SCROLLER - www.dynamicdrive.com - Example CSS for the two demo scrollers*/

#pscroller1{
width: 200px;
height: 100px;
border: 1px solid black;
padding: 5px;
background-color: lightyellow;
}

#pscroller2{
width: 550px;
margin:0px auto;
height: 30px;
border: 1px solid black;
padding: 5px;
font-size:x-large;
color:red;
text-align:center;
vertical-align:middle;
}

#pscroller2 a{
}

.someclass{ //class to apply to your scroller(s) if desired
}
