
/*
This file controls the look of the Live shoutbox...
*/
#chatoutput {
/* Height of the shoutbox*/
height: 500px;
/*Uncomment width below*/
width: 150px;
/* Horizontal Scrollbar Killer */
/*padding: 6px 8px; queste sono di default*/
/*padding: 1px 1px; queste sono di default*/
/* Borders */
/*border: 1px solid #969FFA;*/
border: 1px solid #800000;
border-width: 1px 2px;
/*Scrollbars*/
 scrollbar-face-color: #990000;
  scrollbar-highlight-color: #000025;
  scrollbar-shadow-color: #35000F;
  scrollbar-3dlight-color: #000025;
  scrollbar-arrow-color: #35000F;
  scrollbar-track-color: #35000F;
  scrollbar-darkshadow-color: #35000F;
font: 10px helvetica, arial, sans-serif;/*grandezza del font*/
color: #FFFFFF;
/*background: #353761;*/
background-color:#000000;
overflow: auto;
margin-top: 10px;
text-align: center;
}

#nero {
background-color:#000000;
/*list-style-image:none;
list-style-type:none;*/
}

#rosso{
/*colore rosso scuro #370D0D */
/*colore grigio 343434 */
background-color:#343434;

}

#chatoutputdouble {
/* Height of the shoutbox*/
height: 500px;
/*Uncomment width below*/
/*width: 100;*/
/* Horizontal Scrollbar Killer */
/*padding: 6px 8px; queste sono di default*/
/*padding: 1px 1px; queste sono di default*/
/* Borders */
/*border: 1px solid #969FFA;*/
border: 1px solid #800000;
border-width: 1px 2px;
/*Scrollbars*/
 scrollbar-face-color: #990000;
  scrollbar-highlight-color: #000025;
  scrollbar-shadow-color: #35000F;
  scrollbar-3dlight-color: #000025;
  scrollbar-arrow-color: #35000F;
  scrollbar-track-color: #35000F;
  scrollbar-darkshadow-color: #35000F;
font: 10px helvetica, arial, sans-serif;/*grandezza del font*/
color: #FFFFFF;
/*background: #353761;*/
background-color:#800000;
overflow: auto;
margin-top: 10px;
}







/* parametri che creano problemi..sono quelli dell'arrow...non riesco a toglierli in Explorer...problema minore
li {
  list-style-type:none ;
  list-style-image : none;
}
*/

#chatoutput span {

font-size: 1.1em;

color: #969FFA;

}



#chatForm label, #shoutboxAdmin {

display: block;

margin: 4px 0;

}



#chatoutput a {

font-style: normal;

font-weight: bold;

color: #969FFA
}



/* User names with links */

#chatoutput li span a {

font-weight: normal;

display: inline !important;

border-bottom: 1px dotted #969FFA
}


.shoutbox, #chatForm textarea {

width: 120px;

display: block;

margin: 0 auto;

}



#chatForm textarea {

width: 150px;

}





.smileys, #chatForm input#submitchat {

width: 60px;

margin: 10px auto;

/*border: 2px outset;*/

padding: 1px;
color:white;
  background-color:#000000;
   border:1px ridge;
   border-top-color:#990000;
   border-left-color:#990000;
   border-right-color:#990000;
   border-bottom-color:#990000;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#0000000',EndColorStr='#6660600');

}



#chatoutput ul#outputList {

padding: 0;

position: static;

margin: 0;

}



#chatoutput ul#outputList li {

padding: 4px;

margin: 0;

color: #FFFFFF;

background: none;

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: 16px;

}



#lastMessage {

padding-bottom: 1px;
text-align: center;
border-bottom: 2px dotted #FFFFFF;
}



#help {

padding-bottom: 2px;

text-align: center;

}



.help_link {
cursor: help;
}



em#responseTime {
font-style: normal;
display: block;

}



#chatoutput .wp-smiley {
vertical-align: middle;

}



/* turning mouse cursor into help

.help {
font-size: 13px;
cursor: help
}
