/**********************************************************************
 * Styles.css                                                         *
 *                                                                    *
 * This file is initially empty and you can add any additional styles *
 * or modify any of the styles defined in BaseStyles.css              *
 * This file will never be overwritten.                               *
 *                                                                    *
 * For example, if you want to override just the top padding for a    *
 * menu, you can simply add the following lines:                      *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	}                                                             *
 *                                                                    *
 * This will keep all the other styles of the "menus" style as-is,    *
 * but modify the top padding to be 20px.                             *
 *                                                                    *
 * You can also, add a new style by just specifying it.               *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	text-align: center;                                           *
 * 	}                                                             *
 * 	                                                              *
 * In the above case, we added the text-align style.  This style was  *
 * not specified in the original declaration of the menus style.      *
 *                                                                    *
 **********************************************************************/
.schRoot_Silver .AppointmentText, .schRoot_Silver .HeaderResourceCellToDay, .schRoot_Silver .HeaderToDayCell td, .schRoot_Silver .HeaderResourceCell, .schRoot_Silver .HeaderDayCell td
{
    font-family: arial !important;
    font-size: 8pt !important;
}
.schRoot_Silver .calendar_HeaderWeekDay, .schRoot_Silver .calendar_HeaderWeekHoliday
{
    font-size: 7pt !important;
    font-family: arial !important;
}
.communicationpanel
{
    background-color: #efefef;
}
div.priority_activity
{
    background-image: url(../../images/priority.png);
    width: 16px;
    height: 16px;
    margin: auto;
}


.rangeFilterText, .rft
{
    padding-left: 2px;
    padding-right: 2px;
    color: #eee;
}
div.previewDiv
{
    margin-left: 20px;
    width: 720px;
    height: 450px;
    border: 1px solid black;
    overflow: auto;
}
div.collapsible
{
    width: 979px;
    background-color: #efefef;
    padding: 2px;
    
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}
div.collapsible2
{
    width: 979px;
    background-color: #efefef;
    padding: 2px;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}
table.searchtable
{
    
    border-left: 1px solid black;
    border-right: 1px solid black;
    padding: 5px;
    width: 985px;

}

.searchlistbox
{
    width: 300px;
    height: 100px;
    font-size: 8pt;
    border: thin solid;
    overflow: auto;
}
.searchlistbox label
{
    font-size: 8pt;
}
.searchdropdown
{
    width: 200px;
}
.collapsible h3, .collapsible2 h3
{
    margin: 0;
    padding: 5px;
    cursor: pointer;
}
.bottomcollapsible {
    border-bottom: 1px solid black;
}
div.previewDiv2
{
    margin-left:0px;
    width:980px;
    height:400px;
    border:1px solid black;
    overflow:auto;
}
