/* 
    Document   : zones
    Created on : Jun 9, 2010, 3:54:11 PM
    Author     : rnascimento
    Description: Color content for the website zones
*/

/* backgrounds */
.bck_red				{ background:#d1072d !important;}
.bck_lightblue		{ background:#00ccb6 !important;}
.bck_rose			{ background:#d00377 !important;}
.bck_blue			{ background:#008bcb !important;}
.bck_yellow		{ background:#fb9005 !important;}
.bck_purple		{ background:#703987 !important;}
.bck_green			{ background:#4bb024 !important;}
/* .................. */

/* text color */
.txt_gray,.body_gray .breadcrumbs{color:#a7a49a;}
.txt_red,.body_red .breadcrumbs{ color:#d1072d;}
.txt_lightblue,.body_lightblue .breadcrumbs{ color:#00ccb6;}
.txt_rose,.body_rose .breadcrumbs{color:#d00377;}
.txt_blue,.body_blue .breadcrumbs{color:#008bcb;}
.txt_yellow,.body_yellow .breadcrumbs{color:#fb9005;}
.txt_purple,.body_purple .breadcrumbs,.press_release time{color:#703987;}
.txt_green,.body_green .breadcrumbs{color:#4bb024;}
/* .................. */

/* background colors */
.bck_color_gray{background:#a7a49a; color:#ffffff;}
.bck_color_red{ background:#d1072d; color:#ffffff;}
.bck_color_lightblue{ background:#00ccb6; color:#ffffff;}
.bck_color_rose{background:#d00377; color:#ffffff;}
.bck_color_blue{background:#008bcb; color:#ffffff;}
.bck_color_yellow{background:#fb9005; color:#ffffff;}
.bck_color_purple{background:#703987; color:#ffffff;}
.bck_color_green{background:#4bb024; color:#ffffff;}
/* .................. */

/* link color */
.gray a{	text-decoration: none;	color:#a7a49a;}
.gray a:hover{	text-decoration: underline;	color:#a7a49a;}
.red a{	text-decoration: none;	color:#d1072d;}
.red a:hover{	text-decoration: underline;	color:#d1072d;}
.lightblue a{	text-decoration: none;	color:#00ccb6;}
.lightblue a:hover{	text-decoration: underline;	color:#00ccb6;}
.rose a{	text-decoration: none;	color:#d00377;}
.rose a:hover{	text-decoration: underline;	color:#d00377;}
.body_blue #page-generic #page-text a{	text-decoration: none;	color:#008bcb;}
.body_blue #page-generic #page-text a:hover{	text-decoration: underline;	color:#008bcb;}
.yellow a{	text-decoration: none;	color:#fb9005;}
.yellow a:hover{	text-decoration: underline;	color:#fb9005;}
.purple a{	text-decoration: none;	color:#703987;}
.purple a:hover{	text-decoration: underline;	color:#703987;}
.green a{	text-decoration: none;	color:#4bb024;}
.green a:hover{	text-decoration: underline;	color:#4bb024;}
/* */