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

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

span, input, select, button, fieldset, div, table, img, textarea, iframe, a
{
	font-family: Verdana;
	font-size: 10pt;
	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;
}

.ISYMENU {
	
	color: black;
	background-color: #D6D3CE;
	cursor: default;
	font-family: Verdana;
	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: Verdana;
	font-size: 9pt;
	background-repeat: no-repeat;
	background-position: 95%;
	left: 95%;
	padding-left: 10px;
}

.ISYTABCTRL
{
	font-size: 9pt;
	font-family: Verdana;
	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: Verdana;
	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: Verdana;
	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: Verdana;
	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: Verdana;
	text-decoration: none;
}

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