/* FileMaker Go Help iPhone stylesheet v4.0.0 MLP 20130912 */

/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
:focus {
    outline: 0 none;
}
body {
    background: none repeat scroll 0 0 white;
    color: black;
    line-height: 1.2;
}
ul {

}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
block quote:before, block quote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}




/*start here*/
html { 
	-webkit-text-size-adjust:none;
}

body {
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	background-color: #fff;
	padding: 45px 0px 0px 0px;
	margin: 0px;
	font-size: 0.95em;
}

palette {
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-family: 'HelveticaNeue', 'Helvetica Neue', 'Helvetica Neue', Arial, Helvetica, sans-serif;

}

/*navigation bar */
#navbar	{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-weight: bold;
	text-align: center;
	/*background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FCFCFC), to(#A7ACB9));
	background-repeat: no-repeat, repeat-x; */
	background-color: rgba(236, 236, 236, 1);
	overflow: hidden;
	height: 40px;
	padding-top: 5px;
	border-bottom: 1px solid #b2b2b2;
}


/* Back button */
.backbutton {
  display: block;
  text-align: center;
  margin-top: 0px;
  width: 60px;
  height: 27px; 
  margin-left: 6px;
  margin-right: 0px;
  
  /* text */
  float:left;
  text-align: left;
  text-decoration: none;
  padding-top: 9px;
  padding-left: 18px;
  padding-right: 0px;
  color: rgb(67, 114, 255) !important;
  font-weight: 100;
  /* overflow as necessary */
  white-space : nowrap;
  overflow : hidden;
  background-image: url('../images/back.png');
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center left;
}

/* temp remove*/
.backbutton img {
	display: none;
}


/*list page styles */
ul.listbuttons {
	padding: 0;	   
	margin: 0px 0px -1px 0px;
	font-size: 1em;
	color:#000;
	background-color: white;
}

ul.listbuttons > li {
	list-style-type: none;	
	border-bottom: 1px solid rgb(201, 201, 201);
}

ul.listbuttons > li:hover, li:active {

}

ul.listbuttons > li:first-child {
	border-top: 0;
}
		
ul.listbuttons > li > a {
	text-decoration: none;
	color: #000;
	display: block;
	height: 100%;
	font-weight: normal;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 22px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: -1px;
    margin-bottom: -1px;
	background-image: url('../images/chevron.png');
	background-size: 10px 14px;
	background-repeat: no-repeat;
	background-position: 97% 50%;
}

ul.listbuttons > li > a.external_link {
	background-image: url('../images/icon_blue_arrow.png');
	background-size: 26px 27px;
	background-repeat: no-repeat;
	background-position: 97% 50%;
}


/* Content container for topics */
div.content-fmi {
	border: 0px;
	padding: 10px;
	background-color: #fff;
	margin-bottom: 20px;
}

/* TOC headings */
h1 {
	font-size: 1em;
	font-weight: normal;
	color: rgb(145, 145, 145);
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	text-shadow: rgb(255, 255, 255) 0px 1px 0px;
	background-color: rgb(236, 236, 236);
	border-top: 1px solid rgb(201, 201, 201);
	border-bottom: 1px solid rgb(201, 201, 201);
}

h2 {
	font-weight: normal;
	font-size: 120%;
	color: rgb(67, 114, 255);
	margin-top: 0px;
	text-shadow: rgb(255, 255, 255) 0px 1px 0px;
}

h3 {
	font-size: 100%;
   	margin-bottom: 0px;
	text-shadow: rgb(255, 255, 255) 0px 1px 0px;
	margin-top: 25px;
	margin-bottom: 0;
	font-weight: bold;

}

h4 {
	font-weight: normal;
	font-size: 100%;
	color: #000;
   	margin-bottom: 4px;
	text-shadow: rgb(255, 255, 255) 0px 1px 0px;
	margin-top: 25px;
	border-top: 1px solid rgb(201, 201, 201);
	margin-bottom: 0px;
	margin-left: -10px;
	margin-right: -10px;
	padding: 8px 8px 8px 38px;
	background-size: 15px;
	background-image: url('../images/expand_arrow_sprite.png');
	background-color: rgb(236, 236, 236);
	background-repeat: no-repeat;
	background-position: 15px 9px;
}

