/* STANDARD... */
body{
	margin:0px; border-style: solid; border-color:#EBEBEB; border:0px; 
}

body{background-image:url(images/loginBG.gif);}

body, tr, td, standard, input { font-family:Arial, Helvetica, sans-serif; font-size:11px; margin:0px; color:#333333;}

.black{color:#000000;}
.white{color:#FFFFFF;}
.bold{font-weight:bold;}
.small{ font-size:9px}
input {
	 height:18px; border:1px; border-color:#74ACCD; border-style:solid; background-color:#F3F8FE; color:#000000;
}
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;
}
.small{
	font-size:10px;
}

/* COLORS... */

.black{
	color:#000000;
}
.dark{ 
	color:#333333;
}
.grey{
	color:#999999;
}
.red{
	color:#FF0000;
}
.white{
	color:#ffffff;
}
.blue{
	color:#3E92CA;
}
.boldBlue{
	color:#3E92CA;
	font-weight:bold;
}
/* STYLES... */
.trBG{ background-color:#F3F8FE;}
.bold{
	font-weight:bold;
}
.underline{
	text-decoration:underline;
}
.button{
	background-color:#3E92CA; padding-top:0px; font-weight:bold; color:#FFFFFF; height:18px; margin:1px; border-color:#066098;
}
/* DYNAMIC TREE CSS... */

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	white-space: nowrap;
	color:#666666;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	text-decoration: none;
}
.dtree a.node, .dtree{
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	text-decoration: underline;
}
.dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
	font-weight:bold;
	color:#3E92CA;
}
.dtree .clip {
	overflow: hidden;
}
.loginImg { background-image:url(../images/loginImageStreamline.gif);}