@charset "utf-8";

a:link { color:#0080C0; }
a:visited { color:#0080C0; }
a:hover { color:#F00; }
a:active { color:#F00; }
#adminsMainWrapper { width:960px; border:1px solid #666; margin:5px auto; padding:10px 0; }
#ctlPannelWrapper { width:290px; margin-left:15px; border:1px solid #CCC; background:#FFF url(/images/admins/bg_ctlpannel.gif) repeat; float:left; display:inline; }
#adminsContentWrapper { width:616px; margin-left:20px; border:1px solid #CCC; float:left; display:inline; }

p.currentLocation { margin:10px auto 0 10px; padding-left:18px; background:#FFF url(/images/bg_currentLocation.gif) left center no-repeat; }
p.currentLocation span { color:#666; font-family:Tahoma,Verdana,sans-serif; }

.input_txt { width:220px; border:1px solid #CCC; color:#004000; }

/*__dtree__*/
.dtree { color:#666; white-space:nowrap; width:260px; margin:10px auto; background-color:#FFF; border:1px solid #CCC; }
.dtree img { vertical-align:-4px; margin:0 auto; }
.dtree a { text-decoration:none; padding:1px 0; white-space:nowrap; }
.dtree a.node:link, .dtree a.nodeSel:link { color:#333; }
.dtree a.nodeSel:link { background-color:#CCC; }
.dtree a.node:visited, a.nodeSel:visited { color:#333; }
.dtree a.nodeSel:visited { background-color:#CCC; }
.dtree a.node:hover, .dtree a.nodeSel:hover { color:#333; }
.dtree a.node:active, .dtree a.nodeSel:active { color:#333; }
.dtree .clip { overflow:hidden; }
