/*
---------------------------------------------
 
File :       /css/style.css
Title :      Chaipaval General CSS File
Author :     Derek Smith, adamantean ltd.
URL :        http://www.adamantean.com
 
Created :    20/12/2007 DSAD
 
---------------------------------------------
*/
 
 
/* General */

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #717276;
  background: #313131;
  margin: 0px;
  padding: 0px;
}

a:link {
  font-family: Arial, Helvetica, sans-serif;
  color: #717276;
  text-decoration: underline
}

a:active,
a:visited,
a:hover {
  font-family: Arial, Helvetica, sans-serif;
  color: #717276;
}

h1 {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  margin: 0px;
}

h2 {
  font-size: 14px;
  margin: 0px;
}

h3 {
  font-size: 12px;
  margin: 0px;
}

table {
  width: 100%;
  text-align: left;
  font-size: 11px;
  border-collapse: collapse;
}

th {
  background: #DEDEDE;
  white-space: nowrap;
}

td, tr.total td.data {
  background: #EFEFEF;
}

th, td, tr.total td.data {
  vertical-align: middle;
  padding: 3px 15px 3px 15px;
  border: 1px solid #ffffff;
}

tr.total td.bold {
  font-weight: bold;
}

tr.total td {
  background: #ffffff;
}

td.number, th.number {
  text-align: right;
}

.paddingleft1 {
  padding-left: 15px;
}

ul {
  padding: 0;
  padding-right: 25px;
  margin: 0;
  margin-left: 20px;
}

li {
  list-style-image: url('/images/bullet1.gif');
}

div#site {
  width: 990px;
  margin-left: auto;
  margin-right: auto;
  line-height: 130%;
}

div#header {
  height: 50px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
}

img#logo {
  display:inline;
  float: left;
  margin-left: 60px;
  margin-top: 6px;
}

div#menu {
  float: right;
  padding-right: 60px;
  padding-top: 29px;
}

div#menu ul {
  display: block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

div#menu a {
}

div#menu ul li {
  display: inline;
  list-style-type: none;
}

div#menu ul li a {
  font-size: 11px;
  padding-left: 2px;
  padding-right: 2px;
}

div#menu a:hover, div#menu a:active, div#menu a.menuselected {
  color: #717276;
}

div#headerimage {
  padding-left: 21px;
}

div#flashbook {
  width: 990px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

div#contentwrapper {
  width: 990px;
}

div#content {
  padding: 0;
  margin: 0;
  padding-top: 39px;
}

div#contentcontent {
  float: left;
}

div#contentcontent p {
}

p.error {
  color: #ff0000;
  font-weight: bold;
  border: 1px solid #ff0000;
  padding: 5px;
}

p.error a {
  color: #ff0000;
}

div.hr {
  clear: both;
  width: 95%;
  height: 1px;
  overflow: hidden;
  background-image: url("/images/hr.gif");
  background-repeat: repeat-x;
  padding: 0;
  margin: 0;
  margin-left: 2.5%;
}

div.hr2 {
  clear: both;
  height: 12px;
  overflow: hidden;
  background-image: url("/images/hr2.gif");
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}

div.hr3 {
  clear: both;
  height: 2px;
  overflow: hidden;
  background-image: url("/images/hr3.gif");
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}

div.hr4 {
  clear: both;
  height: 12px;
  overflow: hidden;
  background-image: url("/images/hr4.gif");
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}

a.link1 {
  padding-right: 10px;
  background-image: url("/images/arrow-blue.gif");
  background-repeat: no-repeat;
  background-position: right 3px;
  text-decoration: none;
}

a.link1:hover {
  text-decoration: underline;
}

a.link2 {
  font-weight: bold;
  padding-left: 10px;
  background-image: url("/images/arrow-blue2.gif");
  background-repeat: no-repeat;
  background-position: left 4px;
  text-decoration: none;
}
 
a.link2:hover {
  color: #505050;
}

form {
  width: 585px;
}

form.quick {
  display: inline;
}

form br {
  clear: left;
}

form input, form select, form textarea {
  float: left;
  font-size: 12px;
  color: #717276;
  margin-left: 10px;
  border: 1px solid #717276;
}

form input.image {
  border: none;
}

div.formlabel {
  padding-top: 4px;
  float: left;
  width: 120px;
  text-align: right;
}

div.cleardiv {
  float: none;
  clear: both;
  height: 0px;
  overflow: hidden;
}

div#footer {
  font-size: 11px;
  color: #505050;
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

div#footer a {
  font-size: 11px;
  color: #505050;
  text-decoration: none;
}

div#footer a:hover {
  text-decoration: underline;
}

div#footermenu {
  font-size: 11px;
  padding-bottom: 4px;
}

div#footermenu a {
  font-size: 11px;
  text-decoration: none;
  padding-left: 6px;
  padding-right: 6px;
}

div#adamantean {
  display: inline;
}

div#copyright {
  display: inline;
}

div.clear {
  clear: both;
}

div.clear2 {
  width: 563px;
  height: 1px;
  overflow: hidden;
  clear: both;
  margin-left: 1px;
}

div.clearleft {
  clear: left;
}

div.clearright {
  clear: right;
}

div.spacer {
  font-size: 1px;
  height: 1px;
  overflow: hidden;
}

div.spacer1 {
  height: 88px;
}

div.spacer2 {
  height: 34px;
}

div.spacer3 {
  height: 3px;
}

div.spacer4 {
  margin-top: 12px;
  margin-bottom: 12px;
}

a.backbutton {
  padding-left: 8px;
  background-image: url("/images/arrow-blue-back.gif");
  background-repeat: no-repeat;
  background-position: left 4px;
  text-decoration: none;
}

a.nextbutton {
  padding-right: 11px;
  background-image: url("/images/arrow-white.gif");
  background-repeat: no-repeat;
  background-position: right 1px;
  text-decoration: none;
}

fieldset {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border: 2px solid #505050;
}

label * {
  vertical-align: middle;
}

legend {
  font-weight: bold;
  color: #505050;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
}

input {
  font-family: Arial, Helvetica, sans-serif;
  border-width: 1px;
  border-style: solid;
  border-color: #8E8E8E;
  background: #C6C6C6;
}

.checkbox,
.radio {
  font-family: Arial, Helvetica, sans-serif;
  border-width: 0px;
  border-style: none;
  border-color: #8E8E8E;
}
 
select {
  font-family: Arial, Helvetica, sans-serif;
  border-width: 1px;
  border-style: solid;
  border-color: #8E8E8E;
  background: #C6C6C6;
}
 
textarea {
  font-family: Arial, Helvetica, sans-serif;
  background: #C6C6C6;
}

input.imagebutton {
  border: none;
}
 
.floatleft {
  display: inline;
  float: left;
}

.floatright {
  display: inline;
  float: right;
}

img.arrow1 {
  vertical-align: middle;
}

.hr {
  height: 14px;
  margin: 0;
  margin-bottom: 2px;
  padding: 0;
  margin-top: 3px;
  border: 0;
  background-image: url("/images/hr.gif");
  background-repeat: no-repeat;
  clear: both;
}

.highlight, a.highlight {
  color: #C1192F;
  font-weight: bold;
}
