/* 
    Document   : textTypes
    Created on : Dec 9, 2009, 9:03:25 AM
    Author     : tharini.virabadran
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}


/* The header text in the login popup form  */
.popupText {
    COLOR: #ff7929;
    FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
    FONT-SIZE: 11px;
    padding:1px 10px;
    margin:0;
    text-decoration: none;
}

.headerText{
    color: #313031;
    font-size:14px;
    font-weight:bold;
}


/* The regular 11px text in orange  */
.orangeText {
    COLOR: #ff7929;
    FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
    FONT-SIZE: 11px;
    margin:0;
    text-decoration: none;
}

/* The regular 11px text in blue  */
.blueText {
    color: #073876;
    FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
    FONT-SIZE: 11px;
    margin:0;
    text-decoration: none;
}

/* 12px text in black with left align */
.blackText {
    COLOR: #000000;
    FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
    FONT-SIZE: 12px;
    margin:0;
    text-decoration: none;
    font-weight: bold;
    line-height:40px;
    width:300px;
    text-align:left;
}


/* The orange link  */
.orangeLink {
    COLOR: #ff7929;
    FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
    FONT-SIZE: 11px;
    margin:0;
    text-decoration: underline;
}


/* The footer text (terms/privacy etc)  */
.footerText {
    COLOR: #ff7929;
    FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
    FONT-SIZE: 11px;
    padding:1px 10px;
    margin:0;
    text-decoration: none;
}

.pricingTxtBox {
    border: #ffba14 1px solid;
    font-size: 12px;
    background-color: #ffffff;
    width: 175px;
}

.orangeTxtBox {
    border: #ffba14 1px solid;
    font-size: 12px;
    background-color: #ffffff;
    width: 175px;
}
.greyTxtBox {
    border: #ADAAAD 1px solid;
    font-size: 12px;
    background-color: #ffffff;
    width: 175px;
}

.logonPopup-txtbox {
    width: 100px;
}

.logon-txtbox {
    width: 175px;
    border:1px solid #FFB88F;
}

.logon-buttons {
    color: #FF7929;
    font-weight: bold;
    font-size: 15px;
    background: #000000;
    margin: 10px 10px 0 0;
}

.demo-logon-buttons {
    margin-top: 5px;
    color: #FF7529;
    font-weight: normal;
    font-size: 12px;
    background: #EFEFEF;
    border: 1px solid #D6D3D6;
    margin: 10px 10px 0 0;
}

