div.toDo{
	width:517px;
	height:77px;
	background: url(images/to_do_bg.jpg) no-repeat left;
	margin:0px -230 5px auto;
	padding:18px 24px 21px 74px;
	float:left;
}

	div.toDo div.left{
		width:160px;
		font-family: Tahoma;
		font-size: 11px;
		color:#918e8e;
		text-align: justify;
		overflow:hidden;
		float:left;
	}

	div.toDo div.right{
		width:320px;
		font-family: Tahoma;
		font-size: 11px;
		color:#918e8e;
		text-align: justify;
		overflow:hidden;
		float:right;
	}
		div.toDo div.left p, div.toDo div.right p{
			margin:0px 0px 5px 0px;
		}

div.convertTo{
	width:591px;
	height:55px;
	background: url(images/convertTo_bg.jpg) no-repeat left;
	padding:12px 11px 10px 13px;
	margin-bottom:0px;
	float:left;
}

	div.convertTo div.left, div.convertTo div.right{
		font-family: Tahoma;
		font-size:10px;
		color:#a19e9e;
		text-align: justify;
		height:55px;
		overflow: hidden;
	}

	div.convertTo div.left{
		width:208px;
		float:left;
	}

	div.convertTo div.right{
		width:223px;
		float:right;
	}

	div.convertTo a{
		display:block;
		width:143px;
		height:55px;
		cursor:pointer;
		background: url(images/button_next.gif) no-repeat center;
		padding-left:8px;
		padding-right:8px;
		float:left;
	}

	div.convertTo a.nextinactive, div.convertTo a.nextinactive:hover{
		display:block;
		width:143px;
		height:55px;
		cursor:pointer;
		background: url(images/button_next_inact.gif) no-repeat center;
		padding-left:8px;
		padding-right:8px;
		float:left;
	}
	div.convertTo a.updateinactive, div.convertTo a.updateinactive:hover{
		display:block;
		width:143px;
		height:55px;
		cursor:pointer;
		background: url(images/button_update_inact.gif) no-repeat center;
		padding-left:8px;
		padding-right:8px;
		float:left;
	}

	div.convertTo a.update{		display:block;
		width:143px;
		height:55px;
		cursor:pointer;
		background: url(images/button_update.gif) no-repeat center;
		padding-left:8px;
		padding-right:8px;
		float:left;	}

	div.convertTo a:hover{
		display:block;
		width:143px;
		height:55px;
		cursor:pointer;
		background: url(images/button_next_hov.gif) no-repeat center;
		padding-left:8px;
		padding-right:8px;
		float:left;
	}

	div.convertTo a.update:hover{
		display:block;
		width:143px;
		height:55px;
		cursor:pointer;
		background: url(images/button_update_hov.gif) no-repeat center;
		padding-left:8px;
		padding-right:8px;
		float:left;
	}

	div.demoCnt{
		width:603px;
		background: url(images/demoCnt_bg.gif) repeat-y top;
		overflow:hidden;
		margin-top:0px;
		padding:6px 10px 0px 3px;
		float:left;
	}

		div.demoCnt div.demoCntLeft{
			float:left;
			width:266px;
			overflow:hidden;
		}

		div.demoCnt div.demoCntLeft img{			width:19px;
			margin:0px;		}
		div.demoCnt div.demoCntLeft input{
			margin:6px 0px 0px 0px;
			height:14px;
			line-height:14px;
		}
		div.demoCnt div.demoCntLeft input.inOne{
			background-color:#d8ffbf;
		}
		div.demoCnt div.demoCntLeft input.inTwo{
			background-color:#fcfbbb;
		}
		div.demoCnt div.demoCntLeft input.inThree{
			background-color:#c1d1ff;
		}

			div.demoCnt div.demoCntLeft div.categoryOne, div.demoCnt div.demoCntLeft div.categoryOneh, div.demoCnt div.demoCntLeft div.categoryOneSel,
			div.demoCnt div.demoCntLeft div.categoryOneArrSel,
			div.demoCnt div.demoCntLeft div.categoryTwo, div.demoCnt div.demoCntLeft div.categoryTwoSel, div.demoCnt div.demoCntLeft div.categoryTwoh,
			div.demoCnt div.demoCntLeft div.categoryTwoArrSel,
			div.demoCnt div.demoCntLeft div.categoryThree, div.demoCnt div.demoCntLeft div.categoryThreeSel, div.demoCnt div.demoCntLeft div.categoryThreeh,
			div.demoCnt div.demoCntLeft div.categoryThreeArrSel {
				width:179px;
				height:25px;
				line-height:25px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				font-weight:bold;
				padding:3px 67px 0px 20px
			}

			div.demoCnt div.demoCntLeft div.categoryOne {
				background: url(images/category_one_header_bg.gif) no-repeat left;
				color:#2e6b00;
			}
			div.demoCnt div.demoCntLeft div.categoryOneh{
				background: url(images/category_one_header_bg.gif) no-repeat left;
				color:#2e6b00;
				cursor:pointer;
			}
			div.demoCnt div.demoCntLeft div.categoryOneSel {
				background: url(images/category_one_header_bg_sel.gif) no-repeat left;
				color:#2e6b00;
			}
			div.demoCnt div.demoCntLeft div.categoryOneArrSel {
				background: url(images/category_one_header_bg2_sel.gif) no-repeat left;
				color:#2e6b00;
			}

			div.demoCnt div.demoCntLeft div.categoryTwo{
				background: url(images/category_two_header_bg.gif) no-repeat left;
				color:#730101;
			}
			div.demoCnt div.demoCntLeft div.categoryTwoSel{
				background: url(images/category_two_header_bg_sel.gif) no-repeat left;
				color:#730101;
			}
			div.demoCnt div.demoCntLeft div.categoryTwoh{
				background: url(images/category_two_header_bg.gif) no-repeat left;
				color:#730101;
				cursor:pointer;
			}
			div.demoCnt div.demoCntLeft div.categoryTwoh:hover {
				background: url(images/category_two_header_bg_sel.gif) no-repeat left;
				color:#730101;
				cursor:pointer;
			}
			div.demoCnt div.demoCntLeft div.categoryTwoArrSel {
				background: url(images/category_two_header_bg2_sel.gif) no-repeat left;
				color:#730101;
			}

			div.demoCnt div.demoCntLeft div.categoryThree{
				background: url(images/category_three_header_bg.gif) no-repeat left;
				color:#001233;
			}
			div.demoCnt div.demoCntLeft div.categoryThreeSel{
				background: url(images/category_three_header_bg_se.gif) no-repeat left;
				color:#001233;
			}
			div.demoCnt div.demoCntLeft div.categoryThreeh{
				background: url(images/category_three_header_bg.gif) no-repeat left;
				color:#001233;
				cursor:pointer;
			}
			div.demoCnt div.demoCntLeft div.categoryThreeh:hover {
				background: url(images/category_three_header_bg_se.gif) no-repeat left;
				color:#001233;
				cursor:pointer;
			}
			div.demoCnt div.demoCntLeft div.categoryThreeArrSel {
				background: url(images/category_three_header_bg2_s.gif) no-repeat left;
				color:#001233;
			}

			div.demoCnt div.demoCntLeft div.catOne, div.demoCnt div.demoCntLeft div.catOneSel, div.demoCnt div.demoCntLeft div.catOnee, div.demoCnt div.demoCntLeft div.catOneeSel,
			div.demoCnt div.demoCntLeft div.catBoldOne, div.demoCnt div.demoCntLeft div.catBoldOneSel, div.demoCnt div.demoCntLeft div.catBoldOnee, div.demoCnt div.demoCntLeft div.catBoldOneeSel,
			div.demoCnt div.demoCntLeft div.catTwo, div.demoCnt div.demoCntLeft div.catTwoSel, div.demoCnt div.demoCntLeft div.catTwoe, div.demoCnt div.demoCntLeft div.catTwoeSel,
			div.demoCnt div.demoCntLeft div.catBoldTwo, div.demoCnt div.demoCntLeft div.catBoldTwoSel, div.demoCnt div.demoCntLeft div.catBoldTwoe, div.demoCnt div.demoCntLeft div.catBoldTwoeSel,
			div.demoCnt div.demoCntLeft div.catThree,div.demoCnt div.demoCntLeft div.catThreeSel, div.demoCnt div.demoCntLeft div.catThreee,div.demoCnt div.demoCntLeft div.catThreeeSel,
			div.demoCnt div.demoCntLeft div.catBoldThree,div.demoCnt div.demoCntLeft div.catBoldThreeSel, div.demoCnt div.demoCntLeft div.catBoldThreee,div.demoCnt div.demoCntLeft div.caBoldtThreeeSel{
				width:266;
				height:19px;
				line-height:19px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				color:#000000;
				overflow:hidden;
				margin:0px;
				padding:0px 10px 0px 12px;
			}
			div.demoCnt div.demoCntLeft div.catOne{
				background: url(images/cat_one_bg.gif) no-repeat top;
			}
			div.demoCnt div.demoCntLeft div.catOnee{
				height:18px;
				line-height:24px;
				padding-bottom:6px;
				background: url(images/cerrorOne_bg.gif) no-repeat top;
				margin-bottom:4px;
			}
			div.demoCnt div.demoCntLeft div.catOneSel{
				background: url(images/cat_one_bg_sel.gif) no-repeat top;
			}
			div.demoCnt div.demoCntLeft div.catOneeSel{
				height:18px;
				line-height:24px;
				padding-bottom:6px;
				background: url(images/cerrorOne_bg_sel.gif) no-repeat top;
				margin-bottom:4px;
			}

			div.demoCnt div.demoCntLeft div.catBoldOne{
				background: url(images/cat_one_bold_bg.gif) no-repeat top;
			}
			div.demoCnt div.demoCntLeft div.catBoldOnee{
				height:18px;
				line-height:24px;
				padding-bottom:6px;
				background: url(images/cerrorOne_bold_bg.gif) no-repeat top;
				margin-bottom:4px;
			}
			div.demoCnt div.demoCntLeft div.catBoldOneSel{
				background: url(images/cat_one_bold_bg_sel.gif) no-repeat top;
			}
			div.demoCnt div.demoCntLeft div.catBoldOneeSel{
				height:18px;
				line-height:24px;
				padding-bottom:6px;
				background: url(images/cerrorOne_bold_bg_sel.gif) no-repeat top;
				margin-bottom:4px;
			}

			div.demoCnt div.demoCntLeft div.catTwo{
				background: url(images/cat_two_bg.gif) no-repeat top;
			}
			div.demoCnt div.demoCntLeft div.catTwoe{
				height:18px;
				line-height:24px;
				padding-bottom:6px;
				background: url(images/cerrorTwo_bg.gif) no-repeat top;
				margin-bottom:4px;
			}
			div.demoCnt div.demoCntLeft div.catTwoSel{
				background: url(images/cat_two_bg_sel.gif) no-repeat top;
			}
			div.demoCnt div.demoCntLeft div.catTwoeSel{
				height:18px;
				line-height:24px;
				padding-bottom:6px;
				background: url(images/cerrorTwo_bg_sel.gif) no-repeat top;
				margin-bottom:4px;
			}

			div.demoCnt div.demoCntLeft div.catBoldTwo{
				background: url(images/cat_two_bold_bg.gif) no-repeat top;
			}
			div.demoCnt div.demoCntLeft div.catBoldTwoe{
				height:18px;
				line-height:24px;
				padding-bottom:6px;
				background: url(images/cerrorTwo_bold_bg.gif) no-repeat top;
				margin-bottom:4px;
			}
			div.demoCnt div.demoCntLeft div.catBoldTwoSel{
				background: url(images/cat_two_bold_bg_sel.gif) no-repeat top;
			}
			div.demoCnt div.demoCntLeft div.catBoldTwoeSel{
				height:18px;
				line-height:24px;
				padding-bottom:6px;
				background: url(images/cerrorTwo_bold_bg_sel.gif) no-repeat top;
				margin-bottom:4px;
			}

			div.demoCnt div.demoCntLeft div.catThree{
				background: url(images/cat_three_bg.gif) no-repeat top;
			}
			div.demoCnt div.demoCntLeft div.catThreee{
				height:18px;
				line-height:24px;
				padding-bottom:6px;
				background: url(images/cerrorThree_bg.gif) no-repeat top;
				margin-bottom:4px;
			}
			div.demoCnt div.demoCntLeft div.catThreeSel{
				background: url(images/cat_three_bg_sel.gif) no-repeat top;
			}
			div.demoCnt div.demoCntLeft div.catThreeeSel{
				height:18px;
				line-height:24px;
				padding-bottom:6px;
				background: url(images/cerrorThree_bg_sel.gif) no-repeat top;
				margin-bottom:4px;
			}

			div.demoCnt div.demoCntLeft div.catBoldThree{
				background: url(images/cat_three_bold_bg.gif) no-repeat top;
			}
			div.demoCnt div.demoCntLeft div.catBoldThreee{
				height:18px;
				line-height:24px;
				padding-bottom:6px;
				background: url(images/cerrorThree_bold_bg.gif) no-repeat top;
				margin-bottom:4px;
			}
			div.demoCnt div.demoCntLeft div.catBoldThreeSel{
				background: url(images/cat_three_bold_bg_sel.gif) no-repeat top;
			}
			div.demoCnt div.demoCntLeft div.catBoldThreeeSel{
				height:18px;
				line-height:24px;
				padding-bottom:6px;
				background: url(images/cerrorThree_bold_bg_sel.gif) no-repeat top;
				margin-bottom:4px;
			}
			div.demoCnt div.demoCntLeft div.catOnee img, div.demoCnt div.demoCntLeft div.catOneeSel img,
			div.demoCnt div.demoCntLeft div.catBoldOnee img, div.demoCnt div.demoCntLeft div.catBoldOneeSel img,
			div.demoCnt div.demoCntLeft div.catTwoe img, div.demoCnt div.demoCntLeft div.catTwoeSel img,
			div.demoCnt div.demoCntLeft div.catBoldTwoe img, div.demoCnt div.demoCntLeft div.catBoldTwoeSel img,
			div.demoCnt div.demoCntLeft div.catThreee img, div.demoCnt div.demoCntLeft div.catThreeeSel img,
			div.demoCnt div.demoCntLeft div.catBoldThreee img, div.demoCnt div.demoCntLeft div.catBoldThreeeSel img {
				margin-bottom:6px;
			}

			div.demoCnt div.demoCntLeft div.cerror{
				width:221px;
				height:33px;
				background: url(images/error.gif) no-repeat left;
				margin:0px 0px 0px 30px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 9px;
				color:#ffffff;
				font-weight:bold;
				padding:10px 5px 0px 9px;
				display:none;
			}

		div.demoCnt div.demoCntRight{
			float:right;
			overflow: hidden;
		}

			div.demoCnt div.demoCntRight div.cnormal{
				width:315px;
				padding-right:10px;
				cursor:pointer;
				height:21px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				color:#000000;
				line-height: 21px;
				clear:both;
				overflow: hidden;
				-moz-user-select: none;-khtml-user-select: none;
				user-select: none;
			}

			div.demoCnt div.demoCntRight div.containergraph{
				width:325px;
				height:21px;
				margin-bottom:1px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				color:#000000;
				line-height: 21px;
				border:1px solid #ffffff;
				overflow: hidden;
				-moz-user-select: none;-khtml-user-select: none;
				user-select: none;
			}

			div.demoCnt div.demoCntRight div.c1{
				background-color: #a6cf8c;/*#d8ffbf;*/
			}
			div.demoCnt div.demoCntRight div.c2{
				background-color: #fdae53;/*#fcfbbb;*/
			}
			div.demoCnt div.demoCntRight div.c3{
				background-color: #8aa8fd;/*#c1d1ff;*/
			}
			div.demoCnt div.demoCntRight div.c4{
				background-color: #fdfab1;/*#c1d1ff;*/
			}

			div.demoCnt div.demoCntRight div.containergraph .containerleft{
				height:21px;
				width:50px;
				margin-right:1px;
				margin-left:2px;
				float:left;
				text-align:right;
				cursor:pointer;
			}
			div.demoCnt div.demoCntRight div.containergraph .containerlefthigh {				height:21px;
				width:50px;
				margin-right:1px;
				margin-left:2px;
				float:left;
				text-align:right;
				cursor:pointer;
			}
			div.demoCnt div.demoCntRight div.containergraph .containerleft .graph, div.demoCnt div.demoCntRight div.containergraph .containerlefthigh .graph {				clear:both;
				height:4px;
				line-height:4px;
				width:1px;
				margin:2px 0px 0px 49px;
				padding:0px;
				font-size:5px;
				overflow:hidden;
			}
			div.demoCnt div.demoCntRight div.containergraph .containerleft .singlegraph, div.demoCnt div.demoCntRight div.containergraph .containerlefthigh .singlegraph {
				clear:both;
				height:5px;
				line-height:5px;
				width:1px;
				margin:4px 0px 2px 49px;
				padding:0px;
				font-size:5px;
			}
			div.demoCnt div.demoCntRight div.containergraph .containerleft .singletext, div.demoCnt div.demoCntRight div.containergraph .containerlefthigh .singletext {
				height:10px;
				line-height:10px;
				width:50px;
				margin:1px 0px 2px 0px;
				padding:0px;
				font-size:5px;
			}

				div.demoCnt div.demoCntRight div.containergraph .containerleft .c1, div.demoCnt div.demoCntRight div.containergraph .containerlefthigh .c1{
/*					background: url(images/demo_graph_c1.gif) repeat-x top;*/
					background-color:#428316;
				}
				div.demoCnt div.demoCntRight div.containergraph .containerleft .c2, div.demoCnt div.demoCntRight div.containergraph .containerlefthigh .c2{
/*					background: url(images/demo_graph_c3.gif) repeat-x top;*/
					background-color:#f76800;
				}
				div.demoCnt div.demoCntRight div.containergraph .containerleft .c3, div.demoCnt div.demoCntRight div.containergraph .containerlefthigh .c3{
/*					background: url(images/demo_graph_c2.gif) repeat-x top;*/
					background-color:#2b5bff;
				}
				div.demoCnt div.demoCntRight div.containergraph .containerleft div.cOneHigh, div.demoCnt div.demoCntRight div.containergraph .containerlefthigh div.cOneHigh{
					background-color:#a6cf8c;
				}
				div.demoCnt div.demoCntRight div.containergraph .containerleft div.cOneLow, div.demoCnt div.demoCntRight div.containergraph .containerlefthigh div.cOneLow {
					background-color:#c5f3a7;
				}
				div.demoCnt div.demoCntRight div.containergraph .containerleft  div.cOneIrr, div.demoCnt div.demoCntRight div.containergraph .containerlefthigh div.cOneIrr {
					background-color:#d8ffbf;
				}

				div.demoCnt div.demoCntRight div.containergraph .containerleft  div.cTwoHigh, div.demoCnt div.demoCntRight div.containergraph .containerlefthigh div.cTwoHigh {
					background-color:#fdae53;
				}
				div.demoCnt div.demoCntRight div.containergraph .containerleft  div.cTwoLow, div.demoCnt div.demoCntRight div.containergraph .containerlefthigh div.cTwoLow {
					background-color:#fdd978;
				}
				div.demoCnt div.demoCntRight div.containergraph .containerleft  div.cTwoIrr, div.demoCnt div.demoCntRight div.containergraph .containerlefthigh div.cTwoIrr {
					background-color:#fdd978;
				}

				div.demoCnt div.demoCntRight div.containergraph .containerleft  div.cThreeHigh, div.demoCnt div.demoCntRight div.containergraph .containerlefthigh div.cThreeHigh {
					background-color:#8aa8fd;
				}
				div.demoCnt div.demoCntRight div.containergraph .containerleft  div.cThreeLow, div.demoCnt div.demoCntRight div.containergraph .containerlefthigh div.cThreeLow {
					background-color:#b0c4ff;
				}
				div.demoCnt div.demoCntRight div.containergraph .containerleft  div.cThreeIrr, div.demoCnt div.demoCntRight div.containergraph .containerlefthigh div.cThreeIrr {
					background-color:#c9d7fd;
				}

		   div.demoCnt div.demoCntRight div.containergraph div.containerright {		   		float:right;
			}

		   div.demoCnt div.demoCntRight div.containergraph div.containerright div.cshort {
				width:260px;
				height:21px;
				padding-right:10px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				color:#000000;
				line-height: 21px;
				overflow: hidden;
				-moz-user-select: none;-khtml-user-select: none;
				user-select: none;
			}

			div.demoCnt div.demoCntRight div.containerblock{
				width:325px;
				margin-bottom:1px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				color:#000000;
				border:1px solid #ffffff;
				overflow: hidden;
				-moz-user-select: none;-khtml-user-select: none;
				user-select: none;
			}

			div.demoCnt div.demoCntRight div.cblocknorm {
				width:315px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 13px;
				padding:3px 0px 3px 10px;
				margin-bottom:3px;
				border:1px solid #ffffff;
				color:#ffffff;
			}
			div.demoCnt div.demoCntRight div.headc1 {				background-color:#4a9614;
			}
			div.demoCnt div.demoCntRight div.headc2 {
				background-color:#ff6d00;
			}
			div.demoCnt div.demoCntRight div.headc3 {
				background-color:#0435c9;
			}

