/* Eric Meyer's famous CSS reset
	http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* WWP DOC STYLES */

html {
color: rgb(75,75,75);
background: rgb(255,255,255);
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 1.5em;
height: 100%;
overflow: hidden;
width: 100%;
}

#wwpdoc {
height: 100%;
line-height: 1.5em;
}

#wwpdoc header {
background: rgb(237,237,237);
border-bottom: 1px solid rgb(175,175,175);
height: 48px;
padding: 0 20px;
width: 100%;
}

#wwpdoc header h1 {
font-weight: bold;
}

#wwpdoc header h2 {
font-size: .875em;
}

#wwpdoc #sidebar {
border-right: 1px solid rgb(225,225,225);
bottom: 0;
left: 0;
position: absolute;
top: 49px;
width: 20%;
}

#wwpdoc #sidebar div {
padding: 20px;
}

#wwpdoc #sidebar div.fieldset {
padding: 0 0 20px 0;
}

#wwpdoc #sidebar div.fieldset label {
background: rgb(247,247,247);
border: 1px solid rgb(235,235,235);
border-bottom: none;
display: block;
font-size: .8571em; /*14px*/
padding: 0 3px;
/* border radius */
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}

#wwpdoc #sidebar div.fieldset label .all {
color: rgb(125,125,125);
display: inline;
float: right;
font-size: 12px;
}

#wwpdoc #sidebar div.fieldset select {
border: 1px solid rgb(235,235,235);
width: 100%;
}

#wwpdoc #sidebar div.fieldset option:checked {
background: red;
}

#wwpdoc #sidebar input.search-button {
height: 24px;
margin-left: 10px;
}

#wwpdoc #main {
bottom: 0;
left: 20%;
overflow-y: auto;
position: absolute;
right: 0;
top: 49px;
}

#wwpdoc #main > h1 {
font-weight: bold;
margin: 20px;
}

#wwpdoc #main > h1.keyword {
background: rgb(247,247,247);
border: 1px solid rgb(232,232,232);
color: rgb(100,100,100);
display: block;
padding: 0 10px;
/* border radius */
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

#wwpdoc #main > h1.keyword .att,
#wwpdoc #main > h1.keyword .concept,
#wwpdoc #main > h1.keyword .gi,
#wwpdoc #main > h1.keyword .val {
font-style: italic;
}

#wwpdoc #main > h1 .gi {
color: rgb(45,45,45);
}

#wwpdoc #main > h1 .att {
color: rgb(66,114,197);
}

#wwpdoc #main > h1 .val {
color: rgb(178,53,53);
}

#wwpdoc #main > h1 .clear {
cursor: pointer;
display: block;
float: right;
font-style: normal;
height: 20px;
line-height: 18px;
margin: 2px 0;
text-align: center;
width: 20px;
/* border radius */
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

#wwpdoc #main > h1 .clear:hover {
background: rgb(200,200,200);
color: rgb(50,50,50);
/* box shadow */
-moz-box-shadow: inset 0 0 2px rgba(0,0,0,.1);
-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.1);
box-shadow: inset 0 0 2px rgba(0,0,0,.1);
}

#wwpdoc #list {
padding: 20px;
}

#wwpdoc #list li {
cursor: default;
margin: 0 0 1em 0;
max-width: 37.5em;
/* border radius */
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

#wwpdoc #list li:hover {
background: rgb(247,247,247);
}

#wwpdoc #list li .head {
cursor: pointer;
display: block;
font-weight: bold;
padding: 0 10px;
}

#wwpdoc #list li:hover .head {
color: rgb(35,35,35);
}

#wwpdoc #list li .abstract {
display: block;
font-size: .875em;
padding: 0 10px;
}

#wwpdoc #entry {
background: rgb(255,255,255);
border-left: 1px solid rgb(225,225,225);
bottom: 0;
display: none;
left: 20%;
overflow-y: auto;
position: absolute;
right: 0;
top: 49px;
}

#wwpdoc .entry {
display: inline;
float: left;
padding: 20px 0;
width: 80%;
}

#wwpdoc .error {
padding: 20px;
}

