/*{-------------}*/


	div.graph-select-wrapper {
		position: relative;
		display: block;
		float: left;
		clear: both;
		width: auto;
	}

	div.graph-select {
		position: relative;
		width: 100px;
		height: 20px !important;
		background: #fff !important;
        font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #096d5c;
    padding: 5px 10px;
	} 

HTML div.graph-select {
		height: 19px !important;
	} 
	
	div.graph-select span {
		font-size: 12px;
		line-height: 12px;
		overflow: hidden;
		padding: 4px 0 0 4px;
		cursor: default;
		white-space: nowrap;
	} div.graph-select div.arrow {
		display: block;
		position: absolute;
		float: right;
		top: auto;
		right: 0;
		width: 20px;
		height: 20px;
		background: #fff url(../images/sel.gif) 50% 55% no-repeat;
		cursor: pointer;
	}
	
	ul.graph-select-options {
		display: none;
		position: absolute;
        overflow: visible !important;
		z-index: 100000000;
		float: left;
		clear: both;
		width: auto;
		list-style: none;
		list-style-image: none;
		margin: -1px 0 0 0;
		padding: 0;
		background: #fff;
		border: 1px #242424 solid !important;
	} ul.graph-select-options li {
	   font-family: Arial, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #096d5c;
        padding: 5px 15px;
		position: relative;
		display: block;
		margin: 0;
		line-height: 12px;
		cursor: pointer;
		list-style: none;
		list-style-image: none;
		background: transparent;
		white-space: nowrap;
	} ul.graph-select-options li.hovered,
	  ul.graph-select-options li.selected {
		background: #fff;
        color: #a3e078;
	}
	
	
	div.graph-radio,
	div.graph-radio-checked {
		position: relative;
		display: block;
        float: left;
        margin-top: 5px;
		width: 15px !important;
		height: 15px !important;
		z-index: 0 !important;
		background: url(../images/radio.gif) bottom center no-repeat;
	} div.graph-radio-checked {
		background: url(../images/act_radio.gif) top center no-repeat;
	}

