
table.simpleTab{
	padding : 0px;
	border : 0px White solid;
}

table.simpleTab td{
	padding : 0px;
	border : 0px White solid;
}

table.simpleTab tr{
	padding : 0px;
	border : 0px White solid;
}

div.descTool {
	position: absolute; 
	z-index: 1000; 
	display : none;
	margin-left : 1px;
	margin-top : -10px;
}

td.tooltip-body {
	background-color : #FFFACD;
	color : black;
	padding : 0px 5px 0px 5px;
	
	font-size : 10px;
	vertical-align : top;
	text-align : left;
	width : 150px;
}

td.tooltip-left{
	width : 15px;
	background-image : url(../images/tooltip-left.gif);
	background-repeat : repeat-y;
	padding : 0px;
}

td.tooltip-right{
	width : 15px;
	background-image : url(../images/tooltip-right.gif);
	background-repeat : repeat-y;
	padding : 0px;
}

td.tooltip-point{
	width : 15px;
	height : 15px;
	background-image : url(../images/tooltip-point.gif);
	background-repeat : no-repeat;
	padding : 0px;
}

td.tooltip-top{
	height : 5px;
	background-image : url(../images/tooltip-top.gif);
	background-repeat : repeat-x;
	padding : 0px;
}

td.tooltip-bottom{
	height : 5px;
	background-image : url(../images/tooltip-bottom.gif);
	background-repeat : repeat-x;
	padding : 0px;
}

td.combo-button-on{
	width : 15px;
	height : 22px;
	background-image : url(../images/combo-down-on.gif);
	background-repeat : no-repeat;
	cursor : pointer;
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-top: 1px solid #777777;
}

td.combo-button-off{
	width : 15px;
	height : 22px;
	background-image : url(../images/combo-down-off.gif);
	background-repeat : no-repeat;
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-top: 1px solid #777777;
}

table.combo-options{
	width : 100%;
	border : 0px;
}

table.combo-options tr{
	border : 0px;
}

table.combo-options td{
	border : 0px;
	padding-left : 2px;
	cursor : pointer;
}

table.combo-options td.over{
	background-color : Background;
	color : white;
}

table.combo-options td.out{	
}

div.combo-options{
	position: absolute; 
	z-index: 1; 
	display : none;
	overflow-y: auto;
	overflow:-moz-scrollbars-vertical;
	border : 1px solid Black;
	font-size : 11px;
	
	background-color : white;
}