body {
	background: rgb(245,221,150); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(245,221,150,1) 0%, rgba(248,211,105,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,221,150,1)), color-stop(100%,rgba(248,211,105,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(245,221,150,1) 0%,rgba(248,211,105,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(245,221,150,1) 0%,rgba(248,211,105,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(245,221,150,1) 0%,rgba(248,211,105,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(245,221,150,1) 0%,rgba(248,211,105,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5dd96', endColorstr='#f8d369',GradientType=0 ); /* IE6-9 */

	font-family: Arial, 'Times New Roman', cursive;
	font-size: 14px;
	color: #333333;
	background-size: 100% 100%;
	background-attachment: fixed;
}
#main-container {
	border: 1px solid #000000;
	margin: 0px auto 0px;
	width: 600px;
	padding: 10px;
}
#placeholder {
	width: 100%;
	height: 300px;
	display: none;
}

#legend {
	width: 600px;
	margin: 0px auto 0px;
	border: 1px solid #000000;
	display: none;
}

#legend .legendLabel {
	width: 150px;
}
#legend {
	text-align: center;
}
#legend-y table {
	margin: 0px auto 0px;
}
.control-panel {
	text-align: center;
	padding: 5px;
}
.control-panel .input-container {
	display: inline-block;
}
.datepicker {
	width: 70px;
	text-align: right;
    border: 1px solid rgba(193,158,103,1);
    height: 20px;
    padding: 0px 2px;

}
.ui-datepicker-trigger {
    border: 1px solid rgba(193,158,103,1);
    border-radius: 0 5px 5px 0;
    height: 22px;
	
    margin-left: -1px;
    margin-right: 20px;
    padding: 0px;
	margin-top: 0px;
	/*height: 25px\9;
	margin-top: 4px\9;*/
	vertical-align: top;
}

div.ui-datepicker{
	font-size:12px;
}

.btn {
	background: rgb(242,194,123); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(242,194,123,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(232,177,95,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,194,123,1)), color-stop(50%,rgba(193,158,103,1)), color-stop(51%,rgba(182,141,76,1)), color-stop(100%,rgba(232,177,95,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(242,194,123,1) 0%,rgba(193,158,103,1) 50%,rgba(182,141,76,1) 51%,rgba(232,177,95,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(242,194,123,1) 0%,rgba(193,158,103,1) 50%,rgba(182,141,76,1) 51%,rgba(232,177,95,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(242,194,123,1) 0%,rgba(193,158,103,1) 50%,rgba(182,141,76,1) 51%,rgba(232,177,95,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(242,194,123,1) 0%,rgba(193,158,103,1) 50%,rgba(182,141,76,1) 51%,rgba(232,177,95,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2c27b', endColorstr='#e8b15f',GradientType=0 ); /* IE6-9 */
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(193,158,103,1);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    padding: 2px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

.btn:active {
	background: rgb(245,208,153); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(245,208,153,1) 0%, rgba(207,180,137,1) 50%, rgba(198,167,116,1) 51%, rgba(237,194,129,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,208,153,1)), color-stop(50%,rgba(207,180,137,1)), color-stop(51%,rgba(198,167,116,1)), color-stop(100%,rgba(237,194,129,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(245,208,153,1) 0%,rgba(207,180,137,1) 50%,rgba(198,167,116,1) 51%,rgba(237,194,129,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(245,208,153,1) 0%,rgba(207,180,137,1) 50%,rgba(198,167,116,1) 51%,rgba(237,194,129,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(245,208,153,1) 0%,rgba(207,180,137,1) 50%,rgba(198,167,116,1) 51%,rgba(237,194,129,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(245,208,153,1) 0%,rgba(207,180,137,1) 50%,rgba(198,167,116,1) 51%,rgba(237,194,129,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5d099', endColorstr='#edc281',GradientType=0 ); /* IE6-9 */
}