* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  background-color: #00549E;
}

body.admin {
  background: url(../img/admin-body-bg.gif) repeat-y 327px White;
}

a {
  color: #00549E;
  text-decoration: none;
}

#content a {
  color: #00549E;
  text-decoration: underline;
}

.imageleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.imageright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.clear {
  clear: both;
}

#header {
  position: relative;
  background: url(../img/header-bg.gif) repeat-x bottom #023497;
  height: 68px;
}

#header-admin {
  position: relative;
  background: url(../img/admin-header-bg.gif) repeat-x bottom #023497;
  height: 68px;
}

#header h1, #header h1 a {
  display: block;
  width: 164px;
  height: 68px;
  text-indent: -9999px;
  background: url(../img/logo.gif) no-repeat;
  float: left;
}

#header-admin h1, #header-admin h1 a {
  display: block;
  float: left;
  height: 68px;
  text-indent: -9999px;
  width: 327px;
  background-image: url(../img/admin-logo.gif)
}

#nav {
  position: absolute;
  bottom: 0px;
  left: 164px;
	list-style: none;
}

#header-admin #nav {
  left: 327px;
}

#nav li {
  float: left;
  border-left: 2px solid #939598;
  border-bottom: 2px solid #939598;
  background: url(../img/li-bg.gif) no-repeat top right;
  margin-right: 9px;
  height: 26px;
}

#header-admin #nav li {
  background-image: url(../img/admin-li-bg.gif);
}

#nav li.selected {
/*   border-bottom-color: transparent; */
  border-bottom: none;
  height: 28px;
}

#nav li a {
  display: block;
  padding: 8px 14px 0px 12px;
  font-weight: bold;
  color: #939598;
}

#nav li.selected a {
  color: #00549e;
}

#nav li a:hover {
  color: #00549e;
}

#container {
  background-color: White;
}

#leftcol {
  float: left;
  width: 124px;
  padding: 20px;
}

#subnav {
	list-style: none;
	font-weight: bold;
}

#subnav li {
  padding: 5px;
}

#subnav li a {
  color: #00549e;
}

#content {
  float: left;
  width: 392px;
  min-height: 600px;
  border-left: 2px solid #939598;
  border-right: 2px solid #939598;
  padding: 18px 12px;
  padding-right: 164px;
  color: #00549e;
}

#category #content {
  width: 548px;
  border: none;
  padding-right: 12px;
}

#content img {
  margin-bottom: 10px;
}

#content h2 {
  font-size: 16px;
  margin-bottom: 15px;
}

#content p {
  margin-bottom: 15px;
}

h3 {
  color: #00549E;
  margin-bottom: 12px;
}

input, textarea {
  color: #00549E;
  border: 1px solid #d3e1ee;
}

textarea {
  width: 350px;
  height: 200px;
}

#content input, #content select {
  width: 350px;
}

#content ul {
  margin-left: 20px;
  margin-bottom: 12px;
}

#content button {
  width: 150px;
}

label {
  color: #00549E;
  display: block;
  margin-bottom: 12px;
}

button {
  font-size: 10px;
  color: White;
  text-transform: uppercase;
  font-weight: bold;
  padding: 2px;
  background: url(../img/button-bg.gif) top right no-repeat;
  border: none;
  border-left: 1px solid #407fb6;
  border-bottom: 1px solid #407fb6;
}

#rightcol {
  float: left;
  width: 122px;
  padding: 15px;
}

#rightcol input {
  width: 113px;
}

#rightcol button {
  width: 113px;
}

#footer {
  text-align: center;
  background: url(../img/footer-bg.gif) no-repeat left top White;
  height: 41px;
  padding-top: 56px;
  color: White;
  font-size: 10px;
}

#footer a {
  font-weight: bold;
  color: White;
}

#footer a:hover {
  text-decoration: underline;
}

#footer-content {
  width: 900px;
}

.validation-advice {
	/* margin: 5px 0; */
	padding: 2px;
	background-color: #D3E1EE;
	color : Red;
	font-weight: bold;
	font-size: 11px;
	width: 348px;
}

#category #leftcol {
  float: left;
  width: 287px;
  padding: 20px;
}

#category #leftcol ul {
  list-style-type: none;
  margin-left: 10px;
}

#category #leftcol ul.root {
  margin-left: 0px;
}

#category #leftcol li {
  padding-top: 5px;
}

#category #leftcol li a.selected {
  font-weight: bold;
}

#category #leftcol li a.d {
  display: block;
  padding-left: 15px;
  background: url(../img/domain.gif) no-repeat left top;
}

#category #leftcol li a.f {
  display: block;
  padding-left: 20px;
  background: url(../img/folder.gif) no-repeat left top;
}

table.stat {
  width: 392px;
  border: 1px solid #407fb6;
  border-collapse: collapse;
}

table.stat tr:hover td {
/*   color: White; */
  background-color: #dedede;
}

table.stat th, table.stat td {
  padding: 2px;
  text-align: left;
  border: 1px solid #407fb6;
}

#feedback {
  width: 300px;
}

#feedback div {
  padding: 5px;
  margin-bottom: 5px;
}

#feedback .good {
  border: 1px solid #99CC99;
  color: #006600;
  background-color: #E2F9E3;
}

#feedback .bad {
  border: 1px solid #E57F7F;
  color: #660000;
  background-color: #FFDEDC;
}

img {
border: 0px none;
}


