/* CSS Document */


body {
	font-family: Verdana, 'Trebuchet MS', 'Lucida Sans Unicode', Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #333;
  font-weight: bold;
}

    .full-articledisplay h1, .full-articledisplay h2, .full-articledisplay h3, .full-articledisplay h4, .full-articledisplay h5, .full-articledisplay h6{
        margin-top: 1em;
    }


h1 {
  font-size: 26px;
}

h2 {
  margin-top: 5px;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -.02em;
}

    h2 a:link,
    h2 a:visited,
    h2 a:active {
        color: #333 !important;
    }
    
    h2 a:hover {
        color: #ff6600 !important;
    }

h3 {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -.02em;
}
		
	
    

h4 {
  font-size: 13px;
  line-height: 20px;
}

h5 {
  font-size: 12px;
  line-height: 20px;
  color: #666;
}

    h5 span {
        font-size: 11px !important;
    }


h6 {
  margin-top: 0 !important;
  font-size: 13px;
  line-height: 20px;
  color: #333;
}

    

/* BASE LINK STYLES */

a, 
a:link, 
a:active, 
a:visited {
  color: #6699cc;
  text-decoration: none;
  line-height: 20px;
}

a:hover {
  color: #ff6600;
}

/* BASE LIST STYLES */

/*#full-articledisplay ul, #full-articledisplay ol, #full-articledisplay dl {
  margin:  0 0 20px 0;
  padding:  0;
}*/

.full-articledisplay ul, .full-articledisplay ol, #content dl{
  margin:  0 0 20px 0;
  padding:  0;
}

ul, ol {
  list-style-position: outside;
}

ul {
  list-style-type: none;
}

ol {
  list-style-type: decimal;
}

ol li, ul li {
    margin-left: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0;
}

.full-articledisplay ul li, .full-articledisplay ol li{
    margin-left:  20px;
}


/* BASE PARAGRAPH STYLES */

p {
    margin: 0 0 20px 0;
    line-height: 20px;
}


/* BASE TABLE STYLES */

table {
    width:  auto;
    text-align:  left;
    caption-side:  bottom;
    font-size: 12px;
    line-height: 20px;
}


table th, table td {
    vertical-align: top;
    line-height: 20px;
    padding: 5px 10px;
    border-bottom: 1px solid #fff;
}

table tr.odd { background-color:  #f4f4f4; }

table th {
    font-weight:  bold;
    border-bottom:  1px solid #dfdfdf;
    border-top:  5px solid #dfdfdf;
    white-space: nowrap;
}


table caption {
    display:  none;
}



/* IMAGES */

img.cp-mmarchive-image-right{
float:right;
}
/* MISC */

strong { font-weight: bold;}

em { font-style:  italic !important;}

pre {
    width: auto;
    margin: 10px 0 0 0;
    padding:  10px;
    font-family: Consolas, "Courier New", Courier, mono;;
    color: #fff;
    background-color: #1a1a1a;
} 


code {
    font-family: Consolas, "Courier New", Courier, mono;;
    color: #777;
    font-size: 13px;
    line-height: 20px;
}

pre code {
    color: #fff;
    background-color: #1a1a1a;
}


del {
  text-decoration: line-through;
  color: #777;
}




/* HIDDEN CONTENT */
div#content-link, .horizontal-menu h3 span, 
.vertical-menu h3 span, .small-searchinput h3 span, 
.linktoolbar h3 span, #coretrek-colofon, .page-header, .page-header span.logo a,
#placeholder-right .vertical-menu, #placeholder-top .small-searchinput,
#placeholder-content .sitelocator, div#placeholder-left .vertical-menu, div.small-articledisplay,
#placeholder-content .linktoolbar, #placeholder-right .vertical-menu, #placeholder-right .small-articlelist, 
#placeholder-top .horizontal-menu .tile-content,
#placeholder-left,
#placeholder-right,
#placeholder-bottom{
display:none;
visibility:hidden;
}
