﻿/* ***** Styles for the internal Merchant pages ***** */

.bodySlot {
    margin: 0;
    padding: 0;
    background-color: #000000;
    width: 950px;
    margin-right: auto;
    margin-left: auto;
}

.topSlot 
{
    background-color: #000000;
    font-family: Geneva, Calibri, Verdana, Arial, Sans-Serif;
    font-size: 10pt;
    font-weight: bold;
    /* padding: 0 2% 0 2%; */
    color: #FAC323;
    height: 2em;
}

.topSlotInside 
{
    padding: 0 2% 0 2%;
}

.logoSlot
{
    height: 150px;
    width: 39%;
    color: #ffffff;
    font-family: Geneva, Calibri, Verdana, Arial, Sans-Serif;
    font-size: 14pt;
}

.logoSlotInside 
{
    margin-left: 5px;
    padding: 2px;
}

.logoSlotBlue 
{
    background-color: #006699;
}
    
.logoSlotRed
{
    background-color: #990033;
}

.logoSlotGreen 
{
    background-color: #006633;
}

.logoSlotBrown
{
    background-color: #663300;
}

.nameSlot
{
    height: 150px;
    width: 60%;
    color: #000000;
    font-family: Impact, Geneva, Calibri, Verdana, Arial, Sans-Serif;
    font-size: 36pt;
}

.nameSlotInside 
{
    margin-left: 5px;
    padding: 5px;
    text-align: center;
}

.nameSlotBlue 
{
    background-color: #0099ff;
}

.nameSlotGreen 
{
    background-color: #99ff66;
}

.nameSlotRed
{
    background-color: #ff99ff;
}

.nameSlotBrown 
{
    background-color: #cccc66;
}

.contactSlot
{
    min-height: 350px;
    width: 19%;
    color: #ffffff;
    font-family: Geneva, Calibri, Verdana, Arial, Sans-Serif;
    font-size: 12pt;
    border-top: solid 5px #000000;
}

.contactSlotInside 
{
    margin-left: 5px;
    margin-top: 5px;
    padding: 5px;
    text-align: center;
}

.contactSlotInside p 
{
    /* Narrow the gap between rows in this section */
    padding: 0 0 10px 0;
    margin: 0;
}

.contactSlotInside a:link 
{
    color: #FFFF00;
}

.contactSlotInside a:hover 
{
    color: #FAC323;
}

.contactSlotInside a:visited 
{
    color: #FAC323;
}

.contactSlotBlue 
{
    background-color: #006699;
}

.contactSlotRed
{
    background-color: #990033;
}

.contactSlotGreen 
{
    background-color: #006633;
}

.contactSlotBrown 
{
    background-color: #663300;
}

.descrSlot
{
    min-height: 350px;
    width: 80%;
    background-color: #ffffff;
    font-family: Geneva, Calibri, Verdana, Arial, Sans-Serif;
    font-size: 12pt;
    color: #000000;
    border-top: solid 5px black;
}

.descrSlotInside 
{
    margin-left: 5px;
    margin-top: 5px;
    padding: 5px;
    text-align: center;
}

.footerSlot
{
    float:left; 
    clear:both;
    background-color: #000000;
    font-family: Geneva, Calibri, Verdana, Arial, Sans-Serif;
    font-size: 10pt;
    font-weight: bold;
    color: #FAC323;
    width: 38%;
    text-align: left;
    padding: 5px 0 5px 5px;
}

.footerSlot a 
{
    font-family: Geneva, Calibri, Verdana, Arial, Sans-Serif;
    font-size: 10pt;
    font-weight: bold;
    color: #FAC323;
}

.alignLeft 
{
    float: left;
    padding: 5px 0 5px 0;
}

.alignRight 
{
    float: right;
    padding: 5px 0 5px 0;
}

.cpyRight 
{
    float: left;
    clear: left;
    background-color: #000000;
    font-family: Geneva, Calibri, Verdana, Arial, Sans-Serif;
    font-size: 10pt;
    font-style: italic;
    color: #FAC323;
    width: 100%;
    text-align: right;
    padding: 0 5px 5px 0;
}

.cpyRight a 
{
    color: #fac323;
}

.cpyRight a:hover 
{
    color: #fff;
    font-weight: bold;
}

.cpyRight a:visited 
{
    color: #fac323;
}

.stdPara 
{
    padding: 0 10px 0 10px;
}

.boldUnderline 
{
    font-weight: bold;
    text-decoration: underline;
}
