/* */

body {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 11px;
	color: black;
	margin: 0;
	padding: 0;
}
div.main {
	margin:10px;
	position:relative;
	width: 750px;
	font-size: 11px;
}
div.navigation {
	text-align: right;
}
#controlbar {
	padding: 4px 0px 4px 0px;
	border-bottom: 1px solid #27597d; /* set border color to page background color */
	background-color: #acc9de; /* set background color to match above border color */
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 10px;
}
a:link {
	color: #3333cc;
	text-decoration: none;
}
a:visited {
	color: #3333cc;
	text-decoration: none;
}
a:hover, a:active {
	color: #003366;
	text-decoration: underline;
}
font.code {
	font-family: "Courier New", "Monaco", Monospace;
	font-weight: normal;
	font-size: 110%;
	color: #cc3333;
}
/*.codeexample {
	font-family: "Courier New", "Monaco", Monospace;
	font-size: 11px;
	background: #E5EBF3;
	border-left: 2px solid #ddd;
	padding: 1px;
	color: #444;
	margin: 5px 10px 20px 0px;
	overflow: auto !important;
	overflow: scroll;
}*/

.codeexample {
	padding: 5px;
	background-color: #eeffcc;
	color: #333333;
	line-height: 120%;
	border: 1px solid #ac9;
	border-left: none;
	border-right: none;
	overflow: auto !important;
}

code {
  padding: 0;
  color: #d14;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
}

	
h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 7px;
	margin: 0px;
	text-align: right;
	background-image:url('../images/bluebar1.png');
	background-repeat: repeat-x;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
	margin: 0px 0px 0px 0px;
	background-color: #d4d0c8; /* Adobe Silver */
}
h3 {
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	margin: 10px 0px 0px 0px;
	background-color: #dedfde;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding: 3px;
	margin: 5px 0px 5px 20px;
	background: #729ebe;
	width: 100%;
}
h5 {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	margin: 15px 0px 2px 40px;
	border-top: 2px solid #647E90;
	background: #cccccc;
	color: black;
}
h6 {
	font-size: 11px;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
}

p {
	margin-bottom: .7em;
	margin-left: 0;
	font-size: 11px;
}
p.description {
	margin: 10px 0px 0px 0px;
	font-size: 11px;
	text-indent: 0;
	color: black;
}
p.top {
	text-align: right;
	font-size: 8px;
	font-weight: bold;
	font-variant: small-caps;
	margin: 0px;
	padding: 0px;
}
/* Visible header area */