#wwpdoc .entry .abstract,
#wwpdoc .entry .discussion,
#wwpdoc .entry .instructions {
font-size: .875em; /*14px*/
margin-top: 1.714em; /*24px */
padding: 0 20px 0 30px;
}

#wwpdoc .entry .examples {
margin-top: 1.714em; /*24px*/
}

#wwpdoc .entry .example {
margin-top: 1.167em; /*12px*/
}

#wwpdoc #entry h1 {
font-size: 1.25em; /*20px*/
font-weight: bold;
padding: 0 20px 0 30px;
}

#wwpdoc #entry h2 {
font-size: 1.142em; /*16x*/
font-weight: bold;
}

#wwpdoc #entry h3 {
font-weight: bold;
}

#wwpdoc .keywords {
display: inline;
float: left;
font-size: .875em; /*14px*/
margin-top: 48px;
padding: 20px 0;
width: 20%;
}

#wwpdoc .keywords .interpGrp {
margin-bottom: .8571em; /*12px*/
}

#wwpdoc .keywords .interp {
cursor: pointer;
display: block;
}

#wwpdoc .keywords h1,
#wwpdoc .keywords h2,
#wwpdoc .keywords h3,
#wwpdoc .keywords p {
padding: 0 20px;
}

#wwpdoc .entry > a {
display: none;
}

#wwpdoc .entry ul {
margin: 0 3em .8571em 3em; /* 0 42px 12px 42px */
}

#wwpdoc .entry li {
text-indent: -.8571em;
padding-left: .8571em;
}

#wwpdoc .entry li .label,
#wwpdoc .entry p .label {
font-weight: bold;
}

#wwpdoc .entry p .label:after {
content: ".  ";
}

#wwpdoc .entry li .label:after {
color: rgb(150,150,150);
content: " /  ";
}

#wwpdoc .entry .discussion > p,
#wwpdoc .entry .instructions > p,
#wwpdoc .entry .section > p {
margin-bottom: .8571em; /*12px*/
}

#wwpdoc #entry .emph {
font-style: italic;
font-weight: bold;
}

#wwpdoc #entry .title {
font-style: italic;
}

#wwpdoc #entry .gi {
color: rgb(45,45,45);
cursor: pointer;
font-weight: bold;
}

#wwpdoc #entry .tag {
color: rgb(45,45,45);
font-weight: bold;
}

#wwpdoc #entry h1 .gi {
font-size: 1em; /*20px*/
}

#wwpdoc #entry h2 .gi {
font-size: 1em; /*18px*/
}

#wwpdoc #entry i {
font-style: italic;
font-weight: bold;
}

#wwpdoc #entry .gi:before,
#wwpdoc #entry .tag:before {
content: "<";
}

#wwpdoc #entry .gi:after,
#wwpdoc #entry .tag:after {
content: ">";
}

#wwpdoc #entry .att {
/*background: rgb(102,148,226);*/
color: rgb(66,114,197);
cursor: pointer;
font-weight: bold;
/*padding: 1px 3px 2px 3px;
text-shadow: 0 -1px 0 rgba(0,0,0,.25);*/
/* border radius */
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

#wwpdoc #entry .val {
color: rgb(178,53,53);
cursor: pointer;
font-weight: bold;
/* border radius */
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

#wwpdoc .att:before {
/*content: "@";*/
}

#wwpdoc .entry .examples p {
margin-bottom: 12px;
}

#wwpdoc .entry .examples .eg {
background: rgb(251,251,251);
border: 1px solid rgb(242,242,242);
display: block;
font-family: monospace;
font-size: 13px;
margin-bottom: 12px;
padding: 5px 9px;
white-space: pre-wrap;
}

#wwpdoc .entry a:link,
#wwpdoc .entry a:visited {
border-bottom: 1px dotted rgb(125,125,125);
color: rgb(75,75,75);
padding: 0 1px 0 2px;
text-decoration: none;
}

#wwpdoc .entry a:hover {
color: rgb(45,45,45);
border-bottom: 1px solid rgb(100,100,100);
}