/* Menu */

.ktkHeader,
#ktkFooter,
.horbar,
.subframe {
	background-color: #115c16; /* BWC */
	background: -moz-linear-gradient(top, #0e4e13, #347439);
	background: -webkit-gradient(linear, center top, center bottom, from(#0e4e13), to(#347439));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0e4e13', endColorstr='#347439'); /*For IE7-8-9*/ 
}

.horbar	{
	border-top: 1px solid #0e4e13;
}

.horbar a:hover	{
	background: #115c16;
}

.item a:hover	{
	background-color: #115c16;
}

.verbar	{
	background-color: #115c16;
}
	
/* Window */

.ktkWindow .headerCell {
	background-color: #115c16;
}

/* Tablas */

.sb-frame-container .table th {
	background-color: #42c24b;
	color: white;
}

.sb-frame-container .table td {
	background-color: #c7edca;
}

/* 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: #21b72c;
}

.ktkStaticTableSecondRow td {
	background-color: #e9f8ea;
}
*/
.ktkPanel {
	background-color: #e9f8ea;
}

.ktkPanelTitle2 {
	background-color: #1c9c25;
	/* color: black; No sirve para Matrix */
	color: white;
}

/* BWC: */
.ktkPanelTitle th {
	background-color: #1c9c25;
}

.ktkPanelContainer {
	background: -moz-linear-gradient(top, #e9f8ea, #f4fbf4);
	background: -webkit-gradient(linear, left top, right bottom, from(#e9f8ea), to(#f4fbf4));
}

.ktkWindow th, .ktkWindow.title {
	background-color: #115c16;
}

THEAD.fixedHeader TH {
	BORDER-TOP-color: #42c24b;
	BORDER-LEFT-color: #59c961;
	BORDER-RIGHT-color: #1c9c25;
}

.ktkPropertyTable {
	/*
	ktkPropertyTable Shouldn't provide a background-color (to respect tab background-color)

	background-color:#c7edca;
	*/
}

/* Tabs */

.sb-listview-container,
.sb-tab-content {
		background-color: #f4fbf4;
	background: linear-gradient(top, #f4fbf4, #e9f8ea);}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	background-color: #f4fbf4;
}

.nav-tabs > .active > a,
.ktkTabActive {
	background-color: #e9f8ea;
}

.nav-tabs > li > a,
.ktkTabInactive {
	background-color: #c7edca;
}


/* Fondo */

.ktkContent {
	background-color: #e9f8ea;
}

