/* Start of CMSMS style sheet 'Gigapan Layout Stylesheet Version 3' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
html { /* This forces the vertical scrollbar, preventing a page "jog" */
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.0001em;
}

* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 80.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: #1C6CA1; 
outline: none;
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
   color: #1C6CA1; 
                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: transparent;
   color: #EE8D30; 
}

a:focus {
outline: none;
}

/*****************
basic layout 
*****************/
body {
   background-color: #777777;
   color: #000;
   margin: 0em 1em 1em 1em; /* gives some air for the pagewrapper */
}

/* center wrapper, min max width */
#pagewrapper {
   margin: 0 auto;     /* this centers wrapper */
   max-width: 1024px; /* IE wont understand these, so we will use javascript magick */
   min-width: 853px;
   width: 1024px;
   background-color: #FFFFFF;
   color: black;
   font-family: "Myriad Pro", "Myriad", Arial, sans-serif;
   position: relative;
   border: 0px;
}

/* center wrapper, min max width */
#pagewrapper_productpages {
   margin: 0 auto;     /* this centers wrapper */
   max-width: 960px; /* IE wont understand these, so we will use javascript magick */
   min-width: 853px;
   width: 960px;
   background-color: #FFFFFF;
   color: black;
   font-family: "Myriad Pro", "Myriad", Arial, sans-serif;
   position: relative;
   border: 0px;
}
/* center wrapper, min max width */
#pagewrapper_innerpages {
   margin: 0 auto;     /* this centers wrapper */
   max-width: 960px; /* IE wont understand these, so we will use javascript magick */
   min-width: 853px;
   width: 960px;
   background-color: #FFFFFF;
   color: black;
   font-family: "Myriad Pro", "Myriad", Arial, sans-serif;
   position: relative;
   border: 0px;
}

/* center wrapper, min max width */
#pagewrapper_systempage5 {
   margin: 0 auto;     /* this centers wrapper */
   max-width: 1024px; /* IE wont understand these, so we will use javascript magick */
   min-width: 853px;
   width: 1024px;
   background-color: #FFFFFF;
   color: black;
   font-family: "Myriad Pro", "Myriad", Arial, sans-serif;
   position: relative;
   border: 0px;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

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 */
}

div#search {
   float: right;
   width: 23em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

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" */
   border-bottom: 1px dotted #000;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

 ndiv#content {
   margin: 1.5em auto 2em 0; /* some air above and under menu and content */
}

#content3 {font-size: 90.01%; font-family: Arial; padding: 20px 30px 15px 20px; margin: 0;}
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 */
}

#content_systempage5 {font-size: 90.01%; font-family: Arial; padding: 20px 30px 15px 20px; margin: 0;}
#content_systempage6 {font-size: 90.01%; font-family: Arial; padding: 112px 580px 15px 20px; margin: 0; background: transparent url(media/images/systempage9/topswoosh.jpg) no-repeat top right; height: 369px;}
#content_systempage7 {font-size: 90.01%; font-family: Arial; padding: 0px 0px 0px 32px; margin: 0; background: transparent url(media/images/systempage9/topswoosh_blank.jpg) no-repeat top right; height: 369px;}
#bottomcontent_systempage6 {
   height: 1143px;
   padding: 40px 450px 0px 40px;
}

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 doublemargin bug */
   margin-left: 0;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   width: 24%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#footer {
   clear:both;       /* keep footer below content and menu */
   color: #FFFFFF;
   background-color: #00204C; /* same bg color as in header */
 max-width: 853px; /* IE wont understand these, so we will use javascript magick */
   min-width: 853px;
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
}

#footer p a {
   color: #ffffff; /* 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 {
   height: 2px;
   margin: 1em;
   border-bottom: 1px solid black;
}

/* relational links under content */
div.left49 {
  float: left;
  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;
}

#manualmenu ul{
list-style-type: none;
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}

#manual_header {color: #FE5F01; font-size: 31px; letter-spacing: -1px; height:1%; border-bottom: 3px dotted #FE5F01; margin: 24px 0px 0px 32px; line-height: 120%;}
#manual_subheader {color: #004C80; margin: 3px 0px 0px 225px; height: 26px; font-size: 88%; font-weight: bold; text-transform: uppercase; font-weight: bold; letter-spacing: 0px;}
#innerpages_subheader {color: #FE5F01; margin: 3px 0px 0px 225px; height: 26px; font-size: 88%; font-weight: bold; text-transform: uppercase; font-weight: bold; letter-spacing: 0px;}

