@import url('text.css');
@import url('colors.css');

/* clients immediate requests */

.sectionTitle {
white-space:nowrap;
}

/*
.bgcolor5 td table {
width:225px !important;
}

#home .bgcolor6 td table {
width:225px !important;
}

.bgcolor6 td table td{
width:100% !important;
}
*/

.bgcolor4 {
background:#fff;
padding:20px;
}

.bgcolor8  {
width:100% !important;
}

#MenuSection ul li, #MenuSection ul li a,
#MenuSection a, div.news_articles ul li h3.content_news_article_headline,
#MenuTop, .content, .headlines {
font-size: 14px !important;
line-height: 1.6em !important;
}

#MenuTop td {
padding:20px;
}

.menuSectionTop, .sectionTitle {
    font-size: 18px;
}

table tr.bgcolor6>td:first-child,
table tr.bgcolor6>td:last-child 
{
background: rgb(178,211,46); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(178,211,46,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(178,211,46,1)), color-stop(80%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(178,211,46,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(178,211,46,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(178,211,46,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(178,211,46,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2d32e', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}