/* Grid */



table.sortable {

	color : #000000;

	font-family:Arial, Helvetica, sans-serif;

	background-color:#FFFFFF;

	font-size:12px;

}



thead.GridHeader {

	color : #FFFFFF;

	font-family:Arial, Helvetica, sans-serif;

	background-color:#333333;

	font-size:14px;

}



table.sortable caption {

	font-size : 120%;

	font-weight : bold;

	text-align : left;

}



table.sortable tbody td {

	border : 1px solid #aaa;

	padding : 2px 5px;

	font-weight : bold;

	white-space : nowrap;

}



/*table.sortable thead th.buttons {

	padding : 0;

	width : 32px;

}*/



table.sortable input {

	background : #ddd;

	border : 0;

	color : #000;

	font : normal normal 8pt Verdana;

	margin : 0;

	padding : 0;

	width : 100%;

}



table.sortable a span {

	display : none;

}



table.sortable a.new, table.sortable a.edit, table.sortable a.cancel, table.sortable a.delete, table.sortable a.save {

	display : block;

	height : 16px;

	width : 16px;

}

table.sortable a.new {

	background :  url("http://vztxnetops.verizon.com/tws/AtmosImage/new_.gif") no-repeat;

}

table.sortable a.cancel {

	background :  url("http://vztxnetops.verizon.com/tws/AtmosImage/cancel.gif") no-repeat;

}

table.sortable a.save {

	background :  url("http://vztxnetops.verizon.com/tws/AtmosImage/save.gif") no-repeat;

}

table.sortable a.edit {

	background :  url("http://vztxnetops.verizon.com/tws/AtmosImage/edit_.gif") no-repeat;

}

table.sortable a.delete {

	background :  url("http://vztxnetops.verizon.com/tws/AtmosImage/delete_.gif") no-repeat;

}

table.sortable a.new:hover {

	background :  url("http://vztxnetops.verizon.com/tws/AtmosImage/new.gif") no-repeat;

}

table.sortable a.edit:hover {

	background :  url("http://vztxnetops.verizon.com/tws/AtmosImage/edit.gif") no-repeat;

}

table.sortable a.delete:hover {

	background :  url("http://vztxnetops.verizon.com/tws/AtmosImage/delete.gif") no-repeat;

}



