/* STANDARD... */
body{
	margin:0px; border-style: solid; border-color:#EBEBEB; border:0px; 
}
body, textarea, td {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#666666; line-height:20px;
}
input {
	 height:18px; border:1px; border-color:#74ACCD; border-style:solid; background-color:#F3F8FE; color:#000000; font-size:11px; background:#F3F8FE;
}
a{
	color:#3E92CA; text-decoration:none;
}
a:hover{ 
	text-decoration:underline;
}
a.selected:link{ text-decoration:underline;}
a.selected:active{ text-decoration:underline;}
a.selected:visited{ text-decoration:underline;}
a.selected:hover{ text-decoration:underline;} 
/* SIZES */

.large{
	font-size:14px;
}
.medium{
	font-size:12px;
}
.small{
	font-size:10px;
}

/* COLORS... */

.black{
	color:#000000;
}
.dark{ 
	color:#333333;
}
.grey{
	color:#666666;
}
.red{
	color:#FF0000;
}
.white{
	color:#ffffff;
}
.blue{
	color:#3E92CA;
}
/* STYLES... */
.blueBG{ background-color:#4294C5; color:#ffffff; border-color:#4294C5;}
.trBG{ background-color:#F3F8FE;}
.bold{
	font-weight:bold;
}
.underline{
	text-decoration:underline;
}
.errorField{
	border-color:#FF0000;
}
.button{
	background-color:#3E92CA; padding-top:0px; font-weight:bold; color:#FFFFFF; height:18px; margin:1px; border-color:#066098;
}
.pendingRowOn{
	background-color:#FFFFFF;
	}
.pendingRowOff{
	background-color:#FFF4F4;
}
.activeRowOff{
background-color:#F4FFF0;
}
.activeRowOn{
background-color:#FFFFFF;
}
/* DYNAMIC TREE CSS... */

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}