
#network {
 overflow: hidden;
 position: relative;
 height: auto;
/*
 background: -moz-linear-gradient(#7c7cff,#4949ff);
 background: -webkit-gradient(linear,left top,left bottom,from(#7c7cff),to(#4949ff));
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7c7cff,endColorstr=#4949ff);
*/
}

#grid {
 background-color: transparent;
/*
 background-image: url('../../../shared/images/bg.jpg');*/
 background-repeat: repeat-x;
 background-position: 0px 0px;
*/
}


a.cell_link,a.cell_link:visited {
 text-decoration: none; 
}


td.heading {
 color: #4183C4;
 font-weight: bold; 
 text-align: center;
 padding-bottom: 8px;
}


td.cell {
 background-color: #f7f7f7;
}


td.cell_selected {
 background-color: #9dd6ed;
}

