
/* START parent css: EOL08Base */

/* START own css: EOL08Base */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

table.behaviourtable {
  border-spacing: 1px;
  border-collapse: separate
}

td {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

#topbanner {
  width: 100%;
  overflow: hidden;
  background-image: url(../images/banner_top_blue.png);
  height: 28px;
  padding-top: 0px;
  z-index: 1;
}

#logo {
  float: right;
  margin-right: 5px;
  background-image: url(../images/logoeol.png);
  height: 24px;
  width: 164px;
  background-repeat: no-repeat;
  margin-top: 2px;
}

body {
	margin: 10px; padding: 0;
	background: #fff;
	padding-bottom: 1px;
	font-size: 11px;
}

body, td, th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

html, body {
  height: 95%;
}

.clr {
  clear: both;
  overflow:hidden;
  height: 0;
}

.nobr {
  white-space: nowrap;
}

a, img {
  padding: 0;
  margin: 0;
}

img {
  border: 0 none;
}

form {
  margin: 0;
  padding: 0;
}

h1 {
	margin: 0;
	padding-bottom: 8px;
	color: #0B55C4;
	font-size: 20px;
	font-weight: bold;
}

h3 {
	font-size: 13px;
}

a:link, a:visited {
  color: #0B55C4;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

fieldset {
	margin-bottom: 10px;
	border: 1px #ccc solid;
	padding: 5px;
	text-align: left;
}

fieldset p {
  margin: 10px 0px;
}

legend {
	color: #0B55C4;
	font-size: 12px;
	font-weight: bold;
}

input[type="text"],
input[type="submit"],
input[type="button"],
input[type="password"],
select {
  font-size: 11px;
  border: 1px solid silver;
  font-family: Arial;
}
 
textarea {
  font-size: 11px;
  border: 1px solid silver;
  font-family: Arial;
  width:250px;
}

textarea.wide {
  width: 80%;
}

.fullwidth {
  width: 100%;
}

button {
  font-size: 11px;
}

input.textfield {
  width:250px;
}

td.button span {
  display: block;
  float: left;
  clear: both;font-size: 11px;
}

input.disabled {
  background-color: #F0F0F0;
}

input.button  {
  cursor: pointer;
}

input[type="text"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  background-color: #DBE6EE
}

#border-bottom {
  background: url(../images/bottom.png) repeat-x;
}

#border-bottom div {
  background: url(../images/corner_br.png) 100% 0 no-repeat;
}

#border-bottom div div {
  background: url(../images/corner_bl.png) no-repeat;
  height: 11px;
}

#footer .copyright {
  margin: 10px;
  text-align: center;
}

#header-box  {
  border: 1px solid #ccc;
  background:#FFFFFF;
}

#content-box {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#content-box .padding  {
  padding: 10px 10px 0 10px;
}

input.simple_search {
  width: 100px;
}

td.searchbutton {
  padding-left: 5px;
  padding-right: 5px;
  border-right: 1px solid #ccc;
}

div.searchtitle {
  float: left;
}

.error {
  color: red;
}


/* END own css: EOL08Base */

/* END parent css: EOL08Base */

/* START own css: EOL09Base */
div.element-box {
  background: url(../images/gradient_blue.png) 0 -150px repeat-x;
}

div.toolbar-box div.header {
  color: #336699;
}

input[type="text"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  background-color: #FFFAAF
}

/* END own css: EOL09Base */

