/* Menu */

.ktkHeader,
#ktkFooter,
.horbar,
.subframe {
	background-color: #5a5a77; /* BWC */
	background: -moz-linear-gradient(top, #4d4d65, #73738b);
	background: -webkit-gradient(linear, center top, center bottom, from(#4d4d65), to(#73738b));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4d4d65', endColorstr='#73738b'); /*For IE7-8-9*/ 
}

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

.horbar a:hover	{
	background: #5a5a77;
}

.item a:hover	{
	background-color: #5a5a77;
}

.verbar	{
	background-color: #5a5a77;
}
	
/* Window */

.ktkWindow .headerCell {
	background-color: #5a5a77;
}

/* Tablas */

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

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

/* 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: #b4b3ee;
}

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

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

/* BWC: */
.ktkPanelTitle th {
	background-color: #9998ca;
}

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

.ktkWindow th, .ktkWindow.title {
	background-color: #5a5a77;
}

THEAD.fixedHeader TH {
	BORDER-TOP-color: #bfbef0;
	BORDER-LEFT-color: #c7c6f3;
	BORDER-RIGHT-color: #9998ca;
}

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

	background-color:#ececfb;
	*/
}

/* Tabs */

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

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

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

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


/* Fondo */

.ktkContent {
	background-color: #f8f8fe;
}

