@CHARSET "UTF-8";
h1 {
	text-align: center;
	background-image: none;
	background-repeat:no-repeat;
	background-position:left;
	line-height:120px;
}

h2 {
	border-top: 1px solid #000;
}

.toplink {
    font-size: smaller;
    display:block;
    float: right;
    margin-top: 3em;
}

h2, h3 {
	margin-top: 2em;
}

h1, h2, h3, h4{
	font-family: Arial, sans-serif;
}

h4{
	padding:0px;
	padding-left:10px;
	margin:0px;
	background-color:#e6e6e6;
}

body {
	width:800px;
	margin:auto;
}

blockquote {
	background-color: #eee;
	border: 1px dashed #999;
	padding: 5px;
}

blockquote h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.clear {
	clear: left;
}

/* for pointing out parameters in text */
.param {
	font-weight: bold;
	font-style: italic;
}

.example, .explanation {
	font-family: monospace;
}

.example a {
    text-decoration: none;
    font-size: small;
}

.explanation dl {
	margin-left: 2em;
	margin-top: 0;
}

.explanation dt {
	float: left;
	clear: left;
	width: 10em;
	margin-bottom: 0.3em;
}

.explanation dd {
	float: left;
}

.explanation .request, .explanation .response {
	border: 1px dotted #000;
	padding: 5px;
	margin: 5px;
}

.attention {
	padding: 10px;
	margin: 10px;
	
	border-width: 1px;
	border-style: dashed;
	
	font-style: italic;
}

.error {
	font-size: larger;
	color: #900;
	
	background-color: #fcc;
	border-color: #f00;
}

.warning {
	color: #330;
	background-color: #ffc;
	border-color: #ff0;
}

.notice {
	color: #030;
	background-color: #cfc;
	border-color: #0f0;
}

.header{
   position: relative;
   float: left;
   left: 0.00%;
   width: 800px;
}
.wrapper{
   position: relative;
   float: left;
   left: 0.00%;
   width: 100.00%;
}
.left{
   position: relative;
   float: left;
   left: 0.00%;
   width: 70.00%;
}
.right{
   position: relative;
   float: right;
   right: 0.00%;
   width: 30.00%;
}
.footer{
   position: relative;
   float: left;
   left: 0.00%;
   width: 100.00%;
   background-color:#e6e6e6;
   margin-bottom:20px;
}

ul.nodots {
	list-style-type: none;
	margin: 0 0 1em 1em;
	padding: 0px;
}

ul.nodots li {
	margin-top: 0.1em;
}