﻿.LogonField
{
    margin: 0px 0px 10px 0px;
}
    
.CBALogin
{
    width: 413px;
    clear: both;
}

.mainCBALogin
{
    padding: 5px 20px;
    margin: 15px 10px;
    border: 1px solid #EEE;
    min-height: 225px;
}


.cbaLoginProcess
{
    background:url(/cba/assets/images/colorbox/loading.gif) no-repeat center center;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    position: absolute;

}
.ttlMemberLogin
{
    font-weight: bold;
    padding-bottom: 20px;
    font-size: 1.4em;
}
    
.formRow
{
    display:block;
    line-height:22px;
}

.formRow .formButton
{
    text-align:right;
}
    
.btnSubmit
{
    /*float:right;*/
}
    
.ErrorLabel
{
    color:#DD8686;
}

.clear
{
	clear: both;
}

/*****************	EVENT CALENDAR *****************************/

    /********** SEARCH CRITERIA **************/
    .searchCriteria
    {
	    border: 3px solid #EEE;
	    padding: 10px 5px;
	    margin: 10px 0px;
	    font-size: 12px;
	    display:inline-block;
        width: 930px;
    }

    .subjectAreaContainer
    {
	    float: left;
	    width:290px;
    }

    .calSubjectArea
    {
        width:190px;
    }

    .keywordContainer
    {
	    float: left;
	    width:260px;
    }

    .calKeyword
    {
      height: 20px !important;
      line-height: 20px !important;	
      width: 180px !important;
    }

    .meetingTypesContainer
    {
	    float: left;
	    width:375px;
    }

    ul.meetingTypes
    {
      width: 32em;  /* room for 4 columns */
      list-style-type: none;
      padding: 0px;
      margin:0px;
    }
    
    ul.meetingTypes li
    {
      float: left;
      width: 8em;  /* accommodate the widest item */
    }

    ul.meetingTypes li label
    {
      padding: 0px 5px;
    }

    /* stop the floating after the list */
    br
    {
      clear: left;
    }
    
    /* separate the list from what follows it */
    div.wrapper
    {
      margin-bottom: 1em;
    }


    /************* MAIN CALENDAR *************/
    .eventCalContainer
    {
	    width:960px;
    }

    #calendarContainer
    {
        position:relative;
    }

    .eventCal
    {
	    clear:both;
	    border: 1px solid black !important;
    }

    .eventCal th
    {
        border:1px solid #000;       
    }
    
    .calTitle
    {
        font-weight:bold;
        font-size: 1.5em;
        height: 35px;
    }
    
    td.evtItem, td.calWeekend, td.calToday
    {
     height : 90px;
     width: 130px !important;
     vertical-align: top;
     border: 1px solid;
     font-weight:bold;
    }
    
    td.calToday
    {
        background:#f8fedd;
    }

    a.eventItem
    {
	    line-height: 1.1em;
        padding: 5px 0;
        text-decoration: none;
	    display: block;
	    width: 110px;
	    font-weight:normal;
    }

    a.eventItem:hover
    {
        text-decoration:underline;    
    }

    a.eventItem .evtInfo
    {
        display:none;
    }
    
    td.otherMonthDay
    {
	    background-color: #eee;
	    font-weight:normal;
    }
    
    td.nextprevMonth a .calNextMonth
    {
	    background: url("../images/arrow-next.png") no-repeat;
	    padding: 5px 5px;
	    display:block;
	    width:7px;
	    height:10px;
	    text-align: center;
	    text-decoration:none;
	    text-indent:-999em;
    }

    td.nextprevMonth a .calPrevMonth
    {
	    background: url("../images/arrow-prev.png") no-repeat;
	    padding: 5px 5px;
	    display:block;
	    width:7px;
	    height:10px;
	    text-align: center;
	    text-decoration:none;
	    text-indent:-999em;
    }

    #evtUpdateProgressLoader
    {
	    background-color: Silver;
        border: 1px solid #000000;
        height: 20px;
        left: 383px;
        padding: 10px;
        position: absolute;
        top: 130px;
        width: 155px;
    }

    /************* MAIN CALENDAR *************/
    .eventMiniCalContainer
    {
	    width:400px;
    }

    .evtMiniInfo
    {
        display:none;
    }

a.miniEvent
{
    text-decoration-line: none;
}

.eventMiniCalContainer td.evtItem, td.calWeekend, td.calToday
{
    height: 50px;
}

a.eventMiniItem
{
    display:block;
    width: 100% !important;
    padding:5px;
    color: white;
}
