/* Menu */

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

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

.horbar a:hover	{
	background: #444455;
}

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

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

.ktkWindow .headerCell {
	background-color: #444455;
}

/* Tablas */

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

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

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

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

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

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

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

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

THEAD.fixedHeader TH {
	BORDER-TOP-color: #9a9ab7;
	BORDER-LEFT-color: #a6a6c0;
	BORDER-RIGHT-color: #747491;
}

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

	background-color:#e1e1ea;
	*/
}

/* Tabs */

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

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

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

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


/* Fondo */

.ktkContent {
	background-color: #f4f4f7;
}

