/* 
    Document   : estilo.css
    Created on : 26/10/2009, 21:59:55
    Author     : godoy
    Description:
        Purpose of the stylesheet follows.
*/


html, body{
    margin: 0px;
    height:300px;
}

#menu-topo{
    float: right;
}

#wrapper{
    height: auto;
	min-height: 300px;
	/*position: relative;*/
    
}

#cabecalho{
    width:100%;
    height:150px;
    top:0;
    background-color:#333333;
    background-image:url("../img/logoSS.gif");
    background-repeat:no-repeat;
    background-position:left;
    
   
}

#corpo{
    width:97%;
    margin: 0 auto;
    
}

#rodape1{
    width:100%;
    background-color:#8C0000;
    height:80px;
    bottom:0px;
    position:absolute;
    color: #fff;

}

#rodape{
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#f0f0f0 url(../img/bg_rodape.gif) repeat-x scroll 0 0;
    color: #c9b385;
    bottom:0;
    height:250px;
    margin:14px 0 0;
    position:relative;
    width:100%;

}

#rodapeMiolo {
    height:220px;
    margin-left:auto;
    margin-right:auto;
    padding:20px 0 0;
    width:959px;
    text-align:center;
}

#rodape ul{
    list-style:none;
}

#rodapeColuna1 {
    color:#383838;
    float:left;
    font-family:arial;
    font-size:12px;
    height:220px;
    width:479px;
}

#rodapeColuna2 {
    color:#383838;
    float:left;
    font-family:arial;
    font-size:10px;
    height:220px;
    width:239px;


}

#rodapeColuna3 {
    color:#383838;
    float:left;
    font-family:arial;
    font-size:10px;
    height:113px;
    width:239px;
}


input{
    border: 1px solid;
    margin: 5px 0;
}


#clear{
    clear:both;
}

/* MODAL */
.load { position: absolute; top: 50%; left: 50%; width: 88px; height: 78px; margin: -39px 0 0 -44px; z-index: 99999;}
.bg_modal { position: absolute; top: 0; left: 0; z-index: 99998; }
.view_modal { position: absolute; left: 50%; top: 50%; text-align: left; z-index: 99998; }
.modal { visibility: hidden; cursor:pointer; }

div.conteudo_modal {
	background: #fff;
	width: 350px;
	height: 300px;
	color: #222;
	padding:0 10px;
    text-align:right;
    padding-right: 80px;
}

.label-cadastro-padrao{
    width: 170px;
    display:block;
    float:left;
}

.input-cadastro-padrao{
    display:block;
}

.jeip-saving {
    background-image: url( 'shadow/ajax-loader_b.gif' );
    background-repeat: no-repeat;
    background-position: left;
    background-color: #333;
    color: #fff;
    padding: 0 2px 0 20px;
}

.jeip-mouseover, .jeip-editfield {
    background-color: #ffff99;
}

.jeip-savebutton {
    background-color: #36f;
    color: #fff;
}

.jeip-cancelbutton {
    background-color: #000;
    color: #fff;
}

