html {
	min-height: 100%;
	position: relative;
}

body {
	margin-left: 25px;
	margin-bottomt: 50px;
	font-family: "Segoe UI Light", "Segoe UI", "Verdana";
	font-size: 0.90em;
	overflow-x: hidden;
	color: #333;
	padding: 2%;
	padding-top: 1%;
	margin-top: 0;
	background-color: #fcfcfc;
	background-image: linear-gradient(135deg, white, #fcfcfc 500px);
	height: 100%;
}

#left {
	width: 35%;
	float: left;
}

#right {
	margin-left: 40%;
	/* Change this to whatever the width of your left column is*/
}

.clear {
	clear: both;
}

div#main-body-container {
	box-shadow: 0 0 10px gray;
	background-color: white;
	padding: 20px;
	padding-bottom: 5px;
	padding-top: 10px;
	border-radius: 10px;
	text-align: left;

	/*
        * Commented as it causes an issue in IE9
        min-height: 550px;
        */
}

h1 {
	margin-top: 5px;
}

h1, h2, h3, h4 {
	font-family: "Segoe UI Light", "Segoe UI", "Verdana";
	font-weight: bold;
}

h1 span, h2 span, h3 span, h4 span {
	color: #65AEFF;
	font-style: italic;
	font-weight: light;
}

.code {
	text-align: left;
	font-size: 15px;
	padding-left: 30px;
	padding-bottom: 50px;
	color: #111;
	max-width: 100%;
}

.reference {
	display: block;
	background-color: #FBFBFB;
	border: 1px solid #CCC;
	border-radius: 8px;
	text-aline: left;
}

.green {
	color: green;
}

pre, samp {
	font-family: Consolas, Monaco, "Courier New", monospace;
	display: block;
	padding: 8.5px;
	font-size: 11px;
	line-height: 1.42857;
	word-break: break-all;
	word-wrap: break-word;
	color: #222;
	background-color: #F5F5F5;
	border: 1px solid #CCC;
	border-radius: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	position: relative;
	z-index: 100;
}

pre.code span {
	color: green;
}

pre.code span span {
	color: #770;
}

#breadcrumb {
	font-style: italic;
	margin: 2px;
	font-size: 80%;
	position: relative;
	top: 20px;
}

#breadcrumb a, #logo a {
	text-decoration: none;
}

#breadcrumb {
	top: 10px;
}

ol li {
	margin-top: 5px;
}

ol#implementation li code {
	margin-top: 5px;
}

ol.compact li {
	margin-top: 0;
}

ul.compact li {
	margin-top: 0;
}

td.description {
	background-color: #eee;
	padding: 3px;
	border: 1px solid #ddd;
}

td.chart {
	text-align: center;
}

.example_boxout {
	background-color: #eee;
	padding: 3px;
	border: 1px solid #aaa;
}

div#devtag {
	border-radius: 5px;
	position: fixed;
	top: 5px;
	left: 70px;
	border: 2px solid black;
	text-align: center;
	font-weight: bold;
	font-family: Arial;
	background-color: red;
	z-index: 1001;
}

ol#colors li {
	margin: 0;
}

div.list-item {
	width: 220px;
	display: inline-block;
}

div.list-item.label {
	width: 170px;
}

legend {
	background-color: #efefef;
	border: 1px solid #75736e;
}

body#licensing span {
	font-size: 120%;
}

div.warning {
	border: 1px solid black;
	_text-align: center;
	background-color: #ffa;
	padding: 5px;
	margin-top: 5px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	webkit-box-shadow: #aaa 1px 1px 15px;
	-moz-box-shadow: #aaa 1px 1px 15px;
	box-shadow: #aaa 1px 1px 15px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666,
		direction=135);
	z-index: 98;
	opacity: 0.9;
}

div#title div#image {
	float: left;
	margin-right: 15px;
}

div#title div#text {
	padding-top: 5px;
	margin-left: 70px;
}

div.warning p {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

div.description {
	border: 1px dashed gray;
	background-color: #eee;
	font-size: 75%;
	padding: 3px;
}

div#social {
	display: inline;
	display: inline-block;
}

div.testimonial {
	font-size: 80%;
	padding: 6px;
}

span.javascript-comment {
	color: #090;
}

.ModalDialog_dialog {
	box-shadow: 0 0 25px gray ! important;
}

ul {
	list-style-image: url('/images/bullet.png');
}

