/* 
    Document   : screen
    Created on : Nov 11, 2011, 12:06:35 PM
    Author     : steven
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
html {
  position: relative;
  min-height: 100%;
  margin:0;
  padding:0;
}
body {
    font-family: arial;
    padding:0;
    margin:0;
    margin-bottom: 60px;
    width: 100%;
}

div#page {
    margin: 0;
    margin-top: 50px;
    padding: 0;
    padding-bottom: 80px;
    width: 100%;
}

div#header{
    border-bottom: 3px solid #535353;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
  vertical-align: middle;
}
.footer .container {height: 60px;}
.footer .container p {line-height: 60px;}

div#menu {
    background-color: #DEDEDE;
    border-top: 3px solid #BCBCBC;
    border-bottom: 3px solid #BCBCBC;
    margin-top: 0px;
    padding-top:4px;
    height:40px;
}

div#menu a {
    color: #FFFFFF;
   /* background-color: #FF8700; */
    background-color: #DEDEDE;
    /*display: block;
    float: left;
    font-weight:bold;
    text-decoration:none;
    line-height: 30px;
    height: 30px;
    padding: 0 5px;
    vertical-align: middle;*/
}

div#menu a img {
    padding:4px 8px;
    vertical-align: middle;   
}

div#menu a:hover {
    /*background-color: #BF7C30;*/
    /*background-color: #EFEFEF;*/
}

div#menu a.current {
    /*background-color: #A65800;*/
}

div#content {
    padding: 10px 5px 10px 5px;
}


div#content a.button {
    color: #EFEFEF;
    background-color: #396FFE;
    padding: 2px;
    text-decoration:none;
}

div#content a.button:hover {
    background-color: #BF7C30;
}

div#page_messages {
    background-image: linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);
background-repeat: repeat-x;
border-color: #b2dba1;
text-shadow: 0 1px 0 rgba(255,255,255,.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
color: #3c763d;
background-color: #dff0d8;
}

input:required:invalid, input:focus:invalid {
  /* insert your own styles for invalid form input */
  background-image: url(/images/invalid.png);
  background-position: right top;
  background-repeat: no-repeat;
}

div#answer{
    padding-top:15px;
    font-size: 1.2em;   
}

div#footer{
    margin-top: 20px;
    border-top: 3px solid #535353;
}

table.grid {
    border: 1px solid #535353;
    width:100%
}

table.grid th {
    border-bottom: 1px solid #535353;
    text-align: left;
}

table.grid tr td {
    border-bottom: 1px solid #535353;
}

table.grid tr.odd td {
    background-color: #EFEFEF;
}

table.grid tr:hover td {
    background-color: #DEDEDE;
}

DIV#print {
    margin: 25px;
}

DIV#maintenance h4 {
    margin-bottom: 5px;
    border-bottom: 1px solid #000000;
}