﻿
html {
height: 100%;
}
body {
       font-family: "Trebuchet MS", Helvetica, sans-serif;
       font-weight: 300;
       /*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
       color: #595c5d;
       background-color: #ffffff;
       font-size: 14px;
       height:100%;
}

P {
    line-height: 150%;
}

a {
text-decoration: none;
}
#siteDiv {

    top: 12px;
    margin-left: auto;
    margin-right:auto;
    /*max-width: 600px;*/
    width: 900px;
    /*margin-left: -300px;*/ /*set to a negative number 1/2 of your width*/
    /*border: 1px solid #ccc;*/
    background-color: #ffffff;
    bottom: 50px;
    min-height:100%;

}

#abovefooterDiv {
    min-height: 100%;
    margin-bottom:-50px;
}

#pageDiv {
    overflow:auto;
	/*padding-bottom: 50px;*/
}

#footerDiv {
    height:30px;
    font-size:10px;
    bottom:0px;
    
    width: 400px;
    text-align:center;

    background-color:#ffffff;
    padding-top:10px;
    margin:0px;

    margin-left: auto;
    margin-right:auto;
}


#headerCell {
    height: 50px;
    width: 100%;
    background-color: #ffffff;
}




#pageTable {
    width: 100%;
}



/* MENU */
#menuTable {
    width: 100%;
}

#menuCell {
    width: 100%;
    height: 50px;
    text-align: center;
    background-color: #595c5d;
    color:#ffffff;


}

.menuItemCell {
    height: 100%;
    /*width: 120px;*/
    /*border-color: #e4e7ec;
    border-bottom-style: solid;
    border-width: 12px;*/
        /*margin:4px;*/

    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #595c5d;
    padding: 4px;
}

.menuItemCell:hover {
   background-color: #0da4d6;
}

 /* unvisited link */
.menuItemCell a:link {
    color: #e4e7ec;
}

/* visited link */
.menuItemCell a:visited {
    color: #e4e7ec;
}

/* mouse over link */
.menuItemCell:hover a {
    color: #e4e7ec;
    font-weight: bold;
}

/* selected link */
.menuItemCell a:active {
     color: #e4e7ec;
}

/* email link*/
.mail span {
    color: #0DA4D6;
    text-decoration: none;
}

.mail a {
    text-decoration: none;
}

.menuItemCellImportant {
    background-color: #FFB606;
    border-bottom: 1px solid #595c5d;
    padding: 4px;
}

.menuItemCellImportant a:link {
    color: #595c5d;
}

.menuItemCellImportant:hover a {
    color: #FFD266;
}

.menuItemCellSelected {
    background-color: #ffffff;
    border-top: 1px solid #595c5d;
    border-right: 1px solid #595c5d;
    border-left: 1px solid #595c5d;
    padding: 4px;
}

.menuItemCellSelected a 
{
    font-weight: bold;
    color: #0da4d6;
}

.menuItemImportantCellSelected {
    background-color: #ffffff;
    border-top: 1px solid #595c5d;
    border-right: 1px solid #595c5d;
    border-left: 1px solid #595c5d;
    padding: 4px;
}

    .menuItemImportantCellSelected a {
        font-weight: bold;
        color: #D59600;
    }

.menuItemCellLeft {
    border-left: 1px solid #595c5d;
}

.menuItemCellRight {
    border-right: 1px solid #595c5d;
}

/*Main page*/
#pageCell {

    vertical-align: top;
    background-color: #ffffff;
    border-bottom: 1px solid #595c5d;
    border-right: 1px solid #595c5d;
    border-left: 1px solid #595c5d;
}

#masterPageWrapperDiv {
    padding: 18px;
}

#footerCell {
    height: 50px;
    text-align:center;
    font-size: 10px;
    background-color: azure;
}

#signDiv {
    width: 100%;
    height: 120px;

}

#logoCell {
    text-align:left;
}

#signInCell {
    text-align:right;

}

#signInCell a:link {
    color: #0da4d6;
}

.blueLink  {
    color: #0da4d6;
}

