/* color header */
.header {background-color: #222222;}
	.header .top_menu {color: White;}
	.menu a {background-color: #414141;}

/* sidebar 1st block */
.blue {background-color: #F8F8F8;}

/* sidebar light color */
.light_blue {background-color: White; }

/* sidebar blocks border */
.blue, .light_blue, white_in_blue {border-color: #CCCCCC;}

/* second color - now pink */
.pink_text {color: #E30000 !important;}

/* chat button */
.menu .tchat a {background-color: #E60000; color:#fff !important;}


/* links */
a {color: #222222; text-decoration:none;}
	a:hover {color: #CC0000;}


.mb_button {background-color:#eb1b1b;}
