body
{
  background-color: #efefef;
  color: black;
	font-size: 11px;
	font-family: "Verdana", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 0;
}

input, textarea
{
  font-size: 11px;
	font-family: "Verdana", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

a
{
  text-decoration: none;
  color: black;
}

a:hover
{
  color: gray;
}

table
{
  border-width: 1px;
	border-style: solid;
	border-color: #c8cbce;
}

table th
{
  text-align: center;
  border-width: 1px;
	border-style: solid;
	border-color: #c8cbce;
	background-color: #f9f9f9;
}

table td
{
  padding: 2px 5px;
  border-width: 1px;
	border-style: solid;
	border-color: #f3f3f3;
}

table td:hover
{
  background-color: #f3f3f3;
  border-color: #d0d0d0;
}

table td a:hover
{
  text-decoration: underline;
}

#body
{
  border: 1px solid #bebaba;
  margin: 20px;
  background-color: white;
}

.login
{
  position: relative;
  margin: 20px auto;
  width: 240px;
  background-color: white;
}

#menus
{
  width: 20%;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #bebaba;
  height: 100%;
  margin: 2px;
  float: left;
  background-color: #efefef;
}

#menus ul
{
  list-style: none;
  margin: 0px 0px 5px 0px;
  padding: 0;
}

#menus li
{
  padding: 1px 10px;
}

#menus ul li.title
{
  font-weight: bold;
  border-width: 1px 0px;
  border-style: solid;
  border-color: #bebaba;
  text-align: center;
  background-color: #f8f8f8;
  padding: 2px;
}

#menus ul li a
{
  padding: 0px 5px;
}

#body #textarea
{
  width: 79%;
  height: 100%;
  margin: 2px;
  float: left;
}
