/*----------
global
----------*/

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

html {
    font-family: Arial, sans-serif, Verdana;
    text-align: left;
}

body {
    background-repeat: repeat-x;
    background-color: #53a5da;
    font-family: Arial, sans-serif, 'Helvetica Neue', Verdana;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
}

/* NAVIGATION MENU */

tr {
    border: 0;
}

td, th {
    padding: 5px 6px;
    text-align: left;
    vertical-align: top;
}

th {
    background: #fff url(../images/skin/shadow.jpg);
    color: #666;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 6px;
}

th a:link, th a:visited, th a:hover {
    color: #333;
    display: block;
    text-decoration: none;
    width: 100%;
}

th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}

th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
}

th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
}

tr.odd {
    background-color: #E2E4FF;
}

tr.even {
    background-color: white;
}

tr.obsolete {
    background-color: #dadada;
}

/*----------
anchor
----------*/
a {
    text-decoration: none;
    color: #EE6600;
}

a.title {
    color: #006dba;
}

a:link {
}

a:visited {
}

a:hover {
}

a:active {
    outline: none;
}

/*---------- 
  header
  ----------*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #005BA0;
    margin: 0.5em 0em 0.5em 0em;
    font-family: arial, helvetica, clean, sans-serif;
    font-size-adjust: none;
    font-style: normal;
    font-variant: normal;
    line-height: 1.231;
}

h1 {
    font-size: 1.2em;
    font-weight: bold;
}

h2 {
    font-size: 1.1em;
}

h3 {
    font-size: 1.0em;
}

.error {
    font-size: 2.0em;
    font-weight: bold;
}

/*---------- 
  input
  ----------*/
input {
    font: 1.0em Arial, sans-serif, Verdana;
}

input[type=submit] {
    background-color: #fff;
    border: 2px solid #005ba0;
    cursor: pointer;
    margin: 1px 0 1px 0;
}

input[type=reset] {
    background-color: #FFFFFF;
    border: 2px solid #005BA0;
    cursor: pointer;
    margin: 1px 0;
}

input[type=submit]:hover {
    border: 2px solid #005ba0;
    background: #DC143C;
    color: #fff;
}

input[type=reset]:hover {
    border: 2px solid #005ba0;
    background: #DC143C;
    color: #fff;
}

input[type=button] {
    background-color: #fff;
    border: 2px solid #005ba0;
    cursor: pointer;
    margin: 1px 0 1px 0;
}

input[type=button]:hover {
    background: #DC143C;
    color: #fff;
}

input.errors {
    border: 1px solid red;
}

input, select, textarea {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    font: 11px verdana, arial, helvetica, sans-serif;
    margin: 0 0;
    padding: 2px 2px;
}

select {
    padding: 2px 2px 2px 0;
}

textarea {
    width: 250px;
    height: 150px;
    vertical-align: top;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #b2d1ff;
}

/*----------
wrapper
----------*/
div#wrapper {
    margin: auto;
    max-width: 150em;
    min-width: 800px;
}

/*---------- 
  header 
  ----------*/
div#header {
    color: #fff;
    padding: 5px 0px;
    background-color: #000146;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

div#header table {
    width: 100%;
    border-collapse: collapse;
}

td#esologo {
    width: 61px;
    text-align: center;
}

td#headleft {
    width: 120px;
    vertical-align: top;
    padding: 10px 0 0 0;
    line-height: 1.4em;
}

td#headcenter {
    width: 400px;
}

td#headright {
    vertical-align: top;
}

div#pagetitle {
    position: relative;
}

div#pagetitle div#title {
    font-weight: normal;
    font-size: 1.8em;
    padding-top: 10px;
    padding-left: 10px;
    white-space: nowrap;
}

div#pagetitle div#flags {
    font-weight: normal;
    font-size: 1.0em;
    white-space: nowrap;
    position: absolute;
    top: 70px;
    left: 10px;
}

div#pagetitle img {
    position: absolute;
    top: 90px;
    left: 10px;
}

