/* styles for web application */
/* Author: Alexander Shvets 
   email: shvets_alexander@yahoo.com */


.topMenu {
  background-color: #efe0c2;
}

.mainTable {
  width: 100%;
  height: 100%;
/*  border: 1px solid blue;*/
  padding: 0px 0px 0px 0px;
  background-color: #fff;
}

.mainMenu {
  width: 160px;

  background-color: #ccf;
  color: black;
}

.header {
  width: 100%;
  height: 15px;
  background-color: #d2e9ff;
}

.main {
  border: 1px solid blue;
  padding: 0px 0px 0px 0px;
  background-color: #fff;
}

.errors {
  background-color: #d2e9ff;
}

.content {
  width: 100%;
  height: 100%;
  border: none;
  background-color: #d2e9ff;
}

.footer {
  width: 100%;
  height: 5px;
  border: 1px solid blue;
  background-color: #d2e9ff;
}

.copyright {
  background-color: gray;
  color: white;
}

.nav {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
}

h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
}

h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
}

h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
}

td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
}

tr {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
}

table {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
}

input {
  font-family: inherit;
  font-size: 12px;
}
