
table.drw_normal, table.drw_hover, table.drw_pressed, table.drw_disabled
{
	border-collapse: collapse;
	border-spacing: 0px;
	table-layout: auto;
	border: 0px;
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	cursor: pointer;
}

table.drw_normal a, table.drw_hover a, table.drw_pressed a, table.drw_disabled a
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	cursor: pointer;
	text-decoration: none;
	white-space: nowrap;
}

td.drwTD1, td.drwTD2, td.drwTD3
{
	text-align: left;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: transparent url(../images/ButtonMenu.gif) repeat-x;
	height: 21px;
	border-bottom-width:1px;
	border-bottom-style:solid;
}

td.selectedDrw
{
	text-align: left;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: url(../kubrick/images/selected_tbl_bg.gif) repeat-x;
	height: 21px;
	border-bottom-width:1px;
	border-bottom-color:#8499A2;
	border-bottom-style:solid;  
}


.hover
{
	 background-color:#0088C2;
	 cursor:e-resize;
}

.normal
{
	 cursor:default;
}

table.drw_normal td.drwTD1     {background-position:    0px 0px;}
table.drw_normal td.drwTD2     {background-position:   -9px -1px; border-bottom-color:#53636A;}
table.drw_normal td.drwTD3     {background-position: -791px 0px;}
table.drw_normal a {color: #000000;}

table.drw_selected a {color: #FFFFFF;}

table.drw_hover td.drwTD1    {background-position:    0px -60px;}
table.drw_hover td.drwTD2    {background-position:   -9px -61px; border-bottom-color:#0088C2;}
table.drw_hover td.drwTD3    {background-position: -791px -60px;}
table.drw_hover a {color: #000000;}



