﻿.CAchart 
{
    font-size:16px;
    }
    
.testborder 
{
    border:solid thin lime;
    }
    
.supbar_left 
{
    position: absolute;
    left: -34px;
    top: 0px;
    width: 34px;
    height: 80px;
    background: url(../Images/CallAlert/signupbar_lt.png) no-repeat;
    }
     
.supbar_right 
{
     position: absolute;
     right: -34px;
     top: 0px;
     width: 34px;
     height: 80px;
     background: url(../Images/CallAlert/signupbar_rt.png) no-repeat;
     }

.signupbar 
{
    position: relative;
    height: 80px;
    background: url(../Images/CallAlert/signupbar_mid.png) repeat-x;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    font-size: 24px;
    line-height: 70px;
    margin: 20px 50px;
    max-width:600px;
    }

.signupbar a, .signupbar a:link, .signupbar a:visited
{
    text-decoration:none;
    color:white;
    }
    
.signupbutton a, .signupbutton a:link, .signupbutton a:visited
{
    text-decoration:none;
    color:navy;
    }
    
.signupbar a:hover, .signupbutton a:hover 
{
    color:red;
    }
    
.signupbutton 
{
    position: absolute;
    bottom: 7px;
    right: 16px;
    background: url(../Images/CallAlert/signup_btn.gif) no-repeat;
    width: 118px;
    height: 28px;
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
    }
    
.questionbtn 
{
     position: absolute;
     top: -25px;
     left: -20px;
     width: 240px;
     height: 133px;
     background: url(../Images/CallAlert/question_btn.gif);
     cursor:pointer;
     }

.chartbox 
{
    position: relative;
    background: url(../Images/CallAlert/395box.gif) no-repeat bottom left;
    width: 382px;
    height: 104px;
    }

.ca_p 
{
    font-size: small;
    text-align:left;
    }

.caption 
{
    color:#455AA5;
    font-size:11px;
    margin-left:22px;
    width:175px;
    text-align:left;
    }
    
.contenttitle 
{
    font-size:24px;
    margin-bottom:30px;
    text-align:center;
    }