/* Discover Devices*/

#expand{
	display:none;
	background:#666;
	padding:10px;
}

.leftpadding{
	padding:0px 0px 0px 8px;
}

.thwhite th a{
	color:#084D8C;
	text-decoration:underline;
}
.thwhite th a:hover{
	color:#ff6600;
	text-decoration:none;
}
#client_info {
	width:332px;
	height:186px;
	z-index:1;
	position:absolute;
	left:260px;
	top:205px;
	background:url(/img/popout.gif) no-repeat;
	padding:3px 10px 10px 20px;
	display:none;
	background:#fff;
}
#download_agent{
	width:400px;
	z-index:2;
	position:absolute;
	left:450px;
	top:205px;
	display:none;
	border:4px solid #006699;
	background-color: #FFFFFF;
}

#escalation_info{
	width:332px;
	height:186px;
	z-index:1;
	position:absolute;
	left:680px;
	top:205px;
	background:url(/img/popout_right.gif) no-repeat;
	padding:3px 0px 10px 3px;
	display:none;
}

#notes_info {
	width:332px;
	height:186px;
	z-index:1;
	position:absolute;
	left:510px;
	top:205px;
	background:url(/img/popout_right.gif) no-repeat;
	padding:3px 0px 10px 3px;
	display:none;
}


#inventory_info {
	width:332px;
	height:186px;
	z-index:1;
	position:absolute;
	left:570px;
	top:205px;
	background:url(/img/popout_right.gif) no-repeat;
	padding:3px 0px 10px 3px;
	display:none;
}


#networkmap_info {
	width:332px;
	height:186px;
	z-index:1;
	position:absolute;
	left:770px;
	top:205px;
	background:url(/img/popout_right.gif) no-repeat;
	padding:3px 0px 10px 3px;
	display:none;
}


#search_detail{
	width:405px;
	height:325px;
	z-index:1;
	position:absolute;
	left:732px;
	top:50px;
	padding:3px 0px 10px 3px;
	display:none;
	cursor:crosshair;
}
#bg{
	width:100%;
	height:100%;
	z-index:1;
	position:absolute;
	left:0px;
	top:0px;
	padding:3px 0px 10px 3px;
	height:790px;
	display:none;
}
.style1 {color: #FF0000}


.discoverDevices {
	text-align:center;
	padding-right:10px;
}

.discoverDevices a{
	text-decoration:underline;
	color:#084D8C; 
	font-size:14px;
}

.discoverDevices a:hover{
	color:#ff6600;
	font-size:14px;
	text-decoration:none;
}

.ipRangesTable{
	width:49%;
	background-color:#F4F3F1;
	border:1px solid #E1E1DF;
	margin-bottom:10px;
}

.ddLabel{
	text-align:left;
	font-weight:bold;
	font-size:12px;
	padding:4px;
}

.ddData{
	text-align:left;
}

.discoverDeviceTd{
	width:49%;
	background-color:#F4F3F1;
	border:1px solid #E1E1DF;
}

.discvoeryButtonsTable button{
	width:auto;
	font-size:12px;
}

ul.treeMenu, .item-list ul {
  margin: 0.35em 0 0 -0.5em; /* LTR */
  padding: 0;
}
ul.treeMenu ul, .item-list ul ul {
  margin-left: 0em; /* LTR */
}

ol li, ul li, ul.treeMenu li, .item-list ul li, li.leaf {
  margin: 0.15em 0 0.15em 0; /* LTR */
  margin:0;
}

ul li, ul.treeMenu li, .item-list ul li, li.leaf {
  padding: 0 0 0em 0em;
  list-style-type: none;
  list-style-image: none;
}


#block-category-0 ul li, ul.treeMenu li, .item-list ul li, li.leaf {
  padding: 0 0 .2em .5em;
  list-style-type: none;
  list-style-image: none;
  background: transparent no-repeat 1px .35em; /* LTR */
}
.text_input{
	width:250px;
	border-radius:3px;
	border:1px solid #999;
	padding:3px;
	font-family:Calibri;
	font-size:18px;
	color:#333;
	-moz-box-shadow: inset 0 0 5px #ccc;
	 -webkit-box-shadow: inset 0 0 5px#ccc;
	box-shadow: inner 0 0 5px #ccc;
}
.calanderIconFix img{
	display:inline-block;
	margin:5px 0 0 2px;
}
.calanderIconFix2 img{
	display:inline-block;
	margin:8px 0 0 2px;
}