/*
			div.demoCnt div.demoCntRight div.layout {				float:left;				border-left:1px solid #ffffff;				border-right:1px solid #ffffff;
				border-top:1px solid #ffffff;
				margin-bottom:3px;
			}
			div.demoCnt div.demoCntRight div.headerOne {
				width:315px;
				padding:3px 5px 3px 5px;
				margin-bottom:3px;
				background-color:#4a9614;
				border-bottom:1px solid #ffffff;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 14px;
				font-weight:bold;
				border:1px solid #ffffff;
				color:#ffffff;
			}

			div.demoCnt div.demoCntRight div.headerSmallOne {
				width:295px;
				padding:3px 5px 3px 25px;
				background-color:#4a9614;
				border-bottom:1px solid #ffffff;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 14px;
				font-weight:bold;
				border-bottom:1px solid white;
				color:#ffffff;
			}

			div.demoCnt div.demoCntRight div.bgcontainerOneHigh {				float:left;				background-color:#a6cf8c;
				width:325px;
				padding:0px;
			}
			div.demoCnt div.demoCntRight div.bgcontainerOneLow {
				float:left;
				background-color:#c5f3a7;
				width:325px;
				padding:0px;
			}
			div.demoCnt div.demoCntRight div.bgcontainerOneIrr {
				float:left;
				background-color:#ffffff;
				width:325px;
				padding:0px;
			}

			div.demoCnt div.demoCntRight div.bgcontainerOneHigh div.cont,
			div.demoCnt div.demoCntRight div.bgcontainerOneLow div.cont,
			div.demoCnt div.demoCntRight div.bgcontainerOneIrr div.cont {				float:left;				width:325px;				padding:0px;
				border-bottom:1px solid #ffffff;
			}

					div.demoCnt div.demoCntRight div.bgcontainerOneHigh div.cont .containerleft2,
					div.demoCnt div.demoCntRight div.bgcontainerOneLow div.cont .containerleft2,
					div.demoCnt div.demoCntRight div.bgcontainerOneIrr div.cont .containerleft2{
						height:21px;
						width:50px;
						margin-right:1px;
						margin-left:2px;
						float:left;
						text-align:right;
						cursor:pointer;
					}
					div.demoCnt div.demoCntRight div.bgcontainerOneHigh div.cont .containerleft2 .c5,
					div.demoCnt div.demoCntRight div.bgcontainerOneLow div.cont .containerleft2 .c5,
					div.demoCnt div.demoCntRight div.bgcontainerOneIrr div.cont .containerleft2 .c5{						background: url(images/demo_graph_c1.gif) repeat-x top;					}
					div.demoCnt div.demoCntRight div.bgcontainerOneHigh div.cont .containerleft2 .graph2,
					div.demoCnt div.demoCntRight div.bgcontainerOneLow div.cont .containerleft2 .graph2,
					div.demoCnt div.demoCntRight div.bgcontainerOneIrr div.cont .containerleft2 .graph2 {
						clear:both;
						height:4px;
						line-height:4px;
						width:10px;
						margin:2px 0px 0px 40px;
						padding:0px;
						font-size:5px;
						overflow:hidden;
					}
				   div.demoCnt div.demoCntRight div.bgcontainerOneHigh div.cont div.containerright,
				   div.demoCnt div.demoCntRight div.bgcontainerOneLow div.cont div.containerright,
				   div.demoCnt div.demoCntRight div.bgcontainerOneIrr div.cont div.containerright {
				   		float:right;
					}

				   div.demoCnt div.demoCntRight div.bgcontainerOneHigh div.cont div.containerright div.cshort,
				   div.demoCnt div.demoCntRight div.bgcontainerOneLow div.cont div.containerright div.cshort,
				   div.demoCnt div.demoCntRight div.bgcontainerOneIrr div.cont div.containerright div.cshort {
						width:270px;
						height:21px;
						background:none;
						font-family: Arial, Helvetica, sans-serif;
						font-size: 11px;
						color:#000000;
						line-height: 21px;
						overflow: hidden;
						-moz-user-select: none;-khtml-user-select: none;
						user-select: none;
					}

*/
			div.demoCnt div.demoCntRight div.cblockheader {				width:315px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				font-weight:bold;
				padding:3px 0px 3px 10px;
				margin-top:6px;
				color:#000000;
			}
			div.demoCnt div.demoCntRight div.cblc1 {
				background-color:#55a000;
				color:#ffffff;
				border:1px solid #ffffff;
			}
			div.demoCnt div.demoCntRight div.cblc2 {
				background-color:#ea6603;
				color:#ffffff;
				border:1px solid #ffffff;
			}
			div.demoCnt div.demoCntRight div.cblc3 {
				background-color:#4b78ff;
				color:#ffffff;
				border:1px solid #ffffff;
			}
