/* Copyright (c) 2006-2007 Pluron, Inc. */

body, p, table, td, ul, ol, textarea { font: 12px Arial, Helvetica, Geneva, sans-serif;}

div.breadcrumbs h1, 
div.breadcrumbs h2 { 
        font: bold 14px "Trebuchet MS", Arial, sans-serif;
    }
    div.breadcrumbs h1 span { font-size: 14px;}
    div.breadcrumbs h1 small { font-size: 10px; font-weight: normal;}
    div.breadcrumbs h1 .toolset { font: bold 10px Verdana, Arial, sans-serif; }
    
h2 { font-size: 15px; }
h3 { font: bold 12px Arial, sans-serif; }

/* === Footer === */
#footer { font: 10px Verdana, Helvetica, sans-serif; }

/* === Notice === */
.flash .spinner_message {
 font-family: Verdana, Arial, sans-serif;
 font-weight: bold;
}

/* === Popups === */
#new_task_dialog table tr td { font-size: 12px; line-height: 1.4 }
#shortcuts_help_dialog #shortcuts_list { line-height: 100%; }
#shortcuts_help_dialog #shortcuts_list .shortcut { font-weight: bold; }
#shortcuts_help_dialog #shortcuts_list .accesskey_shortcut { font-weight: bold; }
#shortcuts_help_dialog #shortcuts_list div.accesskey_shortcut small { color: gray; }
.popup_dialog label { font-weight:bold;}
.popup_dialog h3 { font-size:12px;}

.welcome { font-family: Tahoma, Arial,sans-serif;  }
    .welcome h3 {font: bold 15px "Trebuchet MS", Arial, sans-serif;} 
    
/* === Errors === */    
#errorExplanation { font-family: Verdana, Arial, sans-serif; }
    #errorExplanation h2 {
        font-weight: bold;
        font-size: 12px;
        }
    #errorExplanation ul li {
        font-size: 12px;
    }

/* === Listing === */
table.listing p { font-size: 11px; }    
    
/* === Big plain test === */
.blurb { font-family: Verdana, Arial, sans-serif; }  

/* ===================== */
/*       Forms           
/* ===================== */

fieldset legend {
    font-size: 12px;
    font-weight: bold;
}
input[type=text], input[type=password], .inp {  font: 14px "Courier New", monospace; }
input.small_btn{ font: 11px Tahoma, sans-serif; }

/* ===================== */
/*       Diff            
/* ===================== */

table.diffs td { font-family: monospace; }
.diff_tip_content, .diffs .log { font-family: Arial, Helvetica, sans-serif; }

.diff_tip_content .buttons { font-size: 11px; }
    .diff_tip_content .buttons a { font-weight: bold; }
    .diff_editor h3 { font-weight: bold; }

#status_info, #initializing { font-weight: bold; }

/* ===================== */
/*       Task List
/* ===================== */

.sidebar select { font-size: 11px; }
#tasklist-toolbox select { font: 11px Tahoma,sans-serif; }

#prediction table.prediction td, 
#prediction table.prediction th { 
    font-size: 11px; 
}
table.analyze .est { font-size: 10px; }

/* ===================== */
/*    Timeline
/* ===================== */
#timeline-filter input {font: 11px Tahoma, Arial, sans-serif; }
#timeline-filter #changeset_loader { font: 10px Tahoma, Arial, sans-serif; }

.event .title { font: 11px Verdana, Arial, sans-serif; }
    .event .title em {
        font-style:normal;
        font-weight:bold;
        font-family: Tahoma, Arial, sans;
    }
.event .details { font: 11px Verdana, Arial, sans-serif; }
hf.timeline { font-size: 14px; }

/* ===================== */
/*    Misc
/* ===================== */
.modal_flash .content { font: bold 12px Verdana, Arial, sans-serif; }
#shortcut_status { font-weight: bold; }
#root_notice {  font-weight: bold;  }

div#issuelist_toolbox select, select#more_actions, select#sprint_selector, select#taskwiki_template, select#next_sprint {
    font: 11px Tahoma,sans-serif;
}

#bookmarklet_notice {
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    width: 340px;
    font: normal 10px Tahoma, Arial, sans-serif;
    color: #f00;
}

.smallFonts td, .smallFonts th {
    font-size: 90%;
}

.mentoring_org {
    color: #888888;
    font-style: italic;
}

.comment span.time { font: normal 90% Verdana, Arial, sans-serif }
.comment span.creator { font: normal 90% Verdana, Arial, sans-serif }
.comment span.small { font: normal 90% Verdana, Arial, sans-serif }

div.account div.stat-label {font: 12px Arial, Helvetica, Geneva, sans-serif;}
div.account div.stat {font: 12px Arial, Helvetica, Geneva, sans-serif !important;}


.wiki pre .task_wiki  { font: 12px Arial, Helvetica, Geneva, sans-serif; }
.wiki_revision_warning {color: #f00; }
.wiki_deleted_notice { color: #f00; font-weight: bold; }

td.revision { font: 11px Verdana, Arial, sans-serif; }
    td.revision a {text-decoration: none;}

/* ===================== */
/*    TaskPad
/* ===================== */
textarea#taskpad_data { 
    font: normal 12px/1.25 "Courier New", "Courier", monospace; 
} 

.wiki .plus_minus {
    font: 14px "Courier New", monospace;
}
