
/* SHOWTABLE - GENERAL*/
table.usage_table
{
	background-color: #E0E0E0;
	border-style: solid;
	border-width: 1px;
	border-color: #6282A6;
}

tr.usage_table_header
{
	width: 100%;
}


td.usage_table_header
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #550077;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;
    font-weight: bold;
}

a.usage_table_header
{
	text-decoration: underline;
    font-weight: bold;
	color: #000066;
}

a.usage_table_header:hover
{
	text-decoration: none;
    font-weight: bold;
}


td.usage_table_value
{
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 2px;
    color: #000000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-size: 80%;
    background-color: #ffffff;

	/*  */
    border-color: #6282A6;
    border-top-style: solid;
    border-width: 1px;
}

SPAN.usage_none
{
    color: #770000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 80%;
	font-style: italic;
	font-weight: normal;
}

.tubefibre_add_button, .patch_panel_add_button, .router_add_button, .unused_hose_add_button, .cable_add_button, .cablewhole_add_button, .tube_add_button, .cabinet_add_button
{
	font-size: 10px;
    font-weight: bold;
    color: #000066;
    border-color: #666666;
    border-width: 1px;
    background-color: #ebebeb;
    background-image: url(../image/button_bg.gif);
}
.tubefibre_edit_button, .patch_panel_edit_button, .router_edit_button, .unused_hose_edit_button, .cable_edit_button, .cablewhole_edit_button, .tube_edit_button, .cabinet_edit_button
{
	font-size: 10px;
    font-weight: normal;
    color: #000066;
    border-color: #666666;
    border-width: 1px;
    background-color: #ebebeb;
    background-image: url(../image/button_bg.gif);
}

.tubefibre_delete_button, .patch_panel_delete_button, .router_delete_button, .unused_hose_delete_button, .cable_delete_button, .cablewhole_delete_button, .tube_delete_button, .cabinet_delete_button
{
	font-size: 10px;
    font-weight: normal;
    color: #990000;
    border-color: #666666;
    border-width: 1px;
    background-color: #ebebeb;
    background-image: url(../image/button_bg_halfyellow.gif);
}