
/* 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%;
}

#minwidth {
  min-width: 960px;
}

.clr {
  clear: both;
  overflow:hidden;
  height: 0;
}

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;
}

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;
}


/* END own css: EOL08Base */

/* END parent css: EOL08Base */

/* START own css: EOL08Rounded */
/** rounded corners **/

div.element-box {
  background: #fff;
}

div.t, div.b {
  height: 6px;
  padding: 0;
  margin: 0px 0px 0px;
  overflow: hidden;
}

div.m {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0 8px;
}


div.element-box div.m {
  padding: 5px 10px ;
}

div.element-box div.t {
  background: url(../images/border.png) 0 0 repeat-x;
}

div.element-box div.t div.t {
   background: url(../images/crn_tr_light.png) 100% 0 no-repeat;
}

div.element-box div.t div.t div.t {
   background: url(../images/crn_tl_light.png) 0 0 no-repeat;
}

div.element-box div.b {
  background: url(../images/border.png) 0 100% repeat-x;
}

div.element-box div.b div.b {
   background: url(../images/crn_br_light.png) 100% 0 no-repeat;
}

div.element-box div.b div.b div.b {
   background: url(../images/crn_bl_light.png) 0 0 no-repeat;
}
/* END own css: EOL08Rounded */

