.box {
	width: 645px;
	font-size: 12px;
	font-family: verdana, arial;
	-x-system-font: none;
}

.box legend {
	font-size: 15px;
	font-weight: bold;
	margin-left: 40px;
	color: #000000;
}

.box .content {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.box .content .method_ul {
	list-style-image: url("listicon.png");
}

.box .content .var_ul {
	list-style-image: url("listicon2.png");
	margin-top: 10px;
}

.box .content ul li {
	padding-left: 5px;
}

.box .content a {
	background-color: inherit;
	color: #003366;
	text-decoration: none;
}

.box .content a:hover {
	background-color: #D5595C;
}

.box .type {
	font-style: italic;
	color: #D5595C;
	font-weight: bold;
	font-size: 11px;
}

.box .method {
	font-weight: bold;
}

.box .var {
	font-weight: bold;
	color: #001199;
}

.box .options {
	color: #D5595C;
	font-size: 11px;
}

.box .usage {
	width: 635px;
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #CCC;
}

.box .usage .header {
	font-size: 14px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.box .usage .header img {
	border: none;
}

.box .usage .info {
	font-size: 12px;
	padding-left: 5px;
}

.box .usage .example {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-style: italic;
	color: #003366;
	font-size: 11px;
}

.box .usage .args {
	list-style-image: url("listicon2.png");
	list-style-position: outside;
}

.box .usage a {
	background-color: inherit;
	color: #003366;
	text-decoration: none;
}