﻿html {
	overflow: hidden;
}

body {
	padding:0px; 
	margin:0; 
	border:0; 
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-family: Tahoma;
	font-size: 11px;
}

#head {
	position: absolute;
	z-index: 1;
	left:0%; 
	top:0px; 
	width:100%; 
	height: 98px; 
	min-width: 100%; 
	background-color: #E9EAEF;
	font-size: 1em; 
}
#head_nested
{
	height: 20px;
	width: 100%;
}
#head_bottom_border {
    position: absolute;
    /*z-index: 1;*/
	left:0%; 
	top:98px; 
	width:100%; 
	height: 2px; 
	min-width:100%; 
	background-image: url('/apImg/head_bottom_border.gif');
	background-repeat: repeat-x;
}
#status_bar
{
	position: absolute;
	z-index: 6;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 20px;
	background-color: #E9EAEF;
	font-family: Tahoma;
	font-size: 11px;
}
#EntryBar
{
	width: 90%;
	font-family: Tahoma;
	font-size: 11px;
}

#view_bar
{
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 100px;
	width: 17px;
	height: 100%;
	background-color: #7A7999;
}

#grid_selector
{
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF #bbc1c8 #bbc1c8 #FFFFFF;
	position: absolute;
	/*z-index: 2;*/
	left: 17px;
	top: 100px;
	width: 32px;
	height: 30px;
	background-color: #E9EAEF;
}

#left_header
{
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #bbc1c8;
	position: absolute;
	/*z-index: 2;*/
	left: 51px;
	top: 100px;
	width: 100%;
	height: 31px;
	background-color: #E9EAEF;
	overflow: hidden;
}

.left_header_col_begin
{
	position: absolute;
	left: 0px;
	width: 1px;
	top: 0px;
	height: 100%;
	background-color: White;
}

.left_header_col
{
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #FFFFFF;
	position: absolute;
	top: 0px;
	height: 100%;
	overflow: hidden;
}

.left_header_col_resizer
{
	position: absolute;
	top: 0px;
	width: 3px;
	height: 100%;
	background-image: url('/apImg/grid_column_resizer.gif');
	background-repeat: repeat-y;    
	cursor: w-resize;
}

#left_header_col1
{
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 29px;
	height: 100%;
}

#sep
{
	position: absolute;
	/*z-index: 5;*/
	left: 40%;
	top: 100px;
	width: 7px;
	height: 100%;
	background-color: #E9EAEF;
	cursor:w-resize;
	background-image: url('/apImg/separator.gif');
	background-repeat: repeat-y;
}

.right_header
{
	position: absolute;
	/*z-index: 3;*/
	top: 101px;
	left: 40%;
	height: 32px;
	width: 100%;
	padding-left: 6px;
	background-color: #E9EAEF;
	overflow: hidden;
}
.right_header_nested
{
	position: absolute;
	width: 100%;
	bottom: 0px;
}

#vscroll
{
	position: absolute;
	z-index: 10;
	width: 18px;
	/**/
	right: 160px;
	top: 100px;
	bottom: 40px;
	overflow: scroll;
}

#vscroll_nested
{
	height: 2000px;
	width: 17px;
}

#rp
{
	position: absolute;
	z-index: 7;
	width: 160px;
	right: 0px;
	top: 100px;
	background-color: White;
	overflow: hidden;
}
#rp_header
{
	text-align: center;
	border: 0px;
	height: 17px;
}
#rp_header a
{
	position: absolute;
	right: 5px;
}
#row_selector
{
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	position: absolute;
	z-index: 2;
	left: 17px;
	top: 132px;
	width: 32px;
	background-color: #E9EAEF;
	border-right-color: #bbc1c8;
	border-left-color: #FFFFFF;
	overflow: hidden;
}

.rsi
{
	left: 0px;
	height: 17px;
	width: 100%;
	cursor: pointer;
}

