﻿.widget {
position: relative;
}

.widget .manage-actions {
position: absolute;
bottom: 0px;
right: 0px;
z-index: 100001;
}

.widget .manage-actions a {
display: block;
background-color: #0099CC;
color: #434343;
padding: 3px 6px;
}

.widget .manage-actions a:hover {
background-color:  #00CCFF;
color: #fff;
text-decoration: none;
}

/* Content Mode */
.content-control {
position: relative;
}

.content-control .manage-actions {
position: absolute;
top: 0px;
right: 0px;
z-index: 100000;
}

.content-control .manage-actions a {
display: block;
background-color: #339966;
color: #434343;
padding: 3px 6px;
}

.content-control .manage-actions a:hover {
background-color: #00CC66;
color: #fff;
text-decoration: none;
}

