body
{
	font-family: Arial;
	font-size: 8pt;
	margin: 0px;
	background-image: url(../images/background.png);
  	background-position: top;
	background-repeat: repeat-x;
}

a
{
	color: #039;
}

#debug th
{
	text-align: left;
	background-image: url(../images/toolbar.png);
  	background-position: bottom;
	background-repeat: repeat-x;
	color: #FFF;
}

#debug td.debug_properties_available
{
	background-color: #F90;
	border-bottom: solid;
	border-bottom-width: thin;
	border-color: #F60;
}

#debug td.debug_properties_unavailable
{
	border-bottom: solid;
	border-bottom-width: thin;
	border-color: #B5B5B5;
}

div.loading
{
	padding-top: 5px;
	height: 40px;
	color: #3d352a;
	font-weight: bold;
}

div.header
{
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 125px;
}

div.header_fg
{
	background-image: url(../images/header_fg.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 125px;
	color: #3d352a;
	font-weight: bold;
}

table.toolbar
{
	background-image: url(../images/toolbar.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 35px;
	color: #FFFFFF;
	font-weight: bold;
}

td.toolbar_button
{
	cursor: pointer;
	text-align: center;
}

td.toolbar_button:hover
{
	cursor: pointer;
	background-image: url(../images/toolbar_button.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

div.nav
{
	font-family: Arial;
	font-size: 8pt;
}

div.pictures
{
	padding: 10px;
}

div.contact
{
	font-weight: bold;
	color: #FFFFFF;
	height: 15px;
	border-style: solid;
	border-color: #3D3D3D;
	border-width: 1px;
	background-image: url(../images/contact.png);
}

div.detail_header_available
{
	font-weight: bold;
	color: #FFFFFF;
	height: 15px;
	border-style: solid;
	border-color: #3D3D3D;
	border-width: 1px;
	background-image: url(../images/available.png);
}

div.detail_header_unavailable
{
	font-weight: bold;
	color: #FFFFFF;
	height: 15px;
	border-style: solid;
	border-color: #3D3D3D;
	border-width: 1px;
	background-image: url(../images/unavailable.png);
}

div.detail_normal
{
	cursor: pointer;
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
	margin: 2px;
}

div.detail_hover_available
{
	cursor: pointer;
	background-color: #c0ffbd;
	border-style: solid;
	border-color: #26901e;
	border-width: 1px;
	margin: 2px;
}

div.detail_hover_unavailable
{
	cursor: pointer;
	background-color: #ffcfa4;
	border-style: solid;
	border-color: #c61500;
	border-width: 1px;
	margin: 2px;
}
