/*
body{
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	overflow:auto; 
}
*/

a:link, a:visited{
	color:#000080;
}

a:active, a:hover{
	color:#8080FF;
}

.normal {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

h1, .title3 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

h2, .title4 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #444444;
}

.menuTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #172e56;
	color: #CCCCCC;
	text-align: center;
	padding: 2px;
	padding-left: 12px;
	padding-right: 12px;
}

.menuLeft {
	padding: 2px;
}

.menuUp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	border-top: 2px solid #555D72;
	border-bottom: 2px solid #2D3447;
	background-color: #4D5467;
}

.menuUp a, .menuUp a:visited {
	color: white;
	text-decoration: none;
}

.menuUp a:hover, .menuUp a:active {
	color: white;
	text-decoration: underline;
}

.menuLeftPanel {
	background-color: #2C344B;
}

.ktkStaticTable {
	width:100%;	
	border-width:1px;
	border-style:solid;
}
.ktkStaticTable table {
	background-color: gray;
	border-width:1px;
	border-color:#000000;
	border-style:solid;
}
.ktkStaticTable th {
	background-color: #6F7891;
	color:#FFFFFF;
	padding-left: 8px;
	padding-right: 8px;
}
.ktkStaticTable td {
	background-color: #F4F4F1;
	padding-left: 8px;
	padding-right: 8px;
}

.ktkStaticTableOver td {
	background-color: #E8F1FF;
	cursor:pointer;
}

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

.ktkFormFrame {
	background-color: #E4E4F1;
	border-width: 1pt;
	border-style: solid;
	border-color: #FF6600;
}
.ktkErrors {
	font-weight: bold;
	color: #610C0C;
}
.ktkCellEditor {
	width: 98%;
	border-width: 0;
}

#side-left {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	z-index: 2;
	width: 150px;
	padding: 2px;
}
#side-nav {
	list-style: none;
	margin: 0;
	border-top: 0;
	padding: 2px;
	padding-top: 2px;
	padding-left: 2px;
}
#side-nav li {
	margin: 2px;
	padding: 0;
	border-top: 1px solid #4E576F;
	border-left: 1px solid #4E576F;
	border-bottom: 1px solid #2E374F;
	border-right: 1px solid #2E374F;
	background-color: #3E475F;
}
#side-nav a {
	margin: 0px;
	color: #ffffff;
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 4px 6px;
}
#side-nav a:hover {
	background-color: #7883A0;
	color: #fff;
}
#side-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#side-nav ul li {
	border-top: 1px solid #34548e;
	background-color: #34548e;
	border-bottom: 1px solid #34548e;
}
#side-nav ul li:hover {
	border-bottom: 1px solid #34548f;
}
#side-nav ul li a {
	padding-left: 12px;
	color: #a7b2c9;
}
#side-nav ul li a:hover {
	background-color: #34548f;
}
#side-nav ul ul li a {
	padding-left: 18px;
}
#side-nav strong a {
	font-weight: normal;
	color: #fff;
	background-color: #5C6478;
}
#side-nav strong a:hover {
	background-color: #7E879C;
}

.ktkQueryTable td {
	text-align: left;
}

.ktkPropertyTable {
	/* background-color: #D8E1F1; */
	background-color:#EBF0F3;
	width: 100%;	
	font-size: 10px;
	border-width: 1px;
	border-style:outset
}
.ktkPropertyTable td {
	padding: 5px;
	text-align: left;
}

.ktkPropertyTable th {
	padding: 5px;
	width: 30%;
}

.ktkPropertyTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
}

#ktkCalendarDiv.* {
	padding: 2px;
}

.ktkPanel {
	background-color: #D8E1F1;
	width: 100%;	
	font-size: 11px;
	margin-bottom: 5px;
}

.ktkPanelTitle td {
	padding: 1px;
	font-size: 12px;
}

.ktkPanelTitle th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #6F7891;
	color:#FFFFFF;
	padding: 1px;
	text-align: left;
	cursor: pointer;
}

.ktkPanelContainer {
	border-width: 1px;
	border-style:outset;
	background-color:#F3F3F3;
}

/* Usado en el filtro de fechas en de traceUI.php */
.ktkSmall {
	font-size: 10px;
}

.ktkIcon {
	cursor:pointer;
}

.ktkTraceRecords {
	background-color:#EBF0F3;
	width: 100%;	
	font-size: 10px;
	border-width: 1px;
	border-style:solid;
}
.ktkTraceRecords td {
	padding: 5px;
	text-align: left;
}

.ktkTraceRecords th {
	padding: 5px;
	width: 30%;
	vertical-align: top;
}

* {
	SCROLLBAR-FACE-COLOR: white;
	SCROLLBAR-HIGHLIGHT-COLOR: white;
	SCROLLBAR-SHADOW-COLOR: buttonface;
	SCROLLBAR-3DLIGHT-COLOR: buttonface;
	SCROLLBAR-ARROW-COLOR: buttonshadow;
	SCROLLBAR-TRACK-COLOR: silver;
	SCROLLBAR-DARKSHADOW-COLOR: buttonshadow;
	SCROLLBAR-BASE-COLOR: buttonface;
}

.ktkHelp {
	opacity: 0.9;
	width: 100%;
	filter: alpha(opacity=50);
	-moz-opacity: .9;
}

.ktkButtonPanel {
	background-color:#F3F3F3;
	color:#4D4D4D;
}

.ktkButton {
	height: 35px;
}

.ktkMenuStatus	{
	white-space: nowrap;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	color: white;
}

.ktkDateDD {
	border:0;
	width:14px;
	text-align:right;
	background:none;
}

.ktkDateYYYY {
	border:0;
	width:28px;
	text-align:right;
	background:none;
}

.ktkBorder {
	border:1px;
	border-style:solid;
	display:inline;
	background-color:white;
	padding-left: 1px;
	padding-right: 2px;
}

.ktkTabActive {
	background-color: #E5E5E5;
	border-width:2px;
	border-style:outset;
	border-bottom-color:#E5E5E5;
	border-bottom-style:solid;
	border-right-width:1px;	
	padding-left: 8px;
	padding-right: 8px;
	height:20px;
	cursor:pointer;
	white-space:nowrap;
	text-align:center;
}

.ktkTabInactive {
	background-color: #C5C5C5;
	border-width:1px;
	border-style:outset;
	border-right-width:1px;	

	border-bottom-width:3px;
	border-bottom-style:inset;
	padding-left: 8px;
	padding-right: 8px;
	cursor:pointer;
	white-space:nowrap;
	text-align:center;
}

.ktkTabNone {
	border-bottom-width:3px;
	border-bottom-style:inset;
}

.ktkTabContent {
	background-color: #E5E5E5;
	border-style:outset;
	border-width:3px;
	border-left-width:2px;
	border-top-style:hidden;
	padding: 2px;
}

.ktkWhiteTable {
	background-color: white;
	border-style:none;
}
