#dashboard_right_pane
{
    width: 270px;
}
#dashboard_right_pane h1
{
    color: #174d82;
    font-size: 1.5em;
    margin-top: 1.5em;
    padding-left: 20px;
    padding-bottom: 0.3em;
    width: 250px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
        
#dashboard_right_pane li {
    padding: 0.3em 0 0.3em 0;
    white-space: nowrap;
}
                
#dashboard_right_pane a
{
    color: black;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 250px;
}

#dashboard_right_pane .hint
{
    max-width: 250px;
}
        
#dashboard_right_pane a:hover
{
    background-color: black;
    color: white;
}
        
#news_pane {
    width: 56em;
    color: #524d2d;
}
        
#news_pane table
{
    width: 53em;
    padding-top: 0.5em;
}
        
#news_pane td
{
    padding: 1em;
    border-bottom: #e0d8aa 1px solid;
}
        
#news_pane .current-date
{
    color: #50a101;
}
        
#news_pane .date_day
{
    font-size: 1.333em;
    font-weight: bold;
}
        
#news_pane .date_month
{
    font-size: 0.9em;
}
        
#hide_news
{
    text-align: right;
    margin-bottom: 0.3em;
}
        
.news-pane
{
    background-color: #f8f5e4;
    border: 1px solid #d8c74d;
    padding: 0.5em;
}
        
.news-pane a
{
    color: #a26300;
}
        
.news-pane a:hover
{
    background-color: #a26300;
    color: #d8c74d;
}
        
a.material-see-more
{
    width: auto !important;
    float: right;
    clear: both;
    color: #174d82 !important;
    text-decoration: underline;
}
        
a.material-see-more:hover
{
    background-color: #174d82 !important;
    color: white !important;
}
        
#news_container
{
    position: relative;
    top: 0px;
    margin: 0 0 0 0px;
    width: auto;
    height: 100px;
    padding: 0 10px;
}
#news_container .customScrollBox
{
    position: relative;
    height: 100%;
    overflow: hidden;
}
#news_container .customScrollBox .container
{
    position: relative;
    width: auto;
    top: 0;
    float: left;
}
#news_container .customScrollBox .content
{
    clear: both;
}
#news_container .customScrollBox .content p
{
    padding: 0 5px;
    margin: 10px 0;
    color: #fff;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    line-height: 20px;
}
#news_container .customScrollBox .content p.alt
{
    padding: 10px 5px;
    margin: 10px 0;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 17px;
    line-height: 19px;
    color: #999;
}
#news_container .customScrollBox img
{
    border: 5px solid #fff;
}
#news_container .dragger_container
{
    position: relative;
    width: 4px;
    height: 80px;
    float: left;
    overflow: visible;
    margin: 10px 0 0px 10px;
    background: #e0d8aa;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: s-resize;
}
#news_container .dragger
{
    position: absolute;
    width: 4px;
    height: 20px;
    background: #a26300;
    text-align: center;
    line-height: 20px;
    color: #666;
    overflow: visible;
    cursor: pointer;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
#news_container .dragger_pressed
{
    position: absolute;
    width: 4px;
    height: 20px;
    background: #a26300;
    text-align: center;
    line-height: 20px;
    color: #666;
    overflow: visible;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: s-resize;
}


#tasks_pane td 
{
    vertical-align: top;
        
}

.spoke-toggle-accordion, .spoke-toggle-accordion:hover {
    color: #000000;
}

.spoke-dashboard-task-header-row {
    background: url(task-pane-h-bg.png) 0 0 repeat-x;
    height: 40px;
    overflow: hidden;
    
}
.spoke-dashboard-task-header-row th span 
{
    vertical-align: top;
    padding-top: 15px;
    display: inline-block;    
    margin-left: -9px;    
}

.spoke-dashboard-task-pane-major-row-first
{
    height: 52px;
    margin-top: -10px;
}

.spoke-dashboard-task-pane-major-row-first td {
    padding-top: 5px;
}

.spoke-dashboard-task-pane-minor-row
{
    height: 30px;
}

.spoke-dashboard-task-pane-minor-row td
{
    padding-top: 0.5em;
}

.spoke-dashboard-task-pane-minor-row:hover {
    background-color: #fcfaba;
}

.spoke-dashboard-task-pane-major-row {
    background: url(task-pane-row-bg.png) 0 0 repeat-x;
    height: 52px;    
}

.spoke-dashboard-task-pane-major-row:hover, .spoke-dashboard-task-pane-major-row-first:hover 
{
    background-image: none;
    background-color: #fcfaba;
    cursor: pointer;
}

.spoke-dashboard-task-pane-major-row td {
    padding-top: 5px;
}

.spoke-dashboard-task-header-row th span.spoke-dashboard-img-task-pane-h-arrow
{
    vertical-align: top;
    padding-top: 0;    
}

.spoke-dashboard-action-link {
    padding: 5px 0 5px 0;
    width: 225px;
}

.spoke-dashboard-task-pane-minor-row .spoke-dashboard-action-link div {
    visibility: hidden;
}
.spoke-dashboard-task-pane-major-row:hover .spoke-dashboard-action-link div,
.spoke-dashboard-task-pane-major-row-first:hover .spoke-dashboard-action-link div,
.spoke-dashboard-task-pane-minor-row:hover .spoke-dashboard-action-link div
{
    visibility: visible;
}

.spoke-dashboard-action-link a {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px dashed #000000;
}

a.spoke-events-dialog-link {
    color: #000000;
    text-decoration: underline;
}

a.spoke-events-dialog-link:hover 
{
    background-color: #000000;
    color: #ffffff;
}

a.spoke-program-selected, a.spoke-program-selected:hover {
    font-weight: bold;
    text-decoration: none;
    color: #000000 !important;
    background-color: #FFFFFF !important;
    cursor: default;        
}

#drop_program_inner {
    width: 300px;
}

