/* Common Styles */

.InfoBox {
width: 200px;
margin-bottom: 20px;
margin-top: 0;
}

.InfoBox {
font-size: 0.85em;
}

.InfoBox .ContentArea p {

}

.InfoBox .InfoBoxReadMore {
font-size: 0.9em;
}

/* Style 1 */

.InfoBox.StyleOne {
background-image: url('../images/infoboxes/style1/Background.jpg');
background-repeat: repeat-y;
}

.InfoBox.StyleOne .Top {
background-image: url('../images/infoboxes/style1/Heading.jpg');
background-repeat: no-repeat;
height: 3px;
margin: 0;
}

.InfoBox.StyleOne h2 {
font-size: 1em;
color: #000000;
}

.InfoBox.StyleOne .ContentArea {
margin: 12px;
}

.InfoBox.StyleOne .Footer {
background-image: url('../images/infoboxes/style1/Footer.jpg');
background-repeat: no-repeat;
background-position: bottom;
}

.InfoBox.StyleOne .Footer p {
background-image: url('../images/infoboxes/style1/FooterTop.jpg');
background-repeat: no-repeat;
padding: 6px;
margin-bottom: 0;
}

.InfoBox.StyleOne .Footer a {
color: #7a7b7e;
font-weight: bold;
background-image: url('../images/infoboxes/style1/FootArrow.jpg');
background-position: left center;
background-repeat: no-repeat;
margin-left: 8px;
line-height: 11px;
padding-left: 14px;
}

.InfoBox.StyleOne .Footer a.Active {
background-image: url('../images/infoboxes/style1/FootArrow_up.jpg');
}


/* Style 2 */
.InfoBox.StyleTwo {
background-image: url('../images/infoboxes/style2/Background.jpg');
background-repeat: repeat-y;
}

.InfoBox.StyleTwo .HeadArea {
background-image: url('../images/infoboxes/style2/HeadingBackground.jpg');
margin-top: 0;
}

.InfoBox.StyleTwo .HeadArea h2 {
background-image: url('../images/infoboxes/style2/Heading.jpg');
background-repeat: no-repeat;
font-size: 1.1em;
text-align: left;
color: #ffffff;
padding: 4px 4px 4px 12px;
margin-top: 0;
}

.InfoBox.StyleTwo .ContentArea {
margin: 12px;
}

.InfoBox.StyleTwo .Footer {
background-image: url('../images/infoboxes/style2/Footer.jpg');
background-repeat: no-repeat;
background-position: bottom;
}

.InfoBox.StyleTwo .Footer p {
background-image: url('../images/infoboxes/style2/FooterTop.jpg');
background-repeat: no-repeat;
padding: 6px;
margin-bottom: 0;
}

.InfoBox.StyleTwo .Footer a {
color: #25479d;
font-weight: bold;
background-image: url('../images/infoboxes/style2/FootArrow.jpg');
background-position: left center;
background-repeat: no-repeat;
margin-left: 8px;
line-height: 11px;
padding-left: 14px;
}

.InfoBox.StyleTwo .Footer a.Active {
background-image: url('../images/infoboxes/style2/FootArrow_up.jpg');
}


/* Style 3 */
.InfoBox.StyleThree {
background-image: url('../images/infoboxes/style3/Background.jpg');
background-repeat: repeat-y;
}

.InfoBox.StyleThree .HeadArea {
background-image: url('../images/infoboxes/style3/HeadingBackground.jpg');
}

.InfoBox.StyleThree .HeadArea h2 {
background-image: url('../images/infoboxes/style3/Heading.jpg');
background-repeat: no-repeat;
font-size: 1.1em;
text-align: left;
color: #ffffff;
padding: 4px 4px 4px 12px;
margin-top: 0;
}

.InfoBox.StyleThree .ContentArea {
margin: 12px;
}

.InfoBox.StyleThree .Footer {
background-image: url('../images/infoboxes/style3/Footer.jpg');
background-repeat: no-repeat;
background-position: bottom;
}

.InfoBox.StyleThree .Footer p {
background-image: url('../images/infoboxes/style3/FooterTop.jpg');
background-repeat: no-repeat;
padding: 6px;
margin-bottom: 0;
}

.InfoBox.StyleThree .Footer a {
color: #0095da;
font-weight: bold;
background-image: url('../images/infoboxes/style3/FootArrow.jpg');
background-position: left center;
background-repeat: no-repeat;
margin-left: 8px;
line-height: 11px;
padding-left: 14px;
}

.InfoBox.StyleThree .Footer a.Active {
background-image: url('../images/infoboxes/style3/FootArrow_up.jpg');
}