/*
			div.demoCnt div.demoCntRight div.containergraphblock {				clear:both;				width:325px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				color:#000000;
				overflow: hidden;
				margin:2px 0px 2px 0px;
				-moz-user-select: none;-khtml-user-select: none;
				user-select: none;			}
			div.demoCnt div.demoCntRight div.containerblock div.containergraphblock .containerleft {				float:left;
				height:21px;
				width:50px;
				text-align:right;
			}
			div.demoCnt div.demoCntRight div.containergraphblock .containerleft .singlegraph {				clear:both;
				height:5px;
				line-height:5px;
				width:1px;
				margin:6px 0px 2px 49px;
				padding:0px;
				font-size:5px;
			}
				div.demoCnt div.demoCntRight div.containergraphblock .containerleft .c1{
					background: url(images/demo_graph_c1.gif) repeat-x top;
				}
				div.demoCnt div.demoCntRight div.containergraphblock .containerleft .c2{
					background: url(images/demo_graph_c3.gif) repeat-x top;
				}
				div.demoCnt div.demoCntRight div.containergraphblock .containerleft .c3{
					background: url(images/demo_graph_c2.gif) repeat-x top;
				}
			div.demoCnt div.demoCntRight div.containergraphblock .containerleft .singletext {
				height:10px;
				line-height:10px;
				width:50px;
				margin:1px 0px 2px 0px;
				padding:0px;
				font-size:5px;
			}


			div.demoCnt div.demoCntRight div.containerblock div.containergraphblock .containerright {
		   		float:right;
			}
			   div.demoCnt div.demoCntRight div.containerblock div.containergraphblock .containerright div.cshort {			   		crear:both;
			   		padding-left:0px;
			   		margin:0px;
					width:270px;
					height:21px;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 11px;
					color:#000000;
					line-height: 21px;
					overflow: hidden;
					-moz-user-select: none;-khtml-user-select: none;
					user-select: none;
				}

              */
			div.demoCnt div.demoCntRight div.cOneHigh {
				background-color:#a6cf8c;
			}
			div.demoCnt div.demoCntRight div.cOneLow {
				background-color:#c5f3a7;
			}
			div.demoCnt div.demoCntRight div.cOneIrr {
				background-color:#ffffff;
			}

			div.demoCnt div.demoCntRight div.cTwoHigh {
				background-color:#fdae53;
			}
			div.demoCnt div.demoCntRight div.cTwoLow {
				background-color:#fdd978;
			}
			div.demoCnt div.demoCntRight div.cTwoIrr {
				background-color:#ffffff;
			}

			div.demoCnt div.demoCntRight div.cThreeHigh {
				background-color:#8aa8fd;
			}
			div.demoCnt div.demoCntRight div.cThreeLow {
				background-color:#b0c4ff;
			}
			div.demoCnt div.demoCntRight div.cThreeIrr {
				background-color:#ffffff;
			}


	div.demoCntFooter{
		width:616px;
		height:10px;
		background: url(images/demoCntFooter_bg.gif) no-repeat top;
		overflow: hidden;
		float: left;
		margin-bottom:5px;
	}

