body {
  margin:0;
  padding:0;
  font: 11px/1.5em Verdana;
  }
h2 {
  font: bold 14px Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  margin: 0px;
  padding: 0px 0px 0px 15px;
  }
img {
  border: none;
  }
#tabs {
  /*float:left;*/
  width:100%;
  font-size:93%;
  line-height:normal;
  }
#tabs ul {
  margin:0;
  padding:10px 10px 0 50px;
  list-style:none;
  }
#tabs li {
  display:inline;
  margin:0;
  padding:0;
  }
#tabs a {
  float:left;
  background:url("images/tableft10.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
#tabs a span {
  float:left;
  display:block;
  background:url("images/tabright10.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#FFF;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
  color:#FFF;
  }
#tabs a:hover {
  background-position:0% -42px;
  }
#tabs a:hover span {
  background-position:100% -42px;
  }

#subnavigation {
  border-top:1px solid #2763A5;
  /*top: 32px;*/
  /*position: absolute;*/
  font: 11px/1.5em Verdana;
  /*border-top: 1px solid #ffffff;*/
  border-bottom: 1px solid #bdbdbd;
  background-color: #ededed;
  height: 18px;
  /*width: 100%;*/
  clear: both;
  }
#subnavigation ul {
  margin:0;
  padding:0 10px 0 65px;
  list-style:none;
  width: 90%;
  }
#subnavigation li {
  display:inline;
  margin:0;
  padding-right: 15px;
  }
#subnavigation li a {
  color: #303030;
  text-decoration: none;
  font-size: 11px;
  }
#subnavigation li a:hover {
  text-decoration: underline;
  }
.textinput {
  width: 235px;
  font: 11px/1.5em Verdana;
  }
table
{
	border: 1px solid #3972b7;
	padding: 10px;
}
.table-header td
{
	font: bold 11px/1.5em Verdana;
	padding-left: 15px;
	color: #FFF;
	background-color: #3972b7;
}
.message-box
{
	display: none;
}
.message-box-success
{
	background-color: #c7ffc1;
	color: #3a9e38;
	border: 1px solid #3a9e38;
	width: 400px;
	margin-bottom: 25px;
	padding: 5px;
	font-weight: bold;
}
.message-box-failure
{
	background-color: #ffc1c1;
	color: #be4343;
	border: 1px solid #be4343;
	width: 400px;
	margin-bottom: 25px;
	padding: 5px;
	font-weight: bold;
}
.message-box-information
{
	background-color: #fffac1;
	color: #e1b336;
	border: 1px solid #e1b336;
	width: 400px;
	margin-bottom: 25px;
	padding: 5px;
	font-weight: bold;
}
.scheduling-server
{
	width: 135px;
	font: 11px/1.5em Verdana;
}
.scheduling-time
{
	width: 60px;
	font: 11px/1.5em Verdana;
}
.scheduling-inside
{
	color: #FFFFFF;
	background-color: #303030;
}
.action-box
{
	font: 11px/1.5em Verdana;
	width: 75px;
}
#content
{
	margin-top: 45px;
	float: left;
	width: 100%;
}
#footer
{
	font: 8px Verdana;
	text-align: center;
	color: #303030;
}
#footer a
{
	color: #303030;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}
label
{
	font-weight: bold;
}