 /* ---------------------------------------------------------------------------

 Title: UCEvents.css
 Version: 1.0
 Date: 09/12/2007

 Author:    James Stuart Johnson
 Email:     jjohnson@NationalDodgeball.com
 Website:   WWW.NationalDodgeball.COM

 Description: Upcoming Enent Widget Styles

------------------------------------------------------------------------------*/

#UCContainer {
    overflow: hidden;
	padding-top: 10px;
	padding-bottom: 5px;
    width: 210px;
    margin: 0px auto;
    margin-left: 5px;
    }

#UCTop {
    display: block;
    }

#UCLable {
    font-weight: bold;
    font-size: 90%;
    color: white;
    }

#UCDropDownLable {
    font-weight: bold;
    color: white;
    }

#UCStateDD {
    text-align: right;
    margin: 0px 6px 5px 5px;
    }

#UCTitle {
    border: 1px solid white;
    }

#UCExtender {
    margin: 0px;
    background-image: url(../images/UCEvent_Grad.gif);
    background-position: top;
    text-align: center;
    overflow: hidden;
    }

#UCScrollBox {
    margin: 0 auto;
    margin-left: 8px;
    margin-top: 5px;
    text-align: left;
    height: 80px;
    width: 195px;
    background-color: white;
    overflow: auto;
    }

#UCEventList {
    width: 175px;
    margin: 0px 0px 0px 2px;
    padding: 0px;
    padding-bottom: 50px;
    }

.UCEventHead {
    padding: 0px;
    margin: 2px 0px 0px 0px;
    font-weight: bold;
    }

.UCEventData {
    font-size: 92%;
    line-height: 120%;
    padding: 0px 0px 10px 0px;
    margin: 2px 0px 0px 10px;
    }

.UCEventLink {
    }

#UCSignUp {
    color: white;
    text-align: left;
    margin: 8px 5px 5px 8px;
    padding: 0px 0px 10px 0px;
    }

#UCBottom{}

.HiddenPic {display: none;}