.rsi_top
{
    left: 0px;
    top: 0px;
    height: 2px;
    font-size:0;
    width: 100%;
    background-image: url('/apImg/grid_row_resizer_top.gif');
    background-repeat: repeat-x;    
}

.rsr
{
  left: 0px;  
  height: 3px;
  width: 100%;
	background-image: url('/apImg/grid_row_resizer.gif');
	background-repeat: repeat-x;    
	font-size:0;
}

.rsr_selected
{
    left: 0px;  
    height: 3px;
    width: 100%;
    font-size:0;
	background-image: url('/apImg/grid_row_resizer_selected.gif');
}

.rsr_bottom
{
	left: 0px;
	height: 3px;
	width: 100%;
	background-image: url('/apImg/grid_row_resizer_bottom.gif');
	background-repeat: repeat-x;    
}

#left
{
	position: absolute;
	/*z-index: 1;*/
	left: 50px;
	top: 131px;
	bottom: 40px;
	right: 60%;
	background-color: White;
	overflow: hidden;
}

#right
{
	position: absolute;
	/*z-index: 2;*/
	top: 132px;
	left: 40%;
	bottom: 40px;
	right: 177px;
	padding-left: 6px;
	background-color: White;
	overflow: hidden;
}

#left_scroll
{
	position: absolute;
	z-index: 3;
	left: 17px;
	bottom: 23px;
	width: 100%;
	height: 17px;
	background-color: #E9EAEF;
	overflow: scroll;
}

#left_scroll_nested
{
	width: 630px;
	height: 17px;
}

#right_scroll
{
	position: absolute;
	z-index: 4;    
	left: 40%;
	bottom: 23px;
	width: 100%;
	height: 17px;
	padding-left: 6px;
	background-color: #E9EAEF;
}

#right_scroll_nested1
{
	position: absolute;
	top: 0px;
	left: 7px;
	width: 100%;
	height: 17px;
	overflow: scroll;
}

#right_scroll_nested2
{
	width: 1000px;
	height: 17px;
}

#empty_box
{
	position: absolute;
	z-index: 8;
	right: 160px;
	width: 17px;
	bottom: 23px;
	height: 17px;
	background-color: #E9EAEF;
}

#Label1
{
	font-size: small;
}

.nonworking20
{    
	height: 2000px;
	width: 3360px;
	background-image: url('/apImg/gantt/NonWorking20.png');
	background-repeat: repeat;    
   
}

.nonworking21
{    
	height: 2000px;
	width: 3528px;
	background-image: url('/apImg/gantt/NonWorking21.png');
	background-repeat: repeat;    
   
}

.timescale_header
{
	border: 1px solid #bbc1c8;
	border-top:none;
	border-left:none;
	font-family: Tahoma;
	font-size: 11px;
	background-color: #E9EAEF;
	border-collapse:collapse;
	table-layout:fixed;
	height: 16px;
}

.timescale_header td
{
    padding: 0;
    border: 1px solid #bbc1c8;
    border-top: none;
    border-left: none;
    margin: 0px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
}

#task_info_tab_predecessors div
{
	height: 250px;
	width: 590px;
	overflow: auto;
}

#task_info_tab_predecessors table
{
    font-size: small;
    font-family: Tahoma;
    table-layout:fixed;
    font-size: 11px;
    border-collapse: collapse;
    margin: 1px;
}

#task_info_tab_predecessors table thead
{
	background-color: #E9EAEF;
}

#task_info_tab_predecessors table td
{
	border: 1px solid #bbc1c8;
	height: 20px;
	padding: 0;
	overflow: hidden;
	white-space:nowrap;    
	padding: 3px;
}

#task_info_tab_resources div
{
	height: 250px;
	width: 590px;
	overflow: auto;
}

#task_info_tab_resources table
{
  font-size: small;
  font-family: Tahoma;
  table-layout:fixed;
  font-size: 11px;
  border-collapse: collapse;
  margin: 1px;
}

