body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 333333;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #660000;
	text-decoration: none;
}

hr {
	height: 2px;
	color: #295AA6;
}

.clsTableTop {
	height: 45px;
	width: 681px;
	background-image: url(/images/topbar.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.clsTableMenuIndhold {
	width: 681px;
}

.clsTdMenu {
	width: 160px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	border-right: 2px solid #295AA6;
}

.clsAMenu {
	width: 160px;
	color: white;
	font-weight: bold;
	font-size: 9pt;
	background-color: #295AA6;
	text-decoration: none;
	margin-bottom: 4px;
	border-bottom: 2px solid white;
}

.clsAMenu:hover {
	border-bottom: 2px solid cornflowerblue;
}

.clsTdIndhold {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	text-align: center;
}

.clsH1Indhold {
	border-bottom: 2px solid #295AA6;
	font-size: 12px;
	text-align: left;
	text-transform: uppercase;
}

.clsTableBund {
	width: 681px;
	padding-top: 10px;
	height: 11px;
	font-size: 10px;
	background-image: url(/images/bottombar.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: white;
	text-align: right;
}

.clsTextarea {
	width: 100%;
	height: 60px;
}

.clsTdCatalogEntry {
	border-bottom: 2px solid #295AA6;
}

.clsCatalogEntry {
	font-size: 10pt;
}

.clsACatalogEntry {
	width: 100%;
	color: black;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	margin-bottom: 4px;
	border-top: 2px solid #295AA6;
}

.clsACatalogEntry:hover {
	background-color: cornflowerblue;
}

.clsSelect {
	width: 100%;
}

.clsTableSearch {
	width: 470px;
	border: 1px solid #295AA6;
}

.clsACurrentPage {
	font-weight: bold;
}

.clsTableCatalogEntry {
	width: 470px;
	font-size: 10px;
	border-top: 1px solid #295AA6;
	border-bottom: 1px solid #295AA6;
}

.clsAStandard {
	text-decoration: underline;
}

.clsAStandard:hover {
	text-decoration: underline;
}

.clsTableCatalogEntryOuter {
	width: 470px;
}

.clsDivMenuHeader {
	border-bottom: 2px solid #295AA6;
	font-size: 12px;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: bold;
}

.clsInputLogin {
	width: 200px;
}

.clsTableOrderResume {
	width: 475px;
}

.clsTdOrderResumeHeader {
	background-color: #295AA6;
	color: white;
	font-size: 12px;
	/*border-top: 1px solid black;
	border-bottom: 1px solid black;*/
}

.clsTdOrderResumeMiddleLeft {
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: top;
	background-color: #F5F5F5;
}

.clsTdOrderResumeMiddleRight {
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: top;
	background-color: #F5F5F5;
}

.clsTdOrderResumeFooter {
	font-size: 12px;
	/*border-top: 1px solid black;
	border-bottom: 1px solid black;*/
	background-color: #295AA6;
	color: white;
	text-align: center;
}

.clsAOrderResume {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: silver;
}

.clsAOrderResume:hover {
	color: white;
}

.clsDivSearch, .clsInputSearch {
	font-size: 12px;
}

.clsTableViewEditOrder {
	font-size: 12px;
	border: 1px solid black;
	width: 475px;
}

.clsTdViewEditOrderHeader, .clsTdViewEditOrderFooter {
	background-color: #295AA6;
	font-size: 12px;
	color: white;
}

.clsTableViewEditOrderContent {
	padding: 2px;
	width: 100%;
	font-size: 12px;
}

.clsTdViewEditOrderContentLabel {
	font-weight: bold;
}

.clsInputViewEditOrder {
	width: 100%;
	font-size: 12px;
}

.clsRight {
	text-align: right;
}

.clsLeft {
	text-align: left;
}