﻿@charset "utf-8";

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Gotham', sans-serif;
    color: #333333;
}

body {
    font-size: 12px;
}

h1, h2, h3, h4, h5, p, ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 120%;
}

#container {
    min-height: 100%;
    height: 100%;
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#sub-container {
    width: 100%;
    height: 100%;
}

.container-body {
    height: 100%;
}

#box-infos {
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 10px 0 0 0px;
    width: 100%;
    height:100%;
}

.box-infos {
    margin: 10px 0;
    clear: both;
    margin: 10px 0px 20px 0px;
    padding: 20px 5px 20px 5px;
    color: #333333;
    background: #ebeef0;
    border-top: 1px solid #0E0048;
    border-bottom: 1px solid #0E0048;
    font-family: 'Gotham', sans-serif;
    font-weight: normal;
    height:100%;
}

#box-infos ul {
    padding: 0px 10px 0px 15px;
}

#box-infos li {
    margin: 10px 0px 0px 0px;
    list-style-type: disc;
    list-style-position: outside;
}

#box-infos p.line-space {
    line-height: 20px;
}

#box-infos h3 {
    color: #0E0048;
    height: 15px;
    font-size: 14px;
}

#box-infos h4 {
    color: #0E0048;
    height: 15px;
    font-size: 12px;
}

#box-infos h5 {
    color: #0E0048;
    font-size: 11px;
    font-family: 'Gotham', sans-serif;
    font-weight: normal;
}

#box-infos h {
    color: #0E0048;
    height: 15px;
    font-size: 12px;
}

#box-infos h1 {
    color: #0E0048;
    height: 15px;
    font-size: 14px;
}

.box-infos h2 {
    color: #0E0048;
    height: 15px;
}

#box-infos h3.text-gray {
    color: #333333;
    font-size: 12px;
    font-weight: bold;
}

#box-infos h4.text-gray {
    color: #333333;
    font-size: 12px;
    font-weight: bold;
}

h2.title {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #0E0048;
    font-family: 'Gotham', sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.bt1 {
    background: url(../images/bt1_bg.png) no-repeat 0 0;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bt1_bg.png', sizingMethod='crop');
    width: 120px;
    height: 30px;
    margin: 0px 0px 0px 0px;
    _margin: 0px 0px 0px 0px;
    padding-top: 7px;
    cursor: pointer;
    float: left;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    color: #FFFFFF;
}

.uppercase-red {
	text-transform: uppercase;
	color: #0E0048;
}

#TB_window {
    border: 1px solid #0E0048 !important;
    color:#333333!important;
}

#TB_window a:link {
    color: #333333 !important;
}

#TB_window a:visited {
    color: #333333 !important;
}

#TB_window a:hover {
    color: #00BBE7 !important;
}

#TB_window a:active {
    color: #333333 !important;
}

#TB_window a:focus {
    color: #333333 !important;
}

.main-border {
    border: 1px solid #0E0048;
}

.width-100-percent {
    width: 100%;
}

#divMARK {
    vertical-align: top;
    overflow: auto;
}

.bgcolor-ebeef0 {
    background-color:#ebeef0;
}