﻿/*======================================================*/
/*  Styles for the master layout and global html styles
/*======================================================*/

html,
body {
    background: White;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-family: "Trebuchet MS", sans-serif;
    min-width: 100%; 
    height: 100%;
}
#MasterMAEPanelPlaceholder {
    font-family: "Trebuchet MS", sans-serif;
}

textarea {
    font-family: Trebuchet MS, sans-serif;
    resize: none;
}

.fixedwidthfontclass {
    font-family: Courier, Courier New, Monospace;
}


#siteheader {
    padding-top: 5px; 
    min-width: 100%;
    
    min-height: 60px;
    height: auto !important;
    height: 60px;
}

#MainHeaderTitle {
    color: #317BB5;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 160px;
}

#sitepagewrapper {
    float: left;
    min-width: 100%;
}

#sitepage {
    margin: 10px 10px 10px 10px;
}

#ContentAreaWrapperTop {
    width: auto;
    height: 16px;
    /*overflow: hidden;*/
    border: solid 1px #cfcfcf;
    padding: 5px 15px 10px 15px;
    background-color: #104371;
    color: White;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    /*
    -moz-border-radius-topleft: 8px; 
    -moz-border-radius-topright: 8px; 
    -webkit-border-top-left-radius: 8px; 
    -webkit-border-top-right-radius: 8px; 
*/
}


.contentAreaWrapperTitleText {
    color: white;
    font-family: Verdana, Arial, sans-serif;
    font-size: 20px;
}


#ContentAreaWrapperBody {
    border-color: #cfcfcf;
    border-left: solid 1px #cfcfcf; 
    border-right: solid 1px #cfcfcf; 
    border-bottom: solid 1px #cfcfcf; 
    padding: 5px 15px 10px 5px;


    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
    -moz-border-radius-bottomleft: 8px; 
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px; 
    -webkit-border-bottom-right-radius: 8px;


    /* to give minimum hieght when viewing template list, but allow to grow when display builder area */
    min-height:430px;
    height:auto !important;
    height:430px;

    width: auto !important; 
   
    
/*     overflow: auto; */
    



}

