.infoBox {
background-image:url(../resources/bgInfoBoxBlue.jpg);
background-repeat:no-repeat;
color:white;
background-color:transparent;
background-position:0px -140px;
z-index:1;
}
.infoBoxField {
margin-bottom:5px;

padding-top:5px;
width:185px;
}
.infoBoxFieldHeader {
background-image:url(../resources/arrow_white.gif);
background-position:10px 5px;
color:white;
font-size:8pt;
font-weight:bold;
height:19px;
max-height:19px;
overflow:hidden;
line-height:170%;
padding-left:30px;
width:155px;
z-index:3;
}
.infoBoxFieldContent {
color:white;
font-size:8pt;
margin:0pt;
max-width:155px;
overflow:hidden;
width:155px;
background-image:none;
background-color:transparent;
padding:7px 15px;
}

.infoBoxFieldContentFoot {
display:none;
}

.infoBox p {
font-size:8pt;
margin:0pt;
}
.infoBox a, .infoBox a:visited {
color:#FFFFFF;
text-decoration:underline;
}

.infoBoxSlashes {
width:146px;
height:130px;
background-image:url(../resources/slashes.jpg);
position:absolute;
bottom:25px;
right:25px;
background-repeat:no-repeat;

}

.bgContentArea {
background-image:url(../resources/fakebg_blue.jpg);
}