a {
	color: #0077bb;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

a:hover {
	background-color: #ccc;
	color: #0077bb;
}

.definition list   
  dl {
	border: 3px double #ccc;
	padding: 0.5em;
}

dt {
	float: left;
	width: 100px;
	text-align: right;
	font-weight: bold;
	color: green;
}

dt:after {
	content: ":";
}

dd {
	margin: 0 0 0 110px;
	padding: 0 0 0.5em 0;
}

.documentation_header {
	border: 1px solid #aaa;
	background-color: #eee;
	font-style: italic;
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

span#byline {
	position: relative;
	top: -15px;
}

div#socialIcons {
	float: right;
	padding-right: 50px;
	font-variant: small-caps;
	text-align: center;
	position: relative;
	top: 0;
}

p#copyright {
	text-align: center;
	font-size: 70%;
	color: black;
}

p#copyright a {
	color: black;
}

p#copyright a:hover {
	font-weight: bold;
}

div#social-links {
	font-size: 0;
}

div#frontPageTestimonialBoxout {
	padding: 15px;
	margin-right: 10px;
	background-color: rgba(200, 200, 200, 0.35);
}

div#frontPageTestimonialBoxout p#readMoreLink {
	font-size: 0.8em;
	text-align: right;
}

#supported-chart-icons div.icon {
	width: 64px;
	height: 64px;
	background-image: url(/images/chart-icons/chart-image-sprite.png);
	float: left;
	margin-left: 8px;
	margin-right: 8px;
	background-repeat: none;
	text-align: center;
	opacity: 0.5;
	transform: scale(0.85);
	transition: opacity .5s, transform .5s;
	height: 70px;
	cursor: pointer;
}

#supported-chart-icons div.icon:hover {
	opacity: 1;
	transform: scale(1.1);
}

#supported-chart-icons div.icon div {
	position: relative;
	top: 70px;
}

/*
    * The floated boxes on the front page 
    */
#front-page-float-container {
	display: flex;
}

#front-page-float-container>div:first-child {
	
}

#front-page-float-left-lower, #front-page-float-left {
	background-color: rgba(0, 255, 0, 0.25);
	width: 50%;
	float: left;
	padding: 15px;
	margin-left: 15px;
	margin-right: 15px;
}

#front-page-float-left-lower {
	background-color: cyan;
}

#front-page-float-right-lower, #front-page-float-right {
	background-color: rgba(255, 0, 0, 0.25);
	width: 50%;
	float: left;
	padding: 15px;
	margin-left: 15px;
	margin-right: 15px;
}

#front-page-float-right-lower {
	background-color: rgba(255, 255, 0, 0.5);
}

#front-page-float-left h2, #front-page-float-left-lower h2,
	#front-page-float-right h2, #front-page-float-right-lower h2 {
	font-family: Arial Black, Arial;
	text-transform: uppercase;
}

#front-page-float-left, #front-page-float-left-lower,
	#front-page-float-right, #front-page-float-right-lower {
	min-height: 120px;
}

.chart_tooltips_css {
	color: #000 !important;
	background-color: #f9f9f9 !important;
	padding: 4px !important;
	border: solid 2px #707070 !important;
	text-align: center;
	z-index: 999 !important;
}

#RGraph_tooltipsPointer {
	border-bottom: #707070 solid 2px;
	border-right: #707070 solid 2px;
	bottom: -7px !important;
}

#text-only-link {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 2;
	font-size: 70%;
	font-weight: bold;
	font-family: Arial black;
	color: #aaf;
	background-color: rgba(255, 255, 255, 0.75);
	padding: 5px;
}

.notes {
	padding: 8px;
	color: #333;
	font-family: "Segoe UI Light", "Segoe UI" display : block;
	margin: 1px 1px 1px 1px;
	background-color: #F0F0F0;
	border: 2px solid #CCC;
	border-radius: 8px;
	margin-bottom: -2px;
}
/**
    * Forum styles
    * 
    * This one hides the small screen message list
    */
div#forumMonthListSmallScreenMonthList, div#forumMessageListSmallScreen,
	p#forumMessageListSmallScreen {
	display: none;
}

div#forumMonthListSmallScreenMonthList a:active {
	font-weight: bold;
}

/*
     * The front page demo links
     */
ul#news img {
	transition: transform .25s;
}

ul#news img:hover {
	transform: scale(1.1);
}