@charset "utf-8";
/* CSS Document */
body, html{
	margin:0;
	height:100%;
	width:100%;
}
a{
	text-decoration:none;
	cursor:pointer;
}
a:hover{
	text-decoration:underline;
}
a.WTipTrigger:hover{
	text-decoration:none;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}
a img{
	border:0;
}

:focus { outline: 0; }

table.centeredPage{
	width:100%;
	height:100%;
	position:relative;
	border:0px;
}
img.vcenter{
	vertical-align:middle;
}

.clear{
	clear:both;
}

input, select, button{
	font-size:10px;
	cursor:pointer;
}
textarea{
	font-size:11px;
}
input.datetimePicker{
	border:0px;
	/*background-color:#FF0000;*/
	margin:1px;
}
img.datetimePicker{
	cursor:pointer;
}
table.datetimePicker{
	background-color:white;
	white-space:nowrap;
}
.was_bannr{
	background:url(/imagini/was_Background.gif) top left repeat;
	text-align:center;
}
.WTreeNodeClosed div{
	display:none;
}
.WTreeNodeOpen div{
	/*display:inline;*/
	position:relative;
	left:24px;
}
img.WTreeBullet{
	margin-right:2px;
	cursor:pointer;
}

div.tabImage, div.tabImageSelected{
	font-size:14px;
	float:left;
	display:block;
	list-style:none;
	text-align:center;
	margin-left:2px;
	cursor:pointer;
	border:1px solid #E0E0E0;
	border-bottom:none;
	position:relative;
	
}
div.tabImage{
	padding:4px;
	top:4px;
}
div.tabImageSelected{
	font-weight:bolder;
	padding:5px;
	top:1px;
}
img.gallery{
	border:1px solid #E0E0E0;
	margin:2px;
}
#debugContainer{
	height:300px;
	overflow:auto;
	background-color:#CCC;
}

.cornerRadius15{
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	behavior: url(/htc/border-radius.htc);
}
.cornerRadius10{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/htc/border-radius.htc);
}
.cornerRadius5{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/htc/border-radius.htc);
}

/*@-moz-document url-prefix(http), url-prefix(file) {
  img:-moz-broken{
    -moz-force-broken-image-icon:1;
    width:24px;
    height:24px;
  }
}*/
