html, body {
	margin: 0;
	padding: 0;
}
body {
	color: #222;
	font-family: sans-serif;
    font-size: 0.85em;
}
.watermark {
	color: black;
	font-size: 10em;
	text-align: center;
	opacity: 0.08;
	filter: alpha(opacity=8);
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	position: fixed;
	z-index: -1;
	left: 450px;
	top: 20%;
}
p.para {
	margin-bottom: 10px;
}
p.since {
	margin-bottom: 5px;
	font-style: italic;
}
p.note {
	margin-top: 5px;
}
p.reserved {
	color: red;
	font-weight: bold;
}
span.private {
	color: orange;
}
span.hidden {
	text-decoration: line-through;
}
span.deprecated {
	text-decoration: line-through;
}
span.new {
	text-shadow: 0 0 10px #ffdc11,
				 0 0 10px #ffdc11,
				 0 0 10px #ffdc11,
				 0 0 10px #ffdc11,
				 0 0 10px #ffdc11,
				 0 0 10px #ffdc11,
				 0 0 10px #ffdc11,
				 0 0 10px #ffdc11;
}
span > span.private {
	font-weight: bold;
	background-color: yellow;
	padding: 0 5px;
}
#menu ul ul a:hover span.private  {
	color: #79980d;
}
span.draft {
	color: magenta;
}
span > span.draft {
	font-weight: bold;
	background-color: yellow;
	padding: 0 5px;
}
#menu ul ul a:hover span.draft  {
	color: #79980d;
}

h1 {
	color: red;
    margin-top: 0em;
    margin-bottom: 0em;
    font-size: 2.5em;
}
h2 {
    border-bottom: 1px solid black;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    font-size: 1.75em;
}
h3 {
    color: #FF6633;
    font-size: 1.35em;
    margin-top: .5em;
    margin-bottom: .5em;
}
h4 {
    margin: 0;
    padding: 0;
}
h5 {
    font-size: 1.2em;
    color: #99a;
    margin: 0.5em 0em 0.25em 0em;
}
h6 {
    font-size: 1.2em;
    margin: 0.5em 0em 0.25em 0em;
}
tt {
    font-size: 1em;
}
p {
    margin-top: 0em;
    margin-bottom: 0em;
}
pre {
    white-space: pre-wrap;
}
img {
	display: block;
	margin: 1em auto;
}
img.new {
	border: 0;
	display: inline;
	margin: 0px 0px 0px 5px;
	vertical-align: middle;
}
img.mod {
	border: 0;
	display: inline;
	margin: 0px 0px 0px 5px;
	vertical-align: middle;
}
#legend {
    margin: 15px 15px 0px 15px;
    text-align: center;
}
#date {
    margin: 15px 15px 0px 15px;
	font-size: 11px;
    text-align: center;
}
#container, div.footer-copyright {
	margin-left: 330px;
    padding: 10px;
}
#container > div {
	display: none;
}
div.space {
	margin-bottom: 12px;
}
div.footer-copyright {
    text-align: center;
}
a.oc {
	font-size: 14px;
	font-family: monospace;
	text-decoration: none;
}

/****************************************************************************/
/*****                           menu                                   *****/
/****************************************************************************/
/* Base Styles */
#menu, #menu ul, #menu li, #menu a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-weight: normal;
	text-decoration: none;
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	position: relative;
}
#menu a {
	line-height: 1.3;
}
#menu {
	position: fixed;
	float: left;
	overflow-y: scroll;
	height: 100%;

	width: 320px;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 3px;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
