/* Menu */

.ktkHeader,
#ktkFooter,
.horbar,
.subframe {
	background-color: #557a60; /* BWC */
	background: -moz-linear-gradient(top, #486852, #6e8e78);
	background: -webkit-gradient(linear, center top, center bottom, from(#486852), to(#6e8e78));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#486852', endColorstr='#6e8e78'); /*For IE7-8-9*/ 
}

.horbar	{
	border-top: 1px solid #486852;
}

.horbar a:hover	{
	background: #557a60;
}

.item a:hover	{
	background-color: #557a60;
}

.verbar	{
	background-color: #557a60;
}
	
/* Window */

.ktkWindow .headerCell {
	background-color: #557a60;
}

/* Tablas */

.sb-frame-container .table th {
	background-color: #b7f5c8;
	color: white;
}

.sb-frame-container .table td {
	background-color: #eafcef;
}

/* List View in Selector (interactive) */

.ktkStaticTableSelected td {
	background-color:#D5DDE0 !important;
}

.ktkStaticTableOver td,
{
	background-color: #E8F1FF !important; /* Requiere important porque BS lo sobrescribe */
	cursor:pointer;
}

/*
.ktkStaticTableSubHeader th {
	background-color: #aaf3bf;
}

.ktkStaticTableSecondRow td {
	background-color: #f7fef9;
}
*/
.ktkPanel {
	background-color: #f7fef9;
}

.ktkPanelTitle2 {
	background-color: #91cfa2;
	/* color: black; No sirve para Matrix */
	color: white;
}

/* BWC: */
.ktkPanelTitle th {
	background-color: #91cfa2;
}

.ktkPanelContainer {
	background: -moz-linear-gradient(top, #f7fef9, #fbfefc);
	background: -webkit-gradient(linear, left top, right bottom, from(#f7fef9), to(#fbfefc));
}

.ktkWindow th, .ktkWindow.title {
	background-color: #557a60;
}

THEAD.fixedHeader TH {
	BORDER-TOP-color: #b7f5c8;
	BORDER-LEFT-color: #c0f6cf;
	BORDER-RIGHT-color: #91cfa2;
}

.ktkPropertyTable {
	/*
	ktkPropertyTable Shouldn't provide a background-color (to respect tab background-color)

	background-color:#eafcef;
	*/
}

/* Tabs */

.sb-listview-container,
.sb-tab-content {
		background-color: #fbfefc;
	background: linear-gradient(top, #fbfefc, #f7fef9);}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	background-color: #fbfefc;
}

.nav-tabs > .active > a,
.ktkTabActive {
	background-color: #f7fef9;
}

.nav-tabs > li > a,
.ktkTabInactive {
	background-color: #eafcef;
}


/* Fondo */

.ktkContent {
	background-color: #f7fef9;
}

