﻿/* Progous CSS Document */
/* Date Created: 24-01-2009 */
/* Last Modified: 24-01-2009 */
/* Authors 1- Osama Shamseddine <osama@progous.com> */
/*         2- 
/* Copyright 2008, All Rights Reserved */

.divYesNoPurple
{
    font-family:Trebuchet MS;
    font-size:14px;
    color:#FFFFFF;
    font-weight:bold;
    background-image:url(../images/pop4.png);
    background-repeat:no-repeat;
    width:184px;
    height:76px;
    padding-top:0px;
    padding-left:20px;
    padding-right:20px;
}
.divAddPurple
{
    font-family:Trebuchet MS;
    font-size:14px;
    color:#FFFFFF;
    font-weight:bold;
    background-color:#AE489B;
    width:290px;
    height:122px;
    padding-top:0px;
    padding-left:20px;
    padding-right:20px;
   
}

.divCallHistory
{
    font-family:Trebuchet MS;
    font-size:12px;
    color:#3497D2;
    background-color:#FFFFFF;
    padding-top:0px;
    padding-left:20px;
    padding-right:20px;
    padding-top:20px;
    padding-bottom:20px;
   
}

.divSMSHistory 
{
     font-family:Trebuchet MS;
     color:#FFFFFF;
    /* Typical fixed height and fixed width example */
    width: 574px;
    background-color:#B8D654;
    /* IE overflow fix, position must be relative or absolute*/
    position: relative;
    padding-bottom:20px;
    padding-top:20px;
    padding-left:20px;
    padding-right:20px;
    overflow:auto;
    height:300px;
    
}

.divAddGreen
{
    font-family:Trebuchet MS;
    font-size:14px;
    color:#FFFFFF;
    font-weight:bold;
    background-color:#B8D654;
    width:290px;
    height:150px;
    padding-top:20px;
    padding-bottom:20px;
    padding-left:20px;
    padding-right:20px;
   
}
.divYesNoGreen
{
    font-family:Trebuchet MS;
    font-size:13px;
    color:#3098D2;
    font-weight:bold;
    background-image:url(../images/pop3.png);
    background-repeat:no-repeat;
    width:184px;
    height:70px;
    padding-top:0px;
    padding-left:20px;
    padding-right:20px;
}

.divSMSVerification
{
    font-family:Trebuchet MS;
    font-size:10px;
    color:#000000;
    font-weight:bold;
    /*background-image:url(../images/pop2.png);*/
    background-image:url(../images/pop1.png);
    background-repeat:no-repeat;
    width:390px;
    height:180px;
    padding-top:20px;
    padding-left:10px;
    padding-right:20px;
    vertical-align: top;
    /*width:290px;
    height:122px;
    padding-top:10px;
    padding-left:10px;
    padding-right:10px;*/
}

.divSignUpSuccessful
{
    font-family:Trebuchet MS;
    font-size:10px;
    color:#000000;
    font-weight:bold;
    background-image:url(../images/pop2.png);
    background-repeat:no-repeat;
    width:290px;
    height:122px;
    padding-top:10px;
    padding-left:10px;
    padding-right:10px;
}

.divPasswordReset
{
    font-family:Trebuchet MS;
    font-size:10px;
    color:#000000;
    font-weight:bold;
    background-image:url(../images/pop5.png);
    background-repeat:no-repeat;
    width:290px;
    height:89px;
    padding-top:10px;
    padding-left:10px;
    padding-right:10px;
}

.divMobileNumber
{
    font-family:Trebuchet MS;
    font-size:10px;
    color:#000000;
    font-weight:bold;
    background-image:url(../images/pop1.png);
    background-repeat:no-repeat;
    background-color:Transparent;
    width:392px;
    height:200px;
    padding-top:10px;
    padding-left:10px;
    padding-right:10px;
}

