/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */
#container {
  text-align: left;
  width: 750px;
  margin: 15px auto;
  padding: 20px;
  border: 5px solid #000000;
}

#main .backend-wrapper {width:740px;}

#main {
  margin-top: 30px;
}

#main table.vedit {
  border: 1px solid #EFEFEF;
}

#main table.vedit th {
  background-color: #EFEFEF;
  border: 1px solid #000000;
}

#main table.vedit td {
  border: 1px solid #000000;
}

#main table.hedit {
  border: 1px solid #EFEFEF;
}

#main table.hedit th {
  background-color: #EFEFEF;
  border: 1px solid #000000;
}

#main table.hedit td {
  border: 1px solid #000000;
}
#main .menu-tabs .tab, #main .menu-tabs .submenu li a {background-color:#DDD}
#main .menu-tabs .tab {border:1px solid #E61E2A}
#main .menu-tabs ul {border-bottom:1px solid #E61E2A}
#main .menu-tabs li.active .tab {background-color:#FFF}
#main .menu-tabs .submenu {border:1px solid #E61E2A}