div.title {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 10px;
	padding: 5px 15px 5px 12px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	text-align: left;
	color:#fff;
	background-image: url(../images/header2.png);
	background-repeat:no-repeat;
}
div.title a {
	color: #fff;
}
p.breadcrumb {
	font-size: 9px;
	font-weight: bold;
	color: #647E90;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
div.subfeature {
	margin-left: 40px;
}
div.feature {
	margin-left: 10px;
}
img {
	border: none;
}

img.ui {
	border: none;
	margin: 2em 0em 1em 20px;
	-webkit-box-shadow: 2px 2px 6px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 2px 2px 6px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 2px 2px 6px 0px rgba(50, 50, 50, 0.75);
}

img.arrows {
	margin: 2px;
}
img.ui {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
/*  Blockquotes are used as containers for things that may need to scroll.  */
blockquote {
	padding: 0;
	margin: 15px;
	overflow: auto;
}
div.blockquote {
	margin: 0px 40px 10px 40px;
}
/* Lists */
ol {
margin: 5px 10px 5px -20px;
}
ul {
	margin: 5px 10px 5px 15px;
	padding: 0px;
}
ul li {
	padding: 1px;
list-style-image:url(squarebullet.png)
}
ul.bullet1 {
	margin-left: 17px;

}

li.bullet1 {
	margin-left: 0px;
list-style-image:url(squarebullet.png)
}

td {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 10px;
	padding: 2px;
	margin: 2px;
	vertical-align: top;
}
table.summarytable {
	width: 93%;
	border-color: #cfcfcf;
	border-width: thin;
	background-color: white;
	margin: 5px 0px 10px 0px;
	border-spacing: 2px;
	border-style: solid;
	border-collapse: separate;
}
table.summarytable td {
	background-color: #E1E9E9;
}
table.summarytable td.yellow {
	background-color: #ff9999;
}
div.preferencetabletitle {
	font-size: 10px;
	font-weight: bold;
	margin-top: 5px;
}
table.preferencedetails {
	width: 93%;
	background-color: white;
	margin: 0px 0px 20px 0px;
	border-color: #dedfde;
	border-width: thin;
	border-spacing: 2px;
	border-style: solid;
	border-collapse: separate;
}
/* Glossary content */
div.glossarycontent {
	margin-left: 20px;
}
p.glossary {
	margin: 10px;
}
p.gheader {
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
	margin: 20px 0px 5px 0px;
	border-top: 1px solid #647E90;
}
/* Main Index styles */
table.indextable {
	width: 100%;
	background-color: white;
	padding: 0px;
}
td.indexleft {
	background-color: white;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
td.indexright {
	background-color: #E1E9E9;
	vertical-align: middle;
margin: 0px;
	padding: 2px;
}
/* Index styles for table of contents frame on lower left */
table.contentsindex {
	width: 100%;
	background-color: white;
	margin: 0px;
}
td.ciright {
	vertical-align: middle;
	background-color: white;
	/*align: right;*/
    margin: 0px;
	padding: 0px;
}
table.intro {
	width: 100%;
	background-color: white;
	margin: 0px;
	padding: 5px;
}
table.intro td {
	background-color: white;
}
/* Products and platform support table in first row of preference table */
table.supported {
	width: 100%;
	margin: 0px;
	border: none;
	background-color: #BDC7D1;
}
table.supported td {
	padding: 0px;
	background-color: #BDC7D1;
	font-weight: bold;
}
/* Breadcrumbs */

td.breadcrumbrow {
	background-color: #f1f1f1;
	margin: 0px;
	padding: 0px;
}
p.breadcrumb {
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	padding: 4px;
}
.products {
	background-color: white;
	margin: 0px;
	padding: 0px;
}
td.rowheading {
	text-align: right;
	width: 75px;
	background-color: #F5F5F5
}
td.rowvalue {
	background-color: #E1E9E9;
	width: 525px
}
td.red {
	background-color: #ff6666;
}
td.green {
	background-color: #66cc99;
}
/* begin css tabs */

p.footer {
	font-size: 9px;
	color: #828282;
	line-height: 1.7em;
	padding: 0;
	margin: 20px;
	text-align: center;
}
/* begin css tabs */

ul#tabnav { /* general settings */
	text-align: left; /* set to left, right or center */
	margin: 0 -20px 0px 0; /* set margins as desired */
	font-family: bold 11px verdana, arial, sans-serif; /* set font as desired */
	border-bottom: 1px solid #27597d; /* set border COLOR as desired */
	list-style-type: none;
	padding: 0px 0px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
	background-image:url('../images/header2.png');
	background-repeat: no-repeat;
}
ul#tabnav li { /* do not change */
	display: inline;
}
body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
	border-bottom: 1px solid #27597d; /* set border color to page background color */
	background-color: #27597d; /* set background color to match above border color */
}
body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
	background-color: #27597d; /* set selected tab background color as desired */
	color: #000; /* set selected tab link color as desired */
	position: relative;
	top: 1px;
	padding-top: 3px; /* must change with respect to padding (X) above and below */
}
ul#tabnav li a { /* settings for all tab links */
	padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #27597d; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #acc9de; /* set unselected tab background color as desired */
	color: #27597d; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
}
ul#tabnav a:hover { /* settings for hover effect */
	background: #729ebe; /* set desired hover color */
}

/* end css tabs */
