/* Start of CMSMS style sheet 'Layout: Left sidebar + 1 column' */
/* position for the search box */
#search {
   color: #fff; 
   position: absolute; top: 1px; right: 3px;
   width: 23em; 
   text-align: right;
   font: 12px/12px arial; 
}

#search input {
   text-align: right;
   font: 12px/12px arial; 
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;        /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 


div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}

div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
	color: #294B5F; 
	font-size: 1.5em; 
	text-align: left; 
	padding-left: 0.5em;
	padding-bottom: 1px;
	/*border-bottom: 1px solid #e7ab0b; */
	/*border-left: 1.1em solid #e7ab0b; */
        line-height: 1.5em;
        margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

div#sidebar {
   width: 200px; 
   float: right; 
   margin: 4px 0 20px 20px; 
}

p {
   font-size: 1em;
   margin: 0;
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
   font-style:italic;
}

code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;
}

div.templatecode {
  margin: 0 0 2.5em;
}


div#content ul li,
div#content ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#content dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#content dl dd {
   margin: 0 0 1em 1em;
}

div#content dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}

#top-print {
  position: absolute; 
  top: 190px; 
  right: 15px; 
}

#top-print a {
  text-decoration: none; 
  color: #777; 
  font: 10pt/10pt arial; 
  padding: 5px;
}

#top-print a:hover {
  color: #000;
  background: #fff;  
}
 
#top-print img {
  margin: 5px;
  vertical-align: middle; 
}
 
div#mainContent {
  margin: 10px 0; 
}

div#bottomNav {
  margin-top: 10px;
  text-align: center; 
}
/* End of 'Layout: Left sidebar + 1 column' */

