/* ///////////////////////////////////////////////////////////////////////////////// */
/* Title */
/* ///////////////////////////////////////////////////////////////////////////////// */

div.adminTitle {
	top: 0;
	left: 0;
	position: absolute;
	padding: 5px 0 0 25px;
	margin: 0;
	color: #e3e3e3;
	}

div.adminTitle h1 {
	font-size: 12px;
	font-weight: normal;
	text-shadow: #325889 0px 1px 1px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	}


/* ///////////////////////////////////////////////////////////////////////////////// */
/* Standard Link Icon */
/* ///////////////////////////////////////////////////////////////////////////////// */


img.icon,
.icon img,
a.icon img,
a.icon:link img,
a.icon:visited img {
	background-position: top center;
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
	border-style: none;
	margin: 0;
	padding: 0;
	}

a:hover img.icon,
a.icon:hover img { 
	background-position: center center;
	}

a:active img.icon,
a.icon:active img,
a.selected img.icon,
a.selected img {
	background-position: bottom center;
	}




/* No Icon */	
	img.none, .none img { background-image: none; display: none; visibility: hidden; }

/* Search */	
	img.magnifier, .magnifier img { background-image: url(../_gfx/icon_sm_search.png); _background-image: url(../_gfx/icon_sm_search.gif); }
	
/* Logout */	
	img.Logout, .Logout img { background-image: url(../_gfx/icon_sm_logout.png); _background-image: url(../_gfx/icon_sm_logout.gif); }