#task_info_tab_resources table thead
{
	background-color: #E9EAEF;
}

#task_info_tab_resources table td
{
	border: 1px solid #bbc1c8;
	height: 20px;
	padding: 0;
	overflow: hidden;
	white-space:nowrap;    
	padding: 3px;
}

#task_info_tab_advanced_layout
{
	border:0;
	border-collapse:collapse;
}
#mi_taskinfo
{
	border-top:	1px solid black;
}
#mi_ppolicy
{
	border-top:	1px solid black;
}
.mi_top
{
	border-top:	1px solid black;
}
.mi_bottom
{
	border-bottom:	1px solid black;
}

/* Grid */

.grid_table
{
  font-size: small;
  font-family: Tahoma;
  table-layout:fixed;
  font-size: 11px;
  border-collapse: collapse;
}

.grid_table td
{
	border: 1px solid #bbc1c8;
	height: 20px;
	padding: 0;
	overflow: hidden;
	white-space:nowrap;    
}

.grid_table td span
{
	white-space:nowrap;
	padding-left: 2px;
	padding-right: 2px;
}

.grid_table td span img
{
	padding-left: 2px;
	padding-right: 2px;
}

.grid_table_td_range_selected
{
	background-color: #CCCCCC;
}

.grid_table_td_range_selected_tmp
{
	background-color: #CCCCCC;
}

.grid_row_selected
{
	background-color: #CCCCCC;
}

.grid_td_id
{
	border-style: solid;
	border-width: 1px 0px 1px 1px;
	border-color: #bbc1c8;
	background-color: #E9EAEF;
	text-align: center;
	padding: 0;
}

.grid_header2
{
  border-collapse: collapse;
  font-size: small;
  font-family: Tahoma;
  table-layout:fixed;
  font-size: 11px;
  width: 640px;
  height: 32px;
  background-color: #E9EAEF;
}

.grid_header2 td
{
	border: 1px solid #bbc1c8;
	padding: 0px;
}

.grid_header1
{
  border-collapse: collapse;
  font-size: small;
  font-family: Tahoma;
  table-layout:fixed;
  font-size: 11px;
  width: 640px;
  height: 16px;
  background-color: #E9EAEF;
}

.grid_header3
{
  border-collapse: collapse;
  font-size: small;
  font-family: Tahoma;
  table-layout:fixed;
  font-size: 11px;
  width: 640px;
  height: 48px;
  background-color: #E9EAEF;
}

.grid_header1 td
{
	border: 1px solid #bbc1c8;
	height: 20px;
	padding: 0;
	overflow: hidden;
	white-space:nowrap;
}

.grid_header3 td
{
	border: 1px solid #bbc1c8;
	height: 20px;
	padding: 0;
	overflow: hidden;
	white-space:nowrap;
}
.r
{
	text-align: right;    
}
.c
{
	text-align: center;    
}
.toolbar
{
	border-width: 10px;
	background-image: url('/apImg/toolbar/toolbarBkg.gif');
	background-repeat: repeat-x;
	height: 25px;
}
.toolbar td
{
	text-align: center;
	vertical-align: middle;
}
.toolbar td div
{
	height: 23px !important;
	width: 23px !important;
	padding: 1px;
}
.toolbar td div div
{	
	height: 19px !important;
	width: 19px !important;
	overflow: hidden;
}

.toolbar td div div div
{
	background-image: url('/apImg/all.png');
}

