BODY, TD
{
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	margin: 10px;
}

A
{
	color: #191252;
}

A:hover
{
	color: #DE6E15;
}

.top
{
	height: 150px;
	overflow: hidden;
	margin-bottom: 4px;
}

.top IMG
{
	margin: 0px;
	margin-right: 4px;
}

H1
{
	font-size: 14px;
}

IMG
{
	border: 0px;
}

HR
{
	color: #DD6E15;
	height: 1px;
}

BUTTON, .button
{
	border: solid 1px #DD6E15;
	font-weight: bold;
}

.content
{
	height: 400px;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 50px;
	vertical-align: top;
}

.bottom TD
{
	text-align: left;
	font-size: 11px;
	text-align: center;
}

.imageOverview IMG
{
	border: solid 1px black;
}

.imageOverview TD
{
	border-bottom: dotted 1px #666666;
}

.orderList
{
	border: solid 1px black;
	width: 550px;
	overflow-x: scroll;
}

.orderList INPUT
{
	margin-bottom: 5px;
}

.news
{
	margin-left: 50px;
}

.newsGroupButton
{
	width: 25px;
	background-image: url('/Images/Design/Arrow_closed.gif');
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.newsGroupButtonOpened
{
	width: 25px;
	background-image: url('/Images/Design/Arrow_open.gif');
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.newsGroupName
{
	cursor: pointer;
}

/* Menu */
.menuContainer
{
	vertical-align: top;
	width: 150px;
}

UL.menu_level0
{
	margin: 0px;
	padding: 30px;
	background-color: #191252;
	width: 150px;
	color: White;
	padding-right: 0px;
}

UL.menu_level0 LI
{
	height: 30px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	list-style-type: none;
	padding-top: 6px;
	vertical-align: top;
}

UL.menu_level0 LI IMG
{
	margin-right: 5px;
}

UL.menu_level0 LI A
{
	color: White;
	text-decoration: none;
}

UL.menu_level0 LI A:hover
{
	color: #DE6E15;
}

UL.menu_level0 LI A.selected
{
	color: #DE6E15;
}

UL.menu_level1 LI IMG
{
	visibility: hidden;
}

UL.menu_level1
{
	padding-top: 4px;
	padding-bottom: 6px;
	margin-left: 20px;
}

UL.menu_level1 LI
{
	list-style-image: none;
	list-style-type: none;
	font-size: 10px;
	height: 20px;
}

/* Form */
.fieldName
{
	font-weight: bold;
	width: 180px;
	vertical-align: top;
}

.long
{
	width: 100%;
}

INPUT, TEXTAREA
{
	border: solid 1px #666666;
	margin-right: 2px;
}

.error
{
	border: solid 1px red;
	background-color: #FFDDDD;
}