/* 
    Document   : announcements.css
    Created on : Jul 11, 2010, 7:38:58 PM
    Author     : David Kooienga
    Description: Style sheet for tables on the announcements page
*/

p	{
	font-size:1.2em;
}

table.announcements {
    border-style: none;
    border-spacing: 0;
    background: transparent;
    table-layout: fixed;
    width: auto;
	font-size: 1.0em;
}

table.indented {
    border-style: none;
    border-spacing: 0;
    background: transparent;
	margin-left: 10%;
    table-layout: fixed;
    width: auto;
}

table.indented tr {
    border-style: none;
    background: transparent;
    text-align: left;
    padding: 20px 0px 0px 0px
}

table.indented td {
    border-style: none;
    background: transparent;
    text-align: left;
    padding: 0px 0px 0px 0px
}

table.announcements td {
    border-style: none;
    background: transparent;
    text-align: left;
	width: auto;
    padding: 0px 0px 0px 0px
}

table.announcements th {
    border-style: none;
    background: transparent;
    text-align: left;
    padding: 0px 0px 0px 0px
}
