
body {
  margin: 10px auto;
  margin-bottom: 0px;
  background: #ddd url('../assets/bg.jpg') repeat-x;
  font-family: verdana, tahoma, arial, helvetica;
  font-size: 80%;
  color: #274d80;
}

img {
  border: 0px;
}

h1 {
  font-size: 120%;
  margin: 0px;
  margin-top: 5px;
  margin-bottom: 10px;
}

label {
  float: left;
  display: block;
  width: 130px;
  text-align: left;
  margin-bottom: 3px;
}

.error {
  border: 1px solid #f00;
  background: #ffffe1 url('../assets/icon_error.jpg') no-repeat 3px 3px;
  padding: 8px 0px 8px 40px;
  margin-bottom: 3px;
}

.info {
  border: 1px solid #cdcdcd;
  background: #ffffe1 url('../assets/icon_info.jpg') no-repeat 3px 3px;
  padding: 8px 0px 8px 40px;
  margin-bottom: 3px;
}

.formfield {
  background-color: #fff;
  border: 1px solid #007f3d;
  margin-bottom: 3px;
}

.fielderror {
  background-color: #efaeb7;
}

.formbutton {
  color: #fff;
  background: #0084b5;
  border: 1px solid black;
  font-size: 90%;
}

.cleaner {
  clear: both;
}

/* Highslide CSS */
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
  outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
}
.highslide:hover img {
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
  border-bottom: 0px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
  display: none;
  border-bottom: 1px solid white;
  font-family: Verdana, Helvetica;
  font-size: 10pt;
  padding: 5px;
  color: white;
  background: #7b0000;
}
.highslide-loading {
  display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
  text-decoration: none;
	padding: 2px;
	border: 1px solid black;
  background-color: white;
  padding-left: 22px;
  background-image: url(highslide/graphics/loader.white.gif);
  background-repeat: no-repeat;
  background-position: 3px 1px;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-display-block {
  display: block;
}
.highslide-display-none {
  display: none;
}

#container {
  margin                 : auto;
  width                  : 960px;
}

#top {
	padding-top: 20px;
  height                 : 244px;
  width                  : 960px;
  background             : url('../assets/header_en.gif');
  overflow               : hidden;
  position							 : relative;
}

.login {
  height                 : 32px;
  width                  : 960px;
  position: absolute;
  top: 4px;
  right: 4px;
}

#topleft {
  float                  : left;
  width                  : 660px;
  height                 : 232px;
  padding-top            : 216px;
}

#topright {
  width                  : 300px;
  height                 : 260px;
  background             : url('../assets/bg7.jpg') bottom right no-repeat;
  overflow               : hidden;
  position							 : absolute;
  bottom								 : -8px;
  right									 : 0px;
}

#bar {
  width                  : 960px;
  height                 : 5px;
  overflow               : hidden;
  background-color       : #d10909;
}

#content {
  float                  : left;
  background-color       : white;
}

#left {
  float                  : left;
  width                  : 210px;
  padding                : 10px;
}

#right {
  float                  : left;
  width                  : 715px;
  padding                : 5px;
  padding-top            : 20px;
  padding-right          : 10px;
}

#static_left {
	float: left;
	width: 470px;
}

#static_right {
	float: right;
	padding-top: 35px;
	width: 220px;
}

#footer {
  clear                  : both;
  text-align             : right;
  font-size              : 80%;
  color                  : #999;
  padding-right: 5px;
}
a {
  color                  : darkred;
}
a:hover {
  color                  : lightblue;
}

.cleaner {
  clear: both;
}