div.newlist{
	margin:25px 0px;
}

#glayLayer{
    display:none;
    position:fixed;
    left:0;
    top:0;
    height:100%;
    width:100%;
    background:#000000;
    filter:alpha(opacity=75);
    opacity: 0.75;
}
* html #glayLayer{
    position:absolute;
}
#overLayer{
    display:none;
    width:460px;
    background:white;
    padding:10px;
    position: fixed;
    top:50%;
    left:50%;
}


* html #overLayer{
    position: absolute;
}

.edit_buttons input{
	background-color: #ffffff; 
	padding:0 5px 0 5px;
	margin:0 10px 0 0;
}


.edit_buttons .top_new_on{
	width:100px; 
	background-color: #ffffff; 
}

.edit_buttons .top_new_off{
	width:100px; 
	font-weight:bold;
	background-color: #e70808; 
	color: #ffffff; 
}

.nodeadd_on{
	color: #5567A4;
}

.nodeadd_off{
	color: #D7DDE1;
}

.date_alert  a.date_alert{
	color:red;
}
.tooltip{
position:absolute;
left:-2000px;
background-color:#dedede;
padding:5px;
border:1px solid #fff;
width:550px;
height:80px;
}

.tooltip p{
margin:0;
padding:0;
color:#fff;
background-color:#222;
padding:5px 5px;
width:540px;
height:70px;
}