.abs {	background-color:#e6ecfa;
	border:1px solid #738aae;
	cursor:pointer;
	width:325px;
	height:21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	line-height: 21px;
	overflow: hidden;
	z-index:101;
	top:0px;
	left:0px;
	position:absolute;
	display:none;
}

.allcoverdiv {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	position:absolute;
	overflow:visible;
	margin:0px;
	padding:0px;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:100;
	display:none;
	vertical-align:middle;
}

div.window{
	width:365px;
	height:137px;
	padding:7px 16px 0px 14px;
	background: url(images/window_bg.gif) no-repeat left;
	position:absolute;
	display:none;
	z-index:101;
}

	div.window table tr td.first{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 12px;
		color:#27497b;
	}

		div.window table tr td.first div{
			width:305px;
			height:36px;
			line-height: 18px;
			overflow: hidden;
		}

	div.window table tr td a img{
		border:none;
	}

	div.window table tr td.first strong{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 11px;
		color:black;
	}

	div.window table tr td table.perc{
		width:100%;
	}

		div.window table tr td table.perc tr td.category{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
			line-height: 25px;
			color:#37383a;
		}

		div.window table tr td table.perc tr td{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: bold;
			line-height: 25px;
		}

		div.window table tr td table.graph tr td{
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size:11px;
			color:#37383a;
			line-height: 16px;
			height: 16px;
		}

		div.window table tr td table.sources{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color:#0055ff;
			overflow:hidden;
			margin-top:8px;
		}
			div.window table tr td table.sources div{				overflow:hidden;
				height:10px;
				line-height:10px;
			}

		div.window table tr td table.sources strong{
			color:#000000;
			font-weight: bold;
		}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #000000;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color:#000000;
	padding: 2px;
}
#tooltip h3, #tooltip div {
	margin: 0;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
	#content .glright {		display:none;		float:right;
		width:220px;	}

	#content .glright .helptitle{
		width:185px;
		background: url(images/header_right_help.gif) no-repeat left;
		overflow:hidden;
		padding:8px 0px 0px 20px;
		padding-bottom:0px;
		height:22px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		color:#ffffff;
	}

	#content .glright .help{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		margin-top:5px;
		width:220px;
		background:#ffffff;
	}
		#content .glright .help img{			margin-top:5px;		}
		#content .glright .help hr {			border:none;			border-bottom:1px solid #d3d3d3;
		}

