body {
	font-family: arial;
}

/* FRONT PAGE */

.login_box {
	border: 1px solid #777777;
	background-color: #EEEEFF;
	display: inline-block;
	padding: 4px;
	position: absolute;
	text-align: center;
}





/* MAIN PAGE */



.modal_back {
	position: absolute;
	left: 0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color: rgba(127,127,127,0.7);
}
.center_ref {
	position: absolute;
	left:50%;
	top:50%;
	width:0px;
	height:0px;
}
.dialog_popup {
	position: absolute;
	left:-250px;
	top:-200px;
	border: 1px solid black;
	background-color: #F7F7FF;
	width: 500px;
	height: 400px;
}
.dialog_x {
	position: absolute;
	right: 1px;
	top: 1px;
	padding: 5px;
	font-size: 18pt;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	background-color: #EEEEFF;
}
.dialog_content {
	position: absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	overflow: auto;
}

.back_floatbtn {
	position: absolute;
	padding: 12px;
	border: 1px solid rgba(100,100,100,0.5);;
	background-color: rgba(238,238,255,0.5);
	font-size: 12pt;
	font-weight: bold;
	color: #777777;
	
}


.std_input {
	border: 1px solid black;
	margin: 3px;
	padding: 3px;
	font-weight: bold;
}
.std_input:focus {
	background-color: #FFFFCC;
}

.std_btn {
	border: 1px solid black;
	margin: 3px;
	padding: 7px 12px;
	font-weight: bold;
}

.top_menubtn {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 64px;
	height: 64px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEFF;
}

.top_menubg {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(255,255,255,0.5);
}
.top_menubox {
	position: absolute;
	right: 0px;
	top:66px;
	width: 300px;
	padding: 2px;
	border: 1px solid black;
	background-color: #EEEEFF;
}
.top_menuitem {
	float: left;
	width: 96px;
	height: 96px;
	border: 1px solid #999999;
	margin: 1px;
	background-color: #D7D7EE;
	text-align: center;
	font-weight: bold;
}
.top_menuitem img {
	margin-top: 7px;
}
.top_menuline {
	padding: 12px;
	border: 1px solid #999999;
	margin: 1px;
	background-color: #D7D7EE;
	font-family: arial;
	font-size: 16pt;
	font-weight: bold;
}

.top_bar {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 32px;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEFF;
}
.top_logobox {
	position: absolute;
	left: 12px;
	top: 12px;
	width: 136px;
	height: 108px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEFF;
}
.top_img {
	position: absolute;
	left: 4px;
	top:4px;
}
.top_textbox {
	position: absolute;
	left: 180px;
	top: 9px;
	font-size: 10pt;
	font-weight: bold;
}

.errorbox {
	border: 2px solid #773333;
	background-color: #FFEECC;
	font-size: 16pt;
	font-style: italic;
	padding: 12px;
	width: 640px;
	text-align: center;
}

.msg_box {
	border: 2px solid #777777;
	background-color: #DDDDDD;
	font-size: 14pt;
	font-style: italic;
	padding: 12px;
	width: 640px;
	text-align: center;
}

.left_box {
	position: absolute;
	left: 0px;
	top: 160px;
	width:207px;
	bottom: 0px;
}
.left_menuitem {
	padding: 12px;
	background-color: #EEEEEE;
	margin: 7px;
	font-weight: bold;
}

.content_box {
	position: absolute;
	left: 210px;
	top: 33px;
	right:0px;
	bottom: 0px;
}

.marginbox {
	padding: 12px;
}

.std_headerbar {
	text-align: right;
	padding: 12px 0px;
	margin-bottom: 12px;
}
.std_header_btn {
	padding: 5px;
	margin-right: 3px;
	border: 1px solid #999999;
	background-color: #EEEEF7;
	display: block;
	float:right;
}



.std_table {
	border: 1px solid black;
	border-collapse: collapse;
	padding: 2px;
	font-family: arial;
	font-size: 12pt;
	width: 100%;
}
.std_table th {
	padding: 3px;
}
.std_table td {
	padding: 3px;
}
.std_table tr.color1 {
	background-color: #FBFBFF;
}
.std_table tr.color2 {
	background-color: #F0F0F7;
}
.std_table tr.colortop {
	background-color: #EEEEFF;
}
.std_table tr.mini_colortop {
	background-color: #EEEEFF;
	font-size: 8pt;
}
.std_table_btn {
	padding: 5px;
	margin-right: 3px;
	border: 1px solid #999999;
	background-color: #EEEEF7;
	display: block;
	float:left;
}


.title_dialog {
	padding: 3px 12px;
	font-size: 18pt;
}
.dialog_text {
	padding: 3px 12px 12px 12px;
	font-size: 12pt;
}
.form_line {
	position: relative;
	height: 45px;
}
.form_label {
	position: absolute;
	left: 18px;
	top:3px;
	width: 180px;
	height: 30px;
}
.form_tinydesc {
	font-size:8pt;
	font-style: italic;
}
.form_field {
	position: absolute;
	left: 200px;
	right: 12px;
	top:3px;
	height: 30px;
}
.option_holder {
	font-style: italic;
	color: #777777;
}
.greentext {
	color: #009900;
	font-weight: bold;
}
.disabledtext {
	color: #997755;
	font-weight: bold;
}
.tinytext {
	font-size:8pt;
}
.pag_link {
	background-color: #F7F7F7;
	font-weight: bold;
	padding: 12px;
	color: #000000;
	display: inline-block;
	min-width: 20px;
	text-align: center;
}
.pag_link_sel {
	background-color: #7799FF;
	font-weight: bold;
	padding: 12px;
	color: #FFFFFF;
	display: inline-block;
	min-width: 20px;
	text-align: center;
}


