﻿body {
}

.errorMessage
{
    color: Red;
}
.standard_color_bg
{
     background-color: #2D4DA2;   
}

.standard_color_font
{
     color: #2D4DA2;   
}

.loginBox
{
    background-color: #315bb0;
}
.loginBox td
{
    padding: 0px;
    margin: 2px;
}
.mainContainerDiv
{
    padding: 5px;
}
.innerContainerDiv
{
    width: 90%;
    margin: 0px auto;
}
.OrdersBox
{
}
.AddressBox
{
}
.signupRows
{
    margin-top: 2px;
    margin-left: 2px;
    padding: 2px;
}

.starBox
{
    width: 4px;
}

.fieldText
{
    width: 100px;
    text-align: left;
}

.textBox
{
     width: 160px; 
     text-align: left;  
}


.nice_table
{
    background-color: Black;
}
.nice_table td
{
    background-color: White;
}


.summary_table td
{
    font-size: 13px;
}

.summary_table_header
{
    font-size: 14px;
    font-weight: bold;
}

.ordersCells
{
    padding: 2px;
    font-size: 11px;
}

.ordersTopCells
{
    background-color: #cecece;  
}

.members_home_titles
{
    color: Black;
    font-size: 16px;
    font-weight: bold;
}

.member_order_view_td
{
    width: 25%;
    font-weight: bold;
    font-size: 14px;
}

.SummaryBox
{
     float: left; 
     width: 170px;
     height: 150px;
     background-color: #efefef;
     border: solid 1px #c0c0c0;
     padding: 5px;
     margin-right: 5px;
     margin-left: 5px;
     margin-bottom: 10px;
     line-height: 16px;
     overflow: hidden;
}

.SummaryBox h2
{
    font-size: 13px;
    font-weight: bold;
    color: Black;   
}

.SummaryFormLeft
{
    width: 100px;
    height: 30px;
    background-color: #e0e0e0;   
    border: solid 1px #000000; 
    text-indent: 5px;
    padding-top: 3px;
    font-size: 14px;
    text-align: center;   
}

.SummaryFormRight
{
    width: 80%; 
    height: 30px;
    padding-top: 1px;  
    background-color: #f0f0f0;   
    border: solid 1px #000000;  
    padding: 3px;
}
