*{ 
	margin: 0; padding: 0; }
	
body {
	text-align: center ; /* for IE, will centre the container div */
	margin: 0 ;
	padding: 0 ;
	height: 100% ;
}


a img,:link img,:visited img { 
	border: none; }

a
{
  color: #524F46;
  outline: none;
}

a:hover {
  text-decoration: underline;
}

td {
  margin: 0;
  padding: 0;
}



.form_error{
  color : #f00 ;
}

div.rate {
	float: right;
	text-align: right;
	font-size: 150%;
	color: #6C3D4E;
	padding-right: 70px;
}

/*footer*/
#footer
{
	font-size: 80%;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}


#copyright{
	float: left;
	font-size: 80%;
	position: relative;
}

#webdesigner{
	font-size: 80%;
	color: #666666;
	float: right;
}

.sfTMessageContainer
{
  padding: 5px;
  margin-top: 15px;
	margin-left:100px;
  width: 500px;
}

.sfTMessage
{
	background-color: #ebdfe3;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #CFB4BC;
	border-bottom: 1px solid #CFB4BC;
	border-left: 1px solid #FFFFFF;
}

.sfTAlert
{
	background-color: #ebdfe3;
	border-top: 1px solid #F0E6E8;
	border-right: 1px solid #C4A2AC;
	border-bottom: 1px solid #C4A2AC;
	border-left: 1px solid #F0E6E8;
}
.sfTMessageContainer .sfTMessageWrap
{

  width: 480px;
}

.sfTMessageContainer .sfTMessageWrap h1
{
	color: #333333;
	font-weight: normal;
	font-size: 165%;
	padding: 0;
	margin: 0;
	line-height: 100%;
	padding-top: 5px;
}

.sfTMessageContainer .sfTMessageWrap h5
{
  font-weight: normal;
  font-size: 100%;
  padding: 0;
  margin: 0;
}

.sfTMessageContainer img.sfTMessageIcon
{
  width: 48px;
  height: 48px;
  float: left;
  margin-right: 12px;
  margin-left: 5px;
}

.sfTMessageInfo
{
	margin: 15px;
	padding: 0;
	width: 500px;
}

.sfTMessageInfo dt
{
  font-weight: bolder;
  margin: 5px 0;
}

.sfTMessageInfo dd
{
	font-size:85%;
  margin: 0;
  padding: 0;
}
.sfTIconList
{
  margin: 0;
  padding: 0;
  list-style: none;
}

.sfTIconList li
{
  clear: left;
  line-height: 170%;
  padding-left: 20px;
}

.sfTIconList li.sfTDatabaseMessage
{
  background: url(../sf/sf_default/images/icons/db16.png) no-repeat top left;
}

.sfTIconList li.sfTColorMessage
{
  background: url(../sf/sf_default/images/icons/colour16.png) no-repeat top left;
}

.sfTIconList li.sfTLinkMessage
{
  background: url(../sf/sf_default/images/icons/linkOut16.png) no-repeat top left;
}

.sfTIconList li.sfTDirectoryMessage
{
  background: url(../sf/sf_default/images/icons/folder16.png) no-repeat top left;
}

.sfTIconList li.sfTEditMessage
{
  background: url(../sf/sf_default/images/icons/edit16.png) no-repeat top left;
}

.sfTIconList li.sfTReloadMessage
{
  background: url(../sf/sf_default/images/icons/reload16.png) no-repeat top left;
}

#month_bar{
	width: 90%;
	float:right;
	font-size: 90%;
}

#month_bar td{
	background-color: #9CC5E0;
	text-align: center;
	
}

#month_bar td .grey{
	background-color: #dddddd;
	text-align: center;
	color: #eeeeee;
}

#month_bar td .chosen_month{
	background-color: #4f99c8;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}

#month_bar td a{
display: block;
width: 100%;
	color: #333333;
	text-decoration: none!important;
}


#month_bar td a:hover{
background-color: #4f99c8;
	color: #ffffff;
	text-decoration: none!important;
}

.redbox{
background:transparent url(../images/booked.gif) no-repeat scroll 0 0;
}

.greenbox{
background:transparent url(../images/free.gif) no-repeat scroll 0 0;
}

.greenbox, .redbox {
color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
height:60px;
line-height:normal;
margin:0;
padding:2px 0 0;
text-align:center;
width:105px;
}

.small_avail{
font-size:10px;
}

.booked{
	font-size:16px;
	margin-top:5px;
	font-variant: small-caps;
}
.avail{
	font-size:16px;
	margin-top:5px;
	font-weight: bold;
}

#availability_first{
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #F7F0F2;
}

#availability_second{
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FCF8F9;
}

#links{
	padding: 10px;
}