@CHARSET "UTF-8";
html, body{
	background: #fff url(../img/white_carbon.png) 0 0 repeat;
	color: #000;
	font-size: 12px;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	padding: 0;
	margin: 0;
}
a:link, a:visited{
	color: #0000FF;
	outline: none;
	text-decoration: underline;
}
a:hover{
	color: #0066FF;
}
#container{
	margin: 0 auto;
	overflow: hidden;
	width: 1000px;	
}
#container h1{
	font-size: 1.7em;
	margin: 20px 0 0;
}
#container h2{
	font-size: 1.2em;
	font-weight: normal;
	margin: 10px 0 0;
}
#container h3{
	font-size: 1.2em;
	margin: 25px 0 12px;	
}
#container table.api{
	background-color: #fff;
	border: #2D2D2D solid 1px;
	border-collapse: collapse;
	empty-cells: show;
	width: 100%;
}
#container table.api th{
	background-color: #515151;
	border: #2D2D2D solid 1px;
	color: #EBB52D;
	padding: 5px;
	text-align: left;
}
#container table.api td{
	border: #2D2D2D solid 1px;
	padding: 5px;
}
#container .playground{
	background-color: #fff;
	margin: 0;
	padding: 10px;
	position: relative;
}
#container #control{
	left: 240px;
	position: absolute;
	top: 130px;
}
#container .code{
	width: 120px;
}
#container .blue{
	color: #0033FF;
}
#container .green{
	color: #277327;
}
#container p.test{
	margin: 0 0 10px;
	position: relative;
}
#loading{
    color: #fff;
    display: none;
    left: 240px;
    position: absolute;
    top: 60px;
}
#left{
	float: left;
	overflow: hidden;
	width: 665px;
}
#right{
	float: right;
	overflow: hidden;
	width: 300px;
}
.clear_both{
	clear: both;
}
pre{
	background-color: #2C2C2C;
	padding: 10px;
	color: #fff;
	overflow-x: auto;
}

.custom-wrap{
	background-color: #fff;
	border: solid 1px #ccc;
	box-shadow: 0 0 5px #c9c9c9;
	overflow: hidden;
	padding: 10px;
	width: 600px;
	height: 400px;
	margin: 30px auto;
}
.custom-api{
	margin: 0 auto;
	width: 460px;
}
.custom-item{
	background-image: linear-gradient(bottom, #D6D6D6 10%, #EBEBEB 55%);
	background-image: -o-linear-gradient(bottom, #D6D6D6 10%, #EBEBEB 55%);
	background-image: -moz-linear-gradient(bottom, #D6D6D6 10%, #EBEBEB 55%);
	background-image: -webkit-linear-gradient(bottom, #D6D6D6 10%, #EBEBEB 55%);
	background-image: -ms-linear-gradient(bottom, #D6D6D6 10%, #EBEBEB 55%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.1, #D6D6D6),
		color-stop(0.55, #EBEBEB)
	);
	width: 600px;
	height: 400px;
	position: relative;
}
.custom-item h1{
	font-weight: bold !important;
	font-size: 30px !important;
	margin: 10px 15px !important;
}
.custom-item h3{
	font-weight: normal !important;
	font-size: 18px !important;
	margin: 5px 15px !important;
}
.custom-item ul{
	list-style: url(../img/checkmark.png) inside;
	margin: 10px 15px;
	padding: 0;
}
.custom-item ul li{
	line-height: 16px;
	margin: 0 0 5px;
}
.custom-item .custom-splash{
	background: url(../img/splash.png) 0 0 no-repeat;
	position: absolute;
	bottom: 40px;
	right: 10px;
	width: 356px;
	height: 242px;
}
.align_center{text-align: center}
.h1, .h2, .h3, .h4, .h5, .h6{
	font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
	font-weight: bold;
}
.h1{
	font-size: 30px;
}
.exam{
	float: left;
	margin: 0;
}
.overflow{
	overflow: hidden;
}
#header{
	overflow: hidden;
}
#logo{
	margin: 20px 0 0 0;
	float: left;
}
#header h1,
#header h2{
	text-align: right;
}