UL.tsTreeNode{
	list-style-type: none !important;
	margin: 0 !important;
	padding-left: 16px !important;
	cursor: pointer;
	width: 95%;
	display: block !important;
}

LI.tsNode{
	padding: 2px 0px 2px 0px;
	display:block;
}
TABLE.tsNodeHead{
	width: 90%;
}

SPAN.tsNodeCode{
	font-weight: bold;
	margin: 0px 2px 0px 2px;
	display: inline;
}

A.tsNodeTitle{
	/*padding: 0px 0px 0px 5px !important;*/
	width: 100% !important;
	margin-left: 3px;
	font-size: 11px !important;
	font-family: Tahoma;
	text-decoration: none;
	color: #343535;
	display: block;
}

A.tsNodeTitle:hover{
	text-decoration: underline;
	color: #343535 !important;
}

.loading{
	background: url(loading.gif) no-repeat !important;
/*	width: 16px !important;
	height: 16px !important;*/
}
.loadingBlue{
	background: #166297 url(loading.gif) no-repeat !important;
}

.my_select{
	height: 11px;
	width: 11px;
	font-size: 0px;
	padding:0;
	margin: 0;
	overflow: none;
	float: left;
	background: url(images/select.png) 0px 0px;
	background-repeat: repeat-x;
	/*margin-left: 3px;
	margin-top: 0px;
	margin-right: 3px;*/
}
.my_select_checked{
	background: url(images/select.png) 11px 0px !important;
	background-repeat: repeat-x;
}

.tsNodeImg{
	width: 11px !important;
	height: 11px !important;
	background: url(images/nodes.png) 0px 0px;
}

.tsNodeImg:hover{background: url(images/nodes.png) 0px 11px !important;}
.node-open{background: url(images/nodes.png) 11px 0px!important;}
.node-open:hover{background: url(images/nodes.png) 11px 11px !important;}
.node-closed{background: url(images/nodes.png) 0px 0px !important;}
.node-closed:hover{background: url(images/nodes.png) 0px 11px !important;}



#control_overlay {
	background-color:#000;
}

.modal {
	background-color:#fff;
	padding:10px;
	border:1px solid #333;
}

.tooltip {
	border:1px solid #000;
	background-color:#fff;
	height:25px;
	width:200px;
	font-family : "Lucida Grande",Verdana;
	font-size:10px;
	color:#333;
}

.simple_window {
	width:250px;
	height:50px;
	border:1px solid #000;
	background-color:#fff;
	padding:10px;
	text-align:left;
	font-family:"Lucida Grande",Verdana;
	font-size:12px;
	color:#333;
}

.window {
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
	font-family:"Lucida Grande",Verdana;
	font-size:13px;
	/*font-weight:bold;*/
	color:#fff !important;
	text-align:center;
	min-width:150px;
	min-height:100px;
	background-color: #eef1f3;
	/*border: 1px solid #021931;*/
} 
.window .window_contents {
	width:780px;
	height:400px;
	text-align: left !important;
	overflow: auto;
	background-image: url(images/contents_bg.gif) !important;
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #eef1f4;
	float: left;
	padding-top: 10px;
}
.window .tab_panel{
	text-align: left !important;
	height: 20px;
	width: 100%;
	/*border: 1px solid #FF9900;*/
}

.window .window_header {
	text-align:center;
	background-color: #166297;
	
	width: 780px;
	/*float: left;
	height: 25px;*/

	margin: 0px;
}

.window .window_title {
	font-size:11px;
	cursor:move;
	color: #FFFFFF;
	float: left;
	text-align: left;
	height: 25px;
	font-weight: bold;
	line-height: 25px;
	padding-left: 10px;
	width: 740px;
}

.window .window_close {
	display:block;
	float: left;
	height:28px;
	width:25px;
	background-image:url("images/window_close.gif");
	background-repeat: no-repeat;
	cursor:pointer;
	cursor:hand;
}

.tooltip {
	border:1px solid #000;
	background-color:#fff;
	height:25px;
	width:200px;
	font-family:"Lucida Grande",Verdana;
	font-size:10px;
	color:#333;
}



/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */ 




.selector_container{
	/*border:1px solid #3366FF;*/
	text-align:left; 
	width: 95%; /*770px;*/
	padding:0;
	float: left;
	/*margin: 5px;
	margin-left: 11px;*/
	margin: 0;
}

