/* --- css stylesheet --- */
/* --- global --- */
html , html * , body , body * {
  font-size: 11px;
  line-height: 14px;
  font-family: "arial ce", arial, "tahoma ce", tahoma, "helvetica ce", helvetica, sans-serif;
}
body {
  margin: 0px;
  padding: 0px;
  color: #625E3D;
  background: repeat-y left top url(images/web_body_bg.gif) #DCDCD1;
  text-align: left;
}
body.admin {
  margin: 5px 5px 5px 5px;
  padding: 0px 0px 0px 0px;
	color: #625E3D;
  background: none #F8F9F5;
  text-align: left;
}
img {
  border: 0px none;
}
a {
  color: #941711;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #941711;
  text-decoration: underline;
  font-weight: bold;
}
form {
  padding: 0px;
  margin: 0px;
}
p {
  margin: 0px;
}
i , em {
  _text-indent: 2px;
}
ul {
  margin: 4px 0px 0px 18px;
  padding: 0px 0px 0px 0px;
}
ol {
  margin: 0px 0px 0px 32px;
  padding: 0px 0px 0px 0px;
}
li {
  margin: 4px;
  padding: 0px;
}
h1 , h2 , h3 , h4 , h5 , h6 {
  padding: 0px;
  margin: 0px;
  color: #941711;
  font-weight: bold;
}
h1 {
}
h1 , h1 * {
  font-size: 28px;
  line-height: 28px;
  font-weight: normal;
}
h2 {
}
h2 , h2 * {
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
}
h3 {
}
h3 , h3 * {
  font-size: 15px;
  line-height: 18px;
}
h4 {
}
h4 , h4 * {
  font-size: 13px;
  line-height: 16px;
}
h5 {
}
h5 , h5 * {
}
h6 {
}
h6 , h6 * {
}
table {
  border: 0px none;
  border-collapse: collapse;
}
object {
  display: block;
}
/* --- common --- */
.dataframe  {
  width: 100px;
  height: 100px;
  border: 1px solid #000000;
  background-color: #FFFFFF;
}
.dataframe-hidden {
  display: none;
}
.clear , .f-c {
  float: none !important;
  clear: both !important;
  font-size: 0px !important;
  line-height: 0px !important;
  height: 0px !important;
  width: 0px !important;
  overflow: hidden !important;
  padding: 0px !important;
  margin: 0px !important;
}
.float-left , .f-left , .f-l {
  float: left !important;
}
.float-left , .f-right , .f-r {
  float: right !important;
}
.text-left , .t-left , .t-l {
  text-align: left !important;
}
.text-center , .t-center , .t-c {
  text-align: center !important;
}
.text-right , .t-right , .t-r {
  text-align: right !important;
}
.text-top , .t-top , .t-t {
  vertical-align: top;
}
.text-middle , .t-middle , .t-m {
  vertical-align: middle;
}
.text-bottom , .t-bottom , .t-b {
  vertical-align: bottom;
}
.error {
  color: #AB2615 !important;
}
.error input {
  border: 1px solid #AB2615 !important;
}
.error textarea {
  border: 1px solid #AB2615 !important;
}
/*tr.error td {
  border: 0px none !important;
  border-top: 1px solid #941711 !important;
  border-bottom: 1px solid #941711 !important;
}*/
.hidden {
  display: none;
}
.block {
  display: block;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
/* --- form --- */
.formtext {
  border: 1px solid #A2A29A;
  background-color: #EEEEE8;
  padding: 2px 2px 0px 2px;
  margin: 0px;
}
input.formtext {
  height: 17px;
}
select.formtext {
  padding: 0px;
}
/* --- buttons --- */
.button {
  border: 1px solid #AB2615;
  background-color: #AB2615;
  color: #FFFFFF;
  line-height: 14px;
  _height: 17px;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
}
.button:hover {
  border: 1px solid #AB2615;
  background-color: #FFFFFF;
  color: #AB2615;
  text-decoration: none;
}
a.button {
  padding: 0px 15px 0px 15px;
}
.button-off , input.button-on {
  border: 1px solid #A2A29A;
  text-decoration: none;
  cursor: pointer;
}
.button-off {
  background: none #DCDCD1;
  color: #000000;
}
.button-on {
  background: none #A2A29A;
  color: #FFFFFF;
}
.smallbutton {
  border: 1px solid #DFDCD3;
  background: none #DFDCD3;
  color: #575335;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}
.smallbutton:hover {
  background: none #FFFFFF;
  text-decoration: none;
}
a.smallbutton {
  padding: 0px 15px 0px 15px;
}
.smallbutton-off , input.smallbutton-on {
  border: 1px solid #DFDCD3;
  color: #575335;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}
.smallbutton-off {
  background: none #DFDCD3;
}
.smallbutton-on {
  background: none #FFFFFF;
}
/* unused
.fixbutton {
  border: 1px solid #DFDCD3;
  background: none #DFDCD3;
  color: #575335;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  display: block;
  text-align: center;
  margin-bottom: 2px;
  width: 170px;
}
.fixbutton:hover {
  background: none #FFFFFF;
  text-decoration: none;
}
a.fixbutton {
}
.fixbutton-off , input.fixbutton-on {
  border: 1px solid #DFDCD3;
  color: #575335;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}
.fixbutton-off {
  background: none #DFDCD3;
}
.fixbutton-on {
  background: none #FFFFFF;
}
*/
.maxbutton {
  border: 1px solid #DFDCD3;
  background: none #DFDCD3;
  color: #575335;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  display: block;
  text-align: center;
  margin: auto;
  margin-bottom: 2px;
  width: 100%;
}
.maxbutton:hover {
  background: none #FFFFFF;
  text-decoration: none;
}
a.maxbutton {
}
.maxbutton-off , input.maxbutton-on {
  border: 1px solid #DFDCD3;
  color: #575335;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}
.maxbutton-off {
  background: none #DFDCD3;
}
.maxbutton-on {
  background: none #FFFFFF;
}
/* --- mask --- */
div.web-all {
  width: 992px;
}
div.web-side {
  width: 198px;
  float: left;
}
div.web-main {
  width: 794px;
  float: right;
  padding-bottom: 10px;
}
/* --- web-side --- */
div.side-space {
  height: 18px;
  overflow: hidden;
  clear: both;
}
div.side-block {
  width: 144px; /*151px;*/
  padding: 0px 3px 0px 49px; /*0px 0px 0px 45px;*/
}
div.side-block img {
  display: block;
}
div.side-arrow {
  background: no-repeat left bottom url(images/arrow_left_menu.gif);
  width: 15px;
  height: 0px;
  position: absolute;
  left: 198px;
  top: -222px;
}
div.side-menu1 , div.side-menu2 {
  width: 151px;
  padding: 1px 0px 0px 46px;
  position: relative;
}
div.side-menu1 a , div.side-menu2 a {
  display: block;
  height: 23px;
  margin-bottom: 1px;
  text-decoration: none;
}
div.side-menu1 a:hover , div.side-menu2 a:hover {
  text-decoration: none;
}
div.side-menu1 a.active , div.side-menu2 a.active {
}
div.side-menu1 a.active:hover , div.side-menu2 a.active:hover {
}
div.side-menu1 a img , div.side-menu2 a img {
  display: none;
}
div.side-menu1 a b {
  background: none #AB2615;
  color: #FFFFFF;
  display: block;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 0px 0px 0px 8px;
  border-top: 1px solid #C05F52;
  border-bottom: 1px solid #7D0011;
}
div.side-menu1 a:hover b {
  background: none #7D0011;
  color: #FFFFFF;
}
div.side-menu1 a.active b {
  background: none #7D0011;
  color: #FFFFFF;
}
div.side-menu1 a.active:hover b {
  background: none #7D0011;
  color: #FFFFFF;
}
div.side-menu2 a b {
  background: none #D1D1C3;
  color: #941711;
  display: block;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 0px 0px 0px 8px;
  border-top: 1px solid #D1D1C3;
  border-bottom: 1px solid #DCDCD2;
}
div.side-menu2 a:hover b {
  background: none #A81C18;
  color: #FFFFFF;
}
div.side-menu2 a.active b {
  background: none #A81C18;
  color: #FFFFFF;
}
div.side-menu2 a.active:hover b {
  background: none #A81C18;
  color: #FFFFFF;
}
/* --- web-top --- */
div.web-top {
  height: 84px;
}
div.top-menu {
  padding: 4px 0px 0px 0px;
  height: 17px;
  cursor: default;
}
div.top-menu * {
  font-size: 9px;
}
div.top-menu a {
  display: block;
  float: right;
  text-decoration: none;
}
div.top-menu a:hover {
  text-decoration: none;
}
div.top-menu a.active {
}
div.top-menu a.active:hover {
}
div.top-menu a b {
  color: #941711;
  display: block;
  overflow: hidden;
  padding: 3px 6px 0px 6px;
  text-transform: uppercase;
  font-weight: normal;
}
div.top-menu a:hover b {
  color: #941711;
}
div.top-menu a.active b {
  color: #941711;
}
div.top-menu a.active:hover b {
  color: #941711;
}
div.top-menu a img {
  display: none;
}
div.top-menu i {
  display: block;
  float: right;
  color: #941711;
  font-style: normal;
}
/* ---  --- */
div.footer {
  text-align: center;
  padding: 5px 15px 0px 15px;
}
div.footer a , div.footer a:hover {
  font-weight: normal;
}
/* ---  --- */
