/* --[Base tags]---------------------------------------------- --*/
html,
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 margin: 0px;
 padding: 0px;
 background-color: #ffffff;
}

img {
  border-style: none;
  margin: 0px;
}

img.bordered {
  border: 1px solid #666666;
}

img.borderedHighlight {
  border: 2px solid #0000ff;
}

a {
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  outline: none;
}

a:hover {
  text-decoration: underline;
}

a:img.hover {
  text-decoration: none;
}

table {
  border: none;
  border-collapse: collapse;
  empty-cells: show;
}

td {
  vertical-align: top;
  font-size: 12px;
}

td.label {
  white-space: nowrap;
  background-color: #EFEFEF;
  border-bottom: 2px #ffffff solid;
  padding-right: 5px;
  padding-left: 5px;
}

td.value {
  padding-left: 5px;
}

th {
  font-size: 12px;
}

form {
  margin: 0px;
  padding: 0px;
}

h1 {
  font-size: 14px;
  border-bottom: solid 1px;
  border-color: #C1BDB4;
  margin-top: 0px;
  margin-bottom: 10px;
}

h1 span.sub {
  font-size: 10px;
  font-weight: normal;
}

h1 span.sub a {
  font-size: 10px;
  font-weight: normal;
}

h2 {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 5px;
}

h3 {
  font-size: 12px;
  margin-bottom: 5px;
}

br {
  clear: left;
}

hr {
  border: 0px;
  height: 1px;
  background-color: #C1BDB4; /* Moz */
  color: #C1BDB4; /* IE */
  }

ul {
  list-style: square;
  padding-left: 10px;
  margin-left: 10px;
  margin-top: 5px;
}

li {
  margin-left: 0px;
  margin-bottom: 3px;
  padding-left: 0px;
}

fieldset {
  border: 1px solid;
  border-color: #C1BDB4;
}

legend {
  font-weight: bold;
  border: 1px solid;
  padding-left: 10px;
  padding-right: 10px;
}

/* --[Module Forms]---------------------------------------------- --*/
input.btn {
   font-weight:bold;
}

input {
  font-size: 12px;
}

select {
  font-size: 12px;
}


label {
  font-weight: bold;
  text-align: right;
  width: 75px;
  margin-right: 5px;
  white-space: nowrap;
}