h4.expanded {
	background-size: 15px auto;
	background-image: url('../images/expand_arrow_sprite.png');
	background-position: 15px -78px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

h4:hover {
	
}

a, a:visited {
  color: rgb(67, 114, 255);
}

ol {
	margin-top: 0.25em;
	padding-left: 15px;
	margin-left: 12px;
}

ul {
	margin-top: 8px;
	padding-left: 20px;	
}

li > ul {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	list-style-type: square;
}


li {
	padding-bottom: 3px;
	padding-top: 3px;
}

li > p {
	margin-bottom: 0px;
	margin-top: 6px;
}



/* Content style: expandos */

.expandos {
	margin-top: 0px;
	padding: 10px 0px 5px 0px;
}

.expandos p:first-child, .expandos ol:first-child, .expandos ul:first-child {
	padding-top: 0px;
	margin-top: 0px;
}


/* style for Expand all / Collapse all button */
.toggleExpandos {
	color: #2F95CE;
	text-align: right;
	float: right;
	clear: both;
	display: block;
	margin: 5px 5px 0px 0px;
	padding: 8px 8px 8px 8px;
	font-size: 80%;
}


/* table styles */
.table1 {
	border: 1px solid rgb(201, 201, 201);
	border-collapse: collapse;	
	width: 99.49%;
	margin-left: auto;
	margin-right: auto;
}

.table2 {
	border: 1px solid rgb(201, 201, 201);
	border-collapse: collapse;	
	margin: 0px 0px;
	padding:0px;
}


th {
	padding: 3px;
	font-size: 85%;
	background-color: rgb(236, 236, 236);
}

td {
	font-size: 80%;
	padding: 3px;
	border-top: 1px solid rgb(201, 201, 201);
	border-bottom: 1px solid rgb(201, 201, 201);
	border-left: 1px solid rgb(201, 201, 201);
	border-right: 1px solid rgb(201, 201, 201);
}

/* inline image styles */
p > img {
	margin-bottom: -2px;
	padding-top: 3px;
}

li > img {
	margin-bottom: -2px;
	padding-top: 3px;
}


/* copyright label and button on the bottom of the index page */
#copyright {
    font-size: .8em;
    text-overflow: ellipsis;
    overflow: hidden;
    color: rgb(76, 86, 108);
    text-shadow: rgb(255, 255, 255) 0px 1px 0px;
    -webkit-margin-top-collapse: separate;
    text-align: center;
    -webkit-margin-bottom-collapse: separate;
    position: relative;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 25px;
    height: auto;
    width: auto;
    bottom: 10px;
}

#copyright > a {
    color: inherit;
    text-decoration: inherit;
}

.screenshot {
	padding: 8px;
	overflow:hidden;
}

/* images and figures with captions */
.figure {
	width: 498px;
	border: 1px solid #BEBEBE;
	background: #DFDFDF;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

.figure_left {
float: left;
padding-right: 5px;
}

.figure_right {
float: right;
}

.figure p {
	font-weight: bold;
	font-size: 80%;
	padding: 0px 8px 2px 8px;
	margin-top: 0px;
	letter-spacing: 0pt;
}



/*feedback link in footer */

div.feedbacklink {
   border-top:1px solid #BFBFBF;
   color:#8D8D8D;
   font-size:85%;
   margin:2em 0 0;
  padding:8px 12px;
}


/* Custom Search Engine */


#search_box {
	display: none;
}

#search-box {
	margin: 2px 5px 10px 5px;
	float: right;
}

.search-heading {
	padding-left: 5px;
	margin-bottom: 0px;
}

