/* Start of CMSMS style sheet 'SOScranes' */
.textRegular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2f405b;
}
.textBoldLarger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2f405b;
}
.inputField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8896b0;
	background-color: #dfe3ea;
	padding-top: 2px;
	padding-left: 2px;
	border: 1px solid #adbad0;
}
.buttonSearch
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8896b0;
	background-color: #dfe3ea;
	padding-top: 2px;
	padding-left: 2px;
	border: 1px solid #adbad0;
}

.footerText {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #2f405b;
}

h2 {
	font-family: "Arial", Courier, mono;
	color: #cd021a;
}
.cntnt01searchinput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	border: thin solid #8896b0;
	color: #8896b0;
	background-color: #FFFFFF;
}



















/********************
CONTENT STYLING
*********************/
div#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2f405b;
}

/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
   font-family: Arial, Helvetica, sans-serif;
}
div#content h2 {
	color: #d0304d; 
	font-size: 18px;
	font-weight: bold;
	text-align: left; 
        padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
div#content h3 {
   color: #34425c; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
   font-family: Arial, Helvetica, sans-serif;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
   font-family: Arial, Helvetica, sans-serif;
}
div#content h5 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
   font-family: Arial, Helvetica, sans-serif;
}
h6 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
   font-family: Arial, Helvetica, sans-serif;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
   font-family: Arial, Helvetica, sans-serif;
}

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: Arial, Helvetica, sans-serif;
 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#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

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

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

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



#navcontainer { width: 156px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 3px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#navcontainer a
{
display: block;
padding: 4px;
width: 156px;
background-color: #CCD0BD;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #3F330A;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #D2E1B7;
color: #47531C;
}



input {
border: 1px #8896b0; 
background-color: #dfe3ea;
background-repeat: no-repeat;
padding-left: 2px;
padding-top: 4px;
font-size: 12px;
width: 24px; /* the width of my image */
height: 26px; /* the height of my image */
}
#cntnt01searchinput {
border: 1px #8896b0; /* Set explicitly to override the border:none above*/
background-color: #ffffff;
width: 120px; /* width and height to override the settings above*/
height: 19px;
}

/* END LISTS */


/* End of 'SOScranes' */

