﻿
.panel
{
    border: solid 1px black;
    margin-left:6px;
    margin-right:6px;
    
    /*-webkit-box-shadow: 5px 5px 20px 0px #000;
    box-shadow: 5px 5px 20px 0px #000;*/
}
.panel-title
{
    background-color:Silver; 
    height: 16px; 
    padding: 5px 5px 5px 5px;   
    font-weight: bold;
    font-size: 13px;
}
.bgwhite, .panel-content
{
    background-color:White;
}
.panel-content
{
    padding:10px;
}
.panel-mw300px
{
    min-width: 300px;
}
.panel-maxwidth300px
{
    max-width: 300px;
}
.large-title
{
    font-size: 36px;
}
.indented-title
{ 
    padding-left:25px;
}
.center-text
{
    text-align: center;
}
.left-text
{
    text-align: left;
}
.right-text
{
    text-align: right;
}
.bold-text
{
    font-weight:bolder;
}
.text-size-22
{
    font-size:22px;
}
span.spacer, span.spacer-h18
{
    display:inline-block;
}
.spacer-h18
{
    min-height:18px;
}
.panel-minh100
{
    min-height:100px;
}