/* ----------------------------------------
|   Stand alone application template      |
|   Author: DEWHA                         |
-----------------------------------------*/

* {
  margin: 0;
  padding: 0;
}
a:link {
  color: #039;
}
a:visited {
  color: #660066;
}
a:hover, a:active {
  color: black;
}
acronym {
  cursor: help;
}
body {
  background: white url(../images/bg-body.gif) repeat-x 0 0;
  font: 80%/1.4em normal Arial, Verdana, Geneva, sans-serif;
  color: #666;
}
form fieldset {
  background: #f0f3e4 url(../images/bg-fieldset.gif) repeat-x 0 0;
  border: 1px solid #aca899;
  margin: 1em 1em 1em 0;
  padding: 0 0.5em 1em 0.5em;
}
form legend {
  background-color: white;
  border-left: 1px solid #aca899;
  border-right: 1px solid #aca899;
  border-top: 1px solid #aca899;
  font-weight: bold;
  padding: 2px 1em 2px 1em;
}
form p {
  font-size: 90%;
}
form label {
  font-size: 100%;
}
form input,
form textarea {
  font-size: 100%;
  font-family: Arial, Verdana, Geneva, sans-serif;
}
form input.submit {
  margin: 1em 0 0 0;
}
form input.aligned {
  position: absolute; 
  left: 340px;
}
form p {
  font-size: 85%;
}
img {
  border: 0;
}
ul {
  padding: 0 0 0 1em;
}
li {
  list-style-type: square;
}

/* HEADER
--------------------------------------------------------- */
#header {
  height: 59px;
  text-align: right;
}
#header img {
  padding: 0;
  margin: 5px 0 0 5px;
  float: left;
}
#header h1 {
  color: white;
  font-size: 160%;
  font-weight: normal;
  margin: 0 115px 2px 0;
}
#header h2 {
  color: #f2f5cd;
  font-size: 110%;
  font-weight: bold;
  margin-right: 115px;
}

/* use singleline if there is no H2 */
#title-doubleline,
#title-singleline {
  background: transparent url(../images/bg-header.gif) no-repeat right 13px;
  height: 59px;
  margin: -5px 5px 0 0;
  float: right;
}
#title-singleline h1 {
  margin-top: 26px;
}
/* use doubleline if there is H1 and H2 */
#title-doubleline {
  padding-top: 17px;
}

/* BREADCRUMB and FOOTER
--------------------------------------------------------- */
#breadcrumb {
  clear: both;
  color: #666;
  font-size: 85%;
  margin: 4px 0 1em 5px;
}
#breadcrumb a, #footer a,
#breadcrumb a:link, #footer a:link,
#breadcrumb a:visited, #footer a:visited {
  background-color: transparent;
  color: #666;
}
#breadcrumb a:hover, #footer a:hover {
  background-color: inherit;
  color: black;
}
#footer {
  border-top: 1px solid #ccc;
  clear: both;
  color: #666;
  font-size: 85%;
  margin: 2em 5px ;
  padding-top: 0.5em;
  text-align: center;
}


/* Application area styles
--------------------------------------------------------- */
#application-area {
  font-size: 90%;
  margin: 2em 1em 1em 1em;
}
#application-area h1 {
  font-size: 130%;
  margin: 1em 0;
}
#application-area h2 {
  font-size: 120%;
  margin: 1em 0;
}
#application-area h3 {
  font-size: 110%;
  margin: 1em 0 0.5em 0;
}
#application-area ul {
  margin: 0.25em 0 0.25em 1em;
}