input.search-input {
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
	padding: 4px 4px;
	width: 130px;
	font-size: 12px;
    -webkit-border-radius: 2px;
    border-radius: 2px !important;
    border: 0px solid rgb(236, 236, 236);	
}


/* gsc thin wrapper make width 100%  MLP 060911 */

.gsc-thinWrapper {
	width: 100% !important;

}

.gsc-above-wrapper-area{
	margin: 0 !important;
	padding: 0 !important;
}

  .gsc-search-box {
  	background: none;
  }

  .gsc-control-cse {
	font-family: 'HelveticaNeue', 'Helvetica Neue', 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
    border: none !important;
    background-color: #fff !important;
    padding-top: 0px !important;
  }
  
  
  .gsc-input {
  	width: 175px !important;
  }
  
  td.gsc-input {
  width: 200px;
  }
  
  input.gsc-input {
    border-color: #8A99A6;
    width: 175px !important;
    background: white !important;
  }
  
  td.gsc-search-button {
     padding-right: 10px !important;
  } 
  
  input.gsc-search-button, input.search-submit {
  	width: 80px;
	color: rgb(67, 114, 255);
    border-color: none !important;
    border-width: 0px !important;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
    padding: 4px !important;
    padding-top: 5px !important;
    font-size: 15px !important;
  	font-weight: normal;
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
    -webkit-appearance: none;
    background: none !important;

  }
  
 .gsc-result-info {
  	display: none;
  }
      
  .gsc-clear-button { 
     display: none !important;
  }
  .gsc-webResult.gsc-result {
    border: none !important;
    background: none !important;
  }
  .gsc-webResult.gsc-result:hover {
    border-color: #D2D6DC;
    background-color: #EDEDED;
  }
  .gs-webResult.gs-result a.gs-title:link,
  .gs-webResult.gs-result a.gs-title:link b {
    font-weight: normal;
	color: rgb(67, 114, 255) !important;
    font-size: 16px;
   	font-family: 'HelveticaNeue', 'Helvetica Neue', 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
   	text-decoration: none !important;
  }
  .gs-webResult.gs-result a.gs-title:visited,
  .gs-webResult.gs-result a.gs-title:visited b {
    font-weight: normal;
	color: rgb(67, 114, 255) !important;
    font-size: 16px;
	font-family: 'HelveticaNeue', 'Helvetica Neue', 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
	text-decoration: none !important;
  }
  .gs-webResult.gs-result a.gs-title:hover,
  .gs-webResult.gs-result a.gs-title:hover b {
	font-weight: normal;
	color: rgb(67, 114, 255) !important;
	font-family: 'HelveticaNeue', 'Helvetica Neue', 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
	text-decoration: none !important;
  }
  .gs-webResult.gs-result a.gs-title:active,
  .gs-webResult.gs-result a.gs-title:active b {
	font-weight: normal;
	color: rgb(67, 114, 255) !important;
	font-family: 'HelveticaNeue', 'Helvetica Neue', 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
	text-decoration: none !important;
  }
  .gsc-cursor-page {
    color: #0568CD;
    background-color: #EAEAEA !important;
  }
  .gs-webResult.gs-result .gs-snippet {
    color: #5F6A73;
    font-size: 11px;
    font-family: 'HelveticaNeue', 'Helvetica Neue', 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
  }
  .gs-webResult.gs-result .gs-visibleUrl {
    color: #5F6A73;
    display: none !important;
  }
  .gs-webResult.gs-result .gs-visibleUrl-short {
    color: #5F6A73;
  }
  .gsc-cursor-box {
    border-color: #FFFFFF;
    display: none;
  }
  .gsc-results .gsc-cursor-page {
  	color: #777777 !important;
    border-color: #fff;
    background-color: #FFFFFF;
    text-shadow: none !important;
  }
  .gsc-results .gsc-cursor-page.gsc-cursor-current-page {
    border-color: #8A99A6;
    background-color: #8A99A6;
  }


@media only print {
  h3 {
    color: black;
    font-weight: bold;
  }
  
}

