.cssnav	{
position:relative;

	font-family: Arial, Helvetica, sans-serif;
	border: none;
	font-size: 12px;
	font-weight: bold;
	color: #000000; 

background-image: url('active-bar.gif');
background-repeat: repeat;
display: block;
width: 80px;
height: 32px;
margin: 0; 
margin-bottom:0px;
padding: 0;
 
}

.cssnav a {
display:block;	font-family: Arial, Helvetica, sans-serif;	border: none;
font-size: 12px;	font-weight: bold;	color: #000000; 	height: 32px;
display: block;	width: 80px;	margin: 0;	padding: 0;
text-decoration: none; 
 
}

.cssnav a:visited {
display:block;	font-family: Arial, Helvetica, sans-serif;	border: none;
font-size: 12px;	font-weight: bold;	color: #000000; 	height: 32px;
display: block;	width: 80px;	margin: 0;	padding: 0;
text-decoration: none;  
 
}

.cssnav a:hover {
display:block;	font-family: Arial, Helvetica, sans-serif;	border: none;
font-size: 12px;	font-weight: bold;	color: #000000; 	height: 32px;
display: block;	width: 80px;	margin: 0;	padding: 0;
text-decoration: none; 
 
}

.cssnav a:active {		
display:block;	font-family: Arial, Helvetica, sans-serif;	border: none;
font-size: 12px;	font-weight: bold;	color: #000000; 	height: 32px;
display: block;	width: 80px;	margin: 0;	padding: 0;
text-decoration: none; 
 
}


.cssnav img {width: 100%; height: 32px; border: 0; }


* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}
.cssnav span {	position:absolute;	left:5px;	top:8px;	margin:0;	cursor: pointer;}


.admin-toolbar {
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	font-size: 12px;
	font-weight: bold;
	color: #000000; 
	background-image: url('background.gif');
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center top;
	clip:  rect(auto auto auto auto);
	width: 100%;
}

.admin-tool-bg{
	background-attachment: fixed;
	background-position: center top;
	background-image: url('background.gif');
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	font-size: 12px;
	font-weight: normal;
	color: #000000; 

}


/*ADMIN panel*/
.admintable {
	font-family: Arial;
	font-size: 12px;	
	font-weight: bolder;
	border: 1px solid #a39d9a;
	COLOR: #000000;
	background-color: #FFFFFF;
	
}



.admin_content{
	COLOR: #000000;
	background-color: #FFFFFF;
	font-family: Arial; 
	font-size: 14px;	
	
}

a.admintable:link {COLOR: #000000; font-family: Arial; font-size: 12px; TEXT-DECORATION: none}
a.admintablet:active {COLOR: #000000; font-family: Arial; font-size: 12px; TEXT-DECORATION: none}
a.admintable:visited {COLOR: #000000; font-family: Arial; font-size: 12px; TEXT-DECORATION: none}
a.admintable:hover  {COLOR: #000000; font-family: Arial; font-size: 12px; TEXT-DECORATION: none}

a.admin_content:link {COLOR: #000000; font-family: Arial; font-size: 12px; TEXT-DECORATION: none}
a.admin_content:active {COLOR: #000000; font-family: Arial; font-size: 12px; TEXT-DECORATION: none}
a.admin_content:visited {COLOR: #000000; font-family: Arial; font-size: 12px; TEXT-DECORATION: none}
a.admin_content:hover  {COLOR: #000000; font-family: Arial; font-size: 12px; TEXT-DECORATION: none}


.adminwarning {
	font-family: Arial;
	font-size: 14px;	
	font-weight: bold;
	border: 1px solid #FF3300;
	color: #FF3300;
	background-color: FFFF99;
	width: 100%;
}

