body
{ 
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 12px;
}


div.browse-activity table
{
  border: 1px solid;
  width: 95%;
}

div.browse-activity table.data-output tr
{
  border: none;
}

div.browse-activity table.data-output tr.data-item td
{
  border: 1px solid #CCCCCC;
}

div.left
{
  float: left !important;
  display: block;
}

div.right
{
  float: right !important;
  display: block;
}

div.sc-form-head
{ 
  height: 3em;
}

div.sc-form-body 
{ 
  text-align: left;
  margin: 0;
  padding-top: 1em;
  padding-bottom: 1em;
}

div.sc-form-body div.left
{ width: 50%;
}


div.sc-webui-form-field
{ padding-bottom: 0.4em;
}

div.sc-webui-form-field label 
{
  display: block;
  font-weight: bold;
}


div.sc-form-body
{ text-align: left;
}

/* Tables */
caption, th, td {
    float: none !important;
    font-weight: normal;
    text-align: left;
}

table 
{
    margin-bottom: 1.4em;
    width: 100%;
}


thead th 
{
    background: none repeat scroll 0 0 #c3d9ff;
}
th, td, caption {
    padding: 4px 10px 4px 5px;
}
th 
{
    font-weight: bold;
}


th, td, caption {
    padding: 4px 10px 4px 5px;
}


tbody tr:nth-child(2n) td, tbody tr.even td 
{
    background: none repeat scroll 0 0 #e5ecf9;
}

button.sc-form-control-button {
    color: #000044;
    background-color: #efefef;
    border-color: #000000;
    border-style: solid;
    border-width: 0.1em;
    font-size: 80%;
}

input[type="text"]
,input[type="password"]
,textarea
,select
{ 
  background-color: linear-gradient(to bottom, #f7f7f8 0%,#ffffff 100%);
  border-radius: 3px;
  border: none;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
  color: #222222;
}

input[type="text"]:focus
,input[type="password"]:focus
,textarea:focus
,select:focus
{ 
    box-shadow: 0 1px 0 #2392F3 inset, 0 -1px 0 #2392F3 inset, 1px 0 0 #2392F3 inset, -1px 0 0 #2392F3 inset, 0 0 4px rgba(35,146,243,0.5);
    outline: none;
    background-color: #FFF;
}

td.data-col-notes textarea
{ width: 100%;
}

tr.group-header td
{
  font-size: 150%; 
}

tr.group-footer td
{
  font-weight: bold;
}
