/**
 * 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"
 */
#cont {text-align: left;width: 800px;margin: 15px auto;padding: 0px;border: 5px solid #000000}
#cont hr {background-color:#BE2829}

#cont .backend-wrapper {width:780px;}

#cont {
  margin-top: 30px;
}

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

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

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

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

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

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