/* ----------------------------------------------------------------------
|   Application template for waterrating applications. 
|   Inherits from /apps/environment/includes/css/application-master.css  |
|   Author: DEWHA                                                        |
-----------------------------------------------------------------------*/

body {
  background: white url(../images/bg-body.gif) repeat-x 0 0;
}
fieldset {
  background: #f9faf0 url(../images/bg-fieldset.gif) repeat-x 0 0;
}
table caption {
  background-color: #d1e1ef;
  border-bottom: 1px solid #a4b2c8;
  border-top: 1px solid #a4b2c8;
  color: #333;
  font-size: 110%;
  font-weight: bold;
  margin: 10px 0 0 0;
  padding: 5px 3px;
  text-align: left;
}
th {
  background-color: #e7eef5;
  border-bottom: 1px solid #cfcfcf;
  font-weight: normal;
  padding: 3px;
  margin: 0;
  text-align: left;
  vertical-align: top;
}
td {
  background-color: #f9f9f9;
  border-bottom: 1px solid #cfcfcf;
  padding: 3px;
  vertical-align: top;
}
td.subheading {
  background-color: #eff4f8;
}


/* HEADER
--------------------------------------------------------- */
#header h1 {
  color: #fff;
  font-size: 160%;
  font-weight: normal;
  margin: 0 202px 2px 0;
}
#header h2 {
  color: #f0f3e4;
  font-size: 110%;
  font-weight: bold;
  margin-right: 202px;
}

/* use singleline if there is no H2 */
#title-doubleline,
#title-singleline {
  background: transparent url(../images/bg-header.gif) no-repeat right 13px;
  height: 60px;
  margin-right: 6px;
}


/* Application area styles
--------------------------------------------------------- */
#application-area {
  width: 77%;
}
#application-area h1 {
  color: #122c73;
  font-size: 140%;
  margin: 0.25em 0 1em 0;
}
#application-area h2 {
  color: #333;
  font-size: 120%;
  margin: 1em 0;
}
#application-area h3 {
  color: #333;
  font-size: 110%;
  margin: 1em 0 0.5em 0;
}


/* ---------------------------------------------------------
| APPLICAION SPECIFIC STYLES                               |
--------------------------------------------------------- */

#footerNavigation{
  background-image: url(../images/footer-bg.gif);
  background-repeat: repeat-x;
  width: 97%;
  border-top: 1px solid black;
  /*border-top: 1px solid #ccc;*/
  clear: both;
  font-size: 95%;
  margin: 2em 0 2em 0;
  padding: 0 1em 0 1em;
}

div.row-dark {
  background: #f1f5e0 !important;
}

/* Tabs - color overrides
--------------------------------------------------------- */
#navtabs ul li a {
  background-color: #ecf8bd;
}
#navtabs ul li a:hover {
  background-color: #daf376;
}


.submitRight {
float:right;
margin-left:5px !important;
}

#application-area ul {
margin:0 !important;
}

/* SIDEPANEL box
--------------------------------------------------------- */

#sidepanel .sidebox {
  background: #f9fbf3; 
  border: 1px solid #a3be2f;
    }

.sidebox li {
  color: #000;
  }
  
  .sidebox ul li a,
.sidebox ul li a:visited {
  color: #333; 
  font-weight: normal;
}

.sidebox ul li a:hover {
  color: #666; 
}
