
/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

.homebody, .theader {
	margin: 0px;
	background-color: #2E4559;
}

/* fieldnameback: background color for column and row title sections */
.fieldnameback, .bar, .page, .LB_closeAjaxWindow,
.tablesaw-cell-label {
	background-color: #2E4559;
}

#big-block-2, #tfooter {
	background-color: #2E4559;
}

.theader h1, #subfooter p, #subfooter a {
	color: #DD9A62;
}

ul.tngdd .menulink {
	background: #9FA796 url(../img/ArrowDown.gif) 2px 8px no-repeat;
}

/* databack: background color for data areas */
div.innercontainer, ul.tngdd .langmenu, ul.tngdd .stubmenu {
    background-color: #9FA796;
}

.entry-title, .other-features h2 {
	color: #DD9A62;
	font-family: 'Dosis', sans-serif;
}

.fambackground {
	background-color: #2E4559;
}

ul.tngdd ul li a, .slidedown {
	background-color:#CCD7C0;
}
/*inactive tab*/
#tngnav a {
	color:#444;
	background:#9FA796;
	padding: 0.4em 1em 0.3em 8px;
	border-right: 1px solid #444;
	border-top: 1px solid #ccc;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}
/*active tab*/
#tngnav a.here {
	background:#DD9A62;
	color:#141313;
	border-right: 1px solid #444;
	margin: 0;
}
/* databack: background color for data areas */
.databack {
	background-color: #2e45591a;
}

#big-block-1, #big-block-3 {
	margin: 0px;
	background-color: #9FA796 ;
}

.sideback {
	background-color: #2e4559;
	background-image: none;
	
}