/* Override wrapper */
.wrapper {
  width: 1018px;
  margin: 0px auto;
}

.column.left {
  width: 740px;
}

.column {
  padding-top: 3px;
  float: left;
  margin: 0px;
}

.column.right {
  width: 272px;
  margin-left: 6px;
}

.block {
  margin: 0px;
}

.block.results {
  margin: 0px;
} 

.block.mediaportal {
  height: 480px;
  width: 740px;
}

.block .left {
  float: left;
  height: 475px;
  width: 13px;
  background: transparent url("images/left_block.png") top left no-repeat;
}

.block .core {
  text-align: center;
  padding-top: 3px;
  float: left;
  overflow: hidden;
  height: 475px;
  width: 714px;  
  background: transparent url("images/center_block.png") top left repeat-x;
}

.block .right {
  float: left;
  height: 475px;
  width: 13px;
  background: transparent url("images/right_block.png") top right no-repeat;
}

.block select {
  margin: 6px 0px;
  height: 20px;
  width: 151px;
  display: block;
  float:left;
}

.block input {
  margin: 6px 0px;
  height: 16px;
  width: 149px;
  display: block;
  float:left;
}

.block input.submit {
  border: 0px;
  background: transparent url("images/login_button.gif") center center no-repeat;
  width: 32px;
  margin: 0px 0px 0px 12px;
  padding: 0px;
  cursor: pointer;
  height: 32px;
}

.block table tbody tr td {
  vertical-align: center;
  height: 40px;
  padding: 0px;
}

.block table {
  width: 200px;
  height: 80px;
  margin: 0px auto;
  border-collapse: collapse;
}

.block.related .top {
  background: transparent url("images/top_wide.png") top left no-repeat;
  width: 740px;
}

.block.related .center {
  background: transparent url("images/mid_wide.png") top left repeat-y;
  height: 102px;
  width: 706px;
}

.block.related .bottom {
  background: transparent url("images/bottom_wide.png") top left no-repeat;
  width: 740px;
}

.block.related {
  width: 740px;
}

iframe {
  border: 0px;
  width: 714px;
  height: 469px;
  background-color: #000;
}

.block.compulsory {
  margin-bottom: 5px;
}

.block.compulsory .center {

  height: 437px;  
}

.block.search .center{
  height:102px;
  overflow: hidden;
}

.scrollbox {
/*width: 200px;*/
  height: 94%;
  padding: 5px;
  overflow: auto;
  float: left;
  width: 93%;
}

.rcbox {
/*width: 200px;*/
  height: 85px;
  padding: 5px;
  overflow: auto;
  float: left;
  width: 690px;
  background-color: #759bc0;
}

.rcbox .content {
  width: 1800px;
}

.rcbox .content img {
  display: inline;
  margin: 4px 19px;
  border: 0;
}

.scrollbox a {
  text-decoration: none;
  color: #000;
}

.scrollbox a:hover {
  text-decoration: underline;
}

.scrollbox img {
  margin: 5px 4px 0px 0px;
  float: left;
  width: 50px;
  display: block;
  border: none;
}

.scrollbox p {
  display: block;
  float: left;
  width: 150px;
}

label {
  font-size:11px; 
  font-weight: 700;
}

.clear {clear:both;}

h5 {
  margin: 12px 0px 0px;
  padding: 12px 0px 0px;
  font-size: 12px;
  clear: both;
  /*border-top: 1px dotted #fff;*/
}