.whiteLink  {
    color: #ffffff;
}

#logoLabel {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size:36px;
    color:#902831;
}

#missionLabel {
    /*font-family: "Avenir Light, Palatino Linotype", "Book Antiqua", Palatino, serif;*/
    font-size: 16px;
    color: #595c5d;
}

#missionCell {
    height: 50px;
    width: 100%;
    background-color: #ffffff;
    text-align:center;
}



.manageMembers_UserPlaceholder {
    background-color: ActiveCaption;
    width:100%;
    text-align: center;
}

.manageMembers_UserTable {
    width:100%;
    border: 1px solid #ccc;
    /*font-size: 12px;*/
}
.manageMembers_UserTableHeaderRow {
    background-color: #afbe63;
    color: #e4e7ec;
}

.errorMessageLabel {
    font-size: 12px;
    color: #902831;
}

.warningMessageLabel {
    font-size: 12px;
    color: #eaa71b;
}

.infoMessageLabel {
    font-size: 12px;
    color: #afbe63;
}

/* Info Tables */
.InfoTableHeaderRow {
  color: #595c5d;
  font-size: 16px;  

  text-align: center;
}
.InfoTable {
    width: 360px;
    margin: 12px;

}

.InfoTable tr
{
    height:32px;
}

.InfoTable td 
{
    padding-left:6px;
    padding-right:6px;
}

.InfoTableAlternateRow {
    background-color: #e4e7ec
}

/* Messages */
.messageDiv {

    width: 80%;
    font-size: 12px;
    padding:18px;
    margin:12px;
    font-weight: bold;
    border-radius: 3px;
}

.messageDiv_Default {
    background-color: #999999;
    color: #000000;
    border: 1px solid #000000;
}

.messageDiv_Info {
    background-color: #a7bddb;
    color: #3d577a;
    border: 1px solid #3d577a;
}

.messageDiv_Acknowledgement {
    background-color: #dde8a3;
    color: #7c8a34;
    border: 1px solid #7c8a34;
}

.messageDiv_Warning {
    background-color: #ffed8c;
    color: #bea000;
    border: 1px solid #bea000;
}


.messageDiv_Error {
    background-color: #e3878f;
    color: #902831;
    border: 1px solid #902831;
}

.StandOutParagraph {
    color: #036585;
}

/*Nested Pages*/
.nestedPageHeader {
    font-size: 24px;
    width: 100%; 
    text-align:left;
    margin:18px;
}

/*Nested Menu*/
.nestedMenu {

    margin-bottom: 24px;
}

.nestedMenu a {
    color: #0da4d6;
    font-size: 18px;
    margin: 12px
}

.nestedMenu table {
    text-align: center;
    height: 48px;
}

.nestedMenuCellSelected a {
    color: #595c5d;
}

.nestedMenuMainTable {
    width: 100%; 
    border:1px solid #dddddd; 
    background-color:#eeeeee;
}


/*iPad*/
@media only screen and (max-device-width:1200px) {
    body {
        font-size:1em;

    }

    #siteDiv {
        top: 12px;
        width: 100%;
        left: 0px;
        bottom: 10px;
        overflow:  scroll;
    }
    #logoLabel {
        font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
        font-size:60px;
        color:#902831;
    }

    /*#missionLabel {
        font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
        font-size: 30px;
        color: #afbe63;
    }*/
    #masterPageWrapperDiv {
    padding: 18px;
    }

    #footerCell {
        height: 50px;
        text-align:center;
        font-size: 20px;
    }

    #logoDiv {
        width: 600px;
    }

    #aboveFooterDiv {
    height:100%;
    margin-bottom:-50px;
    }
    #footerDiv {

        font-size:16px;
        /*position:absolute;*/
        clear: both;
        min-width: 600px;
        margin: auto;
        margin-top:50px;
    }


}

/*iPhone*/
@media only screen and (max-device-width:480px) {

    body {
    font-size:64px;
    font-size: 12px;
    }
    #siteDiv {

    top: 12px;
    width:100%;
    left:0px;
    background-color:lightgreen; 
    }


}