﻿body
{
	background-color: White;
}

#logo
{
    background-color: White;
	background-image: url("Images/Logo.jpg");
	height: 169px; /* to fit the specific logo at all times do not use em here */
	padding: 0;
	border: none;
}

div.content
{
	margin: 0.4em;
	padding: 0.6em;
	padding-bottom: 0.6em;
    border: 1px solid #DDD;
	background-color: White;
	font-size: 0.8em;
	line-height: 1.5em;
}

div.box
{
	margin: 0.4em;
	padding: 0.5em;
    border: 1px solid #DDD;
    color: #999;
    font-size: 1em;
    line-height: 1.3em;
}

#right a
{
	color: White;
}

h1, h2
{
	font-size: 1.7em;
	line-height: 0.6em; /* these three lines adjusts the whitespace above and below the headline */
	margin-top: 0.4em;
}

h2
{
	font-size: 1.3em;
	margin-top: 1.6em;
}

blockquote
{
    color: #666;
}

#editor_title, #editor_instance, #editor_template
{
    width: 46%;
    font-family: Verdana;
    padding: 0.3em;
	background-color: Gainsboro;
	background-image: url(Images/Textbox.png);
	border: 1px solid DarkGray;
    border-left: 1px solid Gray;
	border-top: 1px solid Gray;
}