#GigapanManualContent h2 {background: #FFFFFF url(media/images/backgrounds/manual/listheaderdot.jpg) no-repeat 0px 5px; font-size: 110%; font-weight: bold; padding: 5px 0px 5px 26px; line-height:100%;}
#GigapanInnerPages2Content h2 {background: #FFFFFF url(media/images/backgrounds/manual/listheaderoval_left.jpg) no-repeat 0px 5px; font-size: 110%; font-weight: bold; padding: 5px 0px 5px 26px; line-height:100%;}

#GigapanManualContent h3 { font-size: 100%; font-weight: normal; padding: 5px 0px 10px 28px;}

#GigapanManualContent ul {padding-left: 15px; 
	list-style-image: url(media/images/onlinemanual/list_orangedot.jpg);
}
#GigapanManualContent ol {padding-left: 20px; 
}

#GigapanManualContent h1 {color: #004C80; background: #FFFFFF url(media/images/backgrounds/manual/headerdot.jpg) no-repeat 0px 0px; font-size: 150%; height: 18px; font-weight: bolder; padding: 3px 0px 0px 25px; line-height:100%;}
#GigapanInnerPages2Content h1 {color: #004C80; background: #FFFFFF url(media/images/backgrounds/manual/headerdot.jpg) no-repeat 0px 0px; font-size: 150%; height: 18px; font-weight: bolder; padding: 3px 0px 0px 25px; line-height:100%;}

#contentbox {border-left: 1px solid #999999;border-bottom: 1px solid #999999; margin-left: 10px; padding: 10px 0px 0px 0px; }

#contentbox p {padding-left: 20px;}
#contentbox table {padding-left: 20px;}

#table-of-contents {color:#11497E; font-size: 16px; text-transform: uppercase; line-height: 100%;}

#manual_menu {margin-left: 20px;}
#relational-links {padding-left: 40px;}

.gigapan_lightblue {color: #1C6EA1;}
.gigapan_darkblue {color: #1C4E83;}

#EpicSystemPageLink h5 a {display: block; height:250px; text-indent: -999em;}
#Epic100SystemPageLink h5 a {display: block; height:260px; text-indent: -999em;}

/* Table Styles */
.bottomleft {
   border-top: 3px #FF7100 solid;
   background: #D4E1E9 url(media/images/homepage3/innerpages_bottomleft_back.jpg) repeat-y top left;
}
.bottomright {
   border-top: 3px #FF7100 solid;
   background: #D4E1E9 url(media/images/homepage3/innerpages_bottomright_back.jpg) repeat-y top left;
}
.bottomleft2 {
   background-color: #D4E1E9;
   background: #D4E1E9 url(media/images/homepage3/innerpages_bottomleft_back.jpg) repeat-y top left;
}
.bottomright2 {
   background: #D4E1E9 url(media/images/homepage3/innerpages_bottomright_back.jpg) repeat-y top left;
}

.systempage6_leftcolumn {background: transparent url(media/images/systempage6/leftcolumn_background.gif) repeat-y 0 0;}

#headerimage_stretch {width: 100%; height: 100%;}

.tableheaderstyle {font-weight: bold; font-size: 15px; color: black; margin-bottom: 3px;}

.epicdropdowns {width: 230px; background: white; border: 1px solid #919191; display:none; font-size: 12px; color: #444444; padding: 7px; margin-top: 0px;}
.widedropdowns {width: 350px; background: white; border: 1px solid #919191; display:none; font-size: 12px; color: black; padding: 7px; margin-bottom: 5px;  margin-top: 0px;}
/********************
CONTENT STYLING
*********************/

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
h2 {
   color: #000000; 
   font-size: 1.5em; 
   text-align: left; 
/* set borders around header */
   line-height: 1.2em;
/* and some air under the border */
   margin: 0 0 0.3em 0;
}
h3 {
   color: #000000; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.6em 0;
}
h4 {
   line-height: 1.3em;
   margin: 0 0 0em 2em;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 0em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ffffff;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
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%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
ul,
ol,
dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 1.2em;
}
ul li,
ol li {
   margin: 0 0 0.25em 0em;
}

dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */

/* Rounded Corners styling */
.gigapan_block1 {
  color: #000000;
  background-color: white;
  width: 220px;
  padding: 10px;
  text-align: left;
  border: 2px #FF6200 solid;
  overflow: hidden;
  display: block;
}

.gigapan_block1 p {width: 200px; margin-bottom: 7px;}

#stitchpage p {margin-bottom: 8px;}

.gigapan_block2 {
  color: #000000;
  background-color: #D4EFFC;
  width: 220px;
  padding: 10px;
  text-align: left;
  border: 2px #005596 solid;
  overflow: hidden;
  display: block;
}
/* End of 'Gigapan Layout Stylesheet Version 3' */

