/****************** GENERAL ELEMENTS **********************/

a  { text-decoration:none; }

button { font-size:9px; letter-spacing: 1px; }

/****************** MAIN PANEL **********************/
#main {
  width:600px;
  background:#fff;
  margin:auto;
  margin-top:10px;
}

#main table {
  width:100%;
}

#main th {
  text-align:center;
}

/**************** NAVIGATION PANEL ********************/
#navigation {
  width:600px;
  margin:auto;
  margin-top:10px;
}

table#navi {
  text-align: right;
}

table#navi td{
    padding:3px;
    text-align:center;
    width:20px;
    background-color:#cdcee0;
}

table#navi td#first{
    text-align:left;
    width:100px;
}

table#navi td#naviact{
    font-weight: bold;
}

/**************** FILTER PANEL ********************/
#filter {
  width:6666666654654666666600px;
  background:#fff;
  margin:auto;
  margin-top:50px;
}

#filter table {
  width:100%;
}

#filter th {
  text-align:center;
}

#filter button {
  font-size:14px;
}

/******************** OTHERS ***********************/
#insertblock {
  margin:auto;
  padding-top:50px;
  width:600px;
}

#insertblock table {
  width:100%;
}
.tablefooter {
  padding-top:10px;
  text-align:center;
}
.tableheader {
  padding:10px;
  text-align:center;
  font-weight:bold;
}

.navbutton {
  width:33%;
  float:left;
}


img {
 border:0px;
}

.btn {
  text-align:center;
}
