.loading {
	float:right;
	background:#FF0000;
	top:0px;
	right:40px;
	position:absolute;
	padding:1px;
	color:#FFFFFF;
	display:none;
}

body {
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
}

span.logo1 {
	font-family: Verdana;
	font-weight: 600;
	font-size: 36px;
	line-height: 19px;
	color: rgb(64, 64, 64);
}

span.logo2 {
	font-family: Verdana;
	font-weight: 600;
	font-size: 36px;
	line-height: 19px;
	color: rgb(180, 100, 30);
}

p {
	margin: 0px;
	padding: 0px;
}

form {
	padding: 0px;
	margin: 0px;
}

table {
	border-color: rgb(128,128,128);
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-spacing: 0px;
	border-collapse: collapse;
}

th {
	border-color: rgb(128,128,128);
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 2px;
	font-weight: bold;
}	

td {
	border-color: rgb(192,192,192);
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 2px;
}	

a img {
	text-decoration:none;
}

img {
	border: none;
}

span.sivr_tab {
	font-weight: bold;
	color: #404040;
}

span.sivr_tab a.link {
	color: #404040;
}

div.user_product {
	border-style: dashed none dashed dashed;
	border-color: rgb(128,128,255);
	border-width: 1px;
	margin-bottom: 4px;
	padding: 4px;
}

div.prod_header {
	text-align: center;
	width: 100%;
	background-color: rgb(128,128,255);
	padding: 2px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}

h1 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

div.subheader {
	text-align: center;
	background-color: rgb(192,192,255);
	margin-left: 0px;
	margin-right: 8px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
}

div.prod {
	margin-bottom: 4px;
	padding: 4px;
}

div.header {
	width: 840px;
  position: absolute;
  left: 50%;
  margin-left: -380px;
	margin-top: 25px;
	border-style: none;
	border-color: rgb(128,128,255);
	border-width: 1px;
	padding: 10px;
}

div.main {
	width: 840px;
	cursor: arrow;
  position: absolute;
  left: 50%;
	top: 50px;
  margin-left: -380px;
	margin-top: 25px;
	border-style: dashed dashed dashed dashed;
	border-color: rgb(128,128,255);
	border-width: 1px;
	padding: 10px;
}

div.tree {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 400px;
	z-index: 1;
}

div.veil {
  position: fixed;
	top: 0px;
	left: 0px;
	width: 100%
	height: 100%
	cursor: pointer;
	background: #808080;
	filter: alpha(opacity=20);
	opacity: 0.2;
	z-index: 2;
	display: none;	
}

div.ff_send {
	position: absolute;
	left: 50%;
	top: 100px;
	margin-left: -200px;
	width: 400px;
	
	background: #FFFFFF;
  filter: alpha(opacity=100);
  opacity:1.0;
	
	border-style: solid solid solid solid;
	border-color: rgb(0, 0, 0);
	border-width: 3px;
	padding: 4px;
	z-index: 3;
	display: none;
}

div.popup {
	position: absolute;
	left: 30%;
	top: 50%;
	width: 400px;
	
/*
	position: absolute;
	left: 50%;
	top: 20%;
	width: 400px;
	margin-left: -200px;
*/

  overflow: auto;
	
  height: expression( this.scrollHeight > 400 ? "400px" : "auto" ); /* sets min-height for IE */
  max-height: 400px;
	background: #FFFFFF;
  filter: alpha(opacity=100);
  opacity:1.0;
	
	border-style: solid solid solid solid;
	border-color: rgb(0, 0, 0);
	border-width: 3px;
	padding: 4px;
	z-index: 3;
	display: none;
}

div.popup_wide {
	position: absolute;
	left: 10%;
	top: 30%;
	width: 800px;
	
  overflow: auto;
	
  height: expression( this.scrollHeight > 400 ? "600px" : "auto" ); /* sets min-height for IE */
  max-height: 600px;
	background: #FFFFFF;
  filter: alpha(opacity=100);
  opacity:1.0;
	
	border-style: solid solid solid solid;
	border-color: rgb(0, 0, 0);
	border-width: 3px;
	padding: 4px;
	z-index: 3;
	display: none;
}

span.left {
	float: left;
}

span.right {
	float: right;
}

div.edit {
	position: absolute;
	top: 10px;
	left: 420px;
	background: #FFFFFF;
	filter: alpha(opacity=100);
	display: none;
	border-style: groove;
	border-width: 3px;
	padding: 4px;
	opacity: 1.0;
	z-index: 3;
}

div.si_debug_calls {
	float: left;
	width: 16%;
	border-style: dashed dashed dashed dashed;
	border-color: rgb(128,128,255);	
	border-width: 1px;
}

div.si_debug_code {
	float: left;
	width: 80%;
	border-style: dashed dashed dashed dashed;
	border-color: rgb(128,128,255);
	border-width: 1px;
}

div.si_servicelist {
	float: left;
	width: 16%;
	border-style: dashed dashed dashed dashed;
	border-color: rgb(128,128,255);	
	border-width: 1px;
}

div.si_filelist {
	float: left;
	width: 50%;
	border-style: dashed dashed dashed dashed;
	border-color: rgb(128,128,255);	
	border-width: 1px;
}

div.si_numberlist {
	float: left;
	width: 50%;
	border-style: dashed dashed dashed dashed;
	border-color: rgb(128,128,255);	
	border-width: 1px;
}

div.si_codeeditor {
	float: left;
	width: 80%;
	border-style: dashed dashed dashed dashed;
	border-color: rgb(128,128,255);
	border-width: 1px;
}

div.si_divider {
	width: 100%;
	clear: both;
}

div.si_sql_out {
	width: 100%;
	height: 300px;
	overflow: auto;
}

div.si_ivr_log {
	width: 100%;
	height: 300px;
	overflow: auto;
}

div.ukddi_numberlist {
	float: left;
	width: 80%;
	border-style: dashed dashed dashed dashed;
	border-color: rgb(128,128,255);	
	border-width: 1px;
}


