﻿/*
    Document   : Modal.css
    Created on : 03/03/2010
    By         : Joel Phillips - POS Direct Ltd
    Notes      : Contains layout and appearance settings for all modals in the system
*/
/*----------------------------------------- GENERAL -------------------------------------------*/
.mximg
{
    filter: alpha(opacity=40);
    opacity: 0.4;
    margin-left: -4px;
    margin-top: -1px;
    position: relative;
    z-index: 9000;
}

.mximg:hover
{
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.mbg
{
    background-color: #000000;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

/*----------------------------------------- STANDARD -------------------------------------------*/
div.mstandard
{
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    height: 300px;
    width: 300px;
    overflow: hidden;
}

div.mheader
{
    height: 45px;
    width: 300px;
    float: left;
}

div.mtitle
{
    height: 45px;
    width: 275px;
    float: left;
    font-family: Gill Sans MT;
    font-style: italic;
    font-size: 1.8em;
    font-weight: bold;
    color: #000000;
    text-indent: 15px;
}

div.mx
{
    float: right;
    height: 20px;
    width: 20px;
    margin-top: 4px;
    margin-right: 4px;
    text-align: right;
}

div.mbody
{
    height: 255px;
    width: 300px;
    float: left;
}

div.mtext
{
    width: 270px;
    padding: 0px 15px;
    color: #333333;
    height: 50px;
}

.mform
{
    float: left;
    width: 300px;
    height: 50px;
}

.mlabel
{
    font-size: 1.1em;
    text-align: right;
    padding-right: 15px;
    padding-top: 4px;
    float: left;
    width: 85px;
    color: #666666;
}

.minput
{
    color: #ffffff;
    text-align: left;
    width: 200px;
    float: left;
    overflow: hidden;
}

.mbuttonholder
{
    float: left;
    width: 300px;
    height: 50px;
    text-align: center;
}

.mbutton
{
    font-size: 1.2em;
    text-decoration: none;
    font-weight: bold;
    text-transform: capitalize;
}

.mbutton:hover
{
    text-decoration: underline;
}


/*----------------------------------------- IMAGE VIEWER -------------------------------------------*/

div.mimgveiwer
{
    background-color: #ffffff;
    background-position: top center;
    background-repeat: no-repeat;
    border: solid 1px #333333;
    height: 466px;
    padding: 0px;
    width: 700px;
}

div.miinfo
{
    background-color: #000000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    height: 87px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: 380px;
    width: 702px;
    z-index: 1;
}

div.mititle
{
    color: #ffffff;
    font-family: Gill Sans MT;
    font-size: 30px;
    font-style: italic;
    font-weight: bold;
    left: 0px;
    padding-left: 16px;
    position: absolute;
    top: 380px;
    z-index: 10502;
}

span.miprice
{
    color: #b90c18;
    font-size: 18px;
}

div.midesc
{
    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    left: 0px;
    padding-left: 16px;
    position: absolute;
    top: 422px;
    z-index: 10502;
}

div.miprev
{
    height: 74px;
    left: 0px;
    position: absolute;
    top: 193px;
    width: 47px;
}

div.minext
{
    text-align: right;
    height: 74px;
    left: 655px;
    position: absolute;
    top: 193px;
    width: 47px;
}

.miarrow
{
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.miarrow:hover
{
    filter: alpha(opacity=90);
    opacity: 0.9;
}

div.miheader
{
    background-color: #ffffff;
    width: 700px;
    height: 40px;
    margin: 0px;
    padding: 0px;
    font-size: 0.8em;
}

div.micpanel
{
    background-color: #ffffff;
    overflow: hidden;
    position: absolute;
    top: 35px;
    width: 700px;
}

div.miform
{
    width: 300px;
    height: 50px;
}

