/*
* Standard Styles for IsyCat System 2.0
* by Gaetan Lauff
* (c) Plan Software GmbH, Saarbrücken 2001 - 2003
*/

body
{
	font-family: Arial;
	font-size: 8pt;
	cursor: default;
	color: black;
	background-repeat: no-repeat;
}

ul
{
	margin-left: 	16px;
	padding-left: 	0px;
	display: none;
}

li
{
	list-style-type: none;
	background-image:none;
	padding-left: 0px;
	white-space: nowrap;
}

li img
{
	position: relative;
}

li.lastchild
{
	background-image: none;
	padding-left: 0px;
}

.treeitem
{
	text-decoration: none;
	color: black;
	padding-left: 2px;
	height: 16px;
}


span, input, select, button, fieldset, div, table, img, textarea, iframe, a
{
	font-family: Arial;
	font-size: 8pt;
	cursor: default;
	color: black;
	position: absolute;
	background-repeat: no-repeat;
}

div table
{
	position: absolute;
	left: 0;
	top: 0;
}

div div
{
	position: absolute;
	left: 0;
	top: 0;
}

td img
{
	position: relative;
}

td span
{
	position: relative;
	text-align: center;
}

td div
{
	position: relative; 
}

td input
{
	position: relative;
}

td select
{ 
	position: relative;
}

td button
{
	position: relative;
}

tr td table
{
	position: relative;
	left: 0;
	top: 0;
}

.ISYCOMBOBOX_HEAD_XP
{
	border: 1px solid #7f9db9;
	background-color: white;
}

.ISYCOMBOBOX_HEAD
{
	border: 1px inset black;
	background-color: white;
}

.ISYCOMBOBOX_ITEMS
{
	border: 1px solid black;
}

.ISYCOMBOBOX_ROWS
{
	position: relative;
	width: 100%;
}


.ISYMENU {
	
	color: black;
	background-color: #D6D3CE;
	cursor: default;
	font-family: Arial;
	font-size: 9pt;
	background-repeat: no-repeat;
	background-position: 95%;
	left: 95%;
	padding-left: 10px;
}

.ISYMENU_OVER 
{
	color: white;
	background-color: #08266B;
	cursor: default;
	font-family: Arial;
	font-size: 9pt;
	background-repeat: no-repeat;
	background-position: 95%;
	left: 95%;
	padding-left: 10px;
}

.ISYTABCTRL
{
	font-size: 9pt;
	font-family: Arial;
	border-right: 1px solid black;
	border-left: 1px solid gray;
	border-top: 1px solid gray;
	border-bottom: 2px solid gray;
	background-color: #D6D3CE;
	cursor: default;
	padding: 2px;
}

.ISYTABCTRL_SELECTED
{
	font-size: 9pt;
	font-family: Arial;
	border-right: 2px solid black;
	border-left: 2px solid gray;
	border-top: 2px solid gray;
	border-bottom: 2px solid #D6D3CE;
	background-color: #D6D3CE;
	cursor: default;
	padding: 2px;
}

.ISYTABCTRL_DISABLED
{
	font-size: 9pt;
	font-family: Arial;
	border-right: 2px solid black;
	border-left: 2px solid gray;
	border-top: 2px solid gray;
	border-bottom: 2px solid #D6D3CE;
	background-color: gray;
	color: lightgrey;
	cursor: default;
	padding: 2px;
}

.ISYTABCTRL_PANEL
{
	font-size: 9pt;
	font-family: Arial;
	border-right: 2px solid black;
	border-left: 2px solid gray;
	border-top: 2px solid gray;
	border-bottom: 2px solid black;
	background-color: #D6D3CE;
	cursor: default;
	padding: 2px;
}

.ISYTREE_FOLDER
{
	font-size: 9pt;
	font-family: Arial;
	text-decoration: none;
}

.ISYTREE_DOCUMENT
{
	font-size: 9pt;
	font-family: Arial;
	text-decoration: none;
}

.ISYTREE_FOLDER_OPENED
{
	font-size: 9pt;
	font-family: Arial;
	text-decoration: underline;
	background-color: lightgrey;
}

.ISYTREE_DOCUMENT_OPENED
{
	font-size: 9pt;
	font-family: Arial;
	text-decoration: underline;
	background-color: lightgrey;
}