body {
	overflow: hidden;	
}

.scrollContainer {
	border: solid 1px #000;
	border-right: solid 2px #000012;
	border-bottom: solid 2px #000012;
	background: #C4C3C5 url(Images/list-bg.png) bottom right no-repeat;
}

#form_list_MyTree{
	width:auto !important;
	overflow-x: hidden !important;
	overflow-y: auto !important;
}
#scrollTable11 img {
	border:none !important;
	outline:none !importnat;
}
#ContentPlaceHolder1_SpecTask_Type {
	width:150px;
}
.jstree a {
	height:auto !important;
}
.list {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border-bottom: solid 3px #7E7A7D;
}

.list td a {
	color: #000000;
}

.list th {
	background: #dcdcdc url(Images/th-bg2.gif) repeat-x;
	font-size: small;
	margin: 0px;
	padding: 0px;
}

.list td {
	padding: 3px 5px 3px 10px;
	background-color: #fff;
	text-align:center;
 }
 /*.list td.late {background-color:red;}
 .list td.today {background-color:orange;}
 .list td.fivedays {background-color:yellow;}*/
 .list td.late {background: url( Images/td-bg-red.gif ) repeat-x;}
 .list td.today {background: url( Images/td-bg-orange.gif ) repeat-x;}
 .list td.fivedays {background: url( Images/td-bg-yellow.gif ) repeat-x;}

.list .AltRow td {
	background: #EAEAEA url( Images/td-bg.gif ) repeat-x;
}

.list th a,
.list th a:visited, 
.list th.nosort {
	min-width: 100px;
	white-space: nowrap;
	color: #434343;
	padding: 3px 20px 3px 20px;
	display: block;
	height: 100%;
	text-decoration: none;
	border-left: solid 1px #bebebe;
	border-right: solid 1px #dcdcdc;
}

.list th.nosort {
	cursor: default;
	background: #eaeaea url(Images/th-nosort.gif) repeat-x;
	color: #6171a6;
}

.list .sort-ascending {
	background: url( Images/sort-indicator-ascending4.gif) no-repeat right;
}

.list .sort-descending {
	background: url( Images/sort-indicator-descending4.gif) no-repeat right;
}

.list th a:hover  {
	background: #fff url( Images/th-bg2-over.gif) repeat-x;
	color: #000;

}

.list a.sort-ascending:hover {
	background: url( Images/th-bg-over-descending.gif) no-repeat top right;
}

.list a.sort-descending:hover {
	background: url( Images/th-bg-over-ascending.gif) no-repeat top right;
}

.list textarea {
	height: 75px;
	width: 150px;
	font-size: 1em;
	border: 0;
	background-color: #fff;
}

.list .AltRow textarea {
	background: #EAEAEA url( Images/td-bg.gif ) repeat-x;
}


.list1 {
	/*width: 100%;*/
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border-bottom: solid 3px #7E7A7D;
}

.list1 td a {
	color: #000000;
}

.list1 th {
	background: #dcdcdc url(Images/th-bg2.gif) repeat-x;
	font-size: small;
	margin: 0px;
	padding: 0px;
}
.list1 td {
	padding: 3px 5px 3px 10px;
	background-color: #fff;
	text-align:center;
 }
 .list1 td.late {background-color:red;}
 .list1 td.today {background-color:orange;}
 .list1 td.fivedays {background-color:yellow;}
 
 .list1 .AltRow td {
	background: #EAEAEA url( Images/td-bg.gif ) repeat-x;
}
.list1 th a,
.list1 th a:visited, 
.list1 th.nosort {
	white-space: nowrap;
	color: #434343;
	padding: 3px 20px 3px 20px;
	display: block;
	height: 100%;
	text-decoration: none;
	border-left: solid 1px #bebebe;
	border-right: solid 1px #dcdcdc;
}
.list1 th.nosort {
	cursor: default;
	background: #eaeaea url(Images/th-nosort.gif) repeat-x;
	color: #6171a6;
}

.list1 .sort-ascending {
	background: url( Images/sort-indicator-ascending4.gif) no-repeat right;
}

.list1 .sort-descending {
	background: url( Images/sort-indicator-descending4.gif) no-repeat right;
}

.list1 th a:hover  {
	background: #fff url( Images/th-bg2-over.gif) repeat-x;
	color: #000;

}

.list1 a.sort-ascending:hover {
	background: url( Images/th-bg-over-descending.gif) no-repeat top right;
}

.list1 a.sort-descending:hover {
	background: url( Images/th-bg-over-ascending.gif) no-repeat top right;
}

.list1 textarea {
	height: 75px;
	width: 150px;
	font-size: 1em;
	border: 0;
	background-color: #fff;
}

.list1 .AltRow textarea {
	background: #EAEAEA url( Images/td-bg.gif ) repeat-x;
}



