.mzag_gui_gridstandard,
.mzag_gui_gridstandard_gridtable
{
  width:100%;
}

.mzag_gui_gridstandard_gridtable th,
.mzag_gui_gridstandard_gridtable td
{
  padding:2px;
}

td.mzag_gui_gridstandard_column_actions,
td.mzag_gui_gridstandard_column_selection
{
  width:15px;
  vertical-align:middle;
}

.mzag_gui_gridstandard_column_actions div 
{  
  white-space:nowrap;
}

.mzag_gui_gridstandard_row_clickable
{
  cursor:pointer;
}

.mzag_gui_gridstandard_linked
{
  text-decoration:none !important;
  cursor:normal !important;
}

a.mzag_common_column_link
{
  display:block;
  height:100%;
  text-decoration:none;
  width:100%;
}

a.mzag_common_column_link:hover
{
  cursor:pointer;
  text-decoration:underline;
}

.mzag_gui_gridstandard_gridrow1 td
{
  background-color:#fff;
}

.mzag_gui_gridstandard_gridrow2 td
{
  background-color:#f2f2f2;
}

.mzag_gui_gridstandard_gridtable th
{
  font-weight:bold;
  background-color:#ccc;
}