﻿body
{
	font-family: Verdana, Arial, 'Times New Roman';
	color: black;
	background-image: url(images/background.gif);
}

a:link
{
	color: Blue;
}
a:visited
{
	color: Blue;
}
a:focus
{
	color: Purple;
}
a:hover
{
	color: Green;
}
a:active
{
	color: Blue;
}

.cssErrorText
{
	color: red;
}

.cssSuccessText
{
	color: Green;
}

.cssInfoText
{
	color: Blue;
	text-align: left;
}

.cssTopOfPageText
{
	color: Blue;
	font-size: 14pt;
	text-align: center;
}

.cssPrintTopOfPageText
{
	color: Black;
	font-size: 18pt;
}

.cssPrintUnderlined3
{
	color: Black;
	border-bottom: black thin solid;
	width: 30%;
}
.cssPrintUnderlined34
{
	color: Black;
	border-bottom: black thin solid;
	width: 70%;
}
.cssPrintCol1
{
	color: Black;
	width: 10%;
	vertical-align: bottom;
}
.cssPrintCol12
{
	color: Black;
	width: 30%;
	vertical-align: bottom;
}
.cssPrintCol4
{
	color: Black;
	width: 40%;
}
.cssPrintCol23
{
	color: Black;
	width: 50%;
}
.cssPrintRowHeightDeep
{
	height: 50px;
}

.cssCellNewsHeadline
{
	border-top: black double;
	color: Blue;
	font-size: 18pt;
}

.cssCellSeparator
{
	border-top: #00ccff solid;
}

.cssPicture
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.cssMenuNodeStyle
{
	text-align: center;
	color: white;
	background-color: white;
}

.cssMenuLeafNodeStyle
{
	text-align: center;
	background-color: #cc9900;
	color: black;
}

.cssMenuRootNodeStyle
{
	text-align: center;
	background-color: #cc9900;
	color: black;
}

.cssFooterRow
{
	background-color: #cc9900;
}
.cssHeaderRow
{
	background-color: #cc9900;
}
.cssContactDetails
{
	text-align: center;
}

.cssHeaderTable
{
	background-color: #cc9900;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	width: 100%;
}
.cssFooterTable
{
	background-color: #cc9900;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	width: 100%;
}
.cssContentTable
{
	width: 100%;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
}

.cssContentTableCell
{
}

.cssRow
{
}
.cssLeftCell
{
	vertical-align: top;
	text-align: left;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	height: 25px;
	color: Blue;
}
.cssRightCell
{
	vertical-align: top;
	text-align: left;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	height: 25px;
	color: Blue;
}

.cssHeadlineLeft
{
	width: 160px;
}
.cssHeadlineRight
{
	font-size: 25pt;
	color: White;
	vertical-align: middle;
	background-color: #0000ff;
	text-align: center;
}
.cssHeadlineTable
{
	width: 100%;
}
.cssHeadlineRow
{
}

/* The login control on the login page */
.cssLoginControl
{
	background-color: #add8e6;
	border-right: blue 2px solid;
	border-top: blue 2px solid;
	border-left: blue 2px solid;
	border-bottom: blue 2px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 1px;
}

/* The title of the login control on the login page */
.cssLoginTitle
{
	background-color: #fffacd;
}

/* The instructions text in the login control on the login page */
.cssLoginInstructionText
{
}

/* The text box in the login control on the login page */
.cssLoginTextBox
{
}

/* The button in the login control on the login page */
.cssLoginButton
{
}

/* The password recovery control on the login page */
.cssPasswordRecoveryControl
{
	background-color: #add8e6;
	border-right: blue 2px solid;
	border-top: blue 2px solid;
	border-left: blue 2px solid;
	border-bottom: blue 2px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 1px;
}

/* product overview table */
.cssProductTable
{
	width: 50%;
	vertical-align: top;
	text-align: center;
	border: none;
}
.cssProductRow
{
	border: blue dotted 3px;
}
.cssProductCell
{
	border: red double 3px;
}

/* Product details */
.cssProductDetailTable
{
	width: 100%;
	vertical-align: middle;
	text-align: left;
	border: black solid 2px;
}
.cssProductDetailRow
{
	background-color: Red;
	border-top-width: thin;
	border-left-width: thin;
	border-left-color: blue;
	border-top-color: blue;
	border-bottom: blue 8px solid;
	border-right-width: thin;
	border-right-color: blue;
}
.cssProductDetailCell
{
	border: red double 3px;
}

/* Fast login panel */
.cssFastLoginPanel
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

/* TABLE OPTIONS */

.tableAll
{
	border-right: black 1pt solid;
	border-top: black 1pt solid;
	border-left: black 1pt solid;
	border-bottom: black 1pt solid;
	background-color: #fafaff;
}
.tableHeading
{
	color: black;
	border-bottom: black 1pt solid;
	background-color: #00ccff;
}
.tableRow1
{
	color: black;
	border-bottom: black 1pt solid;
	background-color: #e2e6f1;
}
.tableRow2
{
	color: black;
	border-bottom: black 1pt solid;
	background-color: white;
}
.tableHighlight
{
	color: black;
	border-bottom: black 1pt solid;
	background-color: #ffff9b;
}