.window_searchbg input{
	height: 20px;
	width: 155px;
	background-color: #f7b676;
	border: 1px solid #c96d18;
	padding: 0px;
	margin-top: 1px;
	float: left;
	color: #07395b;
	padding-left: 3px;
}

.window .window_headerbg{
	background-color: #166297;
	width: 780px;
	height: 25px;
	margin: 0px;
	float: left;
}

.window .window_searchbg{
	width: 780px;
	height: 25px;
	float: left;
	background: url(images/curve_bg.gif) no-repeat top right;
	background-color: #da781a;
	color: White;
	text-align: left;
	line-height: 25px;
}

.window_searchbg span{
	float: left;
	margin-right: 5px;
	padding-left: 10px;
}

.tab_panel_cont{
	background: url(images/result_bg.gif) repeat-x top left;
	background-color: #fadec4;
	width: 780px;
	height: 200px;
	overflow: auto;
	float: left;
}




INPUT.cnt0{
	background: #f7b676 url(cnt0.gif) no-repeat bottom right;
}
INPUT.cnt1{
	background: #f7b676 url(cnt1.gif) no-repeat bottom right;
}
INPUT.cnt2{
	background: #f7b676 url(cnt2.gif) no-repeat bottom right;
}
INPUT.cnt_loading{
	background: #f7b676 url(loading.gif) no-repeat bottom right;
}
INPUT.failed{
	border: 1px solid red;
}
INPUT.passed{
	border: 1px solid green;
}



.tab_panel_cont UL.selector_container{
	margin: 5px 5px 5px 11px;
}



.tab_panel_cont SPAN{
	width: 700px;
}
.selector_croll{
	height: 100px;
	overflow: auto;
}
.tab_panel_cont .selector_container {
	width: 750px;
}
.selector_container li{
	/*border: 1px solid red;*/
	width: 98% !important;
}




.selector_container a{
	color: #252626;
	text-decoration: none;
	font-weight: bold;
}
.selector_container a:hover{
	text-decoration: underline;
	color: #252626;
}
.selector_container_delete {
	color: #dd2400 !important;
	font-weight: bold;
}
.divclear{
	clear: both;
}
.tsNodeBox{
	float: left;
}
.tsNodeTitle{
	padding: 0px;
	margin: 0px;
	color: #343535 !important;
}

.searchBox{
	background-color: #ffffff;
	border: 1px solid #e19348;
	width: 200px;
	height: 150px;
	overflow: auto;
	position: absolute;
	right: 0;
	top: 0;
}



.searchBox a{
	color: #156096;
	text-decoration: none;
	width: 200px;
}
.searchBox a:hover{
	color: #0b3451;
	text-decoration: none;
}
.searchBox td{
	line-height: 20px;
	padding-left: 10px;
	color: #156096;
	text-decoration: none;
	width: 200px;
}
.searchBox td:hover{
	background-color: #bacfdd;
	height: 20px;
}

.cat_tooltip{
	padding: 0px;
	margin: 0px;
}
/* left column*/
.cat_tooltip_TL{
	background: url(images/left_top.png) no-repeat top left;
	width: 6px;
	height: 6px;
}
.cat_tooltip_ML{
	background: url(images/left_middle.gif) repeat-y top left;
	width: 6px;
}
.cat_tooltip_BL{
	background: url(images/left_bottom.png) no-repeat top left;
	width: 6px;
	height: 6px;
}
/*	central column	*/
.cat_tooltip_TC{
	background: url(images/center_top.gif) repeat-x top left;
	height: 6px;
}
.cat_tooltip_MC{
	background-color: #fcebdb;
}
.cat_tooltip_BC{
	background: url(images/center_bottom.gif) repeat-x top left;
	height: 6px;
}
/* right column*/
.cat_tooltip_TR{
	background: url(images/right_top.png) no-repeat top right;
	width: 6px;
	height: 6px;
}
.cat_tooltip_MR{
	background: url(images/right_middle.gif) repeat-y top left;
	width: 6px;
}
.cat_tooltip_BR{
	background: url(images/right_bottom.png) no-repeat top left;
	width: 6px;
	height: 6px;
}