/*shoutbox*/

#celdaL{
font-weight:bold;
color:black;
text-align:center;

}

#celdaD{
color:#000066;
font-size:6pt;
width:50px;
}

#celdaT{
font-size:11pt;
text-align:center;
color:#5F5F5F;
font-family: "book Antiqua";
}

#celdaS{
font-size:10pt;
height:30px;
}

.shoutbox{
	/*background-color: #CCCC00;*/
	width: 198px;
	margin-left:1px;
}
.tituloShoutbox{
	height:20px;
	text-align:center;
	font-weight:bold;
	background-image:url("images/Titulo_shoutbox.png");

}
.cabezaShoutbox{
	height:5px;
	background-image:url("images/cuerpoShout.png");
}
.cabecera{
	height:30px;
	background-image:url("images/nombre_userShout.png");
}
.nick {
	width:117px;
	height:25px;
	padding-top:5px;
	float:left;
	text-align:center;
	font-weight:bold;
	font-size:9pt;
	color:black;
	font-family: "book Antiqua";
}
.date {
	width:64px;
	height:25px;
	padding-top:5px;
	float:left;
	position:relative;
	text-align:center;
	color:#000066;
	font-size:7pt;
	line-height:12px;
}
.borra{
	width:14px;
	height:14px;
	float:left;
	margin-top:2px;
	border:none;
	background:none;
	background:url('images/borrar1.gif');
	background-repeat:no-repeat;
}

.shout {
	text-align:center;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	font-family:"book Antiqua";
	font-size:10pt;
	color:#5F5F5F;
	background-image:url("images/cuerpoShout.png");
}
.textarea{
	width:198px;
	text-align:center;
	padding-top:10px;
	padding-bottom:5px;
	background-image:url("images/cuerpoShout.png");
}
#textareaShout{
	border-width:2px;
	border-color:#0883af;
	border-right-color:blue;
	border-bottom-color:blue;
	height:50px;
}
.envia{
	padding-top:5px;
	width:190px;
	text-align:right;
	position:relative;

}
.cierre{
	height:20px;
	background-image:url("images/cierreShout.png");
}

a{
	color:#003366;
	text-decoration:none;
}
a:hover{
	color:#009933;
}
