/* ----------------------------------------------------------------------
|   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/ProductName.png) no-repeat right;
  height: 60px;
  margin-right: 6px;
}

/*-- Breadcrumb to fix IE style size issue  
------ */
#breadcrumb {font-size:0.95em;}
/* Application area styles
--------------------------------------------------------- */
#application-area {
  width: 77%;
  margin-left: 50px;
}
#application-area h1 {
  color: #122c73;
  font-size: 140%;
  margin: 0.25em 0 1em 0;
}
#application-area h2 {
  color: #333;
  font-size: 45px;
  font-weight: normal;
  margin-bottom: 10px;

}
#application-area h3 {
  color: #333;
  font-size: 110%;
  margin: 1em 0 0.5em 0;
}


/* ---------------------------------------------------------
| APPLICATION SPECIFIC STYLES                               |
--------------------------------------------------------- */
.external{
	background: url("../images/ico-external.gif") scroll 0 0 no-repeat transparent;
	 background-position: right center ;
	 padding: 0 1.3em 0 0;
}
/* footer start*/
#footer {
	clear:left;
	border-top: #231f20 3px solid;
	padding: 1em 1.5em 1em 1em;
	margin: 0;
	font-size:0.859em!important;
	text-align:left;
	height:425px;
  display: block;
  overflow: hidden;
	background-color: #231f20;
}



#footer ul.horizontal {
    /*display: block;*/
    list-style-type: none;
    overflow: auto;
    
	
}

#footer ul.horizontal li {
    clear: none;
    display: block;
    float: left;
    font-weight: normal;
    margin: 0;
    padding: 0;	
}

#footer .contact{
	float:right;
	
}

#footer ul.horizontal li a:link, a:visited{
	padding: 0 3px ;
		
}

#links p { 
    font-size:0.9em!important;
	line-height:1.5em!important;
	
}

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;
}