#parentContainer {
	border: solid 1px #6a6a6a;
	overflow: scroll;
	overflow: -moz-scrollbars-horizontal;
	margin-bottom: 10px;
}

#parentContainer th {
	cursor:default;
	color: #6a6a6a;
	background: #E3E3E3 url(Images/th-bg5.gif) repeat-x;
	border-right: solid 1px #e3e3e3;
	border-left: solid 1px #f4f4f4;	
	border-bottom: solid 1px #c6c6c6;
	min-width: 100px;
	white-space: nowrap;
	padding: 3px 20px 3px 20px;
  text-align: center;
}

#parentContainer td {
	color: #6a6a6a;
	background: #f3f3f3;
}

.pager {
	margin-left: 10px;
	margin-top: 15px;
	border-collapse:collapse;	
}

.pager a {
	cursor: default;
	font-size: .9em;
}

.pager a:link {
	color: #000;
	text-decoration: none;
	cursor:pointer;
}

.pager a:link:hover {
	text-decoration:underline;
}

.pager th a {
	padding: 0px 2px 0px 2px;
}

.pager td a {
	padding: 0px 2px 0px 2px;
}

#search-box {
	width: 100%;
	margin-bottom: 10px;
	border: solid 1px #000012;
	background: #fff url(Images/th-bg.gif) repeat-x;
}

#search-box td input, 
#search-box td select {
	margin-right: 6px;
}

/* Little bit of a hack */
#addSearchItemButton,
#removeSearchItemButton_0,
#removeSearchItemButton_1,
#removeSearchItemButton_2,
#removeSearchItemButton_3,
#removeSearchItemButton_4,
#removeSearchItemButton_5,
#removeSearchItemButton_6,
#removeSearchItemButton_7,
#removeSearchItemButton_8,
#removeSearchItemButton_9,
#removeSearchItemButton_10 {
	width: 27px;
} 

#export-title {
	border-left: solid 1px #9B9FA4;
	padding-left: 4px;
}

#search-buttons {
	width: 100%;
}

#row-count,
#parent-label {
	border: solid 1px #000012;
	border-bottom: 0px;
	padding-left: 4px;
	width: 200px;
	height: 20px;
	line-height: 20px;
	background: #fff url(Images/tab-bg.gif) repeat-x;	
}

#parent-label {
	border: solid 1px #696969;
	border-right: solid 2px #696969;
	border-bottom: 0px;
	color: #696969;
	background-image: url(Images/th-bg5.gif);
}

#parent-list #parent-list-title {
	background: #fff url(Images/tg-bg4.gif) repeat-x;	
}

.pager {
	padding:0px;
	margin:0px;
	border-collapse:collapse;	
}

.pager td,
.pager th {
	padding:0px;
	margin:0px;
}

.pager {
	cursor: default;
}

.pager a:link {
	color: #000;
	text-decoration: none;
	cursor:pointer;
}

.pager a:link:hover {
	background: #F7E099 url(Images/th-bg2.gif) repeat-x;
}

.pager th a,
.pager td a {
	height: 20px;
	display: block;
	background: #fff url(Images/th-bg3.gif) repeat-x;
	color: #000;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	border: solid 1px #000;
	border-bottom: 0px;
	border-right: solid 2px #000012;
	float: left;
	margin-left: 1px;
	line-height: 20px;
}

/* 

	scroll table settings 

*/
		
.scrollTable {
	position:relative;
	left: -99999;
	top: -99999;
}
	
.structureTable,
.topLeftCell,
.topRightCell,
.bottomLeftCell,
.bottomRightCell {
	margin:0px;
	padding: 0px;
	border-collapse:collapse;
}
	
.structureTable  {
	vertical-align: top;
}

.structureTable tr,
.structureTable td {
	vertical-align: top;
}

.bottomLeftDiv {
	overflow: hidden;
	height:182px;
}

.topRightDiv {
	overflow: hidden;
	width: 182px;
	border-right: solid 2px #7E7A7D;
}

.bottomRightDiv {
	width: 200px;
	height: 200px;
	overflow: scroll;
	border-bottom: solid 1px #7E7A7D;
}

.bottomLeftTable td {
	background-color: #F4F4F4;
}

.bottomLeftTable .AltRow td {
	background: #DFDFDF url(Images/td-frozen.gif) repeat-x;
}

.bottomLeftTable, 
.bottomRightTable {
	border-bottom: solid 0px #f4f4f4;
}

#longtext {
	overflow: auto;
	height: 150px;
	width: 200px;
}

 .drill-down {
	display: block;
 }
 
 /* spec CSS */
 #specScrollTable{
	overflow:auto;
	height:350px;
	border:2px solid;
 }
 .boldRed{			
	font-weight:bold;
	color: Red;
}