/* 
    Document   : adminStyles
    Created on : Aug 6, 2013, 11:19:23 AM
    Author     : Gmertzlufft
    Description:
        Purpose of the stylesheet follows.
*/

root { 
  display: block;
}

body {
  font-family: 'Roboto Condensed', sans-serif;
}

div.resContainer{
  width: 97%;
  margin: auto;
  background-color: #FEF39A;
  border:1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 10px;
}

div.resLeft{
  width: 30%;
  float:left;
}

div.resRight{
  width: 70%;
  float:left;
}

img.saveicon{
  display:none;
}

.lastsave {
  font-style: italic;
}
.clear { clear: both; }

a:link {color:#000000;}      /* unvisited link */
a:visited {color:#000000;}  /* visited link */
a:hover {color:#000000;}  /* mouse over link */
a:active {color:#000000;}  /* selected link */