@import url("ph-base.css");
@import url("ph-tables.css");
@import url("ph-other.css");
@import url("ph-jqui.css");
@import url("jquery.dataTables.css");
@import url("jquery.timepicker.css");
@media print {
  .no-print, .no-print * { display: none !important; }
  #ph-sidebar { display:none !important;}
  #ph-mainbody { float:left !important; width:100%}
  #ph-navigate { display:none !important;}

1}
/* COLORS */
#ph-wrapper    {
  background: url(images/phbackground.gif) repeat-y;
  min-height:100px;
  border: 3px solid #ccc;
 }
#ph-header     { background-color: #f5f5f5;}
#ph-navigation { background-color: #f3f2ed; }
#ph-footer     { background-color: #B8CCB8; }

/* on mouseover of menu headers */
ul.ph-menu li.menuHeader span.menuLabel:hover {
  background-color: #F7FFF7;
}

/* on mouseover of menu links */
ul.ph-menu li.menuItem:hover {
  background-color: #B8CCB8;
}

/* on mouseover of menu items&headers, the background of the little ? */
ul.ph-menu span.menuLabel:hover a.menuHelp
,ul.ph-menu li.menuItem:hover a.menuHelp {
  background-color:#FFFFD9;
}
/* text color of links in sidemenu */
ul.ph-menu a { color:blue; }
ul.ph-menu a.toggleMenu { color:black; }




/*all links everywhere (some specific links may override these colors)*/
a:link   { text-decoration: none;      color: #0000ff; }
a:visited{ text-decoration: none;      color: #9933cc; }
a:hover  { text-decoration: underline; color: #33AA11; }
a:active { text-decoration: none;      color: #ff0000; }


/*table.phtable {   border-color: #576657; } */

table.phtable th {
 background-color:#C3E6C3;
 xborder-color:  #000;
}

xtable.phtable td { border-color: #000; }

table.phtable tr.alt { background-color:#EAF2D3; }
table.phtable.selectable tbody tr:hover    { background-color:#EAF2D3;  }
table.phtable.selectable tbody tr.selected { background-color:#F2F1CE;  } /* [str] Selected table Row */
table.phtable.form tr.alt { background-color:#EAF2D3; }
table.phtable.form tr.err { background-color:#FFDADA; }
table.phtable.form tr.upd { background-color:#DAFFDA; }



/* these are some settings that will only affect certain pages */


/* mainly on the samples page */
div.ph-filter  {  background-color:whitesmoke; }
div#divSampleSummary { background-color:ghostwhite;}


/* only on fields page */
table.phtable.selectable tbody tr:hover {  background-color:#EAF2D3;  }
table.phtable.selectable tbody tr.selected {  background-color:#F2F1CE; } /* [str] Selected table Row */