/* tags */

html, body {
	margin: 0;
	padding: 0;
}

body {
  background-color: #cccccc;
  color: #000000;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 75%;
}

h1, h2, h3, h4, h5, h6, p, blockquote, font, caption, th, td, li, dt, dd, div {
  font-family: Tahoma, Arial, sans-serif;
  color: #000000;
}

font {
  font-size: 100%;
  color: inherit;
}

table {
  border-collapse: collapse;
  font-size: 100%;
}

th, td {
  color: #000000;
  /*text-align: left;*/
  vertical-align: top;
  text-size: 100%;
}

p {
  color: #000000;
  margin: 0 0 20px 0;
}

p, blockquote, ul, ol {
	line-height: 120%;
}

p.synopsis {
  font-weight: bold;
  color: #000000;
}

li {
  color: #000000;
}

pre {
  font-size: 100%;
}

h1 {
  font-size: 175%;
  font-weight: bold;
  color: #000000;
  margin: 0 0 10px 0;
}

h2 {
  font-size: 150%;
  color: #000000;
}

h3 {
  font-size: 135%;
  color: #000000;
  margin: 0 0 10px 0;
  
}

h4 {
  font-size: 120%;
  color: #000000;
}

h5 {
  font-size: 110%;
  color: #000000;
}

h6 {
  font-size: 90%;
  color: #000000;
}

h2 a:link, h2 a:visited, h2 a:focus, h2 a:hover, h2 a:active, h4 a:link, h4 a:visited, h4 a:focus, h4 a:hover, h4 a:active {
  color: #000000;
}

h3 a:link, h3 a:visited, h3 a:focus, h3 a:hover, h3 a:active, h5 a:link, h5 a:visited, h5 a:focus, h5 a:hover, h5 a:active, h6 a:link, h6 a:visited, h6 a:focus, h6 a:hover, h6 a:active {
  color: #000000;
}

hr {
  height: 1px;
  width: 100%;
  color: #000000;
  border: 0;
}

ol, ul, dl {
  margin: 0 0 20px 0;
  padding: 0;
}

ol li, ul li, dl dd {
  margin: 0 0 0 35px;
}

ul {
  list-style-type: square;
  list-style-image: none;
}

a:link, a:visited {
  color: #000000;
  text-decoration: none;
}

a:focus, a:hover, a:active {
  color: #fdcc09;
  text-decoration: underline;  
}

address {
  margin: 0 0 20px 0;
}

.clearfix, .clearfix-left, .clearfix-right {
  zoom: 1;
}

.clearfix:after, .clearfix-left:after, .clearfix-right:after {
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix-left:after {
  clear: left;
}

.clearfix-right:after {
  clear: right;
}

dl.flat dt, dl.flat dd {
  float: left;
  margin: 0 5px 0 0;
}

dl dt.left, dl.dd.left {
  text-align: left;
}

dl dt.center, dl.dd.center {
  text-align: center;
}

dl dt.right, dl.dd.right {
  text-align: right;
}

ul.no-bullets, ol.no-bullets {
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.no-bullets li, ol.no-bullets li {
  margin: 0 0 20px 0;
  padding: 0;
}

table.data {
  border-collapse: collapse;
  margin: 0 0 0 0;
  width: 100%;
}

table.data.compact {
  font-size: 90%;
}

table.data caption {
  text-align: left;
  font-size: 150%;
}

table.data thead {

}

table.data thead tr {
  background-color: #ff9900;
}

table.data tfoot tr {
  background-color: #ff9900;
}

table.data thead tr th, table.data tfoot tr th {
  padding: 3px 4px;
  vertical-align: top;
}

table.data thead tr th, table.data thead tr th a:link, table.data thead tr th a:visited, table.data thead tr th a:focus, table.data thead tr th a:hover, table.data thead tr th a:active {
  color: #ffffff;
}

table.data tfoot tr th, table.data tfoot tr td, table.data tfoot tr th a:link, table.data tfoot tr th a:visited, table.data tfoot tr th a:focus, table.data tfoot tr th a:hover, table.data tfoot tr th a:active, table.data tfoot tr td a:link, table.data tfoot tr td a:visited, table.data tfoot tr td a:focus, table.data tfoot tr td a:hover, table.data tfoot tr td a:active {
  color: #333333;
}

table.data tbody {

}

table.data th {
  font-weight: bold;
}

table.data td {
  font-weight: normal;
}

table.data.compact thead tr th, table.data.compact tbody tr th, table.data.compact tbody tr td {
  padding: 1px;
}

table.data th.left, table.data td.left {
  text-align: left;
}

table.data th.center, table.data td.center {
  text-align: center;
}

table.data th.right, table.data td.right {
  text-align: right;
}

table.data th.top, table.data td.top {
  vertical-align: top;
}

table.data th.middle, table.data td.middle {
  vertical-align: middle;
}

table.data th.bottom, table.data td.bottom {
  vertical-align: bottom;
}

table.data tbody th, table.data tbody td, table.data tfoot tr th, table.data tfoot tr td {
  border-width: 0;
  border-style: solid;
  border-color: #333333;
  padding: 2px 4px;
  vertical-align: top;
}

table.data.bordered thead th, table.data.bordered tbody th, table.data.bordered tbody td {
  border: 1px solid #333333;
}

table.data tbody th {
  width: auto;
}

table.data thead tr th, table.data tbody tr td {
  text-align: left;
}

table.data tbody tr th {
  text-align: right;
}

table.data th a:link, table.data th a:visited, table.data th a:focus, table.data th a:hover, table.data th a:active, table.data td a:link, table.data td a:visited, table.data td a:focus, table.data td a:hover, table.data td a:active {
  width: auto;
  height: auto;
} 

table.data th a.inline:link, table.data th a.inline:visited, table.data th a.inline:focus, table.data th a.inline:hover, table.data th a.inline:active, table.data td a.inline:link, table.data td a.inline:visited, table.data td a.inline:focus, table.data td a.inline:hover, table.data td a.inline:active {
  display: inline;
}

table.data tr td label, table.data tr th label {
  display: inline;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

table.data th input.inputCheckbox, table.data th input.inputRadio, table.data td input.inputCheckbox, table.data td input.inputRadio {
  margin: 0;
}

table.data thead tr th, table.data tfoot tr th, table.data tfoot tr td, table.data tbody tr.odd th, table.data tbody tr.odd td, table.data tbody tr.even th, table.data tbody tr.even td {
  border-top: 1px solid #ff9900;
}

table.data tbody tr.odd {
  background-color: #ffffff;
}

table.data tbody tr.even {
  background-color: #efefef;
}