.treebox {
	border: 1px solid #CCCCCC;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 7px;
}
.treenode {
	position: relative;
	padding-left: 16px;
}
.treecontent {
	position: relative;
}
.treehead {
	position: relative;
	padding: 9px 0px 9px 0px;
	/*border: 1px solid black;*/
}
.treeimg {
	position: absolute;
	left: 0px;
	top: 9px;
}
.treetitle {
	position: relative;
	margin-left: 28px;
	top: 2px;
	margin-bottom: 6px;
	font-size: 14pt;
	font-weight: bold;
}

.chart_header {
	position: absolute;
	left: 7px;
	top: 7px;
	right: 20px;
	height: 54px;
	/*border: 1px solid black;*/
}
.chart_pretitle {
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 14pt;
	font-style: italic;
}
.chart_title {
	position: absolute;
	left:50px;
	top:22px;
	font-size: 21pt;
}
.chart_menu {
	position: absolute;
	left: 0px;
	top: 66px;
	right: 20px;
	/*height: 64px;*/
	overflow: auto;
	white-space:nowrap;
	/*border: 1px solid red;*/
}
.chart_menuitem {
	display: inline-block;
	vertical-align: top;
	/*float:left;
	margin: 2px;*/
	/*height: 36px;*/
	/*width: 96px;*/
	padding: 12px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEFF;
	white-space:normal;
	font-weight: bold;
}
.chart_content {
	position: absolute;
	left: 7px;
	top: 127px;
	right: 7px;
	bottom: 7px;
	border: 1px solid #CCCCCC;
	overflow: auto;
}
.chart_tablecontainer {
	position: absolute;
	width: 100%;
	overflow: auto;
	top: 90px;
	bottom: 0px;
}
.chart_filter_btn {
	display: inline-block;
	padding: 12px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEFF;
	white-space:normal;
	font-weight: bold;
	margin: 0px 7px;
}
.chart_dialog_popup {
	position: absolute;
	left:66px;
	top:7px;
	border: 1px solid black;
	background-color: #F7F7FF;
	width: 680px;
	height: 280px;
}
.chartfilter_title {
	font-size: 14pt;
	font-weight: bold;
	position: absolute;
	left: 12px;
	top: -7px;
}
.chartfilter_floattitle {
	position: absolute;
	font-size: 10pt;
}
.chartfilter_fieldlist {
	position: absolute;
	width: 240px;
	border: 1px solid #777777;
	overflow: auto;
}
.chartfilter_fieldlistitem {
	position: relative;
	height: 36px;
	margin: 2px;
}
.chartfilter_fieldlisttext {
	position: absolute;
	top:12px;
	left: 45px;
	font-weight: bold;
	font-size: 11pt;
}
.chartfilter_floatdate {
	position: absolute;
	font-size: 10pt;
}


/* DASHBOARD */

.dash_targetselect {
	position: absolute;
	top: 45px;
	left: 200px;
	/*right: 120px;*/
	border: 1px solid #777777;
	background-color: #EEEEFF;
	padding: 9px;
}

.dash_targetinfo {
	position: absolute;
	left: 0px;
	top: 144px;
	bottom: 0px;
	width: 200px;
	border-top: 1px solid #777777;
	border-right: 1px solid #777777;
	background-color: #EEEEFF;
	overflow: auto;
}
.dash_maininfo {
	position: absolute;
	right: 0px;
	top: 144px;
	bottom: 0px;
	width: 200px;
	border-top: 1px solid #777777;
	border-left: 1px solid #777777;
	background-color: #EEEEFF;
	overflow: auto;
}
.dash_targetinfobox {
	position: relative;
	padding: 5px;
	font-size: 10pt;
}
.dash_maininfobox {
	position: relative;
	padding: 5px;
	font-size: 10pt;
}
.dash_boximg {
	text-align: center;
	height: 100px;
	border: 1px solid #CCCCDD;
}
.dash_boxtitle {
	font-size: 10pt;
}
.dash_boxdata {
	font-size: 14pt;
	padding: 0px 21px;
}
.dash_boxsmalldata {
	font-size: 12pt;
	padding: 0px 21px;
	font-weight: bold;
}
.dash_middlebox {
	position: absolute;
	left: 204px;
	right: 204px;
	top: 144px;
	bottom: 0px;
	overflow: auto;
	border: 1px solid #CCCCCC;
	text-align: center;
}
.dash_graphbox {
	width: 450px;
	height: 200px;
	display: inline-block;
	border: 1px solid #CCCCCC;
	background-color: #F7F7FF;
	margin: 3px;
}
.dash_graphtitle {
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	margin: 7px 0px 3px 0px;
}
