/*
 * Style.class 2009/06/29 12:43:08
 * http://inmobiliaria.ma/
 * */

body{
	font-family: tahoma,arial;
	font-size: 13px;
	color: #000;
	margin: 0px;
	padding: 0px;
}

#logo{
	width: 230px;
	height: 123px;
	background: url('../images/logo.jpg') no-repeat 7px;
}

#mainContainer{
	text-align:right;
	margin: 0px auto;
	width: 980px;
}
#headerContainer{
	height: 130px; /*105*/
}
#container{
    margin: 0px auto 40px auto; 
	clear: both;
    overflow: hidden;
}

#rightContainer{
	width: 550px;
	float: right;
	display: inline;
}

#leftContainer{
	width: 420px;
	margin-right: 560px;
}

.nblock{
	padding: 1px;
	border: solid 1px #DCDC41;
	margin: 3px;
}
.nblock div{
	background-color: #FFFFC5;
	color: #7E7C78;
	font-size: 12px;
	padding: 5px;
}

.blockHeader{
	border-top: solid 1px #94a3c4; 
	background-color: #eceff5;
	padding: 8px;
	color: #677DAD;
	font-weight: bold;
}
.pad{ padding: 5px; }

#footerContainer
{
     clear: both;
     background-color: #fff /*#F0EFEF*/;
     margin-bottom: 7px; 
     overflow: hidden;
}
#footer-content
{
     border-top: solid 1px #DDDDDD;
     color: #66676C;
     font-size: 11px;
     overflow: hidden;
}
#footer-content a
{
     color: #42A3D5;
     text-decoration: none;
}
#footer-task a
{
     color: #50AAD7;
     text-decoration: none;
     font-size: 13px;
     font-weight: bold;
}
#footer-task
{
     padding: 5px;
     color: #D4D4D4;
     font-size: 11px;
     overflow: hidden;
}
/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
	    .btn {
      display:inline-block;
      background:none;
      margin: 0 3px;
      padding:3px 0;
      border-width:0;
      overflow:visible;
      font:100%/1.2 Arial,Sans-serif;
      text-decoration:none;
      color:#333;
      }
    * html button.btn {
      padding-bottom:1px;
      }
    /* Immediately below is a temporary hack to serve the 
       following margin values only to Gecko browsers
       Gecko browsers add an extra 3px of left/right 
       padding to button elements which can't be overriden.
       Thus, we use -3px of left/right margin to overcome this. */
    html:not([lang*=""]) button.btn {
      margin:0 -3px;
      }
    .btn span {
      background:#ddd url(../images/bg-button.gif) repeat-x 0 0;
      margin:0;
      padding:3px 0;
      border-left:1px solid #bbb;
      border-right:1px solid #aaa;
      }
    * html .btn span {
      padding-top:0;
      }
    .btn span span {
      position:relative;
      padding:3px .4em;
      border-width:0;
      border-top:1px solid #bbb;
      border-bottom:1px solid #aaa;
      }
    .btn:hover span, .btn:hover span span, .btn:focus span, .btn:focus span span {
      cursor:pointer; /* important for any clickable/pressable element */
      border-color:#9cf !important;
      color:#000;
      }
    .btn:active span {
      background-position:0 -400px;
      outline:none;
      }
    .btn:focus, .btn:active {
      outline:none; /* doesn't seem to be respected for <button>, only <a> */
      }

    /* use if one button should be the 'primary' button */
    .primary {
      font-weight:bold;
      color:#000;
      }
/* ///////////////////////////////////////////////////////////////////////////////////////////// */