﻿html {
    height: 100%;
}

body {
    height: 100%;
    background-color: transparent;
    color: #29235C;
}

.bodycontent {
    height: 100%;
    padding-top: 60px;
}

.pagecontent {
    min-height: 100%;
    height: auto;
}

.pagecontent > form {
    min-height: 100%;
    height: auto;
}
    .container {
        min-height: 100%;
        height: auto;
    }

.autoimgwidth {
    max-width: 1024px;
    width: 100%;
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
}

    .footer > .container {
        padding-right: 15px;
        padding-left: 15px;
    }

code {
    font-size: 80%;
}

.menuitem {
    color: #262262 !important;
}

.menuitemactive {
    color: #2FAC66 !important;
}

.menuitem:hover {
    color: #2FAC66 !important;
}

.headertext {
    text-shadow: 2px 2px 2px #FFFFFF;
}

.headersubtext {
    text-shadow: 1px 1px 1px #FFFFFF;
}

.editrow {
    border: 1px solid #0CAA7C;
}

.editcol {
    border: 1px solid #262262;
}

.autosizeimage {
    max-width: 1024px;
    width: 100%
}
.clickable {
    cursor:pointer;
}