﻿/*
 * Global
 */
html 
{
    background-color: #DCE8F4;
    padding-top: 0px;
    
    background-image: url("../images/main/bg_white.gif");
    background-repeat: repeat-y;
    background-position: center;
}

body 
{ 
    font-family: Calibri;
    font-size: 90%;
    color: #606060;
    
    background-color: #ffffff;
    width: 850px;
    
    margin-top: 0px;
    padding-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

h1 
{
    font-size: 200%;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #4E8591;
}

h2 
{
    font-size: 110%;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #4E8591;
}

p 
{
    line-height: 1.3em;
    margin-bottom: 1em;
    margin-top: 0.2em;
}

img 
{
    border: none;
}


a:link,
a:visited
{
	color: #4E8591;
	text-decoration: none;
	font-family: Calibri;
	
	/*
	background-image: url(images/main/menu_button_gradient.gif);
    background-repeat: repeat-x;
*/
}

a.active 
{
	color: #BA2715;
}

a:hover 
{
	color: #BA2715;
}

.hasPadding 
{
	padding: 1em;
}

.hasGrayBorder 
{
	border: solid 1px #D9D9D9;
}

.hasGrayFadeBorder 
{
	background-image: url("../images/main/gradient_border_196_226.png");
	background-repeat: no-repeat;
}

.hasCiteBackground 
{
	background-image: url("../images/main/background_cite.png");
	background-repeat: no-repeat;
}

.hasGrayBackground 
{
	background-color: #F7F7F7;	
}

table.hasGrayTableBorder 
{
	padding: 1em;
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: #D9D9D9;
	border-collapse: collapse;
	background-color: #F7F7F7;
}

table.hasGrayTableBorder td {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: #D9D9D9;
	background-color: #F7F7F7;
}

.menuItem 
{
	background-image: url("../images/main/gradient54.png");
	background-repeat: repeat-x;
	height: 34px;
	text-align: center;
}

.hasGradient149 
{
	background-image: url("../images/main/gradient149.png");
	background-repeat: repeat-x;
	height: 145px;
}


.menubackground 
{
	background-image: url("../images/main/menu_button_gradient.png");
	background-repeat: repeat-x;
	border: solid 1px #D9D9D9;
	padding: 0px;
	height: 40px;
	width: auto;
	clear: both;
}

.menubox 
{
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: normal;
	font-size: 100%;
	border-left: solid 1px #D9D9D9;
	display: inline;
	float: left;
	height: auto;
}
.leftmost 
{
	border-left: none 0px;
}


.ingress 
{
    font-size: 110%;
    line-height: 1.3em;
}

a.menuLink 
{
	background-color: Black;

    text-decoration: none;
    color: White;
}

.boxPadding 
{
    padding: 1em;
    float: left;
    overflow: hidden;
}

.headerImage 
{
    width: 100%;
    overflow: hidden;
}

a.readMoreLink 
{
	font-size: 80%;
    float: right;
    font-weight: bold;
    color: #4E8591;
    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;*/
}


