﻿/*
 * Global
 */
html 
{
    background-color: #ffffff;
}

body 
{ 
    font-family: Calibri, Trebuchet MS, Arial;
    font-size: 90%;
    
    background-color: #ffffff;
    width: 1001px;
    
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

h1 
{
    font-size: 110%;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

p 
{
    line-height: 1.2em;
    margin-bottom: 1em;
    margin-top: 0.2em;
}

img 
{
    border: none;
}

#menuBox a:link,
#menuBox a:visited
{
	color: White;
	text-decoration: none;
}



.ingress 
{
    font-size: 110%;
    line-height: 1.3em;
}

a.menuLink 
{
    text-decoration: none;
    color: White;
}

.boxPadding 
{
    padding: 1em;
    float: left;
    overflow: hidden;
}

.headerImage 
{
    width: 100%;
    
    overflow: hidden;
}

.readMoreLink 
{
    float: right;
    font-weight: bold;
    color: Black;
    text-decoration: none;
}











/*
 * Admin
 */
.editable
{
    border: #cccccc dotted 1px;
    overflow: hidden;
}

.contentChanged 
{
    border: #55cc55 dotted 1px;
}

.adminControls 
{   
    position: fixed;
    left: 0px;
    width: 100%;
    height: 2em;
    
    padding-left: 1em;
    padding-top: 3px;
    padding-bottom: 3px;
    
    background-color: #eeeeee;
    border: solid 1px #dddddd;
}

.adminButton 
{
    position: absolute;
    top: 1px;
    right: 1em;
    width: 4em;
}

.notTranslated 
{
    border: solid blue 1px;
}


/* Image browser */
.imageContainer 
{
    width: 100%;
    height: 100%;
}

.imageBrowserImage 
{
    padding: 1em;
}








/*
 * News
 */
.newsItem 
{
    margin: 1em;
}
.newsItemDate 
{    
    margin-right: 2em;
}
.newsItemHeader 
{
    font-size: 100%;
}
.specialControl 
{
    border: gray dotted 3px;
    width: 90%;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
}

.inactive 
{
    border: none;
    color: #aaaaaa;
    background-color: #eeeeee;
}

.activationButton 
{
    float: right;
    width: 50px;
    font-size: 70%;
}

.pressItem 
{
    margin-bottom: 3em;
}

.pressItemHeader 
{
    margin-top: 0px;
    margin-bottom: 0.5em;
    font-size: 100%;
    font-weight: bold;
}

.pressItemLink 
{
    float: right;
}

.translateBoxContainer 
{
    clear: both;
}

.translateBox 
{
    float: left;
    width: 40%;
    /*border: dotted black 1px;*/
}

