.contentheading, .componentheading {
    margin: 0px 0px 0px 0px;
    border-bottom: 1px solid #D9D9D9;
    padding: 10px 15px 8px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 200%;
    line-height: 100%;
    font-weight: bold;
    color: #64696e;
}

.contentheading a, .componentheading a {
    color: #64696e;
}

.contentpane {
    margin: 0;
    padding: 0;
    width: auto;
}

.contentpaneopen {
    margin: 0;
    padding: 0;
   /* width: auto;*/
    border: 1px solid #D9D9D9;
}

.contentpaneopen hr {
    border-top: 0px;
    border-right: 0px;
    border-bottom: 1px solid #c8c8c8;
    border-left: 0px;
    line-height: 0px;
    height: 1px;
}

.contentdescription {
}

.article_separator {
    display: block;
    height: 50px;
    background: url(../images/article_separator.png) 50% 50% no-repeat;
}

.small {
    font-size: 95%;
    font-style: italic;
    color: #969696;
}

.sectiontableheader {
    padding: 5px 5px 5px 5px;
    background: #ebebeb;
    border-bottom: 1px solid #b4b4b4;
    font-weight: bold;
}

tr.sectiontableentry1 td {
    padding: 5px 5px 5px 5px;
    background: #fafafa;
    border-bottom: 1px solid #dcdcdc;
}

tr.sectiontableentry2 td {
    padding: 5px 5px 5px 5px;
    background: #f0f0f0;
    border-bottom: 1px solid #dcdcdc;
}

td.sectiontableentry1 {
    padding: 5px 5px 5px 5px;
    background: #fafafa;
    border-bottom: 1px solid #dcdcdc;
}

td.sectiontableentry2 {
    padding: 5px 5px 5px 5px;
    background: #f0f0f0;
    border-bottom: 1px solid #dcdcdc;
}

.page span {
    color: #000;
    font-weight: bold;
}

h2.start-promo {
    background: transparent url(../images/h2-promo-l.png) no-repeat 12px 0;
    height: 25px;
    line-height: 25px;
    margin: 0;
    position: relative;
    top: -2px;
    padding: 0 22px;
    border-width: 0;
    color: #323232;
    margin-bottom: 1em;
	font-size:140%;
}

h2.start-promo span {
    float: left;
    padding: 0 15px 0 8px;
    background: transparent url(../images/h2-promo-r.png) no-repeat right top;
}
table#table-promo {
	border: 1px solid #D9D9D9;
}
/* Tooltips */
div.tooltip {
    float: left;
    background: #ffc;
    border: 1px solid #D4D5AA;
    padding: 5px;
    max-width: 200px;
}

div.tooltip h4 {
    padding: 0;
    margin: 0;
    font-size: 95%;
    font-weight: bold;
    margin-top: -15px;
    padding-top: 15px;
    padding-bottom: 5px;
    background: url(../../system/images/selector-arrow.png) no-repeat;
}

div.tooltip p {
    font-size: 90%;
    margin: 0;
}

.formLabel {
clear:left;
float:left;
font-weight:bold;
margin:8px 2px 2px;
text-align:right;
vertical-align:middle;
white-space:nowrap;
width:30%;
}

.formField {
float:left;
margin:8px 2px 2px;
vertical-align:middle;
width:60%;
}
