/* ======================
	DEFAULTS
=========================*/
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Helvetica 55 roman', Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
.inputField {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 11px;
	border: 1px solid #000000;
}
h1 {
	background-color: transparent;
	color: #000000;
	font-size: 22px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
h1 em {
	color: #000000;
	font-style: normal;
}
h2 {
	background-color: transparent;
	color: #000000;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 7px;
	margin-top: 5px;
}
h3 {
	background-color: transparent;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 5px;
}
h4 {
	background-color: transparent;
	color: #000000;
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 3px;
	margin-top: 5px;
}
a {
	text-decoration: none;
}
a:link {
	color: #a64949;
}
a:hover {
	color: #666666;
}
a img {
	border-width: 0px;
}
img {
	vertical-align: bottom;
}
object {
	vertical-align: bottom;
}	
embed {
	vertical-align: bottom;
}
p {
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	color: #000000;
	line-height: 18px;
}
p.error {
	padding: 0px;
	margin: 0px;
	color: #bf0f35;
}
p.notice {
	padding: 0px;
	margin: 0px;
	color: #385f14;
}
em {
	color: #cf000a;
}
a {
	font-weight: bold;
	color: #cf000a;
}
a:link {
	font-weight: bold;
	color: #cf000a;
}
a:visited {
	font-weight: bold;
	color: #cf000a;
}
a:hover {
	font-weight: bold;
	color: #cf000a;
}
table th {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #4f4646;
}

/*========================
	LAYOUT
=========================*/
#layoutLv1 {
	width: 763px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: transparent;
	background-image: url("/modules/root/templates/template1/images/bg.jpg");
	background-position: center top;
	background-repeat: repeat-y;
}
#layoutLv2 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	background-image: url("/modules/root/templates/template1/images/footer.jpg");
	background-position: center bottom;
	background-repeat: repeat-x;
}
#header {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	padding-top: 160px;
	padding-bottom: 5px;
	text-align: right;
	width: 763px;
	background-color: transparent;
	background-image: url("/modules/root/templates/template1/images/header.jpg");
	background-position: center center;
	background-repeat: no-repeat;
}
#footer {
	margin: 0px;
	padding: 0px;
	padding-bottom: 8px;
	height: 20px;
	font-size: 11px;
	background-color: transparent;
	text-align: center;
	color: #FFFFFF;
}
td#content {
	padding-bottom: 20px;
	padding-top: 50px;
	width: 600px;
	background-color: transparent;
	min-height: 200px;
	vertical-align: top;
}

td#content h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 10px;
	font-size: 27px;
	font-weight: normal;
}
td#content p.tagline {
	position: relative;
	top: -15px;
	font-size: 14px;
	margin-left: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #8c8c8c;
}
td#subMenu {
	width: 144px;
	background-color: transparent;
	padding-top: 60px;
	vertical-align: top;
	min-height: 200px;
}
td#subMenu div {
	padding-left: 24px;
	padding-right: 5px;
	text-align: left;
	margin-bottom: 10px;
}
td#subMenu div a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}
#breadcrumbs {
	margin-top: 0px;
	padding-left: 16px;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}
#footerMenu {
	list-style-type: none;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: center;
}
#footerMenu li {
	list-style-type: none;
	display: inline;
}
#footerMenu li a {
	font-size: 10px;
	font-weight: normal;
}
#footerCompanyInfo {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#footerCompanyInfo h3 {
	margin: 0px;
	color: #585858;
}
#footerCompanyInfo p.tagline {
	margin: 0px;
	color: #585858;
	font-size: 10px;
}
#footerCompanyInfo p.description {
	margin: 0px;
	color: #585858;
	font-size: 10px;
}
#footerCompanyInfo .address {
	color: #585858;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
}
#footerCompanyInfo .tel {
	color: #585858;
	font-weight: normal;
	font-style: normal;
	font-size: 9px;
}
#footerCompanyInfo .vatNumber {
	color: #585858;
	font-weight: normal;
	font-style: normal;
	font-size: 9px;
}


/*=========================
	VALID HTML
==========================*/
p.validHTML {
	float: right;
	text-align: right;
}
/*================================
	HIGHLIGHTED AREAS
================================*/
div.highlightedArea1Lv1 {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
div.highlightedArea2Lv1 {
	border: 1px solid #d58f8f;
	background-color: #FFFFFF;
	padding: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.highlightedArea3Lv1 {

}
div.highlightedArea4Lv1 {

}

/*===========================================
	INPUT AREA
============================================*/
form.inputArea {
	background-color: transparent;
	color: #4A4B4C;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table.leftHeaderFormat {
	margin: 0px;
	width: 100%;
	background-color: transparent;
	border-spacing: 0px;
}
table.leftHeaderFormat th {
	padding: 5px;
	color: #64625c;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}
table.leftHeaderFormat td {
	padding: 5px;
}
table.leftHeaderFormat td .inputField {
}
table.topHeaderFormat {
	margin: 0px;
	width: 100%;
	background-color: transparent;
	border-spacing: 0px;
}
table.topHeaderFormat th {
	padding: 5px;
	color: #64625c;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
table.topHeaderFormat td {
	padding: 5px;
}
table.topHeaderFormat td .inputField {
}
/*=======================
	MAIN MENU
=========================*/
#mainMenu {
	background-image: url("/modules/root/templates/template1/images/menuBg.jpg");
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #ba605f;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
#mainMenu a {
	color: #FFFFFF;
	text-transform: uppercase;
}
#mainMenu span {
	margin-left: 10px;
	margin-right: 10px;
}
#mainMenu span.on {

}
#mainMenu span.off {

}
/*=======================
	MODULE MENU
=========================*/
div.moduleMenu {
	background-image: url("/modules/root/templates/template1/images/moduleMenuBg.jpg");
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #ba605f;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: left;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}
div.moduleMenu a {
	color: #FFFFFF;
	font-weight: normal;
}
div.moduleMenu span {
}
div.moduleMenu span.on {

}
div.moduleMenu span.off {

}
/*=======================
	MODULE MENU
=========================*/
div.moduleSubMenuLv1 {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
}
div.moduleSubMenuLv1 a {
	text-transform: uppercase;
	font-weight: normal;
}
div.moduleSubMenuLv1 span {
}
div.moduleSubMenuLv1 span.on {

}
div.moduleSubMenuLv1 span.off {

}
/*=============================
	DATA TABLE LAYOUTS
==============================*/
div.dataTable {
}
div.dataTable table {
	width: 100%;
}
div.dataTable table td {
	border: 1px solid #000000;
}
div.dataTable table td.emptyCell {
	border-width: 0px;
}
div.dataTable table.topHeaderFormat {
	border-spacing: 2px;
}
div.dataTable table.topHeaderFormat th {
	background-image: url("/modules/root/templates/template1/images/tableTopHeaderBg.jpg");
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
}
div.dataTable table.topHeaderFormat td {
	background-color: #FFFFFF;
	padding: 10px;
}
div.dataTable table.leftHeaderFormat {
	border-spacing: 2px;
}
div.dataTable table.leftHeaderFormat th {
	background-image: url("/modules/root/templates/template1/images/tableTopHeaderBg.jpg");
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #000000;
	padding: 10px;
	color: #FFFFFF;
}
div.dataTable table.leftHeaderFormat td {
	background-color: #FFFFFF;
	padding: 10px;
}

/*===================
	PAGER
====================*/
div.pager {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 13px;
	margin-bottom: 13px;
	text-align: center;
}
div.pager a {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}
div.pager .current {
	border: 1px solid #000000;
	background-color: #000000;
	color: #FFFFFF;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}
