/* 
    Document   : mural
    Created on : 08/09/2009, 15:49:49
    Author     : Thelmo
    Description: css para o mural de recados.
*/

/*  MURAL DE RECADOS ////////////////////////*/


#div_de_para_mural{
	width:190px;
	height:60px;
	color:#fff;
	font-size:10px;
	/*margin-top:-20px;*/
	position:relative;
}

#div_textos{
	width:190px;
	position:relative;
	margin:auto;
	height:315px;
	color: #000;
	font-size:11px;
	background-image:url(../../../imagens/bg_mural_lateral.png);
	background-repeat: no-repeat;
}


.textos{
	width:140px;
	height:300px;
	overflow:auto;
	color: #000;
	font-size:11px;
    padding : 30px 25px 5px 25px;
}

#div_enviar_recado{
	width:190px;
	height:27px;
	text-align:center;
	margin-bottom: 10px;
}

#div_enviar_recado img{
	cursor: pointer;
}

#div_paginacao{
	width:348px;
	height:20px;
	text-align:left;

}

/*#div_paginacao a:link, #div_paginacao a:visited{
	width:12px;
	height:12px;
	border:1px #d1d1d1 solid;
	background-color:#ebebeb;
	font-size:10px;
    text-decoration:none;
    padding-left: 5px;
    padding-right:5px;
    padding-top:2px;
    padding-bottom:2px;
    margin:1px;
}

#div_paginacao a:hover{
        width:12px;
        height:12px;
        border:1px #ffd800 solid;
        background-color:#ffea00;
        color:#cf8800;
        font-size:10px;
        text-decoration:none;
        padding-left: 5px;
        padding-right:5px;
        padding-top:2px;
        padding-bottom:2px;
        margin:1px;
}*/

.titulos_recados{
        color:#bbda00;
        font-size:16px;
		font-weight:bold;

}
#formatasetas{
	position:absolute;
	left:70px;
	width:50px;
	height:20px;
	}

