﻿/*///////////////////////////////////////////////////////////////////////////////////////
// @Shoutcast Radio Stats with AJAX Refresh for Joomla                                //
// @Copyright 2008-2010 (c) Stergios Zgouletas / www.web-expert.gr                   //
// @Version 2.3.2 27/01/2010                                                        //
///////////////////////////////////////////////////////////////////////////////////*/
/*Αλλαγή color τιμές (red,black,white ή #FFFFFF ktl) */
/*Change color values (red,black,white or #FFFFFF etc) */
/*///////////////////////////////////////////////////////////////////////////////////////////*/
/* Stats Text color */
.statstext{
font-family:Verdana;
font-size:12px;
BORDER: none;
font-weight: normal; 
color: #666661; /*color */
}

/* Song Text color */
.songtext{
font-family:Verdana;
font-size:12px;
BORDER: none;
font-weight: normal; 
color: #666661; /*color */
}

/* ServertTitle Text color */
.ServertTitletext{
font-family:Verdana;
font-size:12px;
BORDER: none;
font-weight: bold; 
color: red; /*color*/
}

/* Message Text color */
.messagetext{
font-family:Verdana;
font-size:11px;
BORDER: none;
color: #000000; /* color */
}

/* OFFLINE Message Text color */
.offlinetext{
font-family:Verdana;
font-size:11px;
BORDER: none;
color: red; /*color */
}
