
@import url("buttons.css");

.bodytext 	{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	margin-left: 2pt;
	margin-top: 2pt;
}

.grid {
	border-spacing: 3px;
    border-collapse: separate;
	width: 755px;
}

.contentcolumn {
	vertical-align: top;
	padding:2px;
	width: 650px;
}

.menucolumn {
	vertical-align: top;
	padding:2px;
	width: 105px;
}

.copyrightblue	{
	color: #778093;
	font-family: Arial;
	font-size: 7pt;
}
.copyrightred		{
	color: #ff0000;
	font-family: Arial;
	font-size: 7pt;
}
.formwhiteongrey 		{
	background-color: #758194;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
}
.header		{
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}
.headerblack 	{
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.topline
{
background-color: rgb(252, 252, 252);
border-bottom-color: rgb(225, 225, 225);
border-bottom-style: none;
border-bottom-width: 0px;
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgb(225, 225, 225);
border-left-style: none;
border-left-width: 0px;
border-right-color: rgb(225, 225, 225);
border-right-style: none;
border-right-width: 0px;
border-top-color: rgb(225, 225, 225);
border-top-style: solid;
border-top-width: 1px;
box-sizing: border-box;
clear: both;
color: rgb(102, 102, 102);
display: block;
height: 10px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
position: relative;
vertical-align: baseline;
width: 100%;
}


.headergrey 	{
	color: #999999;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}
.headerwhite 	{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}
.inputdefinition, .inputdefinitionmemo {
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
}

.inputdefinition{
	height: 18px;
}
.inputdefinitiongrey	{
	background-color: #EFEFEF;
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
}

/* -------------------- MENU -------------------- */

.menu 		{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}

.menuComponent {
	margin: 0px;
	padding: 0px;
	width: 105px;
	overflow: hidden;
}


#menuContainer {
	width: 105px;
	background-color: #EFEFEF;
	overflow: hidden;	
}


.menuhead 	{
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 3px;
	padding-top: 3px;
	text-decoration: none;
}

.menuhead a:visited, 
.menuhead a:link, 
.menuhead a:active,
.menuhead a 
 {
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

.menuhead a:hover {
	text-decoration: underline;
}

.menuselect 	{
	color: #d92c1b;
	font-family: Arial;
	font-size: 8pt;
}

.menutext 	{
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
	padding-left: 5px;
	font-weight: normal;
	text-decoration: none;
}

.menutext a:visited, 
.menutext a:link, 
.menutext a:active,
.menutext a 
 {
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}

.menutext a:hover {
	color: #f30;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}




A.Menu:link 		{
	color: #000000;
	font-size: 8pt;
	
}
A.Menu:active 		{
	color: #000000;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}
A.Menu:visited 		{
	color: #000000;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}
A.Menu:hover 		{
	color: #f30;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}



.overdraft 		{
	color: #ff0000;
	font-family: Arial;
	font-size: 8pt;
}
.overdraftgrey 		{
	background-color: #EFEFEF;
	color: #ff0000;
	font-family: Arial;
	font-size: 8pt;
}
.outputdefinition	{
	color: #333333;
	font-family: Arial;
	font-size: 9pt;
}
.statementheader 	{
	background-color: #6b8d50;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 8pt;
}
.subject 		{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
}
.subjectblack 	{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
}
.subjectwhite 	{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
}
.subjectwhiteblue 	{
	background-color: #6b8d50;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	padding-bottom: 2pt;
	padding-left: 2pt;
	padding-top: 2pt;
}
A.subjectwhiteblue:link 		{
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
A.subjectwhiteblue:active 		{
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
A.subjectwhiteblue:visited 		{
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
A.subjectwhiteblue:hover 		{
	color: #f30;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

.text, .textgrey, .amount, .amountgrey {
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
}
.textgrey, .amountgrey	{
	background-color: #EFEFEF;
}
.amount, .amountgrey {
	text-align: right;
}

.textgreybold	{
	background-color: #EFEFEF;
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
}
.texthighlight	{
	background-color: #ADB0BC;
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
}
.textbold	{
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
}
.textred		{
	color: #ff0000;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
}
.textwhite 		{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
}
.textblue	{
	color: #778093;
	font-family: Arial;
	font-size: 8pt;
}
.value 		{
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
}
.valueblack	{
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
}
.valueblue		{
	color: #0000ff;
	font-family: Arial;
	font-size: 8pt;
}
.valuegrey 		{
	background-color: #EFEFEF;
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
}
.valueblackgrey 		{
	background-color: #EFEFEF;
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
}
.valuebluegrey 		{
	background-color: #EFEFEF;
	color: #0000ff;
	font-family: Arial;
	font-size: 8pt;
}
li.number {
	list-style-type:decimal;
	list-style-position:outside;
	padding-bottom:1px;
}
A {
	color: blue;
	font-size: 8pt;
	font-weight: normal;
}
A:visited 		{
	color: blue;
	font-size: 8pt;
	font-weight: normal;
}

A.Copyright:link 		{
			COLOR: #778093; text-decoration: none; font-weight: normal; font-size: 7pt
			}
A.Copyright:active 		{
			COLOR: #778093; text-decoration: none; font-weight: normal; font-size: 7pt
			}
A.Copyright:visited 		{
			COLOR: #778093; text-decoration: none; font-weight: normal; font-size: 7pt
			}
A.Copyright:hover 		{
			COLOR: #ff0000; text-decoration: none; font-weight: normal; font-size: 7pt
			}

A.text:link 		{
			COLOR: #000000; text-decoration: underline; font-weight: normal; font-size: 8pt
			}
A.text:active 		{
			COLOR: #000000; text-decoration: underline; font-weight: normal; font-size: 8pt
			}
A.text:visited 		{
			COLOR: #000000; text-decoration: underline; font-weight: normal; font-size: 8pt
			}
A.text:hover 		{
			COLOR: #f30000; text-decoration: underline; font-weight: normal; font-size: 8pt
			}

ul.list {
	margin-bottom: 0px;
}
.PIL_pageHeader {
	FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: #8a90b2; FONT-FAMILY: verdana; TEXT-ALIGN: center
}
.PIL_maintext {
	FONT-SIZE: 8pt; FONT-FAMILY: verdana
}

