/* Common (begin) */
* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    font-family: Arial, sans-serif;
    font-size: 0.8em;

    text-align: center;
    background: #B2B2B2;
}

a img {
    border: 0;
}

/* Common (end) */

/* Page (begin) */
#page {
    margin: auto;

    width: 760px;
    w\idth: 756px;

    text-align: left;

    border: 2px solid #fff;
    border-top: 0;
    border-bottom: 0;
    background: #647688;
}

/* Page (end) */

/* Header (begin) */
#head {
    width: 756px;
    height: 168px;

    background: #314a7f url( i/header.jpg ) no-repeat;
}

#head h1 {
    display: none;
}

/* Header (end) */

/* Menu (begin) */
#menu {
    background: #15377E url( i/menu-bg.gif ) repeat-x;

    line-height: 2.35em; /* MSIE #menu:after workaround */
    height: 1%;

    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

#menu:after, #foot:after, #cnt .infr:after {
    display: block;
    content: ".";
    visibility: hidden;
    line-height: 0;

    clear: both;
}

#menu li {
    float: left;

    list-style: none;

    margin-left: -1px;
}

#menu li:first-child {
    margin-left: 0;
}

/* Active menu item */
#menu li span {
    color: #BDC4D2;
}

/* Inactive menu item */
#menu li * {
    display: block;

    padding: 0 1em;

    white-space: nowrap;

    color: #fff;
    background: transparent url( i/menu-sp.gif ) 100% 50% no-repeat;

    text-decoration: none;
}

#menu .first * {
    padding-left: 1.55em;
}

#menu .last * {
    padding-right: 1.25em;
}

#menu li a:hover {
    background: #2F58AD url( i/menu-ho.gif ) 0 0 repeat-x;
}

#menu .last * {
    background: none;
}

/* Menu (end) */

/* Page title (begin) */
h2 {
    font-size: 100%;
    border-bottom: 2px solid #fff;
}

h2 b {
    display: block;

    margin-left: 161px;
    padding: 1.8em 1em 1.6em 1.2em;

    color: #fff;
    background: #0E285E;
    border-left: 2px solid #fff;
}

/* Page title (end) */

/* Region (begin) */

#mleft {
    float: left;
}

#region {
    list-style: none;
}

#region li {
	display: inline;
	position: relative;
	z-index: 999;
}

[id]#region li {
    display: block;
}


#region li a, #region li span {
    display: block;

    width: 129px;

    padding: 0.3em 10px 0.3em 22px;

    text-decoration: none;

    color: #fff;
    border-bottom: 1px solid #fff;
}

#region span.gap{
    background:#647688;

}

#region a:hover, #region span {
    background: #6D8CAB;
}

#region li .act {
    background: #69829B;
}

/* Subregion (begin) */
#region ul li a, #region ul li span {
    border-top: 1px solid #fff;
    border-bottom: 0;
}

#region li.hover ul, #region li:hover ul {
    display: block;
    z-index: 3;
    position: absolute;
    top: -1px;
    left: 161px;
}

#region ul {
    display: none;

    width: 161px;

    border-left: 1px solid #fff;
    border-right: 3px solid #546373;
    border-bottom: 3px solid #546373;
    background: #647688;
}

/* Subregion (end) */
#tse-logo {
    margin-top:25px;
}


#tse-logo a img, #tse-logo a:hover img {
    border: 0;
}

/* Region (end) */

/* Content (begin) */
#cnt {
    margin-left: 161px;
    padding: 1.5em 0 1em 1em;

    background: #fff;
    border-left: 2px solid #fff;
}

#cnt p {
    margin: 0 1em 1em 0.5em;
}

#cnt object {
    position: relative;
    z-index: 1;
}

#cnt ul, #cnt ol, #cnt h3, #cnt h4 {
    font-size: 100%;

    margin: 0 0 1em 0.5em;
}

#cnt li {
    margin: 0.3em 1em 0 2em;
}

#cnt ul li {
    list-style: disc outside url( i/bullet.gif );
}

#cnt a:link {
    color: #006de8;
    text-decoration: underline;
}

#cnt a:hover {
    text-decoration: none;
}

#cnt .infr {
    height: 1%;

}

[id]#cnt .infr {
    height: auto;
}

#cnt .infr img {
    float: left;
    margin: 0.2em 1em 0.5em 0.5em;
}

#cnt .container{
    display:block;
    width:60%;
    margin:auto;
}


#cnt .left {
    float: left;
    padding: 0.2em 0.5em 0 0;
}


#cnt .right {
    float: right;
    padding: 0.5em 1em 0 1em;
}

#cnt .note {
    margin-top: 2em;

    clear: both;
}

/* Content (end) */

/* Map (begin) */
#cnt p#map {
    text-align: center;
    margin: 0 0 2em;
}

#cnt #map * {
    display: block;
    margin: auto;
}

#cnt #map img {
    margin-top: 10px;
}

/* Map (end) */

/* Logos (begin) */
#logos {
    margin-left: -15px;
}

/* Logos (end) */

/* Tables (begin) */
table {
    margin: 2em 1em 2em 0.4em;
    border-spacing: 2px;
}

.fs09b{
    font-size: 0.9em;
    font-weight:bold;
}
th, td {
    font-size: 0.8em;

    padding: 0.3em;

    background: #DAE1F4;
}
.sites_tables_title {
	text-align: left;
	padding: 0.5em 0.7em 1.2em 0.7em;
}
.sites_tables_content {
	font-size: small;
}



thead th {
    font-size: 0.9em;
    text-align: left;
    vertical-align: top;
    padding: 0.5em 0.7em 1.2em 0.7em;
}

caption {
    font-size: 100%;
    font-weight: bold;

    text-align: left;
    padding: 1em 0 0 0.5em;
}

tbody tr:hover th, tr:hover td, tbody tr.hover th, tr.hover td {
    background: #D3DEFB;
}

/* Tables (end) */

/* Footer (begin) */
#foot {
    width: 760px;
    height: 1%;

    padding: 2em 0;

    color: #fff;
    background: #9F9F9F;

    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

[id]#foot {
    width: auto;
}

#foot .copyright {
    float: left;
    padding-left: 1.7em;
}

#foot .design {
    float: right;
    padding-right: 1.3em;
}

#foot a:link {
    color: #fff;
}

/* Footer (end) */

/* Error 404 (begin) */
#e404 #page {
    position: relative;
    height: 100%;

    background: #0E285E;
}

[id]#e404 #page {
    height: auto;
    min-height: 100%;
}

#e404 #body {
    padding: 1em 2em 8em 2em;
}

#e404 h1, #e404 h2 {
    font-family: Arial, sans-serif;

    text-transform: uppercase;
    color: #fff;
}

#e404 h1 {
    font-size: 500%;
}

#e404 h2 {
    font-size: 160%;
    border: 0;
}

#e404 p {
    font-size: 110%;

    line-height: 1.5em;
    padding: 10em 0 0 13em;
}

#e404 p, #e404 p a {
    color: #fff;
}

#e404 #foot {
    width: 100%;
    position: absolute;
    bottom: 0;
}

/* Error 404 (end) */