body {
   margin: 0px auto;
   padding: 0;
   width: 800px;
   background-color: #FFFFFF;
}

html {
   font-family: verdana, deja vu sans, arial, sans-serif;
   background-image: url(images/layout/background_blend.png);
   background-color: #e7e7e7;
   background-repeat: repeat-x;
}

h1 {
   font-size: 24px;
   color: #999999;
   font-family: trebuchet ms, arial, sans-serif;
   border-bottom: 1px solid #EEEEEE;
}

h2 {
   font-size: 18px;
   color: #999999;
   margin-top: 25px;
   font-family: trebuchet ms, arial, sans-serif;
}

h3 {
    font-size: 14px;
    color: #999999;
    margin-top: 25px;
    font-family: trebuchet ms, arial, sans-serif;
}

p {
   line-height: 1.5;
   color: #333;
   font-size: 12px;
}

ul {
    line-height: 1.5;
    color: #333333;
    font-size: 12px;
    list-style: square;
}

ol {
    line-height: 1.5;
    color: #333333;
    font-size: 12px;
}

table {
  color: #333333;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

th {
  padding: 5px;
  color: #254AA5;
  border-bottom: 2px solid #AAAAAA;
}

td {
  padding: 5px;
}

tr.even {
  background-color: #F5F5F5;
}

img {
  border: 0;
}

img.left {
  float: left;
  margin-right: 20px;
}

img.right {
  float: right;
  margin-left: 20px;
}

div.center {
  text-align: center;
}

div.clear {
  clear: both;
}

div.partner {
  margin-bottom: 40px;
}

.errorExplanation h2 {
    color: #FF0000;
}

.formError {
    color: red;
}

.navigation a {
   color: #666666;
   text-decoration: none;
   display: block;
   padding: 5px 5px 5px 10px;
}

.navigation a:hover {
   color: #ffffff;
   background-color: #1186D1;
}

.navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navigation ul li {
    margin-left: 15px;
    padding: 0;
    font-size: 12px;
}

.current {
   color: #333333;
   background-color: #E0EEE0;
}

.navigation {
   float: left;
   width: 170px;
   font-size: 12px;
   color: #333333;
   line-height: 1.5;
   margin-top: 5px;
   margin-left: 4px;
}

.content {
   float: right;
   width: 580px;
   font-size: 12px;
   margin-right: 4px;
   margin-bottom: 0px;
   padding-right: 30px;
   padding-bottom: 60px;
   background-image: url(images/layout/content_background.png);
   background-repeat: no-repeat;
   background-position: bottom right;
}

.content a {
   color: #1186D1;
   text-decoration: none;
}

.content a:hover {
   color: #1186D1;
   text-decoration: underline;
}

.decor_top {
   text-align: right;
   margin-left: 4px;
   background-image: url(images/layout/header_deco.png);
   height: 40px;
   width: 800px;
}

.header {
   width: 800px;
   height: 180px;
   margin: auto;
}

.footer {
   clear: both;
   color: #CCCCCC;
   font-size: 11px;
   text-align: center;
   padding: 10px;
   background-color: #FFFFFF;
   background-image: url(images/layout/footer_deco.png);
   background-repeat: no-repeat;
   width: 788px;
   min-height: 24px;
   margin-bottom: 50px;
}

.footer_shadow {
   width: 808px;
   height: 5px;
   margin: 0px auto;
   font-size: 10px;
   text-align: center;

   background-image: url(images/layout/footer_shadow.png);
   background-position: bottom;
   background-repeat: no-repeat;
}

.footer a:hover {
   color: #CCCCCC;
   text-decoration: underline;
}

.footer a:visited {
   color: #CCCCCC;
   text-decoration: underline;
}

.page {
    width: 808px;
    background-color: #FFFFFF;
    background-image: url(images/layout/page_shadow.png);
    background-repeat: repeat-y;
    background-position: center;
}

.fp7 {
  text-align: center;
  margin: 20px 5px 0px 5px;
  font-size: 9px;
  color: #666666;
}

.euflag {
  text-align: center;
  margin: 20px 5px 0px 5px;
  font-size: 9px;
  color: #666666;
}

.mediacentre {
  margin: 10px 10px 10px 10px;
}


/* SLIMBOX */

#lbOverlay {
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        cursor: pointer;
}

#lbCenter, #lbBottomContainer {
        position: absolute;
        z-index: 9999;
        overflow: hidden;
        background-color: #fff;
}

.lbLoading {
        background: #fff url(images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
        position: absolute;
        left: 0;
        top: 0;
        border: 10px solid #fff;
        background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
        display: block;
        position: absolute;
        top: 0;
        width: 50%;
        outline: none;
}

#lbPrevLink {
        left: 0;
}

#lbPrevLink:hover {
        background: transparent url(images/slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
        right: 0;
}

#lbNextLink:hover {
        background: transparent url(images/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        font-size: 10px;
        color: #666;
        line-height: 1.4em;
        text-align: left;
        border: 10px solid #fff;
        border-top-style: none;
}

#lbCloseLink {
        display: block;
        float: right;
        width: 66px;
        height: 22px;
        background: transparent url(images/slimbox/closelabel.gif) no-repeat center;
        margin: 5px 0;
        outline: none;
}

#lbCaption, #lbNumber {
        margin-right: 71px;
}

#lbCaption {
        font-weight: bold;
}