/* Start of CMSMS style sheet 'DayCarter' */
.bgrdMain{
	background-image: url(siteframe_images/bgrdMain.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.bgrdMain2 {
	background-image: url(siteframe_images/bgrdMain2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.bgrdMain3 {
	background-image: url(siteframe_images/bgrdMain3.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.bgrdTop {
	background-image: url(siteframe_images/bgrdMainTop.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.textHeader {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C7003C;
	text-decoration: none;
}
.textRegular {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;

}
.link:link {color: #FFFFFF;text-decoration: none;}
.link:hover {color: #E6E6E6;text-decoration: none;}
.link:active {color: #FFFFFF;text-decoration: none;}
.link:visited {color: #FFFFFF;text-decoration: none;}
}
.verde {
color: #666600;text-decoration: none;
}
.DSLfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
    color: #666666;
	text-decoration: none;
}
.inputText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C6003C;
	background-color: #FFFDF8;
	border: 1px solid #707070;
	text-decoration: none;

}
.leftmenumain a{
	border-top : 1px solid #D3D3D3;
	display: block;
}
.leftmenumain{
background-color: #FFFDF8;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C7003C;
	text-decoration: none;
padding-bottom: 5px;
padding-left: 9px;
padding-top: 5px;
text-align: left;
}
.leftmenumain a:link{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C7003C;
	text-decoration: none;
padding-bottom: 5px;
padding-left: 9px;
padding-top: 5px;
text-align: left;
text-decoration: none;
width: 100%;
}
.leftmenumain a:visited{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C7003C;
	text-decoration: none;
padding-bottom: 5px;
padding-left: 9px;
padding-top: 5px;
text-align: left;
text-decoration: none;
width: 100%;
}

.leftmenumain a:hover{
background-color: #F4F0E8;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #C7003C;
padding-bottom: 5px;
padding-left: 9px;
padding-top: 5px;
text-align: left;
text-decoration: underline;
width: 100%;
}


.TextBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.borderDashes {
	border: 2px dashed #CCCCCC;
}
.textRegularSmaller {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.textFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.backgroundBodyShadows {
	background-color: #FFFFFF;
	background-image: url(siteframe_images/bgrdShadowMain.gif);
	background-repeat: repeat;
}














/*****************
basic layout 
*****************/


//*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #18507C; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #18507C;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: #EEEFEA;
   color: #3F330A;
}

/*****************
basic layout 
*****************/


/* center wrapper, min max width */
div#pagewrapper {
   border: 1px solid black;
   margin: 0 auto;       /* this centers wrapper */
   max-width: 80em;   /* IE wont understand these, so we will use javascript magick */
   min-width: 60em;
   background-color: #fff;;
   color: black;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
div#header {
   height: 80px;    /* adjust according your image size */
   background: #385C72;           
}

div#header h1 a {
/* you can set your own image here */
   background: #385C72 url(images/cms/logo1.gif) no-repeat 0 12px; 
   display: block;
   height: 80px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

/* position for the search box */
div#search {
   width: 159px;    /* enough width for the search input box */
   text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
    color: #666666;
<br>
   font-size: 8px;
   padding: .4em 0em 0em 0em;
   margin: 0 .2em;


}

div.breadcrumbs {
   padding: 0em 0em 0em 0em; /* CSS short hand rule first value is top then right, bottom and left */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
   margin: 0em 0em 0em 0em;        /* css shorthand rule will be opened to be "0 1em 0 1em" */

	padding-bottom: 14px;
	padding-left: 0px;
}

div#content {
   margin: 0 auto 0 0;   /* some air above and under menu and content */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}


div#main {
   margin-left: 29%; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 2%; /* and some air on the right */
}

div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 26%;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin-left: 0;
}

div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #fff;
   background-color: #385C72; /* same bg color as in header */
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
noshade: noshade;
size: 1px;
color: #D1D1D1;
   height: 1px;

}

/* relational links under content */
div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
	color: #3F330A; 
	font-size: 18px;
	font-weight: bold;
	text-align: left; 
padding-bottom: 2px;
}

h2 {
	color: #1C6C46; 
	font-size: 18px;
	font-weight: bold;
	text-align: left; 
padding-top: 2px;
}

div#content h3 {
   color: #1A5090; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #1A5090; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #1A5090; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #1A5090; 
   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#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 inset #555; 
background-color: #E4E6DD;
background-repeat: no-repeat;
width: 24px; /* the width of my image */
height: 19px; /* the height of my image */
}
#cntnt01searchinput {
border: 1px inset #555; /* Set explicitly to override the border:none above*/
background-image: url(w.png); /* a 1px white image to override the search image set above*/
background-color: #F6F7F2;
width: 127px; /* width and height to override the settings above*/
height: 19px;

}

/* END LISTS */



/* End of 'DayCarter' */

