﻿.outside_box
{
    border:solid 1px #c0c0c0;
    width:670px;
    background-image: url(http://ohiorc.org/orc_documents/orc/for_mathematics/tutorials/css_images/css_blue_box_bg.jpg);
    background-repeat: repeat-y;
    height:50px;
    padding:0;
}
.blue_box
{
    width:46px;
    float:left;
    text-align:center;
}
.right_box
{
    float:left;
    width:621px;
}
.description_box
{
    float:left;
    border-left:solid 1px #c0c0c0; 
    border-right:solid 1px #c0c0c0;
    padding: 10px 14px 0px 14px;
    width:387px;
    min-height:112px;
       
}
.version_box
{
    padding: 10px 12px 0px 12px;
    width:180px;
    float:left;
    min-height:112px;
}
.supplement_box
{
    float:left;
    border-top:solid 1px #c0c0c0;
    border-left:solid 1px #c0c0c0;
    width:608px;
    background-color:#ececec;
    padding:6px 0px 6px 13px;
    
}
.tutorials_title
{
    color:#C70019;
    font-weight:bold;
    clear:both;
}
.inactive
{
    color:#888888;
    float:left;
}
.small_gray
{
    font-size:10pt;
    color:#888888;
    padding-bottom: 6px;
}
