/**************************************
 * THEME NAME: RealEstate
 *
 * Files included in this sheet:
 *
 *   RealEstate/styles_layout.css
 *   RealEstate/styles_fonts.css
 *   RealEstate/styles_color.css
 **************************************/

/***** RealEstate/styles_layout.css start *****/

/*******************************************************************
 styles_layout.css
  
 This CSS file contains all layout definitions like positioning,
 floats, margins, padding, borders etc. for
 the RealEstate theme - as a variation on the standard theme.

 Styles are organised into the following sections:

  core
  header
  

*******************************************************************/


/***
 *** Core
 ***/

body {
  margin: 0px;
}

/***
 *** Header
 ***/

.headerskip {
  position:absolute;
  right:20em;
  font-size:0.8em;
}

#header-home {
  padding: 0px;
  width: 100%;
  visibility: visible;
  left: 0px;
  top: 0px;
}

#header {
}

.headermain, h1.headermain {
  float:right;
  margin:0%;
  padding:0%;
}

table.navbar {
  width: 100%;
}
/***** RealEstate/styles_layout.css end *****/

/***** RealEstate/styles_fonts.css start *****/

/*******************************************************************
 styles_fonts.css
  
 This CSS file contains all font definitions like family, size,
 weight, text-align, letter-spacing etc. for
 the RealEstate theme - as a variation on the standard theme.


 Styles are organised into the following sections:
 
  header
  
*******************************************************************/

/***
 *** Header
 ***/

.headermain {
  font-weight:bold;
}

#header-home .headermain {
  font-size:1.0em;
}

#header .headermain {
  font-size:1.0em;
}

.logininfo,
#header-home .headermenu font {
  font-size:0.75em;
}

/***** RealEstate/styles_fonts.css end *****/

/***** RealEstate/styles_color.css start *****/

/*******************************************************************
 styles_color.css
  
 This CSS file contains all color definitions like 
 background-color, font-color, border-color etc. for
 the RealEstate theme - as a variation on the standard theme.

 Styles are organised into the following sections:

  core
  header
  footer

  blocks
  
*******************************************************************/

/***
 ***  Core
 ***/

a.dimmed:link,
a.dimmed:visited {
  color:#EAEAEA;
}

a:hover {
  color:#FF0000;
}

body {
  background-color:#FFFFFF;
}

/***
 *** Header
 ***/

.headermenu{
	color: #FFFFFF;
}

.headermain{
	color: #253588;
}

.headermenu a:link {
text-decoration: none;
color: #80E6FF;
}
.headermenu a:visited {
text-decoration: none;
color: #80E6FF;
}
.headermenu a:hover {
text-decoration: underline;
color: #80E6FF;
}
.headerhomemenu a:link {
text-decoration: none;
color: #80E6FF;
}
.headerhomemenu a:visited {
text-decoration: none;
color: #80E6FF;
}
.headerhomemenu a:hover {
text-decoration: underline;
color: #80E6FF;
}


/***
 *** Footer
 ***/

.footertable{
	font-size: 0.8em;
	color: #FFFFFF;
}


/***
 *** Blocks
 ***/

.sideblock .header {
  color: #FFFFFF;
  border-color: #dddddd;
  background-color:#1E1C3E;
}

.sideblock .content {
  border-color: #dddddd;
  background-color:#B2DEE4;
}

.sideblock a:link {
text-decoration: none;
color: #000000;
}

.sideblock a:visited {
text-decoration: none;
color: #000000;
}

.sideblock a:hover {
text-decoration: underline;
color: #FF0000;
}
/***** RealEstate/styles_color.css end *****/

