/* Main stylesheet for GC Apartments */

body {
	background-color: #ffff99;
	font-family : Arial, Helvetica, sans-serif;
	width: 780px;
	margin: auto;
}

h1 {
	text-align: center;
	color : Red;
	font-family : "Times New Roman", Times, serif;
	font-style : italic;
	font-size : 26px;
}

h1.small {
	text-align: center;
	color : Red;
	font-family : "Times New Roman", Times, serif;
	font-style : italic;
	font-size : 18px;
}

h2 {
	text-align: center;
	color : blue;
	font-family : "Times New Roman", Times, serif;
	font-style : italic;
}

h2.small {
	text-align: center;
	color : blue;
	font-family : "Times New Roman", Times, serif;
	font-style : italic;
	font-size : 16px;
}

h3 {
	text-align: center;
	color : red;
	font-family : "Times New Roman", Times, serif;
	font-style : italic;
}


a:link {
	color: blue;
	text-decoration : underline;
	font-weight : bold;
}

a:visited {
	color: blue;
	font-weight : bold;
}

a:hover {
	color: green;
	text-decoration : none;
	font-weight : bold;
}

.small {
	font-size : 85%;
	font-weight : bold;
}

td.small {
	font-size : 85%;
	font-weight : bold;
	padding: 3px 3px 3px 3px;
}

.centred {
	text-align: center;
}

p.footer {
	color: red;
	font-weight: bold;
	font-size: 80%;
	text-align: center;
}

table.apartments {
	border: medium ridge #00CCFF;
	padding-left: 10px;
	padding-right: 10px;
}
table.apartments td {
	vertical-align: top;
	text-align: center;
}

.bordered {
	border: medium ridge #00CCFF;
}

.temperature {
	background: #ccffff url(graphics/sun-palm_b.jpg) no-repeat center;
	color: #6666ff;
	font-weight: bold;
	font-size: 18px
}

.counter1 {
	background-image: url(graphics/sun-palm_a.jpg);
}

.blue {
	color : blue;
}
.caption {
	font-size : 85%;
}

.offer {
	text-align: center;
	border: medium ridge #00CCFF;
	background-color: #ffffcc;
	margin: 2em;
}

.offer h2 {
	margin-bottom: 3px;
}

.offer p {
	margin-top: 3px;
}



.asterisk {
	font-weight: bold;
	font-size: 12pt;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif
}

.serif {
	font-family: "Times New Roman", Times, serif;
}

dt.months {
	font-weight: bold;
	color: red;
}

dd.price {
	margin-left: 100px;
}

.tempcell {
	padding : 0px 0px 0px 0px;
}

.tempframe {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	position: relative;
	top: 0px;
	left: 0px;
}

ul.form {
	text-align: left;
	margin-left: 40px;
}

li.present {
	color: black;
	font-weight: bold;
}

li.absent {
	color: red;
	font-weight: bold;
}

.s {
	font-size : 85%;
}


table.apartment img  {
	margin: auto 72px auto 72px;
}


table.apartment img.left  {
	float: left;
	margin: auto 72px auto 10px;
}


table.apartment img.right  {
	float: left;
	margin: auto 10px auto 72px;
}
