/* Start of CMSMS style sheet 'Felles' */
* { padding: 0; margin: 0; }

body { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #2c2c2c; padding-top: 50px; }
#wrapper { background-color: #fff; margin: 0 auto; width: 1015px; height: 658px; }
#leftcolumn { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin: 0; height: 658px; width: 119px; float: left; }
#rightcolumn { float: right; margin: 0; height: 658px; width: 896px; display: inline; position: relative; }
#rightcolumn_top { width: 886px; height: 183px; margin-top: 10px; margin-right: 10px; }
#rightcolumn_menu { width: 896px; height: 47px; }
#rightcolumn_bottom { width: 896px; height: 428px; overflow: auto; }
#content { color: #142639; font-size: 13px; font-family: Arial, Verdana, Helvetica, sans-serif; padding: 15px 25px 5px 35px; }
a,
a:link 
a:active { color: #4c4c4c; font-weight: bold; text-decoration: none; }
a:visited { color: #4c4c4c; font-weight: bold; text-decoration: none; }
a:hover { text-decoration: underline; color: #18507c; font-weight: bold; }
img { border: none; }
/********************
CONTENT STYLING
*********************/
/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 { color: #142639; font-size: 1.5em; text-align: left; 
/* some air around the text */
	padding-bottom: 2px;
/* set borders around header */
	border-bottom: 1px solid #c8c8c8; line-height: 1.5em;
/* and some air under the border */
        text-transform: uppercase; margin: 0 0 0.7em; }
div#content h3 {
font-size: 11px;
}
div#content_rightcolumn h3 {
font-size: 100%;
}
div#content h4 {
   color: #d3351b; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em;
}
div#content h5 {
   color: #d3351b; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em;
}
h6 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */
/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   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 {
/* explicit setting for these */
   font-style:italic;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
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%;


}
/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
/* lists in content need some margins to look nice */
div#content ul,
div#content ol,
div#content dl { font-size: 1em; line-height: 1.4em; margin: 0 0 1.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 #000;
}
/* END LISTS */
a.footer:link { color: #666 ; font-size: 10px; font-weight: normal; text-decoration: none; }
a.footer:visited { color: #666 ; font-weight: normal; text-decoration: none; }
a.footer:hover { color: #fff ; font-weight: normal; text-decoration: none; }
a.footer:active { color: #aeaeae ; font-weight: normal; text-decoration: none; }

/* End of 'Felles' */

