/* Start of CMSMS style sheet 'Layout: Header + Horisontal menu' */
/*****************
Style for Carrier Connex website
******************/

/* Page and margins */

body {
    background-color : #ffffff;
    background-image : url('images/theme/background.png');
    background-repeat : repeat-x;
    color:#2e3436;
    font-family : 'sans-serif', Arial, 'Lucida Sans', 'Bitstream Vera Sans';
    font-size : 10pt;
    font-style : normal;
    text-align : left;
    margin:0px;
    padding:0px;
  }

.pagewrapper {
    background-color : #ffffff;
    background-image : url('images/theme/content.png');
    background-repeat : repeat-y;
    font-family : 'sans-serif', Arial, 'Lucida Sans', 'Bitstream Vera Sans';
    font-size : 12px;
    font-style : normal;
    text-align : left;
    width : 740px;
    max-width:100%:
    padding:0;
    margin:0;
margin-left: auto;
margin-right: auto;
  }

.header {
    background-image : url('images/theme/header.png');
    background-repeat : no-repeat;
    height : 120px;
    width : 740px;
  }

.header H1 {
    margin:0px;
    padding:0px;
    left : 30px;
    position : relative;
    top : 50px;
    visibility: hidden;
  }

.content {
    background-image : url('images/theme/content_head.png');
    background-repeat : no-repeat;
    min-height : 300px;
    padding-left : 55px;
    padding-right : 55px;
    width : 630px;
  }



.footer {
    background-color : #ffffff;
    background-image : url('images/theme/footer.png');
    background-repeat : no-repeat;
    height : 94px;
    width : 740px;
    padding-left:50px;
    padding-right:50px;
    padding-top:20px;
    font-size: 8pt;
    color:gray;
  }

/*Nifty Corners*/

.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}

/********************
CONTENT STYLING
*********************/
/* ELEMENTS */

.hr {
 height: 1px;
 width: 630px;
 background-color:silver;
 margin-top: 20px;
}

.right49 {
   margin-top:20px;
   float: right;
}

.left49 {
   margin-top:20px;
}

img, a img {border: none;margin:5px;}

/* HEADINGS */
h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
   margin-bottom: 10px;
}
h2 {
	color: #2e3436;
	font-size: 1.5em; 
	text-align: left; 
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;
/* and some air under the border */
        margin: 0 0 0.5em 0;
}
h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
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;
}
/* END HEADINGS */

/* TEXT */


a { color:#000;}

a:visited {color: #2e3436;}

p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   text-align: justify;
   line-height: 1.4em;
   padding: 0;
   margin: 0px 1em 1em 1em;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
   padding-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 */
#page ul,
#page ol,
#page dl {
   font-size: 1.0em;
   line-height: 1.4em;
   padding 0;
   margin: 0;
   margin-bottom: 1em;
}

#page ul li,
#page ol li {
   margin: 0 0 0.25em 1em;
}

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

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

.pdf {  list-style-image:url('uploads/icons/pdf.png');}

/* END LISTS */

#page div {
}
/* End of 'Layout: Header + Horisontal menu' */

