﻿
/* -- this is for displaying standard text in the announcement area. -- */
/*textarea.test {
width: 100%; 
height: 30px; 
border: none;
color: #000; 
font-size: .9em;
font-weight: normal;
font-family: arial, helvetics, sans-serif;
text-align: left;
}*/

#announcements {
	display: none; /* inherit none*/
    border: medium none;
    /*height: 60px;*/
}

#announcements img {
    cursor: pointer;
}

#announcementsText {
    color: #CC6600;
    font-family: arial,helvetics,sans-serif;
    font-size: 1.25em;
    font-weight: normal;
    text-align: center;
    width: 100%;
    background: none repeat scroll 0 0 #CCCCCC;
    line-height: 1.35em;
    margin: 15px 0;
    padding: 15px 0;
    /*height: 60px;*/
}
