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

#chat_cabecera {
		/* background: #FFF url('http://tt.satelnet.es/blog/wp-content/themes/wptemplate_1410/pattern/images/chat/chat_cabecera.jpg') repeat bottom center;  */
		width: 760px; 
		height: 35px; 	
		margin: 0px auto; 						
		margin-top: 8px;
		margin-bottom: 2px;														
		font-family: Verdana; 
		font-size: 8pt; 
		color: #0000FF; 
		font-weight: bold; 
		word-spacing: 0px; 
		text-align: center; 
		text-indent: 0px; 
		line-height: 100%; 
		background-image: url('http://tt.satelnet.es/blog/wp-content/themes/wptemplate_1410/pattern/images/chat/chat_cabecera.jpg'); 
		background-repeat: repeat-x; background-position: center        
}

#chat_pie {
		width: 760px; 
		height: 34px; 
		margin: 0px auto; 						
		margin-top: 2px;		
		margin-bottom: 0px;
		background-image: url('http://tt.satelnet.es/blog/wp-content/themes/wptemplate_1410/pattern/images/chat/chat_pie.jpg'); 
		background-repeat: repeat-x;
}

#chat_pie_close {
		width: 760px; 
		height: 28px; 
		margin: 0px auto; 						
		margin-top: 0px;		
		margin-bottom: 2px;
		background-image: url('http://tt.satelnet.es/blog/wp-content/themes/wptemplate_1410/pattern/images/chat/chat_pie_close.jpg'); 
		background-repeat: repeat-x;
}


#chat_form_input {
		height: 18px; 
		color: #FFFFFF; 
		font-family: Verdana; 
		font-size: 10pt; 
		font-weight: bold; 
		border-style: solid; 
		border-width: 1px; 
		background-color: #005E9B; 
		padding-left:4px; 
}

#chat_form_submit {
		font-family: Verdana; 
		font-size: 10pt; 
		font-weight: bold; 
		width: 90px; 
		height: 21px; 
		color: #FFFFFF; 
		border: 0px solid #FFFFFF; 
		padding: 0px; 
		background-color: #389AD9;   
}


#chatoutput {

	/* Ancho */
    width: 760px;
    /* Altura */
	height: 130px; 
    margin: 0px auto;
	
	/* Horizontal Scrollbar Killer */
	padding: 0px 0px; 
	
	/* Borders */
	/* border: 1px solid #0066CC; */
	/* border-width: 1px 2px; */

	font: 11px verdana, helvetica, arial, sans-serif;
	color: #333333;
	background: #FFFFFF;
	overflow: auto;
	/* margin-top: 10px; */
}

#chatoutput span {
	font-size: 1em;
	color: #0066CC;
}

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

#chatoutput a {
	font-style: normal;
	font-weight: bold;
	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 {
	
	color: #FFFFFF; 
	font-family: Verdana; 
	font-size: 10pt; 
	font-weight: bold; 
	border-style: solid; 
	border-width: 1px; 
	background-color: #005E9B; 
	padding-left:4px; 	
	width: 300px; 
	height: 19px; 
			
}

#chatForm textarea {
	width: 300px;
}

#chatForm input#shoutboxname, #chatForm textarea#shoutboxname {
	width: 70px; 
	height: 19px; 		
}

#chatForm input#submitchat {
	
		font-family: Verdana; 
		font-size: 10pt; 
		font-weight: bold; 
		width: 90px; 
		height: 21px; 
		color: #FFFFFF; 
		border: 0px solid #FFFFFF; 
		/* padding: 2px; */
		background-color: #389AD9;  	
}

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

#chatoutput ul#outputList li {
	padding: 4px;
	margin: 0;
	/* color: #333333; */
	background: none;
	font-size: 1em;
	list-style: none;
}

#chatoutput ul#outputList li#li_off {
	padding: 4px;
	margin: 0;
	/* color: #333333; */
	background-color: #dbeaef;
	font-size: 1em;
	list-style: none;
}

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

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

#lastMessage {
        text-align: center;
}

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

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