﻿.schLst
{
    text-align:left;
    font-family: arial, helvetica, Sans-Serif;
    font-size:12px;
    color: #333333;
    padding:0 0 5px 0;    
    border:none;
    vertical-align:top;
}


.schLst .schLin,
.schLst .schLinNotes
{
    width:98%;
    font-family: arial, helvetica, Sans-Serif;
    font-size: 12px !important;
    padding:3px 4px 4px 0;    
    display:block;
    border-bottom:solid 1px #d6d6d6;
    background-color: #fff;        
    vertical-align:top;
}
.schLst .schLinNotes
{
    border-bottom:none;    
}

/* left hand detail toggler container */
.schTog
{
    float:left;
    height:18px;
    display:block;
    padding:0 5px 0 0;    
    width:15px;
    vertical-align:middle;
    border:none;
}

/* closed left hand detail toggler*/
.schTog .schPls
{
    background: url('schedule/plus.gif') no-repeat center center;
    width: 13px;
    height:18px;
    vertical-align:top;    
    padding:0;
    cursor:default;
}

/* opened left hand detail toggler*/
.schTog .schMin
{
    background: url('schedule/minus.gif') no-repeat center center;
    width: 13px;
    height:18px;
    vertical-align:top;    
    padding:0;
    cursor:default;
}

.schCmd
{
    float:right;
    display:block;
    padding-top:3px;
    text-align:right;
    width:auto;    
    border:none;    
    vertical-align:middle;
    position:relative; 
    width:47px;
}
    

.schCmd a.schEdt,
.schCmd a.schEdt:link,
.schCmd a.schEdt:visited,
.schCmd a.schEdt:hover,
.schCmd a.schEdt:active,
.schCmd a.schDel,
.schCmd a.schDel:link,
.schCmd a.schDel:visited,
.schCmd a.schDel:hover,
.schCmd a.schDel:active
{   
    height:17px;
    width:15px;
    text-decoration:none;
    
}

.schCmd a.schEdt
{
    background: url('schedule/edit.gif') no-repeat center center; 
    float:left;
    text-decoration:none !important;
}

.schCmd a.schDel
{
    background: url('schedule/trash.gif') no-repeat center center;
    float:right;
    text-decoration:none !important;   
}

.schCmd a.schEdt span,
.schCmd a.schDel span
{
    width:15px !important;
}

.schItm
{
    display:block;
    float:none;    
    padding-right:5px;
    border:none;
    background-color: #fff;  
}


.schItm .schTxt
{
    float:none;
    width:auto;    
    font-family: arial, helvetica, Sans-Serif;
    font-size: 12px !important;
    display:block;
}

.schItm .schTxt input
{
    padding:2px 8px 2px 0 !important;
    display:block;
    float:left;
}


.schItm .schTxt span
{
    display: block; 
    padding-top: 3px; 
    height: 18px;
    
}

.schNts
{
    float:left;
    padding-right:5px;
}

.schNtsLine
{
    clear:both;
    float:none;
    border-bottom:solid 1px #d6d6d6;
    background-color: #fff;
    height:2px;
    margin-right:15px;
    margin-left:-5px;
}

.schItm .schDet
{
    display: none; 
    padding-top:4px;    
    margin-left: 45px;
    margin-right:75px;    
}

