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