﻿body 
{
        font-family: 'PT Sans Narrow', Arial, Helvetica, Sans-Serif;
        background-color: #ededed;
}

.old
{
    font-family: 'Old Standard TT', serif;
}

.blue
{
    color: #0074AE;
}

.grey
{
    color: #666666;
}

.small
{
    font-size: 13px;
}

.win_header
{
    position:absolute;
    top:0;
    left: 0;
    height: 30px;
    background-color: #000000;
    display: block;
    text-align: center;
    width: 100%
}

.win_header .title
{
    color: #ffffff;
    padding: 3px 0 0 0;
}

.content
{
    position: relative;
    top: 30px;
}

.win_footer
{
    position:absolute;
    bottom: 10px;
    left: 50%;
}

input[type=text],
input[type=password],
select
{
    background-color:#FCF8EA;
    border: 1px solid #ffffff;
    padding:3px;
    margin: 5px;
}

input[type=text]:focus,
input[type=password]:focus
{
    background-color:#ffffff;
    border: 1px solid #deecf7;
}

.hint
{
    font-style: italic;
    color: #4a95d0;
}

a.button
{
    display: block;
    width: 80px;
    padding: 5px;
    background-color: #666666;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-align:center;
}

a.button:hover
{
    background-color: #999999;
}

input.button
{
    background-color: #666666;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-align:center;
    padding: 5px;
    cursor: pointer;
}

input.button:hover
{
    background-color: #999999;
}

.validation, .alert, .error, .info, .success, .tip, .alert16, .error16, .info16, .success16, .tip16, .validation16
{
    font-family: 'PT Sans Narrow', Arial, Helvetica, Sans-Serif !important;
    font-size: 14px !important;
}

label
{
    display: inline-block;
    width: 120px;
}

.textbox
{
   display: inline-block;
}

.textbox input
{
    width: 180px;
}

.textbox select
{
    width: 190px;
}

/*
    FILES IN DOWNLOAD
----------------------------------------------------------------------------------------------*/
body.download-items
{
    background-color: #ffffff;
}

.download-items h2
{
    margin: 0 0 5px 0;
}

.download-items h3
{
    border-top: 1px solid #e6e6e6;
    padding-top:10px;
}
.download-items p
{
    text-align: justify;
    margin: 5px 0;
}

ul.attachments
{
    padding-left:10px !important;
}

.attachments li
{
    display: block;
    height: 24px;
    background: transparent url("images/icons/icoDownload16.png") 0 3px no-repeat;
    padding: 0 0 0 21px;
}

.attachments a
{
    font-size: 16px;
    color: #63a04a;
    text-decoration: none;
}

.attachments a:hover
{
    text-decoration: underline;
}

.public
{
    font-size: 13px;
    color: #000000;
}

.private 
{
    font-size: 13px;
    color: #cc6600;
}

/* Privacy */
.privacy
{
    border: 1px solid #fff;
    margin: 5px;
    padding: 5px;
    font-size: 12px;
    background-color: #FCF8EA;
}

/* Varie */
.float-left
{
    float: left;
}

.float-right
{
    float: right;
}

.clear
{
    clear: both;
}

.ml
{
    margin-left: 100px;
}
