﻿body
{
    font-family:"Segoe UI", "Microsoft Sans Serif", "Arial", "Times New Roman";
    font-size:10pt;
}

ul
{
    list-style-type:none;
    line-height:150%;
}

.silver
{
    background:Silver;
}

.section
{
    margin-top:10px;
    margin-bottom:10px;
    padding-top:10px;
    padding-bottom:10px;
}

.section_top
{
    margin-top:10px;
    padding-top:10px;
}

.section_bottom
{
    margin-bottom:10px;
    padding-bottom:10px;
}

.block_silver
{
    background-color:#f5f5f5;
    border:1px solid #E8E8E8;
    border-radius:6px;
}

.block_lightSilver
{
    background-color:#ffffff;
    border:1px solid #E8E8E8;
    border-radius:6px;
}

.block_darkSilver
{
    background-color:#f1f1f1;
    border:1px solid #E1E1E1;
    border-radius:6px;    
}

.login_top
{
    border:1px solid #6CC0EB;
    border-bottom:none;
    background-color:#6CC0EB;
    border-radius:6px 6px 0px 0px;
    padding-bottom:10px;
    text-align:center;
    color:White;
    font-size:12pt;
    font-weight:bold;
}

.login_bottom
{
    padding-top:20px;
    background-color:#F7F7F7;
    border:1px solid #E8E8E8;
    border-radius:0px 0px 6px 6px;
    border-top:none;
    font-size:9pt;
    color:#333333;
}

.login_content
{
    padding-left:20px;
    padding-right:20px;
    padding-bottom:20px;
    width: 138px;
}

.login_content h4
{
    font-weight:normal;
}

.login_content input, .login_content img
{
    margin-bottom:10px;
}

.school_image
{
    background-position:center center;
    background-repeat:no-repeat;
    height:64px;
    text-align:center;
    margin-bottom:10px;
    font-size:24pt;
    font-weight:bold;
    font-family:Arial Narrow;
    color:Black;
}

.school_image p
{
    padding-top:25px;
}

.school_caption
{
    text-align:center;
    color:#888888;
    font-size:8pt;
    font-weight:bold;
}

.school_caption p
{
    padding-left:15px;
    padding-right:15px;
}

.school_elementary
{
    background-image:url(/dw2/include/resources/images/schools/64px/elementary.png);
}

.school_middle
{
    background-image:url(/dw2/include/resources/images/schools/64px/middle.png);
}

.school_high
{
    background-image:url(/dw2/include/resources/images/schools/64px/high.png);
}

.school_k12
{
    background-image:url(/dw2/include/resources/images/schools/64px/k12.png);
}

.school_technical
{
    background-image:url(/dw2/include/resources/images/schools/64px/technical.png);
}

.school_alternative
{
    background-image:url(/dw2/include/resources/images/schools/64px/alternative.png);
}

.info
{
    text-align:center;
    padding-top:5px;
    padding-bottom:5px;
}

.info_data
{
    font-size:16pt;
    font-family:Arial Narrow;
    color:#333333;
}

.info_first
{
    border-bottom:1px solid #e7e7e7;
}

.info_caption
{
    font-size:9pt;
    font-weight:bold;
    color:#888888;
}

.left
{
    float:left;
}

.title h1
{
    font-size:16pt;
}

.title h2
{
    font-size:12pt;
    color:#888888;
}

.login
{
    font-size:9pt;
    padding-left:10px;
}

.login h2
{
    font-size:14pt;
}

.block_news
{
    background-color:#FFF8AF;
    border:1px solid #D7D3A2;
    border-radius:6px;
    font-size:10pt;
}

.news_body
{
    color:#66634D;
    line-height:200%;
    padding-left:10px;
    padding-right:10px;
    vertical-align:middle;
}

.links
{
    font-size:9pt;
}

.links_header
{
    margin-bottom:10px;
    font-size:11pt;
}

.links_content
{
    line-height:150%;
}

.links_date
{
    line-height:150%;
    color:#333333;
    font-size:8pt;
    margin-bottom:20px;
}

.inline li
{
    display:inline;
    padding-left:10px;
    padding-right:10px;
    
}

.disclaimer
{
    color:#555555;
    font-size:8pt;
}

.mainBanner
{
    height:350px;
    background-image:url("/dw2/include/resources/images/highlights/blackboard.png");
    background-position:center center;
    background-repeat:no-repeat;
}

.mainBanner_RTI
{
    height:350px;
    background-image:url("/dw2/include/resources/images/highlights/blackboard_RTI.png");
    background-position:center center;
    background-repeat:no-repeat;
}

.highlight_title
{
    font-size:12pt;
    margin-top:20px;
    margin-bottom:5px;
    color:Black;
    font-weight:bold;
    line-height:100%;
}

.highlight_description
{
    font-size:9pt;
    color:#333333;
    line-height:100%;
}

.highlight_action
{
    margin-top:20px;
    margin-bottom:20px;
    font-size:20pt;
}

.highlight_action a img
{
    margin-right:10px;
}

.loginValidationSummary, .loginInstruction
{
    color:Red;
    padding-bottom:10px;
}

.loginTextBox
{
    width:130px;
    padding-right:5px;
    padding-left:5px;
    margin-top:5px;
    margin-right:10px;
    border-radius:6px;
    border-style:solid;
    border-width:1px;
    border-color:#c8c8c8;
    font-size:12pt;
    font-family:Segoe UI;
    color:Black;
}