/* -------------------------------------------- */
/* DirectPrint Stylesheet: DEFAULT */
/* -------------------------------------------- */
/* StyleSheet Scope: GENERAL PAGES */
/* -------------------------------------------- */
/* CONTENT: Headlines */
/* -------------------------------------------- */

h2 {
margin: 0;
padding: 0;
font-size: 200%;
}

#section2 h2 {color: #94704c;}
#section3 h2 {color: #4c7094;}
#section4 h2 {color: #b84c4c;}
#section5 h2 {color: #4ca870;}
#section6 h2 {color: #ffb05c;}

/* -------------------------------------------- */
/* CONTENT DETAIL: Text */
/* -------------------------------------------- */

p {
margin: 0 0 0.3em 0;
padding: 0;
font-size: 110%;
}

#contentIntroFocus p {
padding-right: 125px;
}

h3 {
margin: 0;
padding: 0 0 0.3em 0;
font-size: 110%;
font-weight: bold;
}

.sortFocus {
font-size: 110%;
font-weight: bold;
padding-right: 15px;
}

em {
font-weight: bold;
font-size: inherit;
}

#section2 .sortFocus {color: #663300;}
#section3 .sortFocus {color: #003366;}
#section4 .sortFocus {color: #990000;}
#section5 .sortFocus {color: #008333;}
#section6 .sortFocus {color: #ff8c09;}

/* -------------------------------------------- */
/* GENERAL LAYOUT: Lists & Tables */
/* -------------------------------------------- */

#section2 #contentMainSide img, #section2 tr, #section2 td, #section2 #contentIntro {border-color: #94704c;}
#section3 #contentMainSide img, #section3 tr, #section3 td, #section3 #contentIntro {border-color: #4c7094;}
#section4 #contentMainSide img, #section4 tr, #section4 td, #section4 #contentIntro {border-color: #b84c4c;}
#section5 #contentMainSide img, #section5 tr, #section5 td, #section5 #contentIntro {border-color: #4ca870;}
#section6 #contentMainSide img, #section6 tr, #section6 td, #section6 #contentIntro {border-color: #ffb05c;}

table {
width: 100%;
border-collapse: collapse;
}

tr {
vertical-align: top;
border-bottom: 1px solid;
}

td {
padding: 5px 15px 3px 3px;
border-bottom: 1px solid;
}

td.wideCol {
width: 25%;
}

#contentMain ul {
margin: 0 0 0.5em 0;
padding: 0;
}

#contentMain li {
list-style: none;
}

/* -------------------------------------------- */
/* CONTENT: Links */
/* -------------------------------------------- */

a {
cursor: pointer;
cursor: hand;
}

#contentMain a, #contentIntro a {
color: #666;
text-decoration: none;
font-weight: bold;
}

#contentMain a:hover, #contentIntro a:hover {
text-decoration: underline;
}

/* -------------------------------------------- */
/* CONTENT: Display-only Key/Value-Pairs */
/* -------------------------------------------- */

dl {
margin: 0;
padding: 0;
}

dt {
margin: 0;
padding: 5px 0 5px 0;
font-style: italic;
font-size: 110%;
}

dd {
margin: 0;
padding: 0 0 5px 20px;
border-bottom: 1px solid #94704c;
}

/* -------------------------------------------- */
/* CONTENT DETAIL: Images */
/* -------------------------------------------- */

#contentMainSide img {
padding: 6px;
border-width: 1px;
border-style: solid;
}

