/* Tlo */

body {
	background-color: #98baff ;
	background: url( 'graphics/global/background_tile.gif' ) ;

	margin: 0px;

	/* Czcionki */
	font-family: 'Roboto',tahoma, sans-serif;
	font-size: 11px;

	/* IE Hack */
	text-align: left;
}

p {
	/* Czcionki */
	font-family: 'Roboto',tahoma, sans-serif;
	font-size: 11px;
}

/* NodeIndex */

.nvNodeIndex0 {
	/* Blok i kolory */
	color: #5e0000;
	background-color: #ff9b9b;
	border: 1px solid #bb4949;
	padding-left: 5px;
	padding-right: 4px;
	margin-right: 3px;

	/* Czcionka */
	line-height: 17px;
	font-size: 10px;
	font-family: Tahoma;
}

.nvNodeIndex1 {
	color: yellow;
}

.nvNodeIndex2 {
	/* Blok i kolory */
	background-color: #e5ffc3;
	border: 1px solid #94c75e;
	padding-left: 5px;
	padding-right: 4px;
	margin-right: 3px;
	color: #005800;

	/* Czcionka */
	line-height: 17px;
	font-size: 10px;
	font-family: Tahoma;
}

.nvNodeIndex3 {
	color: gray;
	background-color: #ececec;
	border: 1px solid #d4d4d4;
	padding-left: 5px;
	padding-right: 4px;
	margin-right: 5px;
}

/* Ext hacks */

.nvGrid {
/*	height: 100%; */
}

.nv-disabled-fake {
/*	color: black; */
}

/* Ajax Indicator */

.nvUIDialogIndicator {
	background: url('graphics/global/loadingAnimation.gif') no-repeat center ;
	background-color: white;
	width: 100%;
	height: 100%;
	position:relative;
	left: 0px;
	top: 0px;
	display: none;
}

.nvContainerDataIndicator {
	background: url('graphics/global/ajax-loader.gif') no-repeat ;
	width: 43px;
	height: 11px;
	position: absolute;
	right: 24px ;
	top: 7px ;
	display: block ;
	z-index: 10000;
}

/* Klasy EventLoggera */

#console {
	border: solid black 1px ;
	background: white ;
	width: 450px ;
	height: 800px ;
	left: 800px ;
	overflow: auto;
	z-index: 1001;
	position: absolute;
}

#consoleResize {
	background: black ;
	width: 20px ;
	height: 20px ;
	left: 1232px ;
	top: 810px ;
	z-index: 1002 ;
	display: block;
	position: absolute;
}

a.nvConsole {
	text-decoration: none;
	color: red;
}

table.nvConsole {
	border-collapse: collapse;
	width: 100%;
}

th.nvConsole{
	background: black;
	color: white;
	font-family: monospace;
}

td.nvConsoleEven {
	background: white;
	font-family: monospace;
	font-size: 10px;
}

td.nvConsoleOdd {
	background: #EDEDED;
	font-family: monospace;
	font-size: 10px;
}

.gridInnerGroupIndex {
	padding-left: 20px;
}

.gridInnerGroupIndexHeader {
	background: #EDEDED;
	font-weight: bold;
	font-size: larger;
	padding: 4px;
	margin: 1px;
}

.hardwareInvName {
	font-weight: bold !important;
	width: 180px;
}

.hardwareInvValue {
	width: 320px;
}

.hardwareInvDescr {
	font-style: italic !important;
	padding: 2px;
}

/* Tips */

.tool-tip {
	color: #fff;
	z-index: 13000;
}

.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: black;
	padding: 4px 4px 4px;
	background: url("graphics/transparentWhite.png");
    border-left: 1px black solid;
    border-top: 1px black solid;
    border-right: 1px black solid;
}

.tool-text {
	font-size: 11px;
	color: black;
	padding: 4px 4px 4px;
	background: url("graphics/transparentYellow.png");
    border-left: 1px black solid;
    border-bottom: 1px black solid;
    border-right: 1px black solid;
}

.UAActivityTable {
    text-align: center;
}

.UAActivityTable th {
    font-weight: bold;
    text-align: right;
    padding-right: 6px;
}

.UAActivityTable td {
    border-bottom: 1px solid silver;

}
