﻿body
{
	padding: 20px 0px 0px 0px;
	background-color: Black;
	color: White;
	img:   display: block;
}

.clear 
{
	margin: 0px;
	padding: 0px;
	clear: both;
	line-height: 0;
}

.container 
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* +++ header +++ */
.headercontainer
{
	width: 960px;
	margin-bottom: 20px;
}

.headercontainer b.welcomemessage
{
	float: right;
}

/* +++ header menu +++ */
.headercontainer ul 
{
	list-style: none;
	background-color: White;
	height: 40px;
	border: 2px solid #808000;
}

.headercontainer ul li
{
	float: left;
	margin-left: 0px;
}

.headercontainer ul li a
{
	height: 40px;
	line-height: 35px;
	float: left;
	width: 159px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: large;
}

.headercontainer ul li a,
.headercontainer ul li a:link,
.headercontainer ul li a.visited,
.headercontainer ul li a.active,
.headercontainer ul li a.hover
{
	color: #0000FF;
}
/* --- header menu --- */
/* --- header --- */

/* +++ content +++ */
.contentcontainer
{
}

table.view
{
	padding: 0px;
	margin: 0px;
}

table.view td
{
	padding: 0px 5px 0px 5px;
}

.controls
{
	border: solid 1px #FFFFFF;
	padding: 5px;
}

.floatleft
{
	float: left;
}

.floatright
{
	float: right;
}

/* +++ error +++ */
div.error
{
	margin-bottom: 20px;
	color: Red;
}
/* --- errors --- */

/* +++ form +++ */
.notes
{
	float: left;
	font-style:italic;
	font-size: 12px;
}

.form input,
.form textarea
{
	width: 200px;
}

.form .label
{
	width: 215px;
	float: left;
}

.form .questions
{
	float: left;
}

.form .row
{
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.form .fieldinput
{
	float: left;
	width: 270px;
}

.form .errormessage
{
	color: #FF0000;
	font-style: italic;
	float: left;
}

.form .controls
{
	border-style: none;
	border-width: 0px;
	padding: 0px;
}

.form .controls input
{
	width: 70px;
}

.choices input[type="radio"],
.choices input[type="checkbox"]
{
	width: 40px;
}

.choices input
{
	width: 40px;
}

.profilemenu
{
	padding: 10px 0px 10px 0px;
}
/* --- form --- */

/* +++ story +++ */

.story
{
}

.story .row,
.story .cell
{
	margin: 0px;
	padding: 0px;
	border: none 0px;
	float: left;
}

.story .row .cell
{
	float: left;
	overflow: hidden;
}

.story .row .cellleft,
.story .row .cellright
{
	width: 192px;
}

.story .row .cellmiddle
{
    width: 576px;
}
/* --- story --- */
/* --- content --- */

/* +++ footer +++ */
.footercontainer
{
}
/* --- footer --- */
	