@import url("common.css");
@import url("menu_horizontal.css");

table
{
    font-size: 8pt;
    color: white;
}

.preview table
{
    font-size: 11pt;
}

p
{
    font-size: 8pt;
    color: white;
    margin-top: 2px;
    margin-bottom: 10px;
}

.thank_you p
{
    font-size: 11pt;
}

td
{
    text-align : center;
}

tr
{
    text-align: center;
}

table caption
{
    caption-side: top;
}

.align_left
{
    text-align: left;
}

.align_right
{
    text-align: right;
}

.hidden
{
    font-family: monospace;
    font-size: 0pt;
    color: black;
}

.inner_frame
{
    position: relative;
    font-size: 8pt;
    text-align: center;
    float: left;
    background-color: black;
    border : 1px solid #747474;
    margin: 6px;
}

.height_short
{
    height: 130px
}

.height_one_quarter
{
    height: 174px;
}

.height_one_third
{
    height: 179px;
}

.height_two_thirds
{
    height: 372px;
}

.height_full
{
    height: 565px;
}

.width_one_quarter
{
    width: 258px;
}

.width_one_third
{
    width: 350px;
}

.width_two_thirds
{
    width: 714px;
}

.left
{
    float: left;
}

.right
{
    float: right;
}


.clear
{
    clear: both;
}

.center
{
    margin: auto;
}

.upper_padding
{
    padding-top: 15px;
}

.lower_padding
{
    padding-bottom: 15px;
}

.left_align
{
    text-align: left;
}

.right_align
{
    text-align: right;
}

.button
{
    text-decoration: none;
    border: 0px;
    background-color: #272727;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
}

.error
{
    margin-top: 10px;
    margin-left: 10px;
    color: red;
    font-size: large;
    font-weight: bold;
}
