#admin_mode2 {
background:#ff0000;
	color: #fff;
	height: 18px;
	width: 1000px;
	border:solid 0px #000;
	font-size: 10px;
	font-weight: bold;
	z-index: 100;
	position:absolute;
	text-align:right;
	overflow:hidden;
	
	margin: 0 auto;
}
#admin_mode2 a {
	color: #fff;
	text-decoration: none;
	
}

#admin_mode2 a:hover {
	text-decoration: underline;
}
#admin_mode3 {
background:#ff0000;
	color: #fff;
	height: 18px;
	width: 1000px;
	border:solid 0px #000;
	font-size: 10px;
	font-weight: bold;
	z-index: 100;

	text-align:right;
	overflow:hidden;
	
	margin: 0 auto;
}
#admin_mode3 a {
	color: #fff;
	text-decoration: none;
	
}

#admin_mode3 a:hover {
	text-decoration: underline;
}
.linkage{background:#ff0000;color:#fff;cursor:pointer;border:none;}
.linkage a{background:#eee;color:#fff;}
.linkage a:hover{background:#de234d;color:#fff;}

/* Admin mode Setings for the content area */	
.pg_border { border:dotted 1px blue;padding:0px; 
    min-height:90px;
    margin-bottom:10px;
    height:auto;}
.pg_modify{text-align:right;}	
.pg_modify a{background:#0000ff; color:#fff; padding: 1px;}	
.pg_adm_menu{background:#0000ff; color:#fff; padding: 2px;width:250px;float:right;}

/* for Internet Explorer */
/*\*/
* html .pg_border {
height: 90px;
}
/**/