
body {
	
	background-color: #003F6F;
	color: white;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 80%;
	margin: 0;

}

p, li, ul {
	color: white;
	font-family: verdana, helvetica, arial, sans-serif;
}

#content {
	margin: 0 50px 25px 50px;
}

#banner {
  text-align: center;
	margin-bottom: 10px;
}

#banner img {
  border: 1px solid white;
}


#content a:link {
  color: #A2C6E6;
}

#content a:visited {
  color: #73A8D9;

}

#content a:hover {
  color: #FFB21D;
}

#content a:active {
  color: white;
  background-color: #FFB21D;
  text-decoration: none;
}

#content h1 {
	color: #082F50;
	background-color: #A2C6E6;
	border: 2px solid #FFFFFF;
	text-transform: uppercase;
	font-family: helvetica, arial,verdana,  sans-serif;
	padding-left: 5px;
	font-size: 175%;
	margin-top: 0;
}

#content h2 {
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: helvetica, arial,verdana,  sans-serif;
	border-bottom: 1px solid #A0C0E0;
}

#content h3, #content h4 {
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: helvetica, arial,verdana,  sans-serif;
	font-size: 125%;
	margin: 10px 0 0 0;
}

#content h3 a:link {
  color: white;
}

#content h3 a:visited {
  color: white;
}

#content ul {
  margin-bottom: 15px;
}


#content hr {
  height: 1px;
  color: #97A8B6;
  margin: 0;
}

#content .errorMessage {
	color: #CC0000;
}

#images img {
  display: block;
  border: 1px solid white;
  margin-left: 25px;
  margin-bottom: 10px;
}

.imagesSmall img {
  display: block;
  border: 1px solid white;
  margin-right: 25px;
  margin-bottom: 10px;
}


#content form, input, select, textarea {

	font-family: verdana;
	font-size: 12px;

}

#content form p {
	margin-top: 0px;
}

#content form fieldset {
	padding: 10px;
}

#content form .button {

}

#content form div.formContainer {
  width: 450px;
}


#content form div.row {
  clear: both;
  padding-top: 5px;
}


#content form span.label {
  float: left;
  width: 150px;
  text-align: right;
  font-weight: bold;
}

#content form span.field {
  float: right;
  width: 265px;
  text-align: left;
} 

#content form span.erroneousField {
  float: right;
  width: 265px;
  text-align: left;
  border: 2px dashed #FFE6E6;
  background-color: #FFE6E6;
}

#content form span.field em, #content form span.erroneousField em {
  color: #CC0000;
} 

#content form div.spacer {
  clear: both;
}

#header, #footer {
  background-color: #082F50;
  background-image: url("../../gui/images/bg.jpg");
  width: 100%;
}

#header {
  height: 90px;
  border-bottom: 1px solid #73A8D9;
  color: #FFB21D;
  padding-top: 10px;
}

#header img {
  margin: 1px 0 1px 7px;
}

#footer {
  font-size: 80%;
  height: 20px;
  border-top: 1px solid #73A8D9;
  text-align: right;
  padding-top: 3px;
}

#footer a:link {
  color: white;
}

#footer a:visited {
  color: white;
}

#footer a:hover {
  color: #FFB21D;
  text-decoration: none;
}

#footer a:active {
  color: #FFB21D;
  text-decoration: none;
}



#nodePath {
  font-size: 80%;
  color: #FFB21D;
  text-align: right;
  margin: 10px 0 10px 0;
  color: #A2C6E6;
}


#content .infoList li {
  margin: 1em 0 0 0;
  list-style-type: none;
}

#content .infoList li a:link {
  color: #A2C6E6;
}

#content .infoList li a:visited {
  color: #73A8D9;

}

#content .infoList li a:hover {
  color: #FFB21D;
}

#content .infoList li a:active {
  color: white;
  background-color: #FFB21D;
  text-decoration: none;
}



#metta {
  display: none;
}

#nav {
 text-align: right;
 margin-right: 15px;
}

#nav a:link {
  font-family: helvetica, arial,verdana,  sans-serif;
  color: white;
  font-weight: bold;
}

#nav a:visited {
  font-family: helvetica, arial,verdana,  sans-serif;
  color: white;
  font-weight: bold;
}

#nav a:hover {
  color: #FFB21D;
  text-decoration: none;
}

#nav a:active {
  color: white;
  background-color: #FFB21D;
  text-decoration: none;
}

ul {
  margin: 0 0 0 1em;
  padding-left: 1em;
  list-style-image: url("../../gui/images/bullet.gif");
}

form {
  margin: 5px 0 5px 0;
}

#search {
  text-align: right;
  font-size: 80%;
  margin-right: 15px;
}

#search a:link {
  color: #FFB21D;
}

#search a:visited {
  color: #FFB21D;
}

#search a:hover {
  color: white;
  text-decoration: none;
}

#search a:active {
  color: white;
  background-color: #FFB21D;
  text-decoration: none;
}

.searchText {
  background-color: #FFB21D;
  border: 1px solid white;
}

hr {
  border: 1px solid #A0C0E0;
}

