﻿html, body {
    background: url(../../images/backgr_home.jpg) #9b8989 repeat-x;
}

.forumSelectItem {
	color: #be6516;
	font-weight: bold;
	text-decoration: none;
}

/** home specific elements **/
#divMenuMainFooter
{
	border-left: #0C0C0C 1px solid;
    border-bottom: #0C0C0C 1px solid;
    background-color: #C2B4B4;
}

/** left menu **/
.mnuSectionContainer
{
    background-color: #C2B4B4;
}
/* 
===================================================================== 
	Page Content
===================================================================== 
*/
.PageContent
{
	border-color: #C2B4B4;
}

/* 
===================================================================== 
	Page Titles
===================================================================== 
*/
.PageTitle
{
	background-color: #C2B4B4;
}

/* 
===================================================================== 
	Content CSS
===================================================================== 
*/

.ContentFooter {
	color: #C2B4B4;
}

.ContentFooter A {
	color: #C2B4B4;
}

.ContentFooterSelected {
	background-color: #C2B4B4;
}



A.button {
	color: #C2B4B4;
}

A.button:visited {
	color: #C2B4B4;
}

A.button:hover {
	color: #fff;
	background-color: #C2B4B4;
}
A.buttonOn 
{
	color: #fff;
	background-color: #C2B4B4;
}

.TabstripMenu a {
	background-color: #C2B4B4;
}
.TabstripMenu a:hover, .TabstripMenu a.active {
	/*color: #C2B4B4;*/
}
.TabstripContentContainer {
	border-top-color: #C2B4B4;
}
.TabstripMenu {
background-color: #C2B4B4;
}

.fontSection 
{
	color: #C2B4B4
}
.bgSection 
{
	background-color: #C2B4B4;
}

/* 
===================================================================== 
	Home specific
===================================================================== 
*/

.titleNews 
{
	color: #FF6600;
	font: normal normal bold 12px verdana,arial;
    text-transform: uppercase;
    text-decoration: none;
}





