
/*
This file controls the look of the Live shoutbox...
*/


#chatoutput {

font-size:12px;

/* Height of the shoutbox*/
height: 140px;

/*Uncomment width below*/
width: 280px;

/* Horizontal Scrollbar Killer */
padding: 6px 8px; 

/* Borders */
/* border: 1px solid #0066CC; */
border-width: 1px 2px; 
/*border-bottom: 1px dotted #0066CC*/

color:#0E2A48;
/*color: #333333;*/
/*background: #FFFFFF;*/
overflow: auto;
margin-top: 0px;
}

#chatoutput span {
font-size: 12px;
color:#0E2A48;
font-weight:bold;
/*color: #0066CC;*/
}

#chatForm {
	padding-bottom: 2px;
/*border-top: 1px dotted #0066CC*/
}

#chatForm label, #shoutboxAdmin {
display: block;
margin: 4px 0;
}

#chatoutput a {
font-style: normal;
font-weight: bold;
color:#0E2A48;
/*color: #0066CC*/
}

/* User names with links */
#chatoutput li span a {
font-weight: normal;
display: inline !important;
/*border-bottom: 1px dotted #0066CC*/
}

#chatForm input, #chatForm textarea {
width: 279px;
border:1px solid #D8D8D8;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
display: block;
margin: 0 auto;
padding:4px;
}

#chatForm textarea {
width: 279px;
height:40px;
border:1px solid #D8D8D8;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
margin-top:6px;
overflow:auto;
padding:4px;
}

#chatForm label {
font-size:12px;
padding:2px 4px 2px 4px;
}

#chatForm input#submitchat {
background:transparent url(/wp-content/themes/planeta2013/img/chat_boton_enviar.png) no-repeat scroll 0 0;
color:#FFFFFF;
font-weight:bold;
font-size:14px;
height:27px;
width:72px;
border:none;
margin-top:6px;
display:block;
}

#chatoutput ul#outputList {
padding: 0;
position: static;
margin: 0;
}

#chatForm a {
font-size:12px;
font-weight:bold;
margin-left:4px;
}

#chatoutput p {
font-size:12px;
font-weight:bold;
margin-left:4px;
}

#chatoutput ul#outputList li {
background:transparent url(/wp-content/themes/planeta2013/img/iconos_generales.png) no-repeat scroll 0 -80px;
color:#0E2A48;
display:block;
font-size:12px;
padding:1px 0 0 19px;
margin:0px 0px 4px 0px;
/*color: #333333;*/


list-style: none;
}

/* No bullets from Kubrick et al. */
#chatoutput ul#outputList li:before {
content: '';
}

ul#outputList li:first-line {
line-height: 16px;
}

#lastMessage {
text-size: 90%;
padding-bottom: 2px;
text-align: center;
border-bottom: 2px dotted #666666;
margin-bottom:6px;
}

em#responseTime {
font-style: normal;
display: block;
}

#chatoutput .wp-smiley {
vertical-align: middle;
}