
/* Admin Site Styling 
---------------------------------------------

#adminmenu 
{
	height:20px; 
	margin:0px;
	padding-left:25px;
}
	
#contentlanding
{
	text-align:center;
	padding-top:20px;	
}



#spacer
{
	widows:100%;
	clear:both;
}
.loginstatus
{
	font-size:small;	
	padding-left:15px;
	text-decoration:none;
}

#admin_copyright_container
{
padding: 0px;
margin: 9px 0px 0px 14px;
float:left;
}
*/
#additem
{
	clear:both;
	width:100%;
}
#adminmenu 
{
	position:absolute;
	top:80px;
	left:23px;
	clear:both;
	height:20px; 
	margin:0px;
}

.StaticMenu
{
	height: 26px;
	display: block;
	width: 108px; 
	color: white;
	vertical-align: top;
	background-image: url('images/blank_but.jpg' );
	background-repeat: no-repeat;
	text-align:center;
}

.StaticMenu a
{
	padding-top: 6px;
	text-decoration: none;
	vertical-align: top;	
	color:white;
	background-image: url('images/blank_but.jpg' );
}
.StaticMenu a:hover
{
	background-image: url('images/blank_but_over.jpg' );
	background-repeat: no-repeat;
}

.DynamicMenu
{
	clear: both;
	display: block;
	background-color:Transparent;
	vertical-align: top;
	color:White;
	width: 108px; 
	text-align:center;
	background-image: url('images/blank_but.jpg' );
	background-repeat: no-repeat;
	margin-left:10px;
}
.DynamicMenu a
{
	text-decoration:none;
	background-image:none;
	color:White;
	margin-left:0px;
	background-color:Transparent;
}
.DynamicMenu a:hover
{
	text-decoration:underline;
}  
.noBorderImage
{
	border:0px;
}