#menu > h1 {
	margin: 0.2em 0 0.4em 0;
	padding: 0em;
	color: red;
    font-size: 2em;
	line-height: 140%;
    text-align: center;
}
#menu > ul > li {
	margin: 0 0 2px 0;
}
#menu > ul > li:last-child {
	margin: 0;
}
#menu > ul > li > a {
	font-size: 1.1em;;
	display: block;
	color: #ffffff;
	text-shadow: 0 1px 1px #000;
	background: #565656;
	background: -moz-linear-gradient(#565656 0%, #323232 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565656), color-stop(100%, #323232));
	background: -webkit-linear-gradient(#565656 0%, #323232 100%);
	background: linear-gradient(#565656 0%, #323232 100%);
	border: 1px solid #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#menu > ul > li > a > span {
	display: block;
	border: 1px solid #666666;
	padding: 6px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
}
#menu > ul > li > a:hover {
	text-decoration: none;
	background: #848484;
}
#menu > ul > li.active {
	border-bottom: none;
}
#menu > ul > li.active > a {
	background: #97be10;
	background: -moz-linear-gradient(#97be10 0%, #79980d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97be10), color-stop(100%, #79980d));
	background: -webkit-linear-gradient(#97be10 0%, #79980d 100%);
	background: linear-gradient(#97be10 0%, #79980d 100%);
	color: #fff;
	text-shadow: 0 1px 1px #000;
	border: 1px solid #79980d;
}
#menu > ul > li.active > a span {
	border: 1px solid #97be10;
}
#menu > ul > li.list > a span {
	background: url(../img/plus.png) 98% center no-repeat;
}
#menu > ul > li.list.active > a span {
	background: url(../img/minus.png) 98% center no-repeat;
}
/* Sub menu */
#menu ul ul {
	padding: 5px 0px 5px 12px;
	display: none;
}
#menu ul ul li {
	padding: 3px;
}
#menu ul ul a {
	display: block;
	color: #595959;
	font-size: 1em;
	font-weight: bold;
}
#menu ul ul a span {
    margin: 0 16px;
}
#menu ul ul a:hover {
	color: #79980d;
}
#menu > ul > li > ul > li.list > a {
	background: url(../img/collapsed.png) no-repeat;
    background-position: left 2px;
}
#menu > ul > li > ul > li.list.active > a {
	background: url(../img/expanded.png) no-repeat;
    background-position: left 2px;
}
/* Sub sub menu */
#menu ul ul ul {
	padding: 0 0 0 20px;
	margin: 0;
}
#menu ul ul ul li {
	padding: 0;
}
#menu ul ul ul a {
	font-size: 0.9em;
	font-weight: normal;
}
#menu ul ul ul a:hover {
	text-decoration: underline;
}

/****************************************************************************/
/*****              Method common                                       *****/
/****************************************************************************/
div.method {
    background-color: #EBF3F9;
    margin-bottom: 1em;
    margin-left: 2em;
}
div.content.deprecated {
	background: url(../img/deprecated.png);
	background-position: center center;
	background-repeat: repeat-y;
	background-size: 95%;
}
div.method div.header {
    border: 1px solid #C3D9EC;
    margin: 0;
    padding: 0;
}
div.method div.header span.method {
    background-color: #0F6AB4;
    border-radius: 2px 2px 2px 2px;
    color: white;
    display: inline-block;
    font-size: .8em;
	font-weight: bold;
    padding: 7px 0 7px;
    text-align: center;
    text-transform: uppercase;
    width: 70px;
}
div.method div.header span.path {
    padding-left: 10px;
}
div.method div.content {
    border: 1px solid #C3D9EC;
	border-style: none solid solid;
    padding: .5em;
    margin-bottom: 1em;
}
div.method div.content div.license {
    margin-left: 1em;
}
div.method div.content div.response {
    margin-left: 1em;
}
div.method div.content div.example {
    margin-left: 1em;
}
div.method div.content div.example pre {
    margin-left: 1em;
}
div.method div.content div.notification {
    margin-left: 1em;
}

/* Method GET */
div.method.get {
    background-color: #EBF3F9;
}
div.method.get h6 {
	color: #0F6AB4;
}
div.method.get div.header span.method {
    background-color: #0F6AB4;
}
div.method.get div.header {
    border: 1px solid #C3D9EC;
}
div.method.get div.content {
    border: 1px solid #C3D9EC;
	border-style: none solid solid;
}

/* Method HEAD */
div.method.head {
    background-color: #F8FCD8;
}
div.method.head h6 {
	color: #9D9D19;
}
div.method.head div.header span.method {
    background-color: #9D9D19;
}
div.method.head div.header {
    border: 1px solid #F1F991;
}
div.method.head div.content {
    border: 1px solid #F1F991;
	border-style: none solid solid;
}

