

div#MainDiv {
	max-width: 798px;
    width: 100%;
}

body {
	color: #555555;
    font-family: "Helvetica Neue","Hiragino Sans GB","Microsoft YaHei",u9ed1u4f53,Arial,sans-serif;
    font-size: 14px;
	background: transparent;
	margin: 0; 
	font-weight: 400;
/* for online integration the best is to declare zero margin in order to remove it.
 However for standalone reviewing it is easier to see the tool with margins = default browser margin. kn@120926 */
 
}

.PrintTable {
    border-top: 1px solid #ededed !important;
    border-right: 0px solid #ededed !important;
    border-left: 0px solid #ededed !important;
}
a:link, a:visited {
	color: #555555;
    text-decoration: none;
    font-family: "Helvetica Neue","Hiragino Sans GB","Microsoft YaHei",u9ed1u4f53,Arial,sans-serif;
    font-weight:400;
}
a:hover, a:active {
	color: #008647;
    text-decoration: underline;
}
.LevelZero {
    margin-left: 0px;
	background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    margin-bottom: 5px;
}
.LevelZero-Box {
	margin: 0;
	width: 50%;
}
.LevelZero-Box-Button {
    width: 100%;
}
.SelectionObject-FirstLevel-Tab {
    vertical-align: top;
}
.SelectionObject-FirstLevel-SliderContainer {
    height: 55px !important;
}
.SelectionObject-FirstLevel-TabContainer {
	padding: 0;
}
.SelectionObject-FirstLevel-ArrowButtonContainer-Left, .SelectionObject-FirstLevel-ArrowButtonContainer-Right {
    padding: 0px;
    vertical-align: top;
}
.SelectionObject-FirstLevel {
    border-bottom: 1px solid #00864a;
    border-top: 1px solid #00864a;
	background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
}
.LevelZero-Box-Button, 
.SelectionObject-FirstLevel-Tab-Button,
.SelectionObject-SecondLevel-Button,
.SelectionObject-FirstLevel-ArrowButton{
	background: transparent;
    color: #ffffff;
    font-family: "Helvetica Neue","Hiragino Sans GB","Microsoft YaHei",u9ed1u4f53,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
	border: 0;
	border-radius: 0;
}
.SelectionObject-SecondLevel {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    margin-top:5px;
    padding:0px 10px;
}
.SelectionObject-SecondLevel-Button {
    padding:10px;
}

.LevelZero-ActiveBox .LevelZero-Box-Button,
.SelectionObject-FirstLevel-Tab-SelectedButton,
.SelectionObject-SecondLevel-SelectedButton,
.SelectionObject-FirstLevel-Tab-Button:hover,
.SelectionObject-FirstLevel-Tab-Button:active {
	background: #00864a none repeat scroll 0 0;
    color: #ffffff;
}
.LevelZero-ActiveBox .LevelZero-Box-Button:hover {
	background: #00864a none repeat scroll 0 0;
    color: #ffffff;
}
.LevelZero-Box-Button:hover,
.SelectionObject-FirstLevel-Tab-Button:hover,
.SelectionObject-SecondLevel-Button:hover,
.SelectionObject-FirstLevel-ArrowButton:hover {
	background: #a9cb74 none repeat scroll 0 0;
    color: #ffffff;
	border: 0;
	border-radius: 0;
    text-decoration: none;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: linear;
}

.SelectionObject-FirstLevel-Tab-Button {
	/*min-height: 60px;*/
}
.SelectionObject-FirstLevel-ArrowButton {
	/*height: 60px;*/
}
.IAT-Heading-Text {
	text-transform: uppercase;
}
.ScrollDataTable-Data-ValueCell{
	vertical-align: top;
}

.ScrollDataTable-NameColumn-PeriodRow, 
.ScrollDataTable-Data-PeriodCell {
    border-bottom: 2px solid #00864a !important;
	color: #2b9976;
}
@media (max-width: 480px){
	.SelectionObject-FirstLevel-Tab-ButtonContainer {
		padding: 2px;
	}
}
.Legend-LegendItem-Label {
    padding-top: 0px;
 
}