body {
  font-family: arial;
  font-size: 13px;
  background: #dadada;
  margin: 0;
  padding: 0;
}

#header {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  margin: 50px auto;
}
#loginform {
  margin: 0 auto;
  width: 280px;
}
#loginform span {
  width: 100px;
  display: inline-block;
}
#lform {
  border: 1px solid #aaaaaa;
  padding: 3px 7px;
}
#country {
  border: 1px solid #aaaaaa;
  padding: 3px 7px;
  width: 265px;
}
#filter {
  border: 1px solid #aaaaaa;
  padding: 3px 7px;
}
#btn {
  background: -moz-linear-gradient(center top, #ffffff, #cccccc) repeat scroll 0
    0 rgba(0, 0, 0, 0);
  border: 1px solid #aaaaaa;
  color: #111111;
  font-weight: bold;
  padding: 3px 7px;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
  cursor: pointer;
}
#addd {
  background: -moz-linear-gradient(center top, #ffffff, #cccccc) repeat scroll 0
    0 rgba(0, 0, 0, 0);
  border: 1px solid #aaaaaa;
  color: #111111;
  font-weight: bold;
  padding: 3px 7px;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
  cursor: pointer;
  text-decoration: none;
  margin-left: 10px;
}
#mainwrapper {
  margin: 0 auto;
  width: 800px;
  height: 800px;
}
#topmenu {
  height: 80px;
  margin-bottom: -28px;
}
#contentmain {
  border: 5px solid #000;
  height: 650px;
  width: 100%;
  border-radius: 7px;
  border-top-width: 30px;
  background: yellowgreen;
}
/*background: #00498e;
*/
#main {
  background: #ffffff;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  height: 600px;
}
#footer {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  height: 30px;
  background: yellowgreen;
  color: #000;
}
#footer a {
  text-decoration: none;
  color: #000;
  text-shadow: 1px 1px #fff;
}
#topmenu ul {
  margin: 0;
  padding: 0;
  list-style: none outside none;
}
#topmenu ul li {
  float: left;
  margin-right: 10px;
}
#topmenu ul li a {
  color: #ffffff;
  text-decoration: none;
}

#topmenu ul li a img {
  height: 40px;
  padding: 5px 30px 7px;
  width: 40px;
  background: #c8f5c2;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border: 1px solid #000;
  border-bottom: none;
}
#topmenu ul li a.active img {
  background: yellowgreen;
  border: none !important;
}

#topmenu ul li a span {
  display: block;
  line-height: 20px;
  padding: 0 0 5px;
  padding-top: 3px;
}
#topmenu ul li a.active {
  background: none repeat scroll 0 0 yellowgreen;
}
#topmenu ul li a {
  border-radius: 5px;
  display: block;
  font-weight: bold;
  height: 80px;
  line-height: 1px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100px;
}

.clearfix {
  clear: both;
}
#salesreg {
  width: 530px;
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  padding-left: 10px;
}
#salessummary {
  width: 240px;
  float: left;
  margin-top: 10px;
}
#title {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#total {
  padding: 10px;
  border-radius: 7px;
  background: #e8e8e8;
  margin-right: 10px;
  margin-bottom: 8px;
}
#dt {
  padding: 10px;
  border-radius: 7px;
  background: #e8e8e8;
}
#customer {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
table.gridtable {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #333333;
  border-width: 1px;
  border-color: #666666;
  border-collapse: collapse;
  width: 484px;
  text-align: left;
}
table.gridtable th {
  border-width: 1px;
  padding: 3px;
  border-style: solid;
  border-color: #666666;
  background-color: #dedede;
}
table.gridtable td {
  border-width: 1px;
  padding: 3px;
  border-style: solid;
  border-color: #666666;
  background-color: #ffffff;
}
#tablecon {
  overflow: scroll;
  height: 500px;
}