#drop_program_inner a, #drop_program_inner a:hover,
#drop_program_inner a.spoke-program-selected, #drop_program_inner a.spoke-program-selected:hover
{
    color: #000000 !important;
    background-color: #f0f0f0 !important;
}

a.spoke-switch-program-selected, a.spoke-switch-program-selected:hover
{
    z-index: 2;
    background-color: #f0f0f0 !important;
    color: #000000 !important;
    position: relative;
    border-top: 1px #808080 solid;
    border-left: 1px #808080 solid;
    border-right: 1px #808080 solid;
    text-decoration: none;
    -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -khtml-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/;
    -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; -khtml-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/;
    outline: none;
}

a.spoke-switch-program-selected:hover {
    background-color: #f0f0f0 !important;
    color: #000000 !important;
}

.spoke-dashboard-save-selected, a.spoke-dashboard-save-selected:hover {
    padding: 0 0.3em 0 0.3em;    
    /*border-bottom: 0px dashed #000000 !important;*/
}

#spoke_save_panel {
    width: 120px;
    padding: 0.3em;
}

#spoke_save_panel a.ContextMenuItem {
    display: block;
    border: none;
    padding: 0.3em;
    cursor: pointer;
}

#spoke_save_panel a.ContextMenuItem:hover
{
    color: #f0f0f0;
    background-color: black;
}

.spoke-dashboard-img-dot, .spoke-dashboard-img-yellow-dot, .spoke-dashboard-img-green-dot, .spoke-dashboard-img-red-dot {
    margin-bottom: 2px;
}

.spoke-dashboard-img-green-center-bar, 
.spoke-dashboard-img-green-left-bar ,
.spoke-dashboard-img-green-right-bar ,
.spoke-dashboard-img-red-center-bar,
.spoke-dashboard-img-red-left-bar,
.spoke-dashboard-img-red-right-bar,
.spoke-dashboard-img-yellow-center-bar ,
.spoke-dashboard-img-yellow-left-bar ,
.spoke-dashboard-img-yellow-right-bar {  margin-left: 2px; }