﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #ffffff;
    font-size: 14px;
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #666666;
}

a
{
    color: #ea773c;
    text-decoration: none;
}

a:hover
{
    color: #ea773c;
    text-decoration: underline;
}

a:active
{
    color: #ea773c;
    text-decoration: underline;
}

p
{
    margin-bottom: 10px;
    line-height: 1.4em;
}


@font-face {
    font-family: 'ftg100lightregular';
    src: url('ftg100light-webfont.eot');
    }

@font-face {
    font-family: 'ftg100lightregular';
    src: url('ftg100light-webfont.ttf') format('truetype'),
         url('ftg100light-webfont.svg#ftg100lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 980px;    
    margin: 0px auto 0px auto;
    padding: 0px;
}

.header
{
    position: relative;
    margin: 0px;    
    background: #eeeeee;
    width: 960px;
    height: 110px;
    padding: 0px 10px 0px 10px;
}

.main
{
     padding: 0px 10px 0px 10px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 300px;    
}

.pageFooter
{
    height: 61px;
    color: #ffffff;
    background-color:#c6c6c6;
    text-align: center;
    line-height: normal;
    font-size:12px;
    padding: 0px 10px 0px 10px;
}


div.logo
{
    width:150px;
    padding: 10px 0px 0px 0px;
    float:left;
}

div.menuContainer
{    
    padding: 0px;
    float: right;
}

div.menu
{
    padding: 0px;
    float: right;
    font-family: 'ftg100lightregular', Arial, Helvetica, sans-serif;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li
{
    padding-left:14px;
}

div.menu ul li a, div.menu ul li a:visited
{
    color: #666666;
    display: block;
    padding: 48px 0px 0px 0px;
    text-decoration: none;
    white-space: nowrap;
    font-size: 20px;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a.selected
{
    background-image: url('../Images/MenuSign.png');
    background-repeat: no-repeat;
}

div.menu ul li a:active
{
    background-position: top;
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;    
}

div.languageSelector
{
    float: right;
    color: #aaaaaa;
    padding-top:14px;
}

div.languageSelector a:link, div.languageSelector a:visited
{
    color: #aaaaaa;
    text-decoration: none;
}



.pageFooter a, .footer a:link, .footer a:active
{   
    color: #ffffff;        
    font-size:12px;
    text-decoration:none;
}

.pageFooter a:hover
{
    color: #ffffff;
    font-size: 12px;
    text-decoration: underline;
}



/* CONTENT COMMON   
----------------------------------------------------------*/

div.sideBarBox
{
    background-position: left top;
    display: block;
    width:285px;
    height: 76px;
    background-image: url('../Images/SidebarBoxBcg.png');
    background-repeat: no-repeat;
    padding: 8px 5px 0px 10px;
}

div.sideBarBox img
{
    float:left;
}

div.SidebarBoxText
{
    float: left;
    padding-left: 4px;
    padding-top: 3px;
    font-family: 'ftg100lightregular' , Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #888888;
    line-height: 17px;
}

span.SidebarTitle
{
    font-size:18px;
    color:#444444;
}

div.docuBox div.top
{
    background-position: left top;
    display: block;
    width:300px;
    height: 5px;
    background-image: url('../Images/SidebarBoxBcg.png');
    background-repeat: no-repeat;
    padding: 0px;
}

div.docuBox div.boxHeader
{
    display: block;
    width: 275px;
    background-color:#EEEEEE;
    padding: 5px 5px 5px 8px;    
    border-right-style: solid;
    border-left-style: solid;
    border-right-width: 5px;
    border-left-width: 7px;
    border-left-color: #EEEEEE;
    border-right-color: #B4B4B4;
}

div.docuBox div.boxBody
{
    display: block;
    width: 275px;
    padding: 8px 5px 5px 8px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-width: 5px;
    border-left-width: 7px;
    border-left-color: #EEEEEE;
    border-right-color: #B4B4B4;
    overflow: hidden;
}

div.docuBox div.bottom
{
    background-position: left bottom;
    display: block;
    width:300px;
    height: 5px;
    background-image: url('../Images/SidebarBoxBcg.png');
    background-repeat: no-repeat;
    padding: 0px;
}

div.downloadItem
{
    font-family: 'ftg100lightregular' , Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:#A0A0A0;
    padding: 0px 0px 5px 0px;
}

a.RealButton
{
    background-position: right;
    display: inline-block;
    height: 28px;
    background-image: url('../Images/ButtonBcg.png');
    background-repeat: no-repeat;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding-top: 12px;
    padding-right: 30px;
    padding-left: 15px;
}

span.TxtCntBlock
{
    position:relative;
}

a.TxtCntEditBlockSign
{    
    z-index: 101;
    position:absolute;
    display:block;
    width:inherit;
    text-align:right; 
}

