/* 
    Document   : postcodeEnvy.css
    Created on : Oct 6, 2010, 11:46:44 PM
    Author     : richardrauser
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


/* -------------- MAIN SITE -----------------------*/

body {
    background: #999999 url('/images/background.png') repeat;

    color: #000000;

}

div.panels {
    position: relative;
    margin: 20px 0 20px;
    padding: 0;

}

div.iPhonePanel {
    position: relative;
    float: right;
    text-align: center;
    width: 300px;
    height: 100%;
}

img.iPhone {
    width: 253px;
    height: 496px;

    margin: 0 auto;

}

img.shot {
    display: none;
    position: absolute;
    width: 215px;
    height: 320px;
    top: 89px;
    left: 45px;
    z-index: 20;
}

div.facebookBox {
    position: relative;
    width: 200px;
    margin: 10px auto;
    text-align: center;

}

div.facebookText {
    position: absolute;
    top: 2px;
    left: 55px;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
    color: #FFFFFF;
}

img.facebookLogo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    float: left;

}
div.facebookLike {
    position: absolute;
    top: 22px;
    left: 75px;

}

img.appStoreFull {
    position: absolute;
    bottom: 110px;
    right: -301px;
    width: 258px;
    height: 90px;

}

img.appStoreFree {
    position: absolute;
    bottom: 0px;
    right: -301px;
    width: 258px;
    height: 90px;

}


div.contentPanel {
    position: relative;
    width: 578px;
    text-align: center;

}

img.uktaLogotype {
    position: relative;
    top: 79px;

    margin: 0;
    width: 275px;
    height: 71px;
}


div.bubbleTop {
    position: relative;
    background: url('/images/terrorHeader.png');
    width: 573px;
    height: 227px;
    margin: 0 auto 0;
}

div.bubbleTitle {
    position: relative;
    color: #FFFFFF;
    font-family: 'Gruppo', arial, serif;
    font-size: 26px;
    margin: 0 auto 0;
    top: 111px;
}

div.bubble {
    background: url('/images/bubbleMiddle.png');
    width: 553px;
    margin: 0 auto;
    padding: 0 10px;


}

div.bubbleBottom {
    background: url('/images/bubbleBottom.png');
    width: 573px;
    height: 10px;
    margin: 0 auto;
}

p#topBubbleText {
    margin-top: 0;

}

.bubbleText {
    color: #AAAAAA;
    margin: 20px 10px;
    padding: 0 10px;
    text-align: left;
    font-family: arial, serif;
    font-size: 13px;
}

ul#featureList {
    padding: 0 30px;

}

p#bottomBubbleText {
    margin-bottom: 0;
    padding-bottom: 20px;
}

img.supportLogo {
    margin: 10px 20px;

}

li {
    margin: 5px auto;

}

span.appName {
    color: #DDDDDD;
    font-weight: bold;
}

strong {
    color: #DDDDDD;
    font-weight: normal;
    
}

a:link {
    color: #8888FF;

}

a:hover {
    color: #BBBBFF;

}

a:visited {
    color: #5555FF;

}

table.statistics {
    border: 1px solid #FFFFFF;
    background: #555555;
    border-collapse: collapse;
    
}

table.statistics {
    border: 1px solid #999999;
    background: #555555;
    border-collapse: collapse;

}

table.statistics td {
    border: 1px solid #999999;
    background: #555555;
    border-collapse: collapse;
    padding: 10px;
}


table.notificationForm {
    border: 1px solid #999999;
    background: #555555;
    border-collapse: collapse;


}

table.notificationForm td {
    border-collapse: collapse;
    padding: 10px;
}

.notificationField {
    width: 300px;
    height: 50px;
}


/* -------------- ADMIN CONSOLE ------------------*/

