﻿div.indicesControl {
	margin-top: 10px;
	border: 1px solid #c6c6c6;
	border-bottom: 0;
	margin-left: 30%;
	}
div.indicesControl fieldset {
    padding: 0 0 .834em; /* 10px / 12px */
    }
div.indicesControl form div.date,
div.indicesControl form div.list {
	float: left;
	width: 100%;
	margin: 0;
	}
	div.indicesControl form div.list ul {
		float: right;
		margin: .834em 1em 1em; /* 10px 12px 12px */
		}
		div.indicesControl form div.list li {
			float: left;
			padding: 0 .5em;
			}
			div.indicesControl a {
				text-decoration: none;
				color: #696969;
				}
				div.indicesControl a:hover {
					text-decoration: underline;
					}
	div.indicesControl form div.date span {
		float: right;
		margin: 0 16px;
		}
	div.indicesControl form div.date input {
		background: transparent none repeat scroll 0 0;
		border: 1px solid #999;
		font-size: .834em; /* 10px / 12px */
		height: 1.334em; /* 16px / 12px */
		text-align: center;
		color: #333;
		width: 90px;
		}
	div.indicesControl form div.date img {
		vertical-align: bottom;
		cursor: pointer;
		}
div.indicesContent {
	background: transparent url(Images/Backgrouds/border.gif) repeat-y scroll 100% 0;
	overflow: hidden;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #c6c6c6;
	}
	div.indicesContent div.content {
		/*background: transparent url(Images/Backgrouds/border.gif) repeat-y scroll 30% 0;*/
		float: left;
		margin-right: -100%;
		width: 100%;
		margin-bottom: -32767px;
		padding-bottom: 32767px;
		}
		div.indicesContent div.chart {
			background: transparent url(Images/Backgrouds/border.gif) repeat-y scroll 0 0;
			border-top: 1px solid #c6c6c6;
			margin-left: 30%;
			padding: 0 1px;
			}
			div.indicesContent div.chart img {
				vertical-align: bottom;
				width: 100%;
				}
	div.indicesContent div.options {
		background: transparent url(Images/Backgrouds/border.gif) repeat-y scroll 0 0;
		width: 30%;
		float: left;
		margin-bottom: -32767px;
		padding-bottom: 32767px;
		}
		div.indicesContent ul {
			list-style-type: none;
			margin: 0;
			padding: 12px;
			float: left;
			}
			div.indicesContent li {
				margin: 6px 0 6px 26px;
				position: relative;
				}
				div.indicesContent li input {
					position: absolute;
					top: -.083em; /* 1px / 12px */
					left: -26px;
					}
		div.indicesContent div.options ul.hide {
		    display: none;
		    }
		div.indicesContent ul.head {
			background: transparent url(Images/Backgrouds/border.gif) repeat-x scroll 0 100%;
			padding: 0;
			list-style-type: none;
			width: 100%;
			}
			div.indicesContent ul.head li {
				float: left;
				text-align: center;
				border: 1px solid #c6c6c6;
				border-bottom: 0;
				margin: 0 2px 0 0;
				}
				div.indicesContent ul.head a {
					display: block;
					padding: 10px 20px;
					text-decoration: none;
					}
			div.indicesContent ul.head li.select {
				background-color: #fff;
				}
div.interval a.selected {
    font-weight: bold;
    }
li.priceType input {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    }
