TABLE.instance_header_table A {
   color: black;
   font-weight:normal;
   cursor: pointer;
}

TABLE.instance_header_table A:hover {
	text-decoration:none;
	color: blue;
    font-weight:normal;
    cursor: pointer;
}

.instance_spanToolbar {
   color: white; 
   font-size:12px;
}

.instance_header_div {
   height: 15px;
   cursor: move;
   margin-left: 2px;
}

.instance_header_td {
   background-image : url(../images/toolbar/property.gif);
   background-repeat : no-repeat;
   height: 22px;
   width: 10px;
}

.instance_header_middle_td {
   background-image : url(../images/toolbar/header_middle_td.gif);
   background-repeat : repeat-x;
   height: 22px;
}

.instance_header_middle_td a {
	font-size:12px;
}

.instance_header_wd_right_td {
   background-image : url(../images/toolbar/header_wd_right_td.gif);
   background-repeat : no-repeat;
   height: 22px;
   width: 27px;
   cursor:pointer;
}

.instance_header_wd_right_td div {
	height:22px;
	width:27px; 
}

.instance_header_right_td {
   background-image : url(../images/toolbar/header_right_td.gif);
   background-repeat : no-repeat;
   height: 22px;
   width: 27px;
   cursor:pointer;
}

.instance_header_table {
   background-image : none;
   color: black;
   width: 100%;
   font-size:12px;
   font-family: Arial, Tahoma, sans-serif;
}

.instance_header_right_td a div {
	height:22px;
	width:27px; 
}