@charset "utf-8";
/* CSS Document */
html,body{ 
    margin:0;
    padding:0;
    font-family:verdana;
    font-size:12px;
    background-image:url(../imgs/bg_geral.jpg);
    background-repeat:no-repeat;
    background-position:top center;
    background-color:#153E76;
}
ul{ 
    margin:0;
}
.global{
    width:950px;
    position:absolute;
    left:50%;
    margin-left:-475px;
    background-color:#fff;
}

.global_view_newsjd{
    width:950px;
    position:absolute;
    left:50%;
    margin-left:-475px;
/*    background-color:#fff;*/
}

#login-top{
	height: 128px;
}

.top_admin{
    width:950px;
    height:217px;
    background-color:#ddd;
    background-image:url(../imgs/topo.jpg);
    padding:0;
}

.top_admin_view_newsjd{
    width:950px;
    height:217px;
    background-color:#ddd;
    background-image:url(../imgs/topo_view_newsjd.jpg);
    padding:0;
}

.top_admin_view_newsjd{
    width:950px;
    height:140px;
/*    background-color:#ddd;*/
    background:url('../imgs/topo_view_newsjd.jpg') no-repeat ;
    padding:0;
}
.content_admin{
/*    margin:20px;*/
    font-family:arial;
    font-size:12px;
    width: 100%;
    color:#333;
    text-align:left;
    background-color:#fff;
    line-height:22px;
}
.content_admin h1{
    background:url('../imgs/titulo_pg.png') no-repeat;
    width:500px;
    height:40px;
    margin:30px;
    margin-bottom:0;
    padding:10px;
    padding-left:50px;
    font-size:16px;
    background-color:#fefefe;
    border: solid #ccc 0px;
    border-bottom: solid #ccc 0px;
    width:400px;
}
.content_admin form{
    margin:30px;
    padding:20px;
    border:solid #ccc 1px;
    border-top:solid #ccc 5px;
    margin-top:0;
    margin-bottom:5px;
}
.content_admin select{
    margin-top:5px;
    margin-bottom:0px;
}
#bottom_admin{
    width:950px;
    height:52px;
    background-image:url('../imgs/rodape.jpg');
}
#search{
    background:url('../imgs/pesquisa_tit.png') no-repeat;
    height:40px;
    padding:5px;
}
/* ------------------------------- Login ------------------------------------*/
#login-middle{
    background-image:url('../imgs/middle.jpg');
    width:980px;
    height:301px;
}
#login-under{
    background-image:url('../imgs/under_middle.jpg');
    background-repeat:no-repeat;
    width:980px;
    height:195px;
}
#login-under-left{
    position:absolute;
    left:705px;
    width:275px;
    height:195px;
}
#login-footer{
    background-image:url('../imgs/rodape_login.jpg');
    width:980px;
    height:47px;
}
#login-box{
    position:absolute;
    top:265px;
    left:810px;
}
#login, #senha{
    width:145px;
}
#login-button{
    background-image:url('../imgs/bt_ok.jpg');
    background-color:transparent;
    border:none;
    cursor:pointer;
    height:23px;
    width:72px;
}
.global_login{
    width: 980px;
    position: absolute;
    left: 50%;
    margin-left:-490px;
    padding-left:0px;
    height:170px;
    top:0px;
}
/* ------------------------------------------------------------------------- */