/*---------- 
  navigation 
  ----------*/
div#nav {
    clear: both;
    width: auto;
    z-index: 100;
}

div#nav ul {
    list-style: none;
}

div#nav li {
    float: left;
}

div#nav a {
    display: block;
    padding: 6px;
    color: #fff;
}

div#nav input {
    display: block;
    color: #333;
    font-family: Arial, sans-serif, Verdana;
    font-size: 1em;
    padding-top: 2px;
}

div#nav button {
    display: block;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-family: Arial, sans-serif, Verdana;
    font-size: 1em;
    font-weight: bold;
    height: 2.2em;
    margin-left: 8px;
    padding: 6px;
    text-decoration: none;
}

div#nav a {
    font-weight: bold;
}

div#nav a:hover, div#nav button:hover {
    background-color: #2b8ecb;
}

div#nav a.nohover:hover {
    background-color: transparent;
}

div#nav_main {
    height: 24px;
    margin: 0;
    border: 0;
    padding: 0;
    color: white;
    background: #005BA0;
    text-align: left;
    font-size: 1em;
    width: 100%;
    overflow: hidden;
    border-top: 1px #333 solid;
    border-bottom: 1px #333 solid;
}

#nav_main ul {
    display: inline;
    line-height: 1em;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    font-size: 1.0em;
}

#nav_main ul li.search, #nav_main ul li#first, #nav_main ul li#last {
    margin: 0;
    padding: 0 0px;
    border: 0;
    font-weight: bold;
}

#nav_main ul li {
    float: left;
    margin: 0;
    padding: 0;
    font-size: 1.0em;
    line-height: 1em;
    list-style-type: none;
    border-left: 1px;
    border-right: 1px;
}

#nav_main ul li.topnavSelected {
    color: white;
    background-color: #034090;
}

#nav_main ul.topnav_right {
    float: right;
}

#nav_main ul li.search {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}

#nav_main ul li.go {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}

#nav_main ul li button.subm {
    font-size: 1em;
    border: 0;
    vertical-align: text-top;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 6px;
    padding-right: 6px;
    margin: 0 5px 0 0;
    background: transparent;
    color: white;
    font-weight: bold;
    text-decoration: none;
    height: 2.2em;
    cursor: pointer;
    font-family: Helvetica, Arial, sans-serif, Verdana;
}

#nav_main ul li a {
    height: 2.2em;
    padding: 0.6em 2.2em 0.6em 2.2em;
    width: auto;
    display: block;
    width: auto;
    font-size: 1em;
    font-weight: bold;
    background: transparent;
    text-decoration: none;
    margin: 0;
}

input, textarea {
    width: auto;
    font: 1em Verdana, Arial, Helvetica, Sans-Serif;
    border: 1px #CCC solid;
    background: #FAFAFA;
    padding: 3px;
}

/*----------
bread crump
----------*/
div#breadcrumb {
    clear: both;
    color: #0079bd;
    background-color: #eee;
    height: 1.6em;
    font-size: 0.9em;
    padding-left: 15px;
    padding-top: 0.4em;
}

div#breadcrumbleft {
    width: 70%;
    float: left;
}

div#breadcrumbright {
    width: 25%;
    float: right;
    text-align: right;
    padding-right: 15px;
}

div#breadcrumb a {
    color: #0079bd;
    font-weight: normal;
}

div#breadcrumb a:hover {
    color: #53a5da;
    text-decoration: underline;
}

/*----------
menu
----------*/
div#menu {
    float: left;
    width: 200px;
}

div#menu ul {
    list-style-type: none;
}

div#menu ul li {
    display: block;
    line-height: 1.9em;
    text-indent: 12px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #003d82;
    font-weight: inherit;
}

div#menu ul li a {
    display: block;
    line-height: 1.9em;
    background-color: #003d82;
    font-weight: inherit;
}

div#menu ul li a.current {
    border-right: 5px solid #ff841e;
}

div#menu ul ul li a {
    font-size: 0.9em;
    background-color: #005ba0;
}

