.geodynbutton{
    color: #eeeeee;
    text-decoration: none;
    padding: 4px 10px;
    height: 32px;
    border-radius: 6px;
    background-image:linear-gradient(45deg,#aaaacc, #000066);
    background-image:-webkit-linear-gradient(45deg,#aaaacc, #000066);
    border: solid 1px #000066;
    cursor: pointer;
}

.geodynnavbutton{
    color: #eeeeee;
    text-decoration: none;
    height: 32px;
    border-radius: 6px;
    background-image:linear-gradient(45deg,#aaaacc, #000066);
    background-image:-webkit-linear-gradient(45deg,#aaaacc, #000066);
    border: solid 1px #000066;
    cursor: pointer;
}

.geodyndeletebutton{
    color: #eeeeee;
    text-decoration: none;
    padding: 4px 10px;
    height: 32px;
    border-radius: 6px;
    background-image:linear-gradient(45deg,#ccaaaa, #660000);
    background-image:-webkit-linear-gradient(45deg,#ccaaaa, #660000);
    border: solid 1px #660000;
    cursor: pointer;
}

.geodynredbutton{
    color: #eeeeee;
    text-decoration: none;
    padding: 4px 10px;
    height: 32px;
    border-radius: 6px;
    background-image:linear-gradient(45deg,#ccaaaa, #660000);
    background-image:-webkit-linear-gradient(45deg,#ccaaaa, #660000);
    border: solid 1px #660000;
    cursor: pointer;
}

.geodynhelpbutton{
    color: #eeeeee;
    text-decoration: none;
    padding: 4px 10px;
    height: 32px;
    border-radius: 6px;
    background-image:linear-gradient(45deg,#aaaaaa, #222222);
    background-image:-webkit-linear-gradient(45deg,#aaaaaa, #222222);
    border: solid 1px #000000;
    cursor: pointer;
}

.geodyngreenbutton{
    color: #eeeeee;
    text-decoration: none;
    padding: 4px 10px;
    height: 32px;
    border-radius: 6px;
    background-image:linear-gradient(45deg,#aaccaa, #006600);
    background-image:-webkit-linear-gradient(45deg,#aaccaa, #006600);
    border: solid 1px #006600;
    cursor: pointer;
}


.noselect {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

