﻿/* ================================
    CSS STYLES FOR Module AARSYS.ShoutcastStats
   ================================
*/
/* Table Format */
.scs_table
{
    width: 150px;
    padding: 0px; 
      
}

.Column
{
padding: 0px;
}


/* Format of the Labels */
.scs_label
{
    clear:left;
    font-family:Comic Sans MS, Arial, Tahoma;
    color:Blue;
    width: 150px;
    padding:0px;
}

/* Format of the Marquee */
.scs_marquee
{
    width: 150px;
    background-color:Blue;
    color:Aqua;
    font-family:Comic Sans MS, Arial, Tahoma;
    font-style:normal; 
    marquee-speed: slow;   
    scrollamount: 1000;
}

/* Format of the Lists of Stats_ShoutcastStats and List_ShoutcastStats */
.scs_panel
{
    clear:left;
    
}

/* Format the Chatimmages */
scs_Chat
{
    padding-left: 5px;
    height: 125%;
    width: 125%;
    
}

/*Start your Player */
.scs_PlayerText
{
 font-size:small;
 font-style: italic;
 color:Maroon;
 text-align:center;
}



