﻿/* body normal version */
/*body {
    font-family: Arial, Sans-Serif;
    background-color: Black;
    text-align: center;
    margin: 0;  
    padding: 0;
    min-width: 800px;
    color: White;
    background-image: url("../Img/bg_0012w.jpg"); 
} */

/* body frame version */
body {
    font-family: Arial, Sans-Serif;
    background-color: Black;
    text-align: center;
    margin: 0;  
    padding: 0;
    color: White;
    background-image: url("../Img/bg_0012w.jpg");
    min-width: 1050px;
}

#wrapper
{
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
}

#masterHeader
{
    margin: 0;
    padding: 0;
    height: 75px;
    background-color: #000;
    text-align: left;
}

#masterMain
{
    margin-top: 10px;
    background-color: Transparent;
    text-align: left;
}


#masterLeftSidebar
{
    width: 138px; 
    background-color: Transparent;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    color: #CCC;
    font-size: 80%;
}

#masterContent
{
    width: 900px;
    float: right;
    border: solid 1px #679229;
    background-color: #000;
    margin: 0;
    min-height: 600px; 
    padding-top: 3px;
}

#masterFooter
{
    clear: both;
    background-color: Transparent;
    color: #CCC;
    font-size: 80%;
    text-align: left;
    margin: 3px 0 0 150px;
}

a
{
    color: #A4D44D;
}

/* ======================Contents of all order pages =====================*/

/* OrderContents normal version */
/*.OrderContents
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding: 30px;
    border: solid 1px #679229;
    background-color: Black;
    color: #F3F5F0;
    font-size: 80%;
    text-align: left;
}*/

/* OrderContents frame version */
.OrderContents
{
    width: auto; 
    padding: 30px;
/*    border: solid 1px #679229; */
    background-color: Black;
    color: #F3F5F0;
    font-size: 80%;
    text-align: left;
}



.OrderSection
{
/*    border: solid 1px White; */
    width: 600px; 
    text-align: left;
    margin-bottom: 20px;
}

.OrderSectionWide
{
    width: 800px; 
    text-align: left;
}

.OrderSectionMedium
{
    width: 700px; 
     text-align: left;
}   

.ErrorLabel
{
    color: red;
}

.ActionButton
{
}

.UserLoginControl
{
    width: 300px; 
/*    border: solid 1px #679229; */
    font-size: 80%;
    text-align: left;
/*    float:right;   */
/*    color:#A4D44D; */
    color:#dddddd; 
    margin-left: 5px;
}

.ImageOrderProgress
{
    float: left;
}

.PanelProgress
{
    text-align: right;
    margin-bottom: 25px;
}

/* Theme colouring for buttons */
.GreenGradient
{
    font-weight: bold;
    font-size: small;
    border-style: outset;
    border-width: 3px;
    color:#3D4C26;
    background-color:#5A7436;
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#A3C17B',EndColorStr='#799C48');
}

.ButtonGroup
{
    margin: 20px 0 20px 0;
    width: 500px;
    clear: both;
}


/* =======================Section Headings =============================== */

.SectionHead
{
    clear: both; 
    background-color: #50791B;
    width: 100%; 
    height: 28px;
    background-image: url("../Img/GreenHeader.jpg");
    background-repeat: repeat-x;
    margin-bottom: 10px;
}
   
.SectionTitle
{
    float: left;
    color: #080E02;
    font: Square721 BdEx BT, Helvetica, Sans-serif;
    font-size: 110%;
    font-weight: bold;
    font-style: italic;
    margin-top: 4px;
    margin-left: 6px;
}

/* =================== Summary Display of an order ============== */

.SummaryPanel
{
    width: auto;
    padding-left: 20px;
    padding-bottom: 20px;
    text-align: right;
    color: White;
}

.SummaryTotal
{
    font-weight: bold;
    color: #A4D44D;
}

.OrderItem
{
}

.ItemDescription
{
    float: left;
}

.OrderItemCharge
{
}

/* ======================== Modal Popup ======================= */

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
    background-color: #162601; 
    border-width:2px; 
    border-color: #679229; 
    border-style:solid; 
    padding:20px;
    font-family: Arial, Helvetica, Sans-serif;
}

.footer a.pcglink:link { color: #CCC; text-decoration: none; }
.footer a.pcglink:visited {color: #CCC; text-decoration:none; }
.footer a.pcglink:hover {color: #9eb129; text-decoration:underline; }
.footer a.pcglink:active {color: #CCC; text-decoration:none; }

.watermarkText
{
    color: #aaaaaa;
}
