.api {
  font-size: 120%;
}
#apiresult {
	height: 100%;
}


#apiresult textarea#callresult {
	font-family:Andale Mono,Lucida Console,Monaco,fixed,monospace;
/*	width:360px;*/
	width: 100%;
	height: 100%;
	font-size: 120%;
}
.urlparam #urltext {
	font-family:Andale Mono,Lucida Console,Monaco,fixed,monospace;
	height:50px;
	/*width:380px;*/
	width: 100%;
	font-size: 120%;
	
}

.functiondoc {
	padding: 5px;
}
.functiondoc .tiny {
	color:#666666;
	
}
.functiondoc .functionname {
	color:#666666;
	font-size:180%;
	margin-left: 10px;
}
.functiondoc .functiondesc {
	margin-left: 12px;
}
/* parameter list */
.functiondoc dl.parameters {
	margin-left: 10px;
}
/* parameter name */
.functiondoc dl.parameters dt {
	font-size:120%;
	color:#666666;
}
/* parameter definition */
.functiondoc dl.parameters dd {
	margin-left: 10px;
}

.functiondoc ul {
	margin-left: 10px;
	font-size: 90%;
	list-style-type: disc;
	
}

.functiondoc ul li {
	margin-left: 10px;
	margin-bottom: 5px;
	
}
.functiondoc i {
		font-family:Andale Mono,Lucida Console,Monaco,fixed,monospace;
		height:50px;
		/*width:380px;*/
		width: 100%;
		font-size: 120%;
		font-style: normal;
}

/* the functions list */
#functions .fcategory {
	background-color:#7FA2CA;
	color:white;
	font-weight:bold;
	padding:2px;
	font-size: 120%;
}

#functions .fname a {
	color:#666666;
	font-size:150%;
	margin-left: 10px;	
	text-decoration: none;
}

#functions .fname a:hover {
	color: #f7941d;
}

/* parameter form formatting */
.callparam {
	margin-bottom: 2px;
	clear: both;
	line-height: 2em;
	height: 20px;
	border-bottom: 1px solid #ddd;
}
.callparam .paramlabel{
	float:left;
	width:120px;
	line-height:1.6em;
	font-size: 120%;
	
	
}
.callparam .paramchoice{
	float: left;
	color: red;
}
.callparam .paramvalue{
	color: blue;
	float: right;
}

.urlparam {
	margin-top:2px;
	
}
.pseclabel {
	border-top:2px solid #7FA2CA;
	float:left;
	font-weight:bold;
	text-transform:uppercase;
	width:100%;
}

#long {
	font-weight: normal;
}
.calltools {
	padding: 1px;
}

.calltools a {
	background-color:#7FA2CA;
	border:1px solid #DDDDDD;
	color:white;
	font-size:150%;
	margin-left:10px;
	padding:0px 2px;
	text-decoration:none;

}
.calltools a:hover {
	background-color:white;
	color: #f7941d;
	
}

.samplecode {
	font-size: 120%;
}

.samplecode pre {
	color: blue;
}

.schema {
	border:2px solid white;
	font-size:120%;
	margin-top:10px;
	padding
}
.schema .label {
	background-color:#7FA2CA;
	color:white;
	font-size:120%;
	font-weight:bold;
	padding:2px;
	text-transform:uppercase;
	
}

.schema a {
	
}

.schemadoc {
	border:2px solid white;
	font-size:120%;
	margin-top:10px;
	padding
	
}

.schemadoc .label {
	background-color:#7FA2CA;
	color:white;
	font-size:120%;
	font-weight:bold;
	padding:2px;
	text-transform:uppercase;
	
}

.schemadoc a {
	
	
}