/* 
    Document   : index
    Created on : Dec 29, 2009, 11:20:08 AM
    Author     : cristovao
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
body {
    background: url(../images/body-bkg.png) repeat scroll;
}

#access {
    position: relative;
    top: 160px;
}

#access fieldset {
    width: 280px;
}

#access label {
    font-family: Arial,Helvetica,sans-serif;
}

#header{
    background: url(../images/hdr-bkg.png) repeat-x scroll;
    height:126px;
    position:absolute;
    padding: 0 0 0 0;
    z-index :100;
    top: 0px;
    left:0px;
    width:100%;
}

#header ul {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

#header div#logo {
    background-image: url(../images/logo.gif);
    background-repeat: no-repeat;
    float: left;
    width: 150px;
    height: 91px;
    margin-top: 10px;
    margin-left: 10px;
}

#header div#bemvindo {

    text-align: center;
    margin-top: 60px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #990000;
    text-decoration: none;
    margin-left: 13px;
    position: absolute;
    left: 150px;
}

#header a {
    float: right;
    margin-right: 40px;
    margin-left: 40px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.ajax {
    background: url(../images/ajax_loop.gif) no-repeat scroll;
    height: 20px;
    width: 20px;
}

.loader{
    background: url(../images/hdr-bkg.png) repeat-x scroll;
    height:126px;
    position:absolute;
    z-index :100;
    top: 200px;
    left:0px;
    width:100%;
}

.container{
    top: 190px;
    margin-top:190px;
    width: 100%;
}

#central {
    width: 100%;
    left: 0%;
    position: relative;
}

.slideshow { /*height: 187px; width: 767px;*/ }
.slideshow img { padding: 0px; background-color: #FFFF; }

#bannerprincipal{
    width: 807px;
    height: 207px;
}

#bannerinferior {
    width: 768px;
    height: 242px;
}

#propsuperior {
    width: 291px;
    height: 296px;
}

#propinferior {
    width: 204px;
    height: 182px;
}

.formfx {

}

.formfx input {
    font-size: 10px;
    color: #828282;
    font-family:  arial ,Tahoma, Arial;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #edd1d5;
    border-bottom-color: #edd1d5;
    border-right-color: #edd1d5;
    border-left-color: #edd1d5;
}

.formfx label {
    font-family: Arial,Helvetica,sans-serif;
    margin-right: 5px;
    padding-right: 5px;
}

fieldset {
    margin: 10px 10px 10px 10px;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-color: #ffffff;
    border-left-color: #ffffff;
    border-bottom-color: #ffffff;
    border-top-color: #ffffff;
    background-color: #ffffff;
}

fieldset legend {
    background-color: #ccccff;
    font-family: Arial,Helvetica,sans-serif;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #3333ff;
    border-left-color: #3333ff;
    border-bottom-color: #3333ff;
    border-top-color: #3333ff;
    margin-left: 5px;
    margin-right: 5px;
    padding: 2px 6px;
}

#centro {
    width: 100%;
    margin-bottom: 30px;
}