div#menu ul ul ul li a {
    background-color: #2b8ecb;
    text-indent: 20px;
    font-weight: normal;
}

div#menu ul ul ul ul li a {
    background-color: #2B8EEC;
    text-indent: 25px;
    font-weight: lighter;
}

div#menu ul li a:hover {
    background-color: #0079bd;
}

div#menu a {
    color: #fff;
}

div#menu a.active {
    border-right: 4px solid orange;
}

/*---------- 
  content
  ----------*/
div#content {
    padding: 10px 5px 5px 10px;
    background-color: #ffffff;
    min-height: 400px;
}

/*---------- 
  footer
  ----------*/
div#footer {
    clear: both;
    border-top: 1px solid #006699;
    background-color: #ddd;
    height: 1.6em;
    font-size: 0.8em;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

div#footerleft {
    width: 30%;
    float: left;
    padding-left: 15px;
    color: #666;
}

div#footerright {
    width: 60%;
    float: right;
    text-align: right;
    padding-right: 15px;
}

div#footer a {
    color: #ee6600;
    font-weight: normal;
}

div#footer a:hover {
    text-decoration: underline;
}

div#errorContent {
    color: #dd0000;
    border: 1px solid #dddddd;
    text-align: left;
    font-size: 1.2em;
    padding: 0.5em;
}

.heading {
    margin: 1px;
    padding: 3px 10px;
    cursor: pointer;
    position: relative;
    background-color: #ffFFFF;
}

.content {
    padding: 5px 10px;
    background-color: #fafafa;
}

p {
    padding: 5px 0;
}

fieldset {
    border: solid 1px #005BA0;
    background: #f5f5f5;
    padding: 0.5em;
}

legend {
    font-weight: bold;
    color: #005BA0;
    font-size: 1.2em;
}

p.info {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 1.0em;
}

.ui-state-disabled {
    display: none; /* disabled tabs don't show up */
}

table.catalogs {
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
}

table.catalogs td {
    text-align: center;
    vertical-align: middle;
}

table.catalogs th {
    text-align: center;
}

.searchFilters {
    vertical-align: middle;
}

#eso_header table tr td.esologo {
    height: 80px;
    width: 61px;
    margin: 0;
    padding: 0;
    border: 0px solid red;
}

#eso_header table tr td.esologo a img {
    margin: 15px 10px 15px 10px;
    padding: 0;
    border: 0;
    width: 61px;
    height: 80px;
}

#eso_header table tr td.esologotext {
    font-size: 110%;
}

#eso_header table tr td.headcenter {
    border: 0px solid magenta;
    width: 405px;
    margin: 0;
    padding: 0;
}

#eso_header table tr td.headright {
    height: 110px;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

#eso_header table tr td.headright div.pagetitle {
    text-align: left;
    margin-left: 0px;
    height: 110px;
    margin-right: 10px;
}

#eso_header table tr td.headright h1 {
    padding: 10px 5px 10px 0px;
    margin: 0;
    height: 27px;
    font-size: 180%;
    font-weight: normal !important;
    color: white;
    padding-top: 10px !important;
}

#eso_header table tr td.headright #slogan, #eso_header table tr td.headright #flags {
    width: 100%;
    text-align: right;
}

#eso_header table tr td.headright div.pagetitle h2 {
    visibility: visible;
}

#eso_header table tr td.headright h2 {
    bottom: 0;
    right: 0;
    margin: 0 0 10px 0;
    padding: 0;
    border: 0;
    padding: 0;
    font-size: 115%;
    font-weight: normal !important;
    color: white;
}

#eso_header table {
    border-collapse: collapse;
    border-spacing: 0;
}

#eso_header {
    padding: 0;
    margin: auto;
    background: #000146;
    background-repeat: no-repeat;
    background-position: 110px 0;
    background-image: url("../images/headerimage.jpg");
    white-space: nowrap;
    color: white;
    height: 110px;
    width: 100%;
    top: 0;
    left: 0;
    text-align: left;
    margin: 0;
    overflow: hidden;
}




