/* 
    Document   : messages
    Created on : Nov 4, 2013, 12:48:18 PM
    Author     : Matt Elswick <matt.elswick@ky.gov>
    Description:
        Purpose of the stylesheet follows.
*/

/*Begin error System Messages */
.error_msg{      
    height:85px; 
    display:table-cell; 
    width: 880px; 
    padding-left: 60px;
    font-size: small;
    /*vertical-align:middle; */
    background-image: url(../images/error.png);
    background-repeat: no-repeat;
    background-color:#ffd2d3;     
    border: 1px #df8f90 solid;
    -moz-border-radius: 5px;
    border-radius: 5px;    
    padding-top: 12px;
    margin: auto;
    padding-bottom: 10px;
}

.error_msg h2{display: inline; color: red; font-size:medium; font-weight: bold}


/*Begin success System Messages */
.success_msg{      
    height:85px; 
    display:table-cell; 
    width: 880px; 
    padding-left: 60px;
    font-size: small;
    /*vertical-align:middle; */
    background-image: url(../images/success.png);
    background-repeat: no-repeat;
    background-color:#d4ffcd;     
    border: 1px #9adf8f solid;
    -moz-border-radius: 5px;
    border-radius: 5px;    
    padding-top: 12px;
    margin: auto;
}

.success_msg h2{display: inline; color: #258815; font-size:medium; font-weight: bold}


/*Begin Warning System Messages */
.warning_msg{      
    height:85px; 
    display:table-cell; 
    width: 880px; 
    padding-left: 60px;
    font-size: small;
    /*vertical-align:middle; */
    background-image: url(../images/warning.png);
    background-repeat: no-repeat;
    background-color:#fefccb;     
    border: 1px #e5db55 solid;
    -moz-border-radius: 5px; 
    border-radius: 5px;    
    padding-top: 12px;
    margin: auto;
}

.warning_msg h2{display: inline; color: #878314; font-size:medium; font-weight: bold}


/*Begin Information System Messages */
.info_msg{      
    height:85px; 
    display:table-cell; 
    width: 880px; 
    padding-left: 60px;
    font-size: small;
    /*font-weight:bold; */
    /*vertical-align:middle; */
    background-image: url(../images/info.png);
    background-repeat: no-repeat;
    background-color:#dbecff;     
    border: 1px #9fc7f5 solid;
    -moz-border-radius: 5px;
    border-radius: 5px;    
    padding-top: 12px;
    padding-right: 12px;
    margin: auto;
}

.info_msg h2{display: inline; color: #2850c1; font-size:medium; font-weight: bold}

/*Begin Information System Messages */
.snowDay_msg{      
    height:85px; 
    display:table-cell; 
    width: 880px; 
    padding-left: 65px;
    font-size: small;
    /*font-weight:bold; */
    /*vertical-align:middle; */
    background-image: url(../images/snowman.png);
    background-repeat: no-repeat;
    background-color:#dbecff;     
    border: 1px #9fc7f5 solid;
    -moz-border-radius: 5px;
    border-radius: 5px;    
    padding-top: 12px;
    padding-right: 12px;
    margin: auto;
    color: #000;
}

.snowDay_msg h2{display: inline; color: #2850c1; font-size:medium; font-weight: bold}
.snowDay_msg img { padding-top: 10px;}

/*Begin Information System Messages */
.fallBreak_msg{      
    height:85px; 
    display:table-cell; 
    width: 880px; 
    padding-left: 70px;
    font-size: small;
    /*font-weight:bold; */
    /*vertical-align:middle; */
    background-image: url(../images/fallBreak.png);
    background-repeat: no-repeat;
    background-color:#D2B48C;     
    border: 1px #A0522D solid;
    -moz-border-radius: 5px;
    border-radius: 5px;    
    padding-top: 12px;
    padding-right: 12px;
    margin: auto;
}

.fallBreak_msg h2{display: inline; color: #A52A2A; font-size:medium; font-weight: bold}

/*Begin Information System Messages */
.springBreak_msg{      
    height:85px; 
    display:table-cell; 
    width: 880px; 
    padding-left: 85px;
    font-size: small;
    /*font-weight:bold; */
    /*vertical-align:middle; */
    background-image: url(../images/springBreak.png);
    background-repeat: no-repeat;
    background-color:#d4ffcd;     
    border: 1px #9adf8f solid;
    -moz-border-radius: 5px;
    border-radius: 5px;    
    padding-top: 12px;
    padding-right: 12px;
    margin: auto;
    color: #000;

}

.springBreak_msg h2{display: inline; color: #258815; font-size:medium; font-weight: bold}




