﻿/* _________________________________________________

Ball State Design - Global Alert

1.ALERTS
2.GLOBAL
3.PERSONCONTACTINFO
4.COURSELISTING
5.COURSEHEADER
6.DL, DT, DD
_____________________________________________________
    
ALERTS
*/
#alerts  
{
    background-color: #000000; 
    color: #FFFFFF; 
    font-size: 17px; 
    text-align: center; 
    clear: both; 
}
    
/**************************************************
**  GLOBAL     ************************************
**************************************************/
#alerts .global 
{
    max-width: 940px;
    text-align: left; 
    padding: 0 15px 10px; 
    margin-left: auto; 
    margin-right: auto;
}
    
#alerts .global.first { padding-top: 10px; }
      
#alerts .global .leadIn
{
    color: #CC0000; 
    font-weight: bold; 
    padding-right: 5px;
}
    
#alerts .global a  
{
    font-weight: bold;
    color: #FFFFFF; 
}

/*960px __________________________________________________________________________________________________________ */
/* @media only screen and (max-width: 960px) { */
    body {}
/* } */