/* Method POST */
div.method.post {
    background-color: #E7F6EC;
}
div.method.post h6 {
	color: #10A54A;
}
div.method.post div.header span.method {
    background-color: #10A54A;
}
div.method.post div.header {
    border: 1px solid #C3E8D1;
}
div.method.post div.content {
    border: 1px solid #C3E8D1;
	border-style: none solid solid;
}

/* Method PUT */
div.method.put {
    background-color: #F9F2E9;
}
div.method.put h6 {
	color: #C5862B;
}
div.method.put div.header span.method {
    background-color: #C5862B;
}
div.method.put div.header {
    border: 1px solid #F0E0CA;
}
div.method.put div.content {
    border: 1px solid #F0E0CA;
	border-style: none solid solid;
}

/* Method DELETE */
div.method.delete {
    background-color: #F5E8E8;
}
div.method.delete h6 {
	color: #A41E22;
}
div.method.delete div.header span.method {
    background-color: #A41E22;
}
div.method.delete div.header {
    border: 1px solid #E8C6C7;
}
div.method.delete div.content {
    border: 1px solid #E8C6C7;
	border-style: none solid solid;
}

/* default table */
table {
	margin-bottom: 0.5em;
}
th {
    color: black;
    font-size: 0.85em;
    font-weight: normal;
    text-align: left;
    padding: 3px 6px;
}
td {
    font-size: 0.85em;
    padding: 3px 6px;
    text-align: left;
    vertical-align: top;
}
span.private td {
	color: orange;
}
span.draft td {
	color: magenta;
}
/* summary tables */
table.summary {
	border: 1px solid #E0E0E0;
	margin-top: 0.75em;
    width: 100%;
}
table.summary caption {
    text-align: left;
    color: #FF6633;
	font-weight: bold;
}
table.summary th {
	background-color: #DDDDE6;
    border: 1px solid #B1B1B8;
    text-align: center;
}
table.summary td.row1 {
    background-color: #FFF9FF;
}
table.summary td.row2 {
    background-color: #EAF7FB;
}

/* summary resource tables */
table.summary.resource th.column1 {
    width: 32%;
}
table.summary.resource th.column2 {
    text-align: center;
    width: 8%;
}
table.summary.resource th.column3 {
    width: 50%;
}

/* summary notification tables */
table.summary.notification th.column1 {
    width: 30%;
}
table.summary.notification th.column2 {
    width: 70%;
}

/* parameters table */
table.parameters {
    margin-left: 1em;
    margin-right: 1em;
}
table.parameters caption {
	color: #9999AA;
	margin-top: 0.5em;
    font-size: 0.9em;
    font-weight: bold;
    text-align: left;
}
table.parameters th {
    border-bottom: 1px solid black;
}

/* representations */
span.representation {
    color: #FF6633;
    font-size: 1.35em;
	font-weight: bold;
}
div.representation {
    margin-top: .5em;
    margin-left: 2em;
    margin-bottom: 1.5em;
}

/* representation table */
table.representation {
    border-collapse: collapse;
    /* background: none repeat scroll 0 0 #EEEEEE; */
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
    padding: 0.5em 1em;
    text-align: left;
}
table.representation caption {
    background-color: #EEEEEE;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
    padding: 0.2em 1em;
    text-align: left;
    font-weight: bold;
}
table.representation th {
    background-color: #EEEEEE;
	border: 1px solid black;
    font-weight: bold;
    padding: 0.2em 1em;
}
table.representation td {
   	border: 1px solid black;
    background-color: white;
    padding: 0.2em 1em;
}
span.cardinality {
	color: #999999;
	padding-left: 1em;
}
table.example td.example {
	background-color: #F6F6FF;
}

.menutitle{
	cursor:pointer;
	margin-bottom: 5px;
	background-color:#ECECFF;
	color:#000000;
	width:140px;
	padding:2px;
	text-align:center;
	font-weight:bold;
	/*/*/border:1px solid #000000;/* */
}

.submenu{
	margin-bottom: 0.5em;
}
