/* 
    Document   : mbcia
    Created on : Jan 18, 2010, 11:42:34 PM
    Author     : richard oliver
    Description: css for elements not part of the core page layout.
*/

.inputdiv
{
    font-size: .9em;
    padding-bottom: 5px;
}
.inputdiv input, select
{
    font-size: .9em;
}
.inputdiv label
{
    width: 80px;
    padding-right: 5px;
    font-weight: bold;
    display: block;
    float: left;
    text-align: left;
}
.inputreqdiv label
{
    width: 80px;
    padding-right: 5px;
    font-weight: bold;
    display: block;
    float: left;
    text-align: left;
    color: #cc0000;
}
.inputreqdiv
{
    font-size: .9em;
    padding-bottom: 5px;
}
.inputreqdiv input, select
{
    font-size: .9em;
}

.event
{
    width: 100%;
    font-size: .9em;
}
.event td
{
    padding-right: 10px;
}
.event .desc
{
    min-width: 180px;
}
.event .date
{
    font-weight: bold;
}
.event .loc
{
    min-width: 180px;
}
.event .spacer
{
    height: 9px;
    background-image: url(../../images/greydash.gif);
    background-repeat: repeat-x;
    background-position: center;
}
.button
{
    width: 80px;
    color: #0066cc;
}
.greybox
{

    background-color: #dcdcdc;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #999999;
    border-left-color: #999999;
    border-bottom-color: #999999;
    border-top-color: #999999;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

