﻿/* ACTIVE VERSION */
/* page elements */
html
{
	overflow:auto;
}
body
{
	margin:0px 10px 1px 10px;
	color:#333;
	font-family:"Segoe UI",Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
a:link,a:visited
{
	color:#639;
	text-decoration:none;
}
a:active,a:hover
{
	text-decoration:underline;
}
select
{
	font-family:"Segoe UI",Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-right:10px;
}
input
{
	font-family:"Segoe UI",Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
button
{	
	font-family:"Segoe UI",Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-right:10px;
}
h3.tabbed
{
	margin:10px 0px 0px 20px;
	padding:5px 10px 5px 20px;
	background-color:#eee;
	width:200px;
	font-weight:bold;
	font-size:13px;
	clear:both;
}


#results #selectframe
{
	background-color:#ccc;
	height:36px;
	padding:0px 20px 0px 10px;
	margin:0px;
	float:left;
	width:auto;
}


/* data */
#data
{
	/*width:990px; delete for full screen */
	position:absolute;
	top:175px;
	bottom:16px; /* accomodate footer */
	left:10px;
	right:10px;
	/* border:1px solid #333; */
	display:   block;
	
}
#dataframe
{
	width:100%;
	position:absolute;
	bottom:0px;
	top:0px;
}
.data_content
{
	margin:0px;
	padding:0px;
}
#overview.data_content #data_container
{
	margin-left:230px;
	right:0px;
}
#listDiv
{
	position:absolute;
	background-color:#D8E8BB;
	top:0px;
	left:0px;
	width:233px;
	border:1px solid #1A2133;
	border-top:0px;
	padding:10px 0px 3px 0px;
}
#listDiv div.item
{
	color:#D37428;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	margin:0px 10px 0px 10px;
	padding: 3px 10px 3px 10px;
	border-bottom:1px solid #F5F9EE;
	cursor:pointer;
}
#listDiv div.item:first-child
{
	border-top:1px solid #F5F9EE;
}
#listDiv div.selected:first-child
{
	border-top:1px solid #F5F9EE;
}
#listDiv div.selected
{
	background-color:#F5F9EE;
	color:#D37428;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	margin:0px 10px 0px 10px;
	padding:3px 10px 3px 10px;
	border-bottom:1px solid #F5F9EE;
	cursor:pointer;
}
#listDiv div.selected span
{
	color:#666;
	font-size:10px;
	font-weight:normal;
}
#listDiv div.item span
{
	color:#666;
	font-size:10px;
	font-weight:normal;
}
#listDiv div.item:hover
{
	background-color:#E4EFD0; 
}
#listDiv div.selected:hover
{
	background-color:#FBFDF8; 
}
#listDiv div#list_paging
{
	color:#666;
	font-weight:normal;
	font-size:10px;
	text-decoration:none;
	margin:6px 10px 0px 10px;
	padding:2px 4px 2px 4px;
}
#listDiv div#list_paging:first-child
{
	border-top:0px;
	margin:0px 10px 6px 10px;
}

#listDiv div#list_paging:hover, #listDiv div#list_paging div:hover
{
	background:none;
}
#listDiv div#list_paging #controls
{
	float:right;
}
/* data */
#resultsDiv
{
	width:130px;
	padding:10px;
	float:left;
	position: absolute;
	left: 239px;
	padding-top: 71px;
	padding-left: 10px;
}
#resultsDiv div
{
	border:1px solid #333;
	margin-bottom:31px;
}
#resultsDiv div h5
{
	margin:0px;
	padding:4px;
	font-size:11px;
	color:#fff;
	text-align:center;
	font-weight:bold;
}
#resultsDiv div h5.ten
{
	background-color:#069;
}
#resultsDiv div h5.twenty
{
	background-color:#693;
}
#resultsDiv div h5.fifty
{
	background-color:#f63;
}
#resultsDiv div p
{
	font-size:24px;
	font-weight:bold;
	color:#333;
	text-align:center;
	margin:0px;
	padding:5px;
}
#chartDiv
{
	position: absolute;
	top: 30px;
	left:  380px;
}
#chartDiv #tempChart
{
	width:600px;
	height:400px;
	border:1px solid #999;
	background-color:#eee;
}
/* form data - required fields */
#form_buttons
{
	height:30px;
	/*padding:5px 10px 5px 10px;*/
	margin:0px;
	padding:0px 0px 0px 20px;
}
#form_buttons button
{
	margin:10px 10px 10px 0px;
}
.form_row
{
	margin-top:10px;
	padding:0px 20px 0px 20px;
	clear:both;
}
/* footer */
#footer
{
	/*width:990px; delete for full screen */
	height:16px;
	position:absolute;
	left:10px;
	right:10px;
	bottom:0px;
	font-size:10px;
	color:#666;
}
/* menu */
.menu_container
{
	float:left;
	position:absolute;
	top:0px;
	left:0px;
	border:1px solid #fff;
	background-color:#648DA6;
	
}

.menu_item
{
	width:120px;
	font-family:"Segoe UI",Tahoma,Verdana;
	font-weight:bold;
	font-size:10px;
	padding:6px 10px 6px 10px;
	color:#fff;
	clear:both;
	cursor:pointer;
	
}
.menu_item:hover
{
	background-color:#8BAABC;	
}

#class .loading-indicator 
{
	font-size:12px;
	height:18px;
}

.loading-indicator 
{
    font-size:8pt;
    background-image:url('../../resources/images/grid/loading.gif');
    background-repeat: no-repeat;
    background-position:top left;
    padding-left:20px;
	height:18px;
	text-align:left;
}

#loading
{
	position:absolute;
	left:45%;
	top:40%;
	border:1px solid #6593cf;
	padding:2px;
	background:#c3daf9;
	width:150px;
	text-align:center;
	z-index:20001;
}

#loading .loading-indicator
{
	border:1px solid #a3bad9;
	background:white url(block-bg.gif) repeat-x;
	color:#003366;
	font:bold 13px tahoma,arial,helvetica;
	padding:10px;
	margin:0;
}

.fieldMessage 
{
	display: none;
	font-size: smaller;
	color: Red;
}

.button
{
	  
	  width : 40px;
      border: silver 2px outset;
      padding: 1px 2px 1px 2px;
      background-color: silver;
      color: #000066;
      text-align:center;
      cursor:pointer;
}

.button:hover
{
      color: #0000ff;
}

.button:active
{
      border: silver 1px inset;
      padding: 2px 2px 1px 3px;
      margin: 1px 0px 0px 1px;
}

.banner
{
	color:#693;
	font-size:24px;
	font-weight:bold;
	margin:0px;
	
}

.roundbox
{
    background-color:#e2e2e2;
    background-image:url('../../resources/images/box/roundbox_ur.png');
    background-repeat:no-repeat;
    background-position:right top;
}
.roundbox .header
{
    background-image:url('../../resources/images/box/roundbox_ul.png');
    background-repeat:no-repeat;
    background-position:left top;
    padding-top:4px;
    padding-left:8px;
    font-weight:bold;
    font-size: 14px;
}

#optionalParameters
{
	background-image:url('../../resources/images/box/roundbox_ur.png');
    background-repeat:no-repeat;
    background-position:right top;
	background-color: #E2E2E2;
	
}

#optionalParmLeft
{
	background-image:url('../../resources/images/box/roundbox_ll.png');
    background-repeat:no-repeat;
    background-position:left bottom;
}

#optionalParmRight
{
	background-image:url('../../resources/images/box/roundbox_lr.png');
    background-repeat:no-repeat;
    background-position:right bottom;
        padding-left:8px;
    padding-right:6px;
    padding-bottom:20px;
}

.roundbox .contentsouter
{
    background-image:url('../../resources/images/box/roundbox_lr.png');
    background-repeat:no-repeat;
    background-position:right bottom;
}
.roundbox .contentsouter .contentsinner
{
    background-image:url('../../resources/images/box/roundbox_ll.png');
    background-repeat:no-repeat;
    background-position:left bottom;
    padding-left:8px;
    padding-right:6px;
    padding-bottom:4px;
}

.help 
{
	cursor: pointer;
}

.toolTip
{
	display: none;
	position: absolute;
	border: solid 1px #000;
	background-color: #ffffbb;
	padding: 3px 3px 3px 3px;
	width: 150px;
}

a.buttonwhite
{
    background: url('../../resources/images/btn/a_button_link_white.png') no-repeat top left;
    color: #444;
   	display: -moz-inline-block;
   	display: -moz-inline-box;
	display: inline-block;
    font: normal 12px arial, sans-serif;
    text-decoration: none;
    text-align: left;
    height: 16px;
    width: 74px;
    padding: 5px 10px 5px 10px;
}
a.buttonwhite:hover
{
    background: url('../../resources/images/btn/a_button_hover_white.png') no-repeat top left;
}

a.buttonwhite:active
{
    background: url('../../resources/images/btn/a_button_active_white.png') no-repeat top left;
    outline: none;
    padding: 7px 7px 3px 13px;
}

a.buttongray
{
    background: url('../../resources/images/btn/a_button_link_gray.png') no-repeat top left;
    color: #444;
   	display: -moz-inline-block;
   	display: -moz-inline-box;
	display: inline-block;
    font: normal 12px arial, sans-serif;
    text-decoration: none;
    text-align:left;
    height: 16px;
    width: 74px;
    padding: 5px 10px 5px 10px;
}

a.buttongray:hover
{
    background: url('../../resources/images/btn/a_button_hover_gray.png') no-repeat top left;
}

a.buttongray:active
{
    background: url('../../resources/images/btn/a_button_active_gray.png') no-repeat top left;
    outline: none;
    padding: 7px 7px 3px 13px;
}

a.buttonEXTgray
{
    background: url('../../resources/images/btn/a_button_link_EXTgray.png') no-repeat top left;
    color: #444;
   	display: -moz-inline-block;
   	display: -moz-inline-box;
	display: inline-block;
    font: normal 12px arial, sans-serif;
    text-decoration: none;
    text-align:left;
    height: 16px;
    width: 74px;
    padding: 5px 10px 5px 10px;
}

a.buttonEXTgray:hover
{
    background: url('../../resources/images/btn/a_button_hover_EXTgray.png') no-repeat top left;
    text-decoration: none;
}

a.buttonEXTgray:active
{
    background: url('../../resources/images/btn/a_button_active_EXTgray.png') no-repeat top left;
    outline: none;
    padding: 7px 7px 3px 13px;
}


a span.go
{
	 background:url('../../Resources/Images/btn/btn_icn_go.png') no-repeat top left;
}
a span.back
{
	 background:url('../../Resources/Images/btn/btn_icn_bk.png') no-repeat top left;
}
a span.add
{
	 background:url('../../Resources/Images/btn/btn_icn_ad.png') no-repeat top left;
}
a span.del
{
	 background:url('../../Resources/Images/btn/btn_icn_de.png') no-repeat top left;
}
a span.ok
{
	 background:url('../../Resources/Images/btn/btn_icn_ok.png') no-repeat top left;
}
a span.copy
{
	 background:url('../../Resources/Images/btn/btn_icn_cp.png') no-repeat top left;
}
a span.open
{
	 background:url('../../Resources/Images/btn/btn_icn_op.png') no-repeat top right;
}
a span.close
{
	 background:url('../../Resources/Images/btn/btn_icn_cl.png') no-repeat top right;
}

a.closebutton
{
    background: url('../../resources/images/btn/btn_close.gif') no-repeat top left;
    text-decoration: none;
    display: inline;
    float:right;
    height: 14px;
    width: 14px;
    outline: none;
}

a.closebutton:hover
{
    background: url('../../resources/images/btn/btn_close_hover.gif') no-repeat top left;
}

a.closebutton:active
{
    background: url('../../resources/images/btn/btn_close_active.gif') no-repeat top left;
    outline: none;
}

.negativeCurrency
{
	color: Red;
}

.negativePercent
{
	color: Red;
}

/* Standard Parameter Labels */
.ParmLabel
{
	font-weight:bold;
    font-size:13px;
    padding: 0px 5px 0px 10px;
}


/* dialog pages */

#dialog_form
{
	margin:40px 40px 40px 400px;
}
#dialog_form label,#dialog_form h2
{
	font-size:18px;
	font-weight:normal;
	color:#437593;
}
#dialog_form label input
{
	margin-right:10px;
}
#dialog_form p
{
	font-size:12px;
	font-weight:normal;
	color:#333;
	margin:5px 0px 30px 30px;
}
#dialog_form p select
{
	margin:5px 10px 10px 0px;
}
#dialog_form p span
{
	font-weight:bold;
}

#unable
{
	margin:40px 40px 40px 400px;
}
#unable label,#dialog_form h2
{
	font-size:18px;
	font-weight:normal;
	color:#437593;
}
#unable label input
{
	margin-right:10px;
}
#unable p
{
	font-size:12px;
	font-weight:normal;
	color:#333;
	margin:5px 0px 30px 30px;
}
#unable p select
{
	margin:5px 10px 10px 0px;
}
#unable p span
{
	font-weight:bold;
}


tr.highlighted { background-color:#FFFFC0; }
tr.highlighted td { background-color:#FFFFC0; }


a.buttonbrowsewhite
{
    background: url('../../resources/images/btn/browse_link_white.png') no-repeat top left;
    color: #444;
   	display: -moz-inline-block;
   	display: -moz-inline-box;
	display: inline-block;
    font: normal 12px arial, sans-serif;
    text-decoration: none;
    text-align: left;
    height: 17px;
    width: 12px;
    padding: 5px 7px 5px 7px;
}
a.buttonbrowsewhite:hover
{
    background: url('../../resources/images/btn/browse_hover_white.png') no-repeat top left;
}
a.buttonbrowsewhite:active
{
    background: url('../../resources/images/btn/browse_active_white.png') no-repeat top left;
    outline: none;
    padding: 7px 5px 3px 9px;
}
a.buttonbrowsegray
{
    background: url('../../resources/images/btn/browse_link_gray.png') no-repeat top left;
    color: #444;
   	display: -moz-inline-block;
   	display: -moz-inline-box;
	display: inline-block;
    font: normal 12px arial, sans-serif;
    text-decoration: none;
    text-align: left;
    height: 17px;
    width: 12px;
    padding: 5px 7px 5px 7px;
}
a.buttonbrowsegray:hover
{
    background: url('../../resources/images/btn/browse_hover_gray.png') no-repeat top left;
}
a.buttonbrowsegray:active
{
    background: url('../../resources/images/btn/browse_active_gray.png') no-repeat top left;
    outline: none;
    padding: 7px 5px 3px 9px;
}

.InlineTip
{
	font-size: 10px;
	color: Gray;
}

/* Standard Footer Style */

.FooterStyle
{
	border: none;
	border-top: solid 1px #6FA0DF;
	height: 20px;
	text-align: left;
	margin: 0 auto;
	background-image: url(../../resources/images/grid/grid-hrow-footer.gif);
}
.FooterStyle .x-grid-row
{
	background-image: url(../../resources/images/grid/grid-hrow-footer.gif);
}

.FooterStyle .x-grid-cell-text
{
	color: #15428B;
}

.FooterStyle .x-grid-header
{
	display: none;
}

.FooterStyle .x-grid-body
{
	background-image: url(../../resources/images/grid/grid-hrow-footer.gif);
}
.FooterTotal
{
	z-index:1; 
	position: absolute;
	background-image: url(../../resources/images/grid/grid-hrow-footer.gif);
	
}

.notavail
{
	color: Gray;
}

#WorkingMessage
{
	
	position: absolute;
	left: 46%;
	top: 50px;
	font-size:16px;
	color: #006699;
	z-index: 300;
	background-color: White;
	padding: 5px 10px 5px 10px;
	border: solid 1px gray;
}

.resultsScreen
{
	position: absolute;
	top: -2000px;
	text-align: center;
	
}

#noData
{
	top:  220px;
	text-align: center;
	position: absolute;
	color: Gray;
	width: 98%;
	z-index: 1000;
}

#PrintHeader
{
	position: absolute;
	top: 48px; 
	left: 10px;
	font-size: 13px;
	font-weight:  bold;
	text-align: center;
	display: none;
}
 
@media print
{
	#PrintHeader { display:block; }
}