﻿.LU_Events
{
    margin-bottom: 20px;
}
.LU_Update
{
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 15px;
    margin-bottom:15px;
}
.LU_EventDetails
{
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
}
.LU_Update_Date
{
    font-family: Georgia, Times New Roman, Times, Serif;
    font-style: italic;
    font-size: 80%;
    color: #666;
    font-weight: normal;
}
.LU_Update_Headline
{
    background-color: yellow;
    color: #000;
}
.highlighted
{
    background-color: yellow;
    color: #000;
}
.LU_Events_HeaderText
{
    color: #000;
    background-color:Yellow;
    font-size: 75%;
    font-weight: bold;
    text-transform: uppercase;
}
.LU_Events_Header
{
    margin-bottom: 15px;
}

.LU_Update h3
{
    font-size: 120%;
    font-weight: bold;
}
.LU_Officer, .LU_NurseRep
{
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
}
.LU_Officer h4, .LU_NurseRep h4
{
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 0;
}
.LU_Officer p, .LU_NurseRep p
{
    margin-bottom: 0;
    padding-bottom: 0;
}
.LU_NurseReps
{
    /*padding-top: 20px;*/
}
.LU_Files h4
{
    border-bottom: 1px #aaa solid;
    color: #999;
}
.LU_Files ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.LU_Files ul li
{
    margin: 0 0 6px 0;
    padding: 0 0 6px 0;
    border-bottom: 1px solid #ddd;
}
.LU_Newsletters
{
    clear:both;
    
}
.tabs
{
    float: left;
    width: 100%;
    background: url("/local-unit/images/tabs/bg.png") no-repeat bottom center;
    font-size: 93%;
    line-height: normal;
    margin-bottom: 20px;
}
.tabs ul
{
    margin: 0;
    padding: 10px 10px 0;
    list-style: none;
}
.tabs li
{
    float: left;
    background: url("/local-unit/images/tabs/tab_left.png") no-repeat left top;
    margin: 0 1px 0 0;
    padding: 0 0 0 10px;
}
.tabs a
{
    float: left;
    display: block;
    background: url("/local-unit/images/tabs/tab_right.png") no-repeat right top;
    padding: 10px 20px 7px 10px;
    text-decoration: none;
    font-weight: normal;
    color: #666;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.tabs a
{
    float: none;
}
/* End IE5-Mac hack */
.tabs a:hover
{
    color: #333;
}
.tabs .currenttab
{
    background-image: url("/local-unit/images/tabs/tab_left_on.png");
}
.tabs .currenttab a
{
    background-image: url("/local-unit/images/tabs/tab_right_on.png");
    color: #fff;
    padding-bottom: 10px;
}

