body {
  text-align: center;
  padding: 10px !important;
  margin: 0px !important;
  background: url(../images/bg.gif) repeat-x #e0e0e0
    ;
  border: 0px solid black;
}

h1 {
  font-family: calibri, arial;
  font-size: 14pt;
  font-weight: normal;
  background: #fff;
  color: #000;
  margin-top: 2em;
  border-bottom: 2px solid #eee;
}

h1 span {
  color: #323c79;
}

h1.blue {
  font-family: arial;
  font-size: 9pt;
  font-weight: bold;
  padding: 4px 0px;
  padding-left: 15px;
  background: #323c79;
  color: #ffffff;
}

h2 {
  font-family: calibri, arial;
  font-size: 11pt;
  font-weight: normal;
  background: #fff;
  color: #000;
  margin-top: 0.5em;
}

a,a:link,a:active,a:visited {
  color: #323c79;
  text-decoration: none;
}

a:hover {
  color: #323c79;
  text-decoration: underline;
}

#Table_01 {
  margin: auto;
  text-align: left;
  font-size: 9pt;
  font-family: arial;
  color: #000000;
}

#login {
  background: #ffffff;
  vertical-align: middle;
  text-align: center;
}

#menu {
  background: url(../images/boss_capital_05.gif)
    left repeat-x;
  width:100%;
  color: #fff;
  line-height: 26px;
  font-size: 7.5pt;
  font-family: arial;
  font-weight: bold;
  vertical-align: top;
  text-align: center;
}

#menu span {
  margin: 0px 10px;
}

#menu a,#menu a:link,#menu a:active,#menu a:visited
  {
  color: #ffffff;
  text-decoration: none;
}

#menu a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#tailMenu {
  background: url(../images/boss_capital_09.gif)
    repeat-x;
  overflow: hidden;
  color: #fff;
  font-size: 8pt;
  font-family: arial;
  vertical-align: bottom;
  text-align: center;
  line-height: 35px
}

#tailMenu a,#tailMenu a:link,#tailMenu a:active,#tailMenu a:visited
  {
  color: #fff;
  text-decoration: none;
}

#tailMenu a:hover {
  text-decoration: underline;
}

#tailMenu span {
  padding: 0px 30px;
}

#pageNav {
  text-align: right;
  font-weight: bold;
  padding-top: 10px;
}

#pageNav a,#pageNav a:link,#pageNav a:active,#pageNav a:visited
  {
  color: #999999;
  text-decoration: none;
}

#pageNav a:hover {
  text-decoration: underline;
}

#overview {
  font-family: arial;
  font-size: 9pt;
  margin: 6px auto;
  background: #fdfdfd;
  margin: 6px auto;
}

#overview table th {
  vertical-align: bottom;
  border-bottom: 1px solid #eee;
}

#overview a,#overview a:link,#overview a:active,#overview a:visited
  {
  color: #000;
  text-decoration: none;
}

table#form {
  font-size: 10pt;
}

table#form td {
  border: 1px solid #ddd;
  height: 25px;
  line-height: 25px;
}

table#form td.label {
  background: #eee;
  padding-left: 15px;
}

table#form td.field {
  background: #fff;
  padding: 0px;
}

table#form td.field input,table#form td.field select,table#form td.field textarea
  {
  width: 90%;
  border: 0px solid;
  font-family: arial;
  font-size: 10pt;
  color: #aaa;
  vertical-align: middle;
  margin: auto;
  padding: 4px 0px;
  padding-left: 15px;
}

#fileinput {
  background: url(../images/arrow.gif) no-repeat top
    right;
}

table#infoTable {
  width: 100%;
  font-size: 8pt;
  color: #fff;
}

table#infoTable td,table#infoTable th {
  padding: 1px 10px;
  height: 26px;
  line-height: 26px;
}

table#infoTable th {
  font-weight: bold;
  text-align: left;
  background: #222;
  border-bottom: 6px solid #ffffff;
}

table#infoTable td {
  border-bottom: 1px solid #ffffff;
}

table#infoTable td.light {
  background: #666;
}

table#infoTable td.dark {
  background: #444;
}

table#infoTable a,table#infoTable a:link,table#infoTable a:active,table#infoTable a:visited
  {
  color: #ffffff;
  text-decoration: none;
}

table#infoTable a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#top_login {
  padding: 0px;
}

#top_login table {
  background: url(../images/top_login_02.gif)
    repeat-y top;
}

#top_login table#form h1 {
  margin: 2px;
  margin-bottom: 4px;
  padding-bottom: 1px;
  font-size: 12pt;
  border-bottom: 1px dotted #666;
}

#top_login table#form td {
  line-height: 20px;
  height: 20px;
}

#top_login table#form .field input {
  text-align: center;
  padding: 2px 0px;
}

#footer {
  background: url(../images/boss_capital_11.gif) repeat-x;
  font-size: 7pt;
  font-family: Arial;
  line-height: 20px;
  vertical-align: bottom;
  color: #CCD!important;
}

#infoBox {
  border: 1px solid #e0e0ff;
  background: #f0f0ff;
  padding: 8px;
  margin: 10px auto;
  font-family: arial;
  font-size: 7pt;
}

#infoBox span {
  display: block;
  padding: 4px;
}

#note {
  text-align: left;
  font-size: 8pt;
  margin: 20px auto;
  padding: 8px;
  border: 2px solid #EEEE00;
}