.tb_btn_hover
{
	border: 1px solid #000080;
	background-image: url('/apImg/toolbar/hoverBkg.gif');
	background-repeat: repeat-x;
}
.toolbar_hr
{
	height: 2px;
	background-color: #E9EAEF;
	font-size: 0;
	border: 0;
	padding: 0;
	margin: 0 0 -1px 0;
}
.dropdownbox
{
	font-family: Tahoma;
	font-size: 11px;
}	
.hidden
{
	display: none;
}
.gantt_rendering div
{
	width: 100%;
	height: 20px;
	background-repeat: no-repeat;
}
.gantt_rendering
{
	background-image: url('/apImg/busy.gif');
	background-repeat: no-repeat;
}
.expander
{
	cursor: pointer;
}
#login_info
{
	position: absolute;
	z-index: 2;
	right:5px; 
	top:0px; 
	height: 20px;
}
#share_dialog div
{
	padding-right: 10px;
	padding-top: 10px;
	float: left;    
}
#msgbox_icon {  width: 49px; height: 46px; background-image: url('/apImg/stdicons.gif'); display: block; }
.msgbox-icon-error {background-position: -15px -418px; }
.msgbox-icon-warning { background-position: -73px -18px; }
.msgbox-icon-info { background-position: -132px -18px; }
.msgbox-icon-question { background-position: -189px -18px; }
#info_panel
{
	padding: 2px 2px 0px 2px;
	width: auto;
}
#info_panel_news
{
	background-color: #FFFF66;
}
.info_panel_block
{
	padding: 3px; 
	margin: 3px; 
	font-size: 11px;
}
.ico_cont
{
  width: 100px; 
}
.ico 
{ 
  background-image: url('/apImg/all.png'); 
  height: 14px !important;
  width: 16px !important;
  overflow: hidden;
  float: left;
}
.ind_constr2 { background-position: -62px -123px; }
.ind_constr3 { background-position: -62px -123px; }
.ind_constr4 { background-position: -82px -123px; }
.ind_constr5 { background-position: -62px -123px; }
.ind_constr6 { background-position: -82px -123px; }
.ind_constr7 { background-position: -62px -123px; }
.ind_done { background-position: -182px -103px; }
.ind_note { background-position: -202px -103px; }
.ind_recur { background-position: -122px -123px; }
#SelectedCell
{
	border-style: solid;
	border-width: 2px;
	height: 19px;
	width: 50px;
	z-index: 100;
	overflow: hidden;
	background-color: transparent;
}
#SelectedCellText
{
  font-size: small;
  font-family: Tahoma;
  table-layout:fixed;
  font-size: 11px;
  width: 100%;
  display: none;
  float: left;
}
#SelectedCellExp
{
	height: 19px;
	width: 19px;
	margin-left: 20px;
}
#SelectedCellExpRes
{
	height: 19px;
	width: 19px;
}
#SelectedCellUpDown
{
	height: 19px;
	width: 19px;
}
#SelectedCellUp
{
	height: 10px;
	width: 19px;
}
#SelectedCellDown
{
	height: 9px;
	width: 19px;
}
#FlagComboboxList
{
  position: absolute;
	border-style: solid;
	border-width: 1px;
	z-index: 100;
	overflow: hidden;
	background-color: white;
  width: 60px;
}
#FlagComboboxList ul
{
  list-style: none;
  padding: 1px;
  margin: 0px;
  background-color: #fff;
}
#FlagComboboxList li
{
  margin: 0px;
  color: #000;
  display: block;
  cursor: default;
  padding: 3px;
  border: 1px solid #fff;
  background-color: transparent;
}
#CheckBoxComboboxList
{
  position: absolute;
	border-style: solid;
	border-width: 1px;
	height: 40px;
	z-index: 100;
	overflow: hidden;
	background-color: white;
}
.disabled_label
{
  color: #808080;
}
.dialog_table
{
  border-collapse: collapse;
  table-layout: fixed;
}
.dialog_table td
{
  border: 1px solid #BBC1C8;
  white-space: nowrap;
  overflow: hidden;
}
.dialog_table thead
{
  background-color: #E9EAEF;
}
.al
{
  text-align: left;
}
.ar
{
  text-align: right;
}
.ac
{
  text-align: center;
}  
