html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  background-color: #C7C7C7;
}

body, td, th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

form {
    display: inline;
}

a {
    color: #000000;
}

a.visited {
    color: #000000;
}


#page, body, html {
  background-color: #00a0e1;
}

#header {
  height: 55px;
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
}

#headlogo {
    position: relative;
    top: 5px;
    left: 5px;
    margin: 0;
    padding: 0;
    border: 0;
}

#headlinks {
  position: absolute;
  top:0px;
  right: 10px;
  margin: 0;
  padding: 0;
  border: 0;
  color: #000000;
}


#headlinks ul li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 5px;
  font-weight: bold;
  font-size: 12px;
}

#headlinks ul li a {
  text-decoration:none;
}

#headlinks ul li a:hover {
  text-decoration:underline;
}

#headlink-logout {
  color: #F06666;
}

#headmenu {
    position: absolute;
    top: 22px;
    right: 30px;
    margin: 0;
    padding: 0;
    border: 0;
    color: #000000;
    float: left;
}

#headmenu ul li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0 15px;
  font-weight: normal;
  font-size: 11px;
  border-right: 1px solid #000;
}
#headmenu ul li#logout {
    border: none;
}
#headmenu ul li#logout a {
    color: #F06666;
}

#headmenu ul li a {
  text-decoration:none;
}

#headmenu ul li a:hover {
  text-decoration:underline;
}

#content {
    position: relative;
    margin: 0 50px 0 50px;
    padding-top: 20px;
    padding-bottom: 100px;
    height: 110%;
    min-height:400px;
    background-color: #f7f7f7;
    background-image:url(../img/bg_r.gif);
    background-position: right;
    background-repeat: repeat-y;
    border-top: 1px solid #EBEBEB;
    width: 90%;
}


#loginbox span {
    width: 200px;
}

#footer {
    margin: 15px;
    text-align: right;
}

#customorder li {
    margin: 0 0 20px 90px;
    padding: 0;
    padding-left: 40px;

    font-size: 10px;
    background-image:url(../img/list_bg.gif);
    background-position: 0 7px;
    background-repeat: no-repeat;
}

#customorder input, #customorder select {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    width: 350px;
}

#customorder .statictext  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    width: 350px;
}

#customorder .hinttext  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    width: 350px;
    color: #FF0000;
}

#customorder input.auto {
    width: auto;
}

#customorder input.readonly {
    color: #4a4a4a;
    background-color: #EBEBEB;
}

#customorder .TitleA, h2 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 12px;
}

#customorder .TextA {
    margin-bottom: 12px;
}

#customorder .Caption {
    position: relative;
    left: -160px;
    top: 15px;
    width: 125px;
}

#customorder .CaptionBold {
    position: relative;
    left: -160px;
    top: 15px;
    width: 125px;
    font-weight: bold;
}

#customorder .BottomLine {
    background-image:url(../img